/* 
CSS Reset
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ 

*, html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	
}*/

body{
	margin: 0px;
	background-color: #e2e1e2;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	font-family: 
img{
	border:0px;
}
div{
	margin:0;
	padding: 0;
}
.clear{
	clear: both;
}
#wrapper{
	width:855px;
	margin-right: auto;
	margin-left: auto;
}

.bluebar{
	height: 31px;
	padding: 2px;
	background-image: url(../images/topgrad.png);
	background-repeat: repeat-y;
	text-align: right;
	/*padding: 1px 4px 0 0;*/
}
.bluebarsub{
	padding: 2px;
	height: 31px;
	background-image: url(../images/bluebar.png);
	background-repeat: repeat-y;
	text-align: right;
	/*padding: 1px 4px 0 0;*/
}
.bluetab{
	/*background-image:url('../images/b_tab.png');
	background-repeat: no-repeat;
	background-color: #3C55A5;
	color:#ffffff;
	padding:20px 2px 2px 12px;
	font-size: 14px;
	margin: 7px 0px;*/
	
	font-weight: bold;
	background-color: #0b5ed7;
	padding: 5px;
	color: #ffffff;
	font-size: 14px;
	margin: 10px 0 0 0;
}

#cartlink {
	float: right;
	color: #ffffff;
}
#cartlink a {
	color: #ffffff;
	text-decoration: none;
}
#cartsearch form{
	float: right;
	width: 160px;
	padding: 0px !important;
	margin: 0px !important;
	margin-right:3px;
	
}

.searchBox
{
    height: 17px;
    width: 10em;
    border: 1px solid #A7A6AA;

}
.pipesep{
	margin: 0 10px;
}
.greybar{
	height: 59px;
	background-image: url(../images/topgradg.png);
	background-repeat: repeat-y;
	text-align: right;
	padding: 5px 4px 0px 0px;
	vertical-align: top;
}
.darkboldlink{
	color: #000000;
	font-size: 14px;
}
.darkboldspan {
	font-size: 14px;
	padding-left:5px;
}
.darkboldspan a{
	text-decoration: none;
}
.darkboldspan a:hover{
	text-decoration: underline;
}
#menu {
	border-top: solid 1px #6e6e6d;
	border-bottom: solid 1px #6e6e6d;
	background-image: url(../images/menubg.png);
	background-repeat: repeat-x;
	height:27px;
}
#line {
	border-top: solid 1px #6e6e6d;
}
#mainnav {
	padding-left: 30px;
	padding-top: 5px;
}
#mainnav li{
	display: inline;
	list-style-type: none;
	padding-right: 80px;
	
}
#mainnav li a{
	font-size: 16px;
	color:#3B3A3A;
	text-decoration: none;
}
#contentwrapperhome{
	background-color: #ffffff;
}
#contentwrapper{
	background-color: #f3f3f3;
}
.logo{
	margin-left:10px;
}
.rounded{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	border-radius: 5px;
}
.testimonialcredit{
	text-align: right;
	font-size: 10px;
	font-style: italic;
	margin-bottom: 4px;
}
#content{
	padding-top: 10px;
}
#maincontainer{
	float:right;
	width: 645px;
	margin:3px 6px 3px 3px;
}
#maincontent{
	background-color: #ffffff;
	border-width: 0px 1px;
	border-color: #bebebe;
	border-style: solid;
	padding: 10px 20px;
	min-height:300px;
}
#fullcontent{
	background-color: #ffffff;
	border-width: 0px 1px;
	border-color: #bebebe;
	border-style: solid;
	padding: 0px 5px;
	min-height:300px;
}
#rightnav{
	float: right;
	width: 186px;
	margin:3px 8px 0 0;
}

#widewrap{
	margin: 0px auto;
	width:837px;
}

