html,body{
	background-color:#efeded;
	color: black;
	margin: 0;
	padding:0;
	font-family: Tahoma,Verdana, Helvetica, Arial, sans-serif;
	text-align:left;
	font-size: 12px;
}

h1{
	font-size:20px;
	color: #565a5c;
	font-weight:bold;
}
h3{
	font-size:16px;
	color:#ab3101;
	font-weight:bold;
}
p{
	font-size:12px;
	
}
label{
	display: block;
	float: left;
	width: 200px;
	
}

.error{
	color:red
}
input, select, textarea{
	font-family: Tahoma,Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 2px 0px;
	padding: 2px;
}

#wrapper{
	width:1000px;
	text-align:left;
	margin: 0 auto;
}

/********************* Top box *************************/

#topbox{
	color: black;
	width: 1000px;
	height: 32px;
	margin-bottom: 4px;
}
#topboxcart{	
	width: 160px;	
	margin: 0px;
	margin-top: 10px;
	padding:0px;
	height:32px;
}
#topboxcart img{
	border: 0px;
	vertical-align: top;
}
#topboxcart a{
	text-decoration: none;
	color: darkblue;
	font-weight: bold;
}
#topboxinfo{
	margin: 0px;
	padding:0px;
	height:32px;
}
#topboxinfo a{
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: darkblue;
}
#topboxmisc{	
	left:0px;
	top:0px;	
}

#topboxsearch{	
	width: 360px;
	padding: 0px;	
	margin: 0px;
	height:35px;
}
/********************* Header *************************/

#header{
	background-image: url('../images/darkblue/header.jpg');
	width:1000px;
	height:180px;
	padding-top:-10px;
}

/********************* Forms *************************/

form .i{
	border-top:1px solid #6d909e;
	border-left:1px solid #6d909e;
	border-right: 1px solid #b0bfc6;
	border-bottom:1px solid #b0bfc6;
}

form .b{
	background-color:black;
	color:white;
	border:1px solid #565a5c;
	font-weight:bold;
	cursor: pointer;
	height:100%;
}

form .label, form  a, form label{
	color: #6e7273;
	font-size:12px;
	font-weight:bold;
}

#header form{
	margin-left:800px;
}
#header form input{
	vertical-align: middle;
}

/********************* Navigation *************************/

.navbox{
	background-color: #f9fdff;
	border:1px solid #edecec;
	width:160px;
	line-height: 18px;
	text-align: left;	
}
.navbox .navtitle{
	width:151px;
	height:21px;
	font-size:14px;
	padding-top:3px;
	padding-left:10px;
	font-weight:bold;
	color:white;
	background-image: url('../images/darkblue/darkblue.gif');
}
.navbox ul{
	list-style-type: none;
	margin-left:10px;
	padding-left:0px;
}
.navbox ul li{	margin-bottom:4px;}
.navbox ul li a{
	color: #565a5c;
	font-size:12px;
	font-weight:bold;
	font-family:verdana,tahoma,sans-serif;
	text-decoration:none;
}
.navbox ul.subnav li a{
	color: #ab3101;
	margin-left:10px;
}

.navbox li.selected a{
	color: #ab3101;
}

/********************* Breadcrumbs *************************/

#breadcrumb{
	width:600px;
	font-size:12px;
	color: black;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left:10px;
}

#breadcrumb a{
	color:darkblue;
	font-weight: bold;
}

/********************* Content title *************************/

#contenttitle{
	width:651px;
	height:20px;
	font-size:14px;
	padding-top:3px;
	padding-left:10px;
	font-weight:bold;
	color:white;
	background-image: url('../images/darkblue/darkblue.gif');
}

/********************* Welcome box *************************/

#welcomebox{
	width:630px ! important;
	/*height:250px;*/
	/*background-image: url('../images/blue/welcomebg.jpg');*/
	padding-top:1px;
	margin-top:0px;
	text-align:left;
}

#productlist{
	margin-top:10px;
	
}

