/* generated by csscreator.com */ 
html, body{
	margin:0;
	padding:0;
	text-align: justify;
	background-color: #251A57;
} 
 
#pagewidth{ 
 width:720px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
	height: 122px;
	width:720px;
	background-image: url(images/header2.jpg);
	background-repeat : no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#footer{
	font-family:arial,helvetica;
	font-size:10px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
.footer{
	font-family:arial,helvetica;
	font-size:10px;
	color: #ffffff;
	text-align: center;
}

#easylinks {
	height:82px;
	width:720px;
	text-align: right;
} 
 
#twocols{
	width:708px;
	float:right;
	position:relative;
	background-color: #0CD031;
	border-left : 6px solid #EF6800;
	border-right : 6px solid #EF6800;
	border-bottom : 6px solid #EF6800;
	background-image: url(images/rightbg2.gif);
	background-repeat: repeat-y;
	background-position : right;
}

#twocols_inside{
	width:708px;
	float:right;
	position:relative;
	background-color: White;
	border-left : 6px solid #EF6800;
	border-right : 6px solid #EF6800;
	border-bottom : 6px solid #EF6800;
	background-image: url(images/rightbg_inside.gif);
	background-repeat: repeat-y;
	background-position : right;
}

#twocols_cart{
	width:708px;
	float:right;
	position:relative;
	background-color: White;
	border-left : 6px solid #EF6800;
	border-right : 6px solid #EF6800;
	border-bottom : 6px solid #EF6800;
}
 
#rightcol{
	width:165px;
	float:right;
	position:relative;
	background-repeat: repeat-y;
}

#rightcol_inside{
	width:165px;
	float:right;
	position:relative;
}

#rightcol_bg {
	width:165px;
	background-image: url(images/rightbar.jpg);
	background-repeat: no-repeat;
}

#rightcol_inside_bg {
	width:165px;
	background-image: url(images/rightbar_inside.jpg);
	background-repeat: no-repeat;
}
 
#maincol{
 float: left; 
 display:inline; 
 position: relative; 
 width:543px; 
 background-image: url(images/welcome.jpg);
 background-repeat : no-repeat;
 }
 
 #maincol_inside{
 float: left; 
 display:inline; 
 position: relative; 
 width:543px; 
  background-image: url(images/insidefade.jpg);
 background-repeat : no-repeat;
 }
 
 #maincol_cart{
  float: left; 
 display:inline; 
 position: relative; 
 width:708px; 
  background-image: url(images/insidefade.jpg);
 background-repeat : no-repeat;
 }
 
#content{
	margin-left: auto;
	margin-right: auto;
	width: 535px;
}

#content_cart{
	margin-left: auto;
	margin-right: auto;
	width: 695px;
}
.bigger{
	font-weight: bold;
	font-size: 17px;
}
.bigger2{
	font-weight: bold;
	font-size: 22px;
}
.hometext{
	font-weight: bold;
	font-size: 20px;
	color: #ffffff;
}
.hometext2{
	font-weight: bold;
	font-size: 21px;
	color: #ff0000;
}
.wheel{
	font-weight: bold;
	font-size: 22px;
	color: #ffffff;
}
.featured{
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
}
.red {
	color: #ff0000;
}
.white {
	color: #ffffff;
}
 .smaller {
	font-size: 12px;
}

.gathering {
	background: #ffffff;
	padding: 5px;
	border: 2px solid #85493f;
	width: 675px;
}

.fullpagead {
	background: #ffffff;
	padding: 5px;
	border: 4px solid #000000;
	height: 455px;
	width: 300px;
}

.linesep {
	border-right: 1px solid #ff0000;
	padding: 0px 10px 0px 10px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}