
body {
	margin:0;
	padding-top:0px;
	background:#111 url(http://www.tumbleweedglass.com/images/wrap.gif);
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:14px;
	}
    
img {
	border:0;
	}
	
	a:link {color: #FFB502} /* unvisited link */ 
	a:visited {color: #1694ff} /* visited link */ 
	a:hover {color: #1694ff} /* mouse over link */ 
	a:active {color: #0000FF} /* selected link */
    



/* The Wrapper */
.wrapper {
	width:1000px;
	margin:0 auto;
	background:#000 url(http://www.tumbleweedglass.com/images/wrap3.jpg);
		}

#header{
  float:left;
    margin: 0 0 0 30px;
  }
  

.header h1  {
	font-size:35px;
	font-weight:bold;
	margin:100px 0 0 50px;
	color:#fff;
	text-decoration: none;
	}

    

    /* The Home page housekeeping*/
 #show {
  float:left;
    margin: 0 0 0 45px;
    border: 2px solid #777;
    width: 550px;
    height: 265px;
  }
  
    #right {
  float:left;
    margin: 0;
    border: 2px solid #777;
    width: 340px;
    height: 265px;
  }

    #middle {
  float:left;
    margin: 0 0 0 35px;
    padding:0px;
    border: 2px solid #777;
    width: 301px;
    height: 251px;
  }
  
    #left {
  float:left;
    margin: 0;
    border: 2px solid #777;
    width: 301px;
    height: 251px;
	}
      #center {
  float:left;
    margin: 0;
    border: 2px solid #777;
    width: 301px;
    height: 251px;
	text-align: center;
	}


		
	  .border {
  float:left;
    margin: 0 0 0 20px;
    border: 2px solid #777;
    width: 310px;
    height: 265px;
  }	
  
  	  .outline {
  float:left;
    margin: 0;
    border: 2px solid #777;
    width: 310px;
    height: 265px;
  }

      /* The Main Column */
    
#maincol{
text-align: left;
line-height: 100%;
color:#CCCCCC;
padding: 4px 2px 2px 10px;
font-family: verdana;
font-size: 14px;
word-spacing: 1px;
min-height: 900px;
}

#maincol h1{
text-align: center;
color: #FFC53D;
font-family: Times New Roman;
text-decoration: none;
line-height: 130%;
word-spacing: 2px;
}

#maincol h6{
color: #000000;
font-family: Times New Roman;
text-decoration: none;
}

#maincol h2{
text-align: center;
color: #FFC53D;
font-family: Times New Roman;
text-decoration: none;
line-height: 130%;
word-spacing: 2px;
}


#maincol hr {
height:3px;
width:95%;
background-color:#FFB502;
color:#FFB502;
margin: 5px 15px 0px 15px;  
}

#maincol hr.two {
height:6px;
width:50%;
background-color:#FFB502;
color:#FFB502;
margin: 5px 15px 0px 15px; 
}


#maincol p {
text-align: left;
padding: 5px 7px 3px 7px;
color: #FFEFC9;
margin: 0;
font-family: Times New Roman;
font-size: 24px;
line-height: 120%;
word-spacing: 2px;
} 



table.black{
margin: 10px 8px 10px 8px; 
padding: 10px 8px 10px 8px; 
table-layout: automatic;
text-align: Left;
font-family: Times New Roman;
font-size: 20px;
line-height: 110%;
word-spacing: 1px;
color: #FFEFC9;
}




}
#thanks{
text-align:center;
 }
 
 /* --- Buttons --- */
 
 .btn {
	float: left;
	clear: both;
	background: url(http://www.tumbleweedglass.com/images/btn_left.png) no-repeat;
	padding: 0 0 0 10px;
	margin: 5px 0;
}
.btn a{
	float: left;
	height: 40px;
	background: url(http://www.tumbleweedglass.com/images/btn_stretch.png) repeat-x left top;
	line-height: 40px;
	padding: 0 10px;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
}
.btn span {
	background: url(http://www.tumbleweedglass.com/images/btn_right.png) no-repeat;
	float: left;
	width: 10px;
	height: 40px;
}
 
.btn_addtocart { background-color: green; }
.btn_checkout { background-color: red; }
.btn_preview { background-color: orange; }

/* --- FOOTER --- */

#footer {
	height:90px;
	padding:10px 0 0 0px;
	margin:2px 0 0 0;
	color:#fff;
	font-size:10px;
	text-align:center;
	font-weight:normal;
	letter-spacing:1px;
	background:#000;
	}

#footer a {
	color:#ffa200;
	text-decoration:none;
	}

#footer a:hover {
	color:#FFF;
	
	}