#welcomebox h3{
	font-size:20px;
	color: #fc9600;
	margin-left:20px;
}
#welcomebox p{
	margin-left:20px;
	margin-right:10px;
	font-size:11px;
	font-family: Verdana,Tahoma,sans-serif;
	font-weight:normal;
	line-height:16px;	
}
#welcomebox a{
	margin-left:20px;
	font-size:12px;
	font-weight:bold;
	color:black;
}

/********************* Paging *************************/

.paging{
	width:600px;
	text-align:center;
	font-size:11px;
	color: #aaaaaa;
	clear:both;
	height:20px;
	margin-top:20px;
	margin-bottom:20px;
}

.paging a{
	color:#ab3101;
	font-weight: bold;
	text-decoration: none;
	font-size:11px;
}

.paging .selected{
	color: #565a5c;
	font-weight: bold;
	font-size:11px;
}

/********************* Product box *************************/

.productbox{
	width:201px;
	height:123px;
	background-image: url('../images/darkblue/productboxbg.gif');
	padding-top:10px;
	text-align:center;
	float:left;
	margin:1px;
	margin-top:5px;	
	margin-left:5px;
	margin-right:5px;
	
}
.productbox img{
	margin-left:10px;
	vertical-align:middle;
	float:left;
}

.producttitle{
	height:40px;
	width:180px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding-top:0px;
	position:relative;
	top:-5px;
}

.productbox a{
	font-weight:bold;
	font-size:12px;
	color: black;
}

.producttitle a{
	color:#ab3101;
	font-weight:bold;
	font-size:13px;
	color: #193D67;
	text-decoration:none;
}

.productdesc{
	font-weight:bold;
	color: #565a5c;
	font-size:11px;
	margin-right:2px;
	padding-right:2px;
	float:right;
}

/********************* Stuff box *************************/

.stuffbox{
	width:147px;
	border:1px solid #d8d7d7;
	margin-bottom:10px;
	background-color:white;
}

.stuffboxtitle{
	height:21px;
	width:139px;
	font-size:14px;
	padding-top:3px;
	padding-left:10px;
	font-weight:bold;
	color:white;
	background-image: url('../images/darkblue/darkblue.gif');
}
.stuffboxcontent{
	padding:10px! important;	
	width:127px ! important;
	width:127px;
	background-color:#F9FDFF;;
	margin:0px;
}

.stuffboxcontent a{
	color: #193D67;
	
}

/********************* Left navigation *************************/

#leftnav{
	float:left;
}

#content{
	float:left;
	width:660px ! important;
	width:650px;
	margin-left:10px ! important;
	margin-left:0px;
	margin-right:10px ! important;
	margin-right:5px;
	border: 1px solid #D8D8D8;
	background-color:#F9FDFF;
	/*padding-left:10px;*/
}

#rightstuff{
	float:left;
}

/********************* Product details *************************/

.productdetails{
	width:660px;
	font-size:12px;
	
}

.productdetails a{
	font-weight:bold;
}

/********************* Shopping cart *************************/

.shopcart{
	width:660px;
	font-size:12px;
	background-color: white;
	
}

.shopcartheader{
	background-color: #1f4c80;
	font-weight:bold;
	color:white;
	height:25px;
	
}

.shopcartfooter{
	background-color:#5dabdd;
	color:white;
	height:20px;
}

.shoppingform{
	border:1px solid #edecec;
	background-color: #f9fdff;
	font-size:12px;
	padding-left:10px;
}
.shoppingform h3{
	border-bottom: 1px solid #3B3B3B;
	color: #3B3B3B;
}

.shoppingform td{
	font-size:12px;
	line-height:20px;
	color: #6e7273;
}

/********************* Footer *************************/

#footer{
	color: black;
	font-size: 11px;
	font-weight: bold;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px 10px;
}

#footer a{
	text-decoration: none;
	color: black;
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
}

#mainfooter{
	background-color:#F9FDFF;
	float:left;
	width:650px ! important;
	width:645px;
	margin-left:10px ! important;
	margin-left:0px;
	margin-right:10px ! important;
	margin-right:5px;
	height:20px;
	border: 1px solid #D8D8D8;	
	margin-top:10px  ! important;
	margin-top:10px;
	padding-top:5px  ! important;
	padding-top:0x;	
	padding-left:10px;
	color: #c26f00;
	text-align:left;
}