/*
---------------------------------------------
TrutechTools 2009 Primary Master
Version: 1.0  Date: 09-28-2009
--------------------------------------------- */

/* CSS Document */

/* REDEFINED HTML TAGS --------------- */
* {padding: 0; margin:0;} /* reseting all presets */

body {
	font: normal 12px Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
}

form {}

p {
	margin: 0px;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	color: #669966;
	font-weight: bold;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	margin: 5px 0 0 0;
	font-size: 14px;
	color: #666;
}
h4 {
	margin: 5px 0 0 0;
	font-size: 12px;
	color: #000;
}

hr {
	margin: 0 5px;
	color: #666; 
	height: 1px;
	background: #666;
	border: 0;
}

ul {}

li {
	
}

a {color: #336633;}
a:hover, a:visited:hover {color: #339900;}
a:visited {color: #336633;}

address {
	margin: 0px;
}

textarea {  
	font-size: 11px; 
	color: #000000;
}

table td {
	vertical-align: top;
}

select {  
	font-size: 11px; 
	color: #000000;
}
img {
	border: 0;
}

/* input {  
	background-color: #ffffff;
	font-size: 11px;
		
}*/

/* CSS Document */

body {
	background: #003366 /*url(../graphics/body_bg.gif) repeat-x top*/;
}

/* CSS Based IDs ------------ */
#container {
	position:relative;
	display: block;
	/*margin: 0 0 0 -475px;
	padding: 0;
	left: 50%;*/
	width: 1030px;
	margin: 0 auto;
}
#container2 {
	position: relative;
	display: block;
	width: 100%;
	background: url(../images/container2_bg.gif) repeat-x top;
}
#container3 {
	position: absolute;
	display: block;
	width: 100%;
	background: #FFF url(../images/container3_bg.gif) repeat-x center bottom;
}

#header {
	position: relative;
	display: block;
	height: 165px;
	background: url(../images/tagline_bg.png) no-repeat 10px 85px;
}
#header hr {
	display: none;
}

#logo, #logo a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 389px;
	height: 70px;
	margin: 1px 0 0 10px;
	text-indent: -1000000px;
	background: /*#001f3d*/ url(../images/h1_logo.png) no-repeat;
}
#logo a {
	margin: 0;
}

#globalnav {
	position: absolute;
	display: block;
	top: 0;
	right: 0;	
}
#globalnav li {
	display:block;
	float: left;
}
#globalnav li a {
	display: block;
	margin: 2px 8px 0 0;
	width: 20px;
	height: 20px;
	text-indent: -1000000px;
	background: #000033 center center no-repeat;
}
#globalnav li.home a { background-image: url(../images/global_home.gif); }
#globalnav li.contact a { background-image: url(../images/global_contact.gif); }
#globalnav li.search a { background-image: url(../images/global_search.gif); }
#globalnav li a:hover {
	background-color: #487748;
}

#callout {
	position: absolute;
	right: 0;
	top: 0;
	margin: 35px 350px 0 0;
}
#callout p {
	margin: 0;
	padding: 0;
	font: bold italic 18px Century Gothic, Arial, Helvetica, sans-serif;
	color: #FFF;
}

#call_info {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0 10px 65px 0;
	padding: 0;
	width: 237px;
	height: 80px;
	background: url(../images/call_bg.png) no-repeat;
}
#call_info ul {
	position: relative;
	margin: 10px 0 0 40px;
}
#call_info li {
	display: block;
	color: #FFF;
	list-style: none;
	margin: 5px 0 0 0;
	font: bold italic 24px Century Gothic;
	font-size: 20px;
}

#countries {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 112px;
	height: 59px;
	margin: 25px 0 0 700px;
	z-index: 10;
	background: url(../images/flag_usa.png) no-repeat;
}
#countries ul {
	display: none;
}
#countries ul li {
	display: block;
	float: left;
	width: 26px;
	height: 30px;
	margin: 0 5px 0 0;
	text-indent: -10000000px;
}
#countries ul li.usa { background: url(../images/icon_usa.png) no-repeat; }
#countries ul li.can { display: none; background: url(../images/icon_can.png) no-repeat; }


