@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#ubercontainer {
	border: 2px solid #2a2724;
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/background.jpg);
	height: 100%
}
.twoColFixLtHdr #container {
}
.twoColFixLtHdr #header {
	background-image: url(../images/header.jpg);
	height: 167px;/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
background-repeat: no-repeat;
}
#header_logo {
}
#header_logo a {
margin-left: 97px;
width: 270px;
height: 80px;
float: left;
margin-top: 30px;
display: block;
}
.OOS {
background-color:#4235A6; 
color:#FFFFFF; 
font-weight:bold; 
-moz-border-radius: 5px;
-webkit-border-radius: 5px; 
text-align: center;
padding: 5px;
width: 120px;
border: 1px solid #000066;
}
.twoColFixLtHdr #minicart {
	margin-top: 0px;
	margin-left: 775px;
	padding-left: 5px;
	margin-right: 21px;
	padding-right: 5px;
	padding-top: 3px;
	background-color: #c05719;
	height: 20px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 12px;
	border: 1px solid #000066;
}
.twoColFixLtHdr #minicart a {
color: #FFFFFF;
text-decoration: none;
padding: 5px;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 2px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* the background color will be displayed for the length of the content in the column, but no further */
	color: #ffffff;
	font-size: 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-top: 20px;
}
.twoColFixLtHdr #sidebar1 li {
	color: #FFFFFF;
	list-style: none;
	padding-left: 10px;
}
.twoColFixLtHdr #sidebar1 a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
}

.twoColFixLtHdr #sidebar1 a:hover {
	background-color: #c05719;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding-left: 4px;
	padding-right: 4px;
}
.twoColFixLtHdr #sidebar1 ul {
	padding-left: 0px;
	padding-bottom: 5px;
}
.twoColFixLtHdr #sidebar1 img.subscribe {
	border:none;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 a.subscribe {
	border:none;
	text-decoration: none;
	margin-left: 57px;
}
.twoColFixLtHdr #mainContent img.morepics {
	padding-left: 0px;
	margin-left: 185px;
	margin-top: -85px;
	float:left;
	width: 178px;
	z-index: 1000;
}
.twoColFixLtHdr #sidebar1 a.subscribe:hover {
	border:none;
	text-decoration: none;
	background-color: #c05719;
	padding-left: 3px;
	padding-right: 0px;
	padding-top: 45px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
}
.twoColFixLtHdr #sidebar1 p {
	padding-top: 0px;
	padding-left: 3px;
	text-align: center;
	font-weight: bold;
	margin-top: 0px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 175px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#blank_container {
width: 730px;
border: 1px solid #000066;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background-color: #FFFFFF;
padding: 15px;
margin-top: 10px;
}
.twoColFixLtHdr #post_holder {
	margin-right: 25px;
}
.post {
background-color: #FFFFFF;
border: 1px solid #000066;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 25px;
	padding: 10px 10px 10px 10px;
	margin-top: 15px;
}

.post a {
color: #3F322A;
font-weight: bold;
padding-left: 2px;
padding-right: 2px;
text-decoration: none;
/*padding: 5px 5px 5px 5px;
-moz-border-radius-bottomright: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-webkit-border-top-right-radius: 3px;
margin-left: 20px;*/
}
.date_tags {
background-color: #3399CC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px 5px 5px 5px;
	color: #FFFFFF;
width: 300px;
}
.twoColFixLtHdr #product_container {
}
.twoColFixLtHdr #category_container {
margin-left: 50px;
margin-top: 25px;
}
.product_module {
width: 205px;
height: 325px;
border: 1px solid #000066;
background-color: #ffffff;
padding: 10px 10px 10px 10px;
overflow: auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;

}
.twoColFixLtHdr #product_deal {
background-color: #ffffff;
overflow: auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
border: 1px solid #000066;
width:225px;
height:240px;
margin: auto;
margin-top: 5px;
}
.special {
color: #FFFFFF;
padding-left: 10px;
font-size: 1em;
text-align: left;
padding-top: 5px;
}

.twoColFixLtHdr #product_deal a {
text-decoration: none;
color: #000066;
}
.twoColFixLtHdr #product_deal a:hover {
text-decoration: none;
}
.category_module {
width: 300px;
height: 325px;
border: 1px solid #000066;
background-color: #ffffff;
padding: 10px 10px 10px 10px;
overflow: auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;

}
.category_module a {
text-decoration: none;
color: #000066;
}
p.note {
padding-top: 5px;
font-size: 14px;
margin-left: 70px;
margin-bottom: 75px;
}
.category_module a:hover {
text-decoration: none;
}
.product_module a {
text-decoration: none;
color: #000066;
}
.product_module a:hover {
text-decoration: none;
}
.cat_title b {
font-size: .8em;
font-weight: bold;

}
.cat_titleB b {
font-size: 1.2em;
font-weight: bold;

}
.cat_titleC {
overflow: hidden;
}

