
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background-color:#ffffcc; 
} 
 
#pagewidth{ 
 width:1280px; 
 text-align:left;  
margin-left:auto; 
margin-right:auto;  
} 
 
#header{
position: absolute;
left:177px;
height:286px; 
background-color:#fffecb;
background-image:url(images_smaller/STM_SMALLER_02.jpg); 
 width:693px;
} 
 
#leftcol{
 width:177px; 
 height: 936px; 
 float:left; 
 position:absolute;
left:0; 
 background-color:#fffecb;
background-image:url(images_smaller/STM_SMALLER_01.jpg);
 }
 
#abovenav {
position: absolute;
left:177px;
top:286px;
height:31px;
width:693px;
background-color:#fffecb;
background-image:url(images_smaller/STM_SMALLER_04.jpg); 
} 

#leftnav {
position: absolute;
left:177px;
top:317px;
height:26px;
width:66px;
background-color:#fffecb;
background-image:url(images_smaller/STM_SMALLER_05.jpg); 
} 

/*DROP DOWN*/
#dropdown
{	margin: 0;
	padding: 0;
	position: absolute;
	left:203px;
	top:317px;
	z-index: 30;
	background-image:url(images_smaller/STM_SMALLER_06.jpg);
	}

#dropdown li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 12px palatino linotype, arial black, arial;
	}

#dropdown li a
{	display: block;
	margin:0;
	padding-top:2px;
	width: 122px;
	height:21px;

	color: #705b2c;
	text-align: center;
	text-decoration: none}

#dropdown li a:hover
{	color: #fff;}

#dropdown div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	background-image:url(images/STM_FINAL_dropdown.jpg);
	border: 1px solid #705b2c}

	#dropdown div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: 122px;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		color: #705b2c;
		font: 11px arial}

	#dropdown div a:hover
	{	background: #b8b777;
	
		color: #FFF}


 
#nav a {
:15px;
	display: block;
	text-align: center;
	width: 122px;
	height: 23px;
	float: left;
	font-family: palatino linotype, arial black, arial;
	text-decoration: none;
	font-weight: bold;
	color: #695422;
	font-size: 12pt;
	}
	
#nav a:hover {
color: #ffffff;
}

#rightnav {
position: absolute;
left:813px;
top:317px;
height:23px;
width:66px;
background-color:#fffecb;
background-image:url(images_smaller/STM_SMALLER_07.jpg); 
}
#belownav{
position: absolute;
left:177px;
top:340px;
width:693px;
height:22px;
background-image:url(images_smaller/STM_SMALLER_08.jpg);  
} 
 
#rightcol{
width:154px;
height:936px; 
left:870px;
position:absolute; 
background-color:#fffecb;
background-image:url(images_smaller/STM_SMALLER_03.jpg);  
 }
 
#maincol{
background-color: #fffecb;
background-image:url(images_smaller/STM_SMALLER_09.jpg);   
left:177px;
top:362px;
position:absolute; 
width:693px;
height:485px;
overflow: auto;
 }
 #column1{

 position: relative;
float:left;
 width:660px;
 height:100%;
  }

 #welcome{
width:657px;
position:relative;
margin-top:24px;
background-color: #fffecb;
background-image:url(images_smaller/boxback.jpg);
 }
p.welcome {

 padding-left: 15px;
 padding-right: 15px;
 padding-bottom: 10px;
 text-align: left;
 font-weight: bold;
 }
 #news{
 width:657px;
 position:relative;
 margin-top:24px;
background-color: #fffecb;
background-image:url(images_smaller/boxback.jpg);
 }
 
p.news {
 padding-left: 15px;
  padding-bottom: 10px;
 text-align: left;
 font-weight: bold;
 }
 
 #faq{
  margin-top: 24px;
 width:657px;
background-color: #fffecb;
background-image:url(images_smaller/boxback.jpg); 
}

p.faq {
 padding-left: 15px;
 padding-right:30px;

 text-align: left;
 font-weight: bold;
 }
 
 #blog{
 margin-top: 24px;
 width:657px;
background-color: #fffecb;
background-image:url(images_smaller/boxback.jpg); 
}

p.blog{
 text-align: center;
 font-weight: bold;
 }
 
#footer{
background-color: #fffecb;
background-image:url(images_smaller/STM_SMALLER_10.jpg);   
left:177px;
top:847px;
position:absolute; 
width:693px;
height:89px; 
 } 
 
#footer p{
font-weight:bold;
font-size:12px;
padding-top:50px;
color: #695422;
}

 
/*JAVASCRIPT CART */
.itemContainer{
		width:100%;
		float:left;
	}
	
	.itemContainer div{
		float:left;
		margin: 5px 20px 5px 20px ;
	}
	
	.itemContainer a{
		text-decoration:none;
	}
	
	.cartHeaders{
		width:100%;
		float:left;
	}
	
	.cartHeaders div{
		float:left;
		margin: 5px 20px 5px 20px ;
	}

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
