body {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

h1{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}

h2{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	display:inline;
}

p#error{
	font-weight: bold;
	padding-left: 10px;
}

p#error ul li{
	font-weight: normal;
}

form{
	margin: 2px;
	font-size: 12px;
	font-family: verdana;
}

a, a:link,a:visited {
	color: #575757;
}

form#qsearch{
	float: left;
}

form select {
	border: 1px solid #757575;
	font-family: verdana;
}

input{
	background-color: #ffffff !important;
	font-size: 12px;
	font-family: verdana, arial, helvetica;
	border: 1px solid #cccccc;
	padding: 3px;
}

form input#searchStr{
	border: 1px solid #757575;
	font-family: verdana;
}

form input#submit, .button{
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	background-image:url(/assets/images/bg_button.gif);
	background-repeat: repeat-x;
	color: #333333;
	font-size:11px;
	text-decoration:none;
	font-weight: bold;
}

.checkoutbutton{
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	background-image:url(/assets/images/checkout_bg_button.gif);
	background-repeat: repeat-x;
	color: #333333;
	font-size:11px;
	text-decoration:none;
	font-weight: bold;
}


a#button{
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	background-image:url(/assets/images/bg_button.gif);
	background-repeat: repeat-x;
	color: #333333;
	font-size:11px;
	text-decoration:none;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin: 3px;
}

table#header, table#body, table#footer{
	align: center;
	width: 824px;
}

.grey-border img{
	border: 2px solid #cccccc;
}

table#header td#left, table#body td#left, table#footer td#left{
	background: url(/assets/images/leftshadow.gif) 0 100% repeat-y;
	width: 12px;
}

table#header td#right, table#body td#right, table#footer td#right{
	background: url(/assets/images/rightshadow.gif) 0 100% repeat-y;
	width: 12px;
}

#sitelogo{
	padding: 5px;
}

#searchrow{
	background-color: #E9E9EA;
	padding: 5px;
	height: 30px;
	vertical-align: middle; 
}

div#headerPhone{
	font-weight: bold;
	width: 280px;
	font-size: 12px;
	margin: 0px;
	float: right;
	padding-top: 5px;
	text-align: right;
}

table#body td#categories{
	width: 235px;
	vertical-align: top;
}


td#catheader{
	margin: 2px;
	padding: 5px 2px 2px 5px;
	
}

div#catheadcenter{
	margin: 0px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	background: url(/assets/images/bluehead.gif) 0 100% repeat-x;
	height: 32px;
}

p#vmid{
	margin: 0px;
	padding: 8px 5px 5px 10px;
}
p#vmidbold{
	margin: 0px;
	padding: 5px 5px 5px 10px;
}

div#catheadleft{
	margin: 0px;
	width: 5px;
	height: 32px;
	float: left;
	background: url(/assets/images/blueheadleft.gif) 0 100% no-repeat;
}

div#catheadright{
	margin: 0px;
	width: 6px;
	height: 32px;
	float: right;
	background: url(/assets/images/blueheadright.gif) 0 100% no-repeat;
}

td#catitemtop{
	margin-left: 7px;
	height: 7px;
	background: url(/assets/images/greyboxtop.gif) 0 100% no-repeat;
}
td#catitembottom{
	margin-left: 7px;
	height: 6px;
	background: url(/assets/images/greyboxbottom.gif) 0 100% no-repeat;
}

td#cats{
	padding-left:5px;
	/*border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	background-color: #F0F0F4;*/
	width: 230px;
}

td#cats ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

td#cats ul li{
	background-image: url(/assets/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	padding: 2px 2px 2px 20px;
	margin-right: 5px;
	border-bottom: 1px dotted #1671d1;
}

td#cats ul li a,
td#cats ul li a:link
td#cats ul li a:visited {
	color: #000000;
}

ul.subcats{
	margin: 3px 2px 2px 10px;
	background-color: #efefef;
	padding: 3px;
}

ul.subcats li{
	margin-left: 5px;
}

td#sectionheader{
	margin: 2px;
	/*background: url(/assets/images/blueheaderbg.jpg) 0 5px no-repeat;*/
	height: 37px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	vertical-align: middle;
}

div#breadcrumb, p#breadcrumb{
	margin: 5px 2px 2px 2px;
	background: url(/assets/images/bluehead.gif) 0 100% repeat-x;
	height: 32px;
	font-size: 12px;
	font-weight: normal;
	vertical-align: bottom;
	color: #ffffff;
}

div#breadcrumb a,p#breadcrumb a{
	color: #ffffff;
}


table#body td#main{
	vertical-align: top;
	/*width: 559px;	*/
	height: 450px;
}

div#headerNav{
	width: 240px;
	float: right;
	margin: 0px;
	font-weight: bold;
	text-align:right;
	margin-right: 4px;
	font-family: verdana;
	font-size: 12px;
}
div#headerNav a{
	color: #575757;
	font-weight: normal;
}

a:hover{
	text-decoration:none;
	color: #000000;
}

p#hptext{
	align: center;
	text-align: center;
	margin: 0 auto;
	padding-top: 5px;
}

p#categorytext{
	margin: 0 5px;
	padding: 5px 0px 5px 0px;
}



div#footerTop{
	margin: 4px 0px 0px 0px;
	padding: 5px;
	height: 50px;
	background-color: #E9E9EA;
	float: none;
}

