@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #494949 url(images/bg/bg.png);
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
	font-size: .9em;
}
#highlight {
	background: url(images/bg/bgHighlight.png) repeat-x top;
	height: 600px;
	width: 100%;
	position:absolute;
	left: 0;
	z-index: -10;
}
.oneColFixCtrHdr #container {
	width: 1050px;
	margin: 0 auto;
	text-align: left;
	
}
.oneColFixCtrHdr #header {
	padding: 0;  
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
	padding: 10px 0; 
}
.oneColFixCtrHdr #mainContent {
	padding: 0;
	background: #FFF; /*url(images/bg/main.jpg) repeat-y left; */
	border: 1px solid #999;
	margin: 10px 0;
	min-height:400px;
}
.oneColFixCtrHdr .sideBar1 {
	display: block;
	height: 100px;
	padding: 0 20px;
	border-bottom: 1px #AAA solid;
	color:#FFF;
	background: #127DC0 url(images/bg/bgtop.png) repeat-x;
}
.oneColFixCtrHdr .sideBar1 p {
	font-size: .8em;
}
.oneColFixCtrHdr .cart {
	margin: 20px;
	width: 1010px;
}
.oneColFixCtrHdr .cart h1 a, 
.oneColFixCtrHdr .cart h2 a,
.oneColFixCtrHdr .cart h3 a{
	color:#006;
	text-decoration: none;
}
.oneColFixCtrHdr .cart h1, 
.oneColFixCtrHdr .cart h2,
.oneColFixCtrHdr .cart h3{
	margin-bottom: .2em;
}
.oneColFixCtrHdr .cart h2+p {
	margin-top: 0;
}
h1{
	font-size:1.4em;
}
h2 {
	font-size:1.2em;
}
h3 {
	font-size:1.1em;
}
.itemInfo {
	margin-left: 105px;
}
.catListing {
	height: 265px;
	border: 1px solid #CCC;
	padding: 0;
	margin: 5px;
	float: left;
	width: 230px;
}
.catListing h2 {
	margin: 0;
	height: 45px;
	background: #EEE;
}
.oneColFixCtrHdr #boxes {
	width: 100%;
	height: 215px;
}
.oneColFixCtrHdr #boxes #bl a .box{
	float:right;
	height:215px;
	width: 255px;
	background: url(images/boxes/box1.png) no-repeat;
	color: #FFF;
}
.oneColFixCtrHdr #boxes #b2 a .box{
	float:right;
	height:215px;
	width: 255px;
	background: url(images/boxes/box2.png) no-repeat;
	color: #FFF;
}
.oneColFixCtrHdr #boxes #b3 a .box{
	float:right;
	height:215px;
	width: 255px;
	background: url(images/boxes/box3.png) no-repeat;
	color: #FFF;
}
.oneColFixCtrHdr #boxes #b4 a .box{
	float:right;
	height:215px;
	width: 255px;
	background: url(images/boxes/box4.png) no-repeat;
	color: #FFF;
}

.oneColFixCtrHdr #boxes p{
	margin: 5px 5px;
	font: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: justify;
}
.oneColFixCtrHdr #boxes #bl a{
	float: left;
	width: 255px;
	background: #060;
	height: 215px;
}
.oneColFixCtrHdr #boxes #b2 a{
	float: left;
	width: 255px;
	background: #600;
	height: 215px;
	margin: 0 0 0 10px;
}
.oneColFixCtrHdr #boxes #b3 a{
	float: left;
	width: 255px;
	background: #006;
	height: 215px;
	margin: 0 0 0 10px;
}
.oneColFixCtrHdr #boxes #b4 a{
	float: left;
	width: 255px;
	background: #660;
	height: 215px;
	margin: 0 0 0 9px;
}
.oneColFixCtrHdr #boxes #bl a:hover{
	background: #0F0;
}
.oneColFixCtrHdr #boxes #b2 a:hover{
	background: #F00;
}
.oneColFixCtrHdr #boxes #b3 a:hover{
	background: #00F;
}
.oneColFixCtrHdr #boxes #b4 a:hover{
	background: #FF0;
}
.oneColFixCtrHdr #boxes a {
	color: #FFF;
	display: block;
	height:215px;
	width: 255px;
	text-decoration: none;
}


.oneColFixCtrHdr #gbox {
	border: 1px solid #999;
	padding: 5px 15px;
	color: #FFF;
	background: #127DC0 url(images/bg/bgtop.png) repeat-x;
}


.oneColFixCtrHdr #footer {
	margin: 10px 0;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	font-size: .8em;
	padding: 0 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0;
	padding: 5px 0; 
}
img.fltRight {
	float: right;
	margin: 5px 0 5px 5px;
}
img.fltLeft {
	float: left;
	margin: 5px 5px 5px 0;
}
.clearFloat {
	clear: both;
}
.alignField {
	margin-top: 2px;
	vertical-align: top;
	width: 20px;
}
ul.sidemenu {
	list-style: none;
	margin: 0 0 0 -20px;
	padding: 0;
	font-weight: bold;
}
ul.sidemenu a {
	background: #FFC url(images/bg/bgMenu.png) repeat-x bottom;
	float: left;
	color: #000;
	text-decoration: none;
	display: inline;
	padding: 4px 20px;
	border-right: 1px solid #999;
	border-left: 1px solid #EEE;
	border-bottom: 1px solid #999;
}
ul.sidemenu a:hover {
	background: #FF9 url(images/bg/bgMenu.png) repeat-x bottom;
	color: #000;
}
.divider {
	background: url(images/break.jpg) no-repeat -10px bottom    ;
	padding-bottom: 30px;
	margin-bottom: 10px;
}
.divider2 {
	background: url(images/break2.jpg) no-repeat -10px bottom    ;
	padding-bottom: 30px;
	margin-bottom: 10px;
}
div label {
	width: 150px;
	display: inline;
	
}
.col-1 {
	float: left;
	width: 48%;
	padding: 5px;
}
.col-1 .col-1 {
	width: 45%;
}
.col-1 ul li {
	list-style-image:url(images/ball.jpg);
	font-weight: bold;
}
.col-1 ul li ul li {
	list-style: circle;
	list-style-image: none;
	font-weight: normal;
}
.smallRd {
	font-size: 10px;
	color:#F00;
	margin-bottom: -10px;
}
