/* generated by csscreator.com */ 
html, body{ 
	margin:0px; 
	padding:0px; 
	text-align:center; 
 	background:#ffe673;
 	background-image: url(../../graphics/retro_background.gif);
 	background-position: right top;
 	font-family:Geneva, Arial, Helvetica, sans-serif;
} 

a, .red { color:#BF2E1A}
.font11 {font-size:11px}
.font12 {font-size:12px}
 
#pagewidth{ 
	width:800px; 
 	text-align:left;  
	margin-left:auto; 
 	margin-right:auto;  
	border:	1px solid #CC1900;
} 
 
#header{
 	position:relative; 
/* height:185px; */
	padding-bottom:10px;
  background-color:#cd1d00; 
	width:100%;
} 

#header a{
  color:#ffe673;
  font-size:15px;
  font-weight:bold;
  text-decoration:none;
}

#header a:hover{
  color:white;
}

 
#leftcol{
	width:410px; 
	float:left; 
	position:relative; 
	overflow:auto;
	padding:0px 10px 0px 10px;
}

#leftcol a{
	color:#cd1d00;
	text-decoration:none;
}

#leftcol a:hover{
	text-decoration:underline;
}

.orders {
	float:left;
	display: inline-block;
	padding-top:10px;
	background:#FFF;
	border-color:#C51000;
	border:1px solid;
}
 
#leftcol {
	background:none;
}
#maincol{
	background-color: #FEEAC3;  
  font-family:Geneva, Arial, Helvetica, sans-serif;
  float: right; 
  display:inline; 
  position: relative; 
  width:340px; 
  border: double 4px black;
  padding: 10px;
  font-size:13px;
}

#maincol a{
	color:#cd1d00;
	text-decoration:none;
}

#maincol a:hover{
	text-decoration:underline;
}

#stubcol {
	background-color:#FFFFFF;
	padding-left:0px;
	width:798px;
	padding-top:20px;
	overflow:hidden;
}

#optionselect{
	padding:10px;
	background-color:#cd1d00;
	color:#fff;
}
 

.productButton{
	background-color:#cd1d00;
	color:#ffe673;
	border: 2px double black;
}

.productButton a{
	color:#ffffff;
  font-size:15px;
  font-weight:bold;
  text-decoration:none;
}

.productButton a:hover{
	text-decoration:underline;
}

.productTitle{
	color:#ffffff;
	background-color:#1E1E1E;
	text-align:center;
	font-family:"Trebuchet MS", "Arial Black", Verdana;
}
 
.clearfix:after {
	content: "."; 
 	display: block; 
	height: 0; 
 	clear: both; 
 	visibility: hidden;
}

.clearfix{display: inline-block;
	padding-top:10px;
}

/* 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;
	font-style:italic;
} 

#twocols, #maincol{width:100%; float:none;}
}
.error { background: #F8D0C9 url(../../graphics/exclamation.png) center no-repeat; background-position: 15px 50%;	text-align: left;	padding: 5px 20px 5px 45px;	border-top: 2px solid #990000;	border-bottom: 2px solid #990000;	color:#990000;}