.cat_titleSP {
font-size: .8em;
font-weight: bold;
padding-left: 5px;
text-align: center;
padding-right: 5px;
}
.cat_deal {
font-size: 1.2em;
font-weight: bold;
padding-left: 5px;
text-align: center;
padding-right: 5px;
overflow: hidden;
}
.cat_text {
font-size: 11px;
font-family:Georgia, "Times New Roman", Times, serif;
padding-left: 10px;
paddiong-right: 10px;
padding-top: 10px;
height: 140px;
overflow: hidden;

}
.cat_text a {
font-size: 14px;

}
.cat_textB {
font size: 1em;
font-family:Georgia, "Times New Roman", Times, serif;
padding-left: 10px;
paddiong-right: 10px;
padding-top: 10px;
overflow: hidden;

}
.cat_textC {
font size: 1em;
font-family:Georgia, "Times New Roman", Times, serif;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
overflow: hidden;
text-align: center;
}
.spotlight {
color: #FFFFFF;
padding-left: 5px;
padding-bottom: 5px;
font-weight: bold;
}
.product_spotlight {
width: 181px;
height: 205px;
border: 1px solid #000066;
background-color: #ffffff;
padding-top: 5px;
padding-bottom: 5px;
overflow: hidden;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: left;
margin-right: 5px;
	margin-bottom: 5px;


}
.product_spotlight a {
text-decoration: none;
color: #000066;

}
p.note {
padding-top: 5px;
font-size: 14px;
margin-left: 70px;
}
.product_spotlight a:hover {
text-decoration: none;
}

.fcartblink {
font-size: 14px;
margin-left: 50px;
margin-bottom: 0px;
padding-top: 10px;
vertical-align: bottom;
}
.fcartblinkOOS {
font-size: 14px;
margin-left: 35px;
margin-bottom: 0px;
padding-top: 10px;
vertical-align: bottom;
}
.fcartblinkDEAL {
font-size: 14px;
margin-left: 63px;
margin-bottom: 0px;
padding-top: 5px;
vertical-align: bottom;
}
.fcartblink2 {
font-size: 14px;
margin-bottom: 0px;
padding-top: 10px;
vertical-align: bottom;
padding-left: 10px;
}

.price {
font-size: 15px;
text-align: center;
}

.cat_img {
margin-left: 20px;
padding-top: 5px;
}
.deal_img {
margin-left: 32px;
padding-top: 10px;
text-decoration: none;
padding-bottom: 10px;
}
.cat_imgSP {
padding-top: 5px;
padding-left: 5px;
}
#merch_image {
float: left;
margin-left: 15px;
background-color: #c05719;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border: 1px solid #000066;
width: 366px;
height: 366px;
margin-top: 5px;
}
#welcome {
width: 738px;
height: 50px;
padding-top: 5px;
padding-left: 15px;
padding-right: 15px;
_padding-right: 7px;
padding-bottom: 5px;
background-color: #FFFFFF;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border: 1px solid #000066;
margin-top: 5px;
background-image: url(../images/cartworld.jpg);

}
.twoColFixLtHdr #deal {
	border: 1px solid #000066;
	background-color: #c05719;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-left: 0px;
	width: 245px;
	height: 280px;
	margin-top:5px;
float:left;
overflow: hidden;
	font-size: 13px;
	margin-top: 15px;
}
.twoColFixLtHdr #deal h2 {
	font-size: 17px;
	font-color: #000066;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 5px;
	tex-align: center;
}
.twoColFixLtHdr #deal a.deal_link {
	border: none;
	margin: 0px;
	padding-bottom: 10px;
	text-decoration: none;
}