div#footerTop table td{
	text-align: left;
	vertical-align: top;
}

div#footerTop table td ul{
	margin-top: 0px;
	margin-left: 8px;
	padding-left: 8px;
}

div#footerTop table td h4{
	margin: 0px;
	font-size: 12px;
}

div#footerMiddle{
	margin: 0px;
	padding: 0px;
	height: 25px;
	background-color: #335874;
	vertical-align: middle;
	text-align: right;
	color: #ffffff;
	font-weight: bold;
	float: none;
}

div#footerMiddle a{
	color: #ffffff;
}

p#footercontact{
	padding-top: 5px;
	margin: 2px;
}

div#footerBottom{
	margin: 0px;
	text-align: center;
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #E9E9EA;
	border-bottom: 1px solid #E9E9EA;
}

div#footerBottom a{
	color: #000000;
	font-weight: normal;
}


a#listlink{
	font-weight: bold;
}


table#carttable td{
	padding: 5px 2px 5px 2px;
}
table#carttable td#cartheadertd{
	background-color: #6999BD;
	background: url(/assets/images/bluehead.gif) 0 100% repeat-x;
	font-weight: bold;
	color: #ffffff;
	padding-left: 5px;
}

table#itemstable td{
	border-bottom: 1px solid #aeaeae;
	padding: 5px 2px 5px 2px;
}

form#itemlistbuy{
	margin: 0px;
	display: inline;
}


.cartquantity{
	font-family: verdana, arial;
	font-size: 12px;
}

#producttitle{
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}

table#product{
	margin-top:0px;
}

td#total{
	border-top: 1px solid #ccc;
}

td#productprice{
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
}

td#productprice select{
	font-size: 12px;
}

ul#itemdescription{
	margin-top: 3px;
}

table#hpfeatured{
	font-size: 12px;
	width: 100%;
	margin: auto;
}

table#hpfeatured th{
	border-top: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
	font-size: 14px;
	font-weight: bold;
	color: #346396;
	text-transform: uppercase;
}


table#searchheader, table#relprodheader{
	width: 98%;
	border: 0px;
}

table#searchheader th, table#relprodheader th{
	border-top: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
	font-size: 14px;
	font-weight: bold;
	color: #346396;
	width: 100%;
	padding: 2px;
	text-align: left;
}

td#checkout_step_active{
	border:1px solid #aeaeae;
	background-color:#efefef;
	color:#000000;
	font-weight: bold;
	width:130px;
	text-align:center;
}

td#checkout_step_inactive{
	border:1px solid #efefef;
	background-color:#efefef;
	color:#aeaeae;
	width:130px;
	text-align:center;
}

td#checkout_step_completed{
	border:1px solid #aeaeae;
	background-color:#bccccf;
	color:#333333;
	width:130px;
	text-align:center;
}

#emailFrame{
	width: 500px;
	height: 300px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	
}

#docFrame{
	width: 600px;
	height: 500px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	
}

div#toolbar{
	background-color: #335874;
	background: url(/assets/images/bluehead.gif) 0 100% repeat-x;
	margin: 0px;
	padding: 0px;
	height: 20px;
	border-bottom: 1px solid #aeaeae;
	vertical-align: middle;
}

div#toolbar p{
	text-align: right;
	font-family: verdana;
	font-size: 12px;
	margin: 0px;
	padding: 2px;
	color: #ffffff;
}

div#emailHolder{
	width:500px;
	height:321px;
	background-color:#ffffff;
	border: 1px solid #aeaeae;
	margin:0px;
	padding:0px;
	position: absolute;
	top: 100px;
	left: 150px;
	display: none;
	z-index: 10000;
}

div#docHolder{
	width:600px;
	height:521px;
	background-color:#ffffff;
	border: 1px solid #aeaeae;
	margin:0px;
	padding:0px;
	position: absolute;
	top: 100px;
	left: 150px;
	display: none;
	z-index: 10000;
}

td#formlabel,td.formlabel{
	text-align: right;
	font-weight: bold;
	/*background-color: #efefef;*/
	width: 120px;
}

table.checkout-info td table td{
	padding-bottom: 5px;
}


th#regform{
	background-color: #e1e1e1;
}

td#addressbookheader{
	background-color: #6999BD;
	font-weight: bold;
	color: #ffffff;
}

div#discount{
	font-weight: bold;
	color: #ff0000;
	
}

span#small{
	font-size: 10px;
	font-weight: normal;
}

div#sectionheader{
	padding: 2px;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	margin-bottom: 5px;
	margin-top: 5px
}

div#sectionheader span#h2{
	font-size: 15px;
	font-weight: bold;
}

div#category_title{
	font-weight: bold;
	font-size: 14px;
	padding: 5px 2px 2px 5px;
}

.pricetable{
	/*border:solid 1px #1671d1;*/
	
	margin-right:2px;
}

.priceheader{
	background-color:#1bade4;
	padding:2px;
}

.pricerow{
	background-color: #efefef;
	padding: 2px;
}

.small{
	font-size:10px;
}

fieldset{
	border: 1px solid #999999;
	padding: 5px;
}

legend{
	font-size: 14px;
	font-family: verdana;
	font-weight:bold;
}

.sf-menu ul{

}

ul.sf-menu li {
	margin-top: 1px;
	margin-bottom: 3px;
}

.list-price{
	font-size: 16px;
	font-weight: bold;	
}