#sitenav {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	height: 45px;
	width: 1006px;
	/*margin: 51px 0 0 0;*/
	padding: 2px 2px 0;
	background: #FFF;
	border-top: 10px solid #001f3d;
	border-left: 10px solid #001f3d;
	border-right: 10px solid #001f3d;
}
#sitenav ul {
	display: block;
	height: 41px;
	background: url(../images/sitenav_bg.gif) repeat-x;
	border: 1px solid #6d9d6d;
}
#sitenav li {
	display: block;
	float: left;
	margin: 5px 0 0 8px;
	list-style: none;
}
#sitenav li a {
	display: block;
	padding: 8px;
	color: #FFF;
	text-decoration: none;
}
#sitenav li a:hover {
	background: url(../images/sitenav_li_a.gif) repeat-x;
}

#search {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 230px;
	z-index: 100;
}
#search #search_form {
	display: block;
	margin: 12px 10px 0 0;
	background: #FFF;
	border: 1px solid #669966;
	z-index: 105;
}
#search #search_form input {
	border: 0;
	background: #FFF;
}
#search #search_form input.submit {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	margin: 6px 5px 0 0;
	width: 35px;
	height: 35px;
	color: #FFF;
	font-weight: bold;
	background: url(../images/go_btn.png) no-repeat;
}


#feature_boxes {
	position: relative;
	display: block;
	height: 248px;
	padding: 0 0 10px 0;
}
#specials_box {
	position: relative;
	display: block;
	/*width: 463px;*/
	height: 248px;
	margin: 0 10px 0 0;
	border: 1px solid #CCC;
}/*
#welcome_box {
	position: relative;
	display: block;
	float: left;
	width: 455px;
	height: 248px;
}
#welcome_box h2 {
	display: block;
	width: 455px;
	height: 35px;
	text-indent: -10000000px;
	background: url(../images/welcome_h2.gif) no-repeat;
}
#welcome_box p {
	padding: 5px 10px;
	color: #999;
}*/

#newsletter {
	display: block;
	margin: 10px 0 0 0;
}
#newsletter input {
	width: 150px;
	height: 17px;
	margin: 0 5px 0 0;
	background: #FFF;
	border: 1px solid #6699cc;
}
#newsletter input.submit {
	clear: left;
	width: 86px;
	height: 19px;
	text-indent: -10000000px;
	background: url(../images/newsletter_submit.gif) no-repeat;
	border: 0;
}


#main {
	/*position: relative;*/
	display: block;
	padding: 5px 10px 15px;
	background: #FFF url(../images/main_bg.gif) no-repeat bottom;
}

#left, #right {
	position: relative;
	display: block;
	float: left;
	width: 200px;
}
#left #sidenav {
	display: block;
	margin: 0 0 10px 0;
	width: 198px;
	border: 1px solid #EEE;
}
#left .sidebox, #right .sidebox {
	display: block;
	width: 198px;
	margin: 0 0 10px 0;
	background: #EEE url(../images/contentbox_bg.jpg) no-repeat;
	border: 1px solid #CCC;
}
#left .sidebox h2, #right .sidebox h2 {
	padding: 2px 0;
	margin: 0 10px;
	font: bold 18px Century Gothic;
}
#left .sidebox .content_panel, #right .sidebox .content_panel {
	display: block;
	margin: 0 10px 10px;
	padding: 10px;
	background: #FFF;
	border: 1px solid #CCC;
}
#left .sidebox .content_panel img, #right .sidebox .content_panel img {
	/*width: 150px;*/
}
#left #sidenav h2, #right #sidenav h2 {
	display: block;
	padding: 5px;
	height: 19px;
	font: bold 14px Century Gothic;
	color: #FFF;
	background: url(../images/sidenav_h2_bg.jpg) no-repeat;
	border: 1px solid #001f3d;
}
#left #sidenav ul, #right #sidenav ul {
	border-bottom: 3px solid #b2ccb2;
}
#left #sidenav li, #right #sidenav li {
	display: block;
}
#left #sidenav li a, #right #sidenav li a {
	display: block;
	padding: 6px 5px;
	color: #003366;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px dashed #EEE;
	background:url(../images/sidenav_li_a.gif) repeat-x bottom;
}
#left #sidenav li a:hover , #right #sidenav li a:hover {
	color: #669966;
}