.twoColFixLtHdr #news {
	border: 1px solid #000066;
	background-color: #FFFFFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 453px;
	height: 215px;
	overflow: auto;
	padding: 10px 20px 10px 10px;
	float:right;
	
}
.twoColFixLtHdr #news_container {
	background-color: #3399CC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top: 15px;
	width: 485px;
	height: 260px;
	overflow: auto;
	padding: 10px 10px 10px 10px;
	float:right;
	margin-right: 15px;
	border: 1px solid #000066;
	_margin-left: 15px;
	
}
.twoColFixLtHdr #products {
	border: 1px solid #000066;
	background-color: #003333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 10px 5px 10px 10px;
	margin-top: 315px;
	margin-right: 15px;
	_margin-right: 16px;
	-margin-top: 15px;
	#height: 250px;/*IE7 fix*/
	_height: 250px;/*IE6 fix*/
	_padding-right: 0px;
	_padding-left: 10px;
	_margin-left: -3px;
}
/* allow room for 3 columns */
.twoColFixLtHdr #products ol {
	width: 30em;
	text-decoration: none;
}
/* float & allow room for the widest item */
.twoColFixLtHdr #products ol li {
	float: left;
	width: 10em;
	text-decoration: none;
	list-style:none;
}
/* stop the float */
.twoColFixLtHdr #products br {
	clear: left;
}
/* separate the list from subsequent markup */
.twoColFixLtHdr #products div.wrapper {
	margin-bottom: 1em;
}
.twocolFixLtHdr #subproduct1, #subproduct2, #subproduct3 {
	width: 125px;
}
.twoColFixLtHdr #footer {
	/* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-image:url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 90px;
	width: 1000px;
	margin: auto;

}
#footer_text {
padding-top: 65px;
font-size: 12px;
color: #ffffff;
text-align: center;
}
#footer_text a {
text-decoration: none;
font-weight: bold;
color: #CCCCCC;
}
.twoColFixLtHdr #breadcrumbs {
	font-size: 12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs *//* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #brief_intro {
	margin-left: 400px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #000066;
	margin-right: 30px;
	background-color: #FFFFFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding-top: 5px;
	width: 300px;
	margin-top: 5px;
	padding-bottom: 10px;
	height: 400px;
	overflow: hidden;
}
.twoColFixLtHdr #brief_intro h4 {
	padding-bottom: 5px;
	padding-top: 3px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
}
.twoColFixLtHdr #pagetitle h1 {
	font-size: 24px;
	font-family:Arial, Helvetica, sans-serif;
	color: #111515;
	padding-left: 75px;
	margin-top: 0px;
	padding-top: 10px;
}
#tabs {
	padding: 10px;
	margin-top: 0px;
	width: 750px;
}
#tabs #nav {
	margin-bottom: 0px;
	margin-left: 8px;
}
#tabs ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#tabs #nav ul li {
	display: inline;
	padding: 3px 7px;
	cursor: default;
	background-color: #fad3b3;
	border: 1px solid #bbbbbb;
	border-bottom: none;
	margin-right: 2px;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}
#tabs #nav ul li.active {
	border: 1px solid #000066;
	border-bottom: 1px solid white;
	background-color: #ffffff;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}
#tabs #nav ul li:hover {
	background-color: #ffffff;
}
#tabs #data {
	margin-top: 3px;
	background-color: #ffffff;
}
#tabs #data div {
	display: none;
	border: 1px solid #000066;
	padding: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#tabs #data div.active {
	display: block;
}
#results_container {
border: 1px solid #000066;
width: 650px;
display:block;
background-color: #FFFFFF;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
height: 300px;

}

#prices {
font-weight: 700;
font-size: .8em;
width: 300px;
padding-left: 10px;
padding-right: 10px;
float: left;
text-align: left;
}



#caption {
width: 200px;
overflow: auto;
border: 1px solid #000066;
}



#pdf {
margin-left: 400px;}

#reviews {
	width: 728px;
	margin-left: 10px;
	background-color: #FFFFFF;
	border: 1px solid #000066;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 10px;
}
#titlestars {
	padding-bottom: 10px;
}
.title {
	width: 220px;
	background-color: #fad3b3;
	padding: 10px;
	border: 1px solid #000066;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.title h2 {
	padding-left: 15px;
	font-size: 18px;
	font-weight: bold;
}
.starholder {
	width: 130px;
	border: 1px solid #bbbbbb;
	padding: 2px 10px 2px 10px;
	margin-left: 250px;
	margin-top: -44px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#review_form {
	padding: 10px;
	margin: 0px 20px 0px 20px;
	border: 1px solid #000066;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #FFFFFF;
	width: 440px;
}
#quote_form {
	margin-top: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #000066;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #FFFFFF;


}
#quote_supplies {
	margin-top: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #000066;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #FFFFFF;


}
a.quotelink {
color: #FFFFFF;
background-color: #366732;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px;
	text-decoration: none;
	border: 1px solid #000066;
	margin-left: 115px;
	font-weight: bold;


}
a.quotesupplies {
color: #FFFFFF;
background-color: #366732;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px;
	text-decoration: none;
	border: 1px solid #000066;
float: left;
	font-weight: bold;


}
a.reviewlink {
color: #FFFFFF;
background-color: #003333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #000066;
}
a.merchlink {
color: #FFFFFF;
background-color: #c05719;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px;
	text-decoration: none;
	border: 1px solid #000066;
	margin-left: 50px;
float: left;
margin-top: -30px;

}
.last_name {
	position:absolute;
	text-decoration:underline;
	background-color:#CC0000;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}
.twoColFixLtHdr #tab_holder {
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 20px;
	width: 750px
}
.twoColFixLtHdr #image {
	vertical-align: top;
}
.twoColFixLtHdr #buy_link {
	margin-left: 155px;
	padding-top: 0px;
	margin-top: -25px;
	padding-bottom: 5px;
	padding-top:5px;
	font-size: 14px;
}
.twoColFixLtHdr #buy_link.equipment_options {
margin-left: 75px;
}
.twoColFixLtHdr #deal_link {
	margin-left: 145px;
	padding-top: 10px;
}
.graph {
width: 175px;
height: 275px;
padding-left: 0px;
}
.test_colors {
padding-left: 15px;
padding-right: 15px;
width: 700px;
height: 25px;

}
.graph_label {
padding-left: 30px;
font-size: 13px;
font-weight: 500;
}
.results_interp {
padding-left: 20px;
padding-right: 20px;
width: 700px;
height: 75px;
padding-top: 55px;
padding-bottom: 35px;
}
.pdf_holder {
width: 740px;
padding-left: 55px;
padding-top: 20px;
height: 50px;
margin-top: 20px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