#rightnav a{
	text-decoration: none;
}
#rightnav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#rightnav ul li
{
	margin: 3px;
	padding: 4px 3px 3px 10px;
	border-top:1px solid #bebebe;
	font-weight: bold;
}
.rnchild{
	font-weight: normal!important;
}
.whitebox{
	background-color: #ffffff;
/*	border: 1px solid #bebebe;*/
	border-width:0px 1px;
	border-style: solid;
	border-color: #bebebe;
	padding: 3px;
}
.mainrounded{
	margin-left:5px;
}
.graybox{
	background-color: #ffffff;
	border: 1px solid #bebebe;
	margin-bottom: 3px;
}
.homeboxpad{
	width:6px;
	float: left;
	display: block;
}
/*.homebox {
	width: 203px;
	background-image: url(../images/homeboxbg.png);
	background-repeat: repeat-x;
	background-position: 25px;
	float: left;
	margin: 4px 4px;
}
.homebox h1{
	font-size: 14px;
	padding: 5px 10px;
	margin: 0;
	color:#000000;
	background-image: url(../images/homeboxhead.png);
}
.homebox p{
	padding: 5px 10px;
	margin: 0;
	display: block;
}
.homebox p img{
	
}*/
.homebox {
	width: 204px;
	height: 166px;
	display: block;
	background-image: url(../images/roundhomebox.png);
	background-repeat: no-repeat;
	float: left;
	margin: 0px 3px;
	/*height: 165px;
	color:#ffffff;*/
}
.homebox h1{
	font-size: 14px;
	padding: 10px 10px 10px 15px;
	margin: 0;
	color:#000000;
}
.homebox p{
	padding: 2px 15px 0px 20px;
	margin: 0;
	display: block;
	/*height:80px;*/
}

.homebox img{
	margin:5px 0 0 12px;
}
.homewbox{
	width:230px;
	float: left;
	margin-left:15px;
	margin-right:25px
}
.homewbox h2{
	padding: 0;
	text-align: center;
	border-bottom: 1px solid #bebebe;
	margin:10px 25px;
	font-family: 
}
.homewboxs{
	border-left:1px solid #bebebe;
	width: 20px;
	height: 100px;
	margin: 25px 0px 20px 0px;
	float: left;
}
.homeboxfooter{
	text-align: right;
	margin-top: 
	padding-right: 10px;
}
.homeboxfooter a{
	text-decoration: none;
	color: #4380BF;
}
.twothirds{
	width:664px;
	margin-right: auto;
	margin-left: auto;
}
#footer{
	padding: 10px;
	text-align: center;
}
#footer .twothirds{
	border-top: solid 1px #bebebe;
}
#footer .twothirds div{
	margin-top:10px;
}

.breadcrumb{
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: bold;
}
.breadcrumb a{
	color: #0b5ed7;
	text-decoration: none;
}

#footlinks{
	width:645px;
	padding-top: 15px;
	float: left;
}
#poweredby{
	width:170px;
	float: right;
}
.sbi{
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.hiulinks{
	list-style: none;
	padding:5px;
	margin:0px;
}
.hiulinks li{
	margin: 10px 0px;
}
.hiulinks li a{
	font-weight: bold;
	color:blue;
	font-size: 13px;
	text-decoration: none;
}
.hiulinks li a:hover{
	text-decoration: underline;
}
.bold{
	font-weight: bold;
}
.slateblue{
	/*color:#244061;*/
	color:#0b5ed8;
}
.red{
	color:red;
}
.hiuhead{
	margin: 0px 0px 10px 20px;
}
.zerotop{
	padding-top: 0px;
	margin-top: 0px;
}
.hiufive{
	color:#0b5ed8;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #666666;
	padding:0px 0px 3px 0px;
	margin:0px;
}

h4{
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #666666;
	padding:0px 0px 3px 0px;
	margin:0px 0px 3px 0px;
}

.reduline{
	color: red;
	font-size: 12px;
	border-bottom: 1px solid #666666;
	padding:3px 0;
	margin:0px;
	margin-bottom: 3px;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}