#content {
	float: left;
	width: 600px;
	margin: 0 5px 0 5px;
}
#content li {
	margin: 0 0 0 30px;
}
#content p {
	color: #000;
	padding: 5px 10px 10px;
}

#content .tabs {
	display: block;
	margin: 0 0 0 12px;
	height: 25px;
}
#content .tabs li {
	display: block;
	float: left;
	margin: 0 0 0 -12px;
	list-style: none;
	background: url(../images/tabs_bg.gif) no-repeat left;
}
#content .tabs li.active { background: url(../images/tabs_bg_on.gif) no-repeat left; }
#content .tabs li a {
	display: block;
	padding: 3px 32px 2px 6px;
	height: 20px;
	color: #fff;
	font: bold 14px Century Gothic, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: url(../images/tabs_corner.gif) no-repeat right;
}
#content .tabs li.active a { background: url(../images/tabs_corner_on.gif) no-repeat right; }

#content .item {
	text-align: left;
}
#content .content_box {
	display: block;
	margin: 0 0 10px 0;
	background: #EEE url(../images/contentbox_bg.jpg) no-repeat;
	border: 1px solid #CCC;
}
#content .content_box h1, #content .content_box h2, #content .h1_text {
	padding: 2px 0;
	margin: 0 10px;
	color: #003366;
	font: bold 18px Century Gothic;
}
#content .content_box h2 {
	color: #336633;
	font-size: 16px;
}
#content .content_box h3 {
	padding: 0 0 10px 0;
	color: #003366;
	font-size: 16px;
	font-weight: bold;
}
#content .content_box h4 {
	margin: 0;
	padding: 10px 0 0 0;
	color: #336633;
	font-size: 14px;
	font-weight: bold;
}
#content .content_box .content_panel {
	display: block;
	margin: 0 10px 10px;
	padding: 5px;
	background: #FFF;
	border: 1px solid #CCC;
}
#content .content_box .content_panel p, 
#content .content_box .content_panel li, 
#content .content_box .content_panel td {
	color: #000;
	font: normal 14px Arial, Helvetica, sans-serif;
}
#content .content_box .content_panel p a, #content .content_box .content_panel li a {
	font: normal 14px Arial, Helvetica, sans-serif;
}

#content .btn, #right .btn, #left .btn {
	background: #003366;
}
#content .btn_over, #right .btn_over, #left .btn_over {
	color: #EEE;
	background: #003366;
}

/* Product Pages */
#product_content {
	position: relative;
	display: block;
}
#product_content * {
	font-family: Arial, Helvetica, sans-serif;
}
#product_content p {
	font-size: 12px;
}
#product_content .product_left, #product_content .product_right {
	float: left;
}
#product_content .product_left { width: 45%; }
#product_content .product_right { width: 55%; }
#product_content .product_right h4 {
	margin: 0;
	padding: 5px 0;
	color: #336633;
}
#product_content .product_breadcrumbs {
	padding: 5px;
}
#product_content .product_image {
	float: left;
	padding: 5px;
}
#product_content .product_gallery .thumb {
	margin: 1px 4px 0 0;
	float: left;
	border: 1px solid #eee;
}
#product_content .product_items {
	float: left;
}
#product_content .product_name, 
#product_content .product_id, 
#product_content .product_rating, 
#product_content .product_share,
#product_content .product_pricing,
#product_content .product_freeshipping,
#product_content .product_waitinglist,
#product_content .product_available {
	padding-bottom: 8px;
}
#product_content .product_pricing {
	padding: 16px 0;
	font-size: 16px;
}
#product_content .product_pricing .price {
	font-size: 16px;
}
#product_content #divOptionsBlock {
	padding: 0 5px 5px;
	border: 1px dashed #CCC;
	background: #eee;
}
#product_content #divOptionsBlock .checkbox {
	padding: 0 0 2px 5px;
}

#product_content .product_addtocart {
	position:relative;
	display: block;
	margin: 10px 0;
	padding: 5px 10px;
	background: #EEE url(../images/contentbox_bg.jpg) no-repeat;
	border: 1px solid #CCC;
}
#product_content .product_addtocart h4 {
	display: block;
	float: left;
	width: 90px;
}
#product_content .product_addtocart .txtBoxStyle {
	float: left;
	margin: 5px 15px 0 0;
	padding: 2px;
	width: 60px;
	font-size: 14px;
}
#product_content .product_addtocart .btn {
	display: block;
	float: left;
	font-size: 14px;
	color: #fff;
	padding: 5px;
	border: 3px solid #627c97;
}
#product_content .product_addtocart .btn_over {
	display: block;
	float: left;
	font-size: 14px;
	color: #fff;
	padding: 5px;
	border: 3px solid #90b590;
}
/* End Product Page Styles */

#content .review_text {
	padding: 0 5px 5px 5px;
}

/* Related Products */
#content .related_product {
	margin: 3px;
}
#content .related_product .related_price {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
#content .related_product .related_oldprice {
	float: left;
	padding: 0 5px 0 0;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-decoration: line-through;
}
#content .related_product .related_buy {
	clear: both;
}
#content .related_product .related_buy .btn {
	font-size: 12px;
	color: #fff;
	padding: 3px;
	border: 2px solid #627c97;
}
#content .related_product .related_buy .btn_over {
	font-size: 12px;
	color: #fff;
	padding: 3px;
	border: 2px solid #90b590;
}
/* End Related Products */

/* Product Specifications Table */
#content table.product_specifications {
	width: 100%;
	margin: 5px 0 15px 0;
}
#content table.product_specifications * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#content table.product_specifications th {
	text-align: left;
	color: #003366;
}
#content table.product_specifications tr.type th, #content table.product_specifications tr.type td { padding-top: 15px }
#content table.product_specifications th, #content table.product_specifications td {
	padding: 3px;
}
/* End Product Specifications Table */


#logos {
	display: block;
	clear: both;
	height: 67px;
	background: url(../images/logos_bg.jpg) no-repeat;
}

#footer {
	position: relative;
	display: block;
	clear: both;
	height: 163px;
	padding: 0 10px;
}
#footer .social {
	position: absolute;
	height: 30px;
	margin: 50px 0 0 0;
	padding: 0 0 0 130px;
	background: url(../images/footer_logo.png) no-repeat;
}
#footer .social li {
	display:inline;
	list-style: none;
}
#footer .sitemap {
	float: right;
}
#footer .sitemap ul {
	display: block;
	float: left;
	width: 180px;
	margin: 20px 10px 0 0;
}
#footer .sitemap ul li {
	list-style: none;
	font-size: 11px;
}
#footer .sitemap ul li.top {
	background: none;
}
#footer .sitemap ul li.top a {
	color: #669966;
	text-decoration: underline;
	background: none;
}
#footer .sitemap ul li a {
	display: block;
	text-decoration: none;
	color: #FFF;
}
#footer .sitemap ul li a:hover {
	color: #66cc66;
}
#footer p {
	padding: 10px 0;
	color: #336699;
	font-size: 11px;
}
#footer p.copyright {
	position: absolute;
	margin: 105px 0 0 0;
	width: 230px;
}

/* Global Classes */

.noborder {
	border: 0;
}

.required, .error {
	color: #FF0000;
}

.boldtext {
	font-weight: bold;
}

.bigtext {
	font-weight: bold;
	font-size: 140%;
}

.smalltext {
	font-size: 80%;
}

.more {
	text-align: right;
	font-size: 90%;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}
.clear_lt {
	clear: left;
}
.clear_rt {
	clear: right;
}

.pdf {
	padding: 0 0 0 40px;
	background: url(../images/icon_pdf.gif) no-repeat;
}

