/* ----------------------------------------------------------------- */
/* GLOBAL STYLES                                                     */
/* ----------------------------------------------------------------- */

*              { border: 0; padding: 0; margin: 0; }
body           { font-family: Verdana, Arial, sans-serif; font-size: 13px; line-height: 20px; color: #000000; background: #FFFFFF; }

/* ----------------------------------------------------------------- */
/* STYLIZE THESE ...                                                 */
/* ----------------------------------------------------------------- */

a 				{ text-decoration: underline; color: #0000FF; }

/* ----------------------------------------------------------------- */
/* DO NOT PRINT THESE ...                                            */
/* ----------------------------------------------------------------- */

#header, #navGlobal, #sideContent, #secondaryContent, #footer {
	display: none;
}



.clear         { clear: both; }

/* ----------------------------------------------------------------- */
/* GENERAL FORMATTING, TEXT SIZES, AND COLORS                        */
/* ----------------------------------------------------------------- */

blockquote     { font-style: italic; margin: 1em 3em; }

.title         { font-size: 14px; color: #000000; font-weight: bold; text-align: left; }
.bluetitle     { font-size: 16px; color: #0033FF; font-weight: bold; text-align: left; }
.redtitle      { font-size: 16px; color: #FF0000; font-weight: bold; text-align: left; }

p              { margin: 1em 0; }
.bodytext14    { font-size: 14px; color: #000000; font-weight: bold; }
.f13           { color: #FF0000; font-size: 13px; }

.red           { color: #FF0000; }
.bronzeII      { color: #A67D3D; }
.wheat2        { color: #EED8AE; }
.white         { color: #FFFFFF; }

.smallbody	   { font-size: 10px; }
.smalltext	   { font-size: 8px; }
.smallbodyred  { font-size: 10px; color: red; }

.reviewtitle {
	text-transform: uppercase;
	font-size: 14px; color: #333333; font-weight: bold; text-align: left; 
	border: 1px solid #999999;
	background-color: #eaeaea;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 6px;
}

/* ----------------------------------------------------------------- */
/* HEADERS                                                           */
/* ----------------------------------------------------------------- */

h1 { font-size: 20px; margin-bottom: 20px; }
h2 { font-size: 18px; margin-bottom: 20px; }
h3 { font-size: 16px; margin-bottom: 20px; margin-top: 20px; }
h4 { font-size: 14px; margin-bottom: 20px; margin-top: 20px; }
h5 { font-size: 12px; margin-bottom: 20px; }
h6 { font-size: 10px; margin-bottom: 20px; }

#header h1 { text-indent: -9000px; } 

#primaryContent h1 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	margin: 0 0 8px 0;
	padding: 5px 0 5px 5px;
	background: url(/images/background/diags.jpg);
}

/* and then these h3 statements, unique to whichever section has been attached above, will give the headers the appropriate background color */

.default h3 {
	text-transform: uppercase;
	margin-bottom: 3px;
	background: none;
	font-size: 88%;
	display: inline;
	text-align: center;
}

/* ----------------------------------------------------------------- */
/* Product Docs Page */
/* ----------------------------------------------------------------- */

#prodDocs h2 {
	padding-top: 10px;
	margin-bottom: 4px;
	border-bottom: 1px solid #999;
	font-size: 16px;
}

#prodDocs img {
	border: none;
	padding-right: 5px;
	margin-left: 8px;
}

/* ----------------------------------------------------------------- */
/* LEADIN IMAGES                                                     */
/* ----------------------------------------------------------------- */

.leadin h1 { visibility: hidden; display: none; }
img.leadin { border: 1px solid #000; }

/*
.leadin {
	margin: 0 0 8px 0;
	padding: 5px 0 5px 0;
}
*/

/* ----------------------------------------------------------------- */
/* LAYOUT                                                            */
/* main wrapper that holds it all centrally                          */
/* ----------------------------------------------------------------- */

#bkg, #bkgWhite {
	width: 1000px;
	margin: 0 auto;
	background: url(/images/background/coreFade02.png) repeat-y center;
}

#bkgWhite #outer, #bkgWhite #inner {
	background-color: #FFF;
}

#wrapper {
	/* width: inherit; (or 950px get from bkg) */
	width: 950px;
	margin: 0 auto;
}

#header {
	height: 170px;
	margin: 0 auto;
	background: url(/images/header/top01.jpg); 
}

#outer {
	border: 1px solid #000;
}

#inner {
	margin: 0;
	width: 100%;
	overflow: hidden;
}

#outer, #inner{
	background-color: #000;
}

/* now the three main columns, named in order of importance and display when styles switched off */

#primaryContent {
	float: left;
	display: inline;
	margin: 0 8px;
	width: 100%;
}

/* note here that specifying threeColLayout in the body will activate the following div instead of the default primaryContent */

#threeColLayout #primaryContent {
	float: left;
	width: 592px;
}

/* note here that specifying twoColLayout in the body will activate the following div instead of the default primaryContent */

#twoColLayout #primaryContent {
	float: left;
	width: 762px;
}

#twoColLayoutRight #primaryContent {
	/* float: left; */
	width: 762px;
}

/* just incase twoColLayout is specified in body, and secondaryContent is left in, we turn it off - not ideal, but it works */

#twoColLayout #secondaryContent {
	display: none;
}

#secondaryContentRight {
	float: right;
	width: 170px;
	margin: 0 8px 0 0;
}

/* right hand related items boxes */
#secondaryContent {
	float: right;
	display: inline;
	/*width: 170px;*/
	margin: 0 8px 0 0;
}

/* products menu */
#sideContent {
	float: left;
	display: inline;
	/*width: 170px;*/
	margin: 0 0 0 8px;
}

#productLinks {
	float: left;
	width: 762px;
	border: none;
	padding-bottom: 8px;
	background: #EED8AE; 
	border-bottom: 1px solid #000;
}

#productBoxes {
	background: #F1EAD7; 
}

#productBoxes1 {
	float: left;
	width: inherit;
	margin: 8px 0 0;
}

#equal_height, .equal_grid_height { 
	overflow: hidden;
}

#equal_height { 
	background: url(/images/background/bottom_box.jpg) bottom center no-repeat; 
	padding-bottom: 8px;
}

#equal_height div, .equal_grid_height div {
	margin-bottom: -1000px; padding-bottom: 1000px; 
}

/* just incase oneColLayout is specified in body, and these are left in, we turn them off - not ideal, but it works */

#oneColLayout #secondaryContent, #oneColLayout #sideContent {
	display: none;
}

/* twoColContent - used to span two right-hand columns - ONLY LEAVE THIS IN IF I DISCUSS IT - box used only if no selector */

#twoColContent {
	width: 742px;
	float: left;
	margin: 0 0 20px 195px;
}

/* ----------------------------------------------------------------- */
/* Product rows e8e8e8 */

.first { margin-left: 0 !important; }

.molrow {
	float: left;
	display: inline;
	padding: 0px 0px;
	width: 100%;
	background: #F1EAD7; 
}

.molrow img {
	border: none;
}

.molecule {	float: left; display: inline; padding: 0 10px; }
	.contentwrapper .molecule img { margin: 0 -10px 20px; }
	.contentwrapper20 .molecule img { margin: 0 -1px 20px 0; }
	.molecule a.secondary { margin: 5px 0 0 -1px; }
	.molecule img { display: block; }
	/*.molecule p { margin: 10px 0 0; line-height: 130%; }*/
	.molecule p { text-align: center; font-size: 12px; }
	/* .molecule p.price { margin: 4px 0 0; font-size: 140%; font-weight: bold; } */
	.molecule .price { margin: -6px 0 0; color: #990000; font-weight: bold; }
		/*mario additions * html .molecule p.price { font-size: 120%;}end mario additions */
		.molecule p.price span { font-size: 78.57%; font-weight: normal; }
	.molecule h4 { color: #0CAAD2; }
	.molecule h4+p { min-height: 5.16em; }
	.molecule .product h4 {float:left; display:inline;color: #666; }
	.molecule .usa {float:right; display:inline; }
	.molecule h4.category {	color: #666; }
	.molecule .compare { margin: 6px 0 0 -1px; }
		* html .molecule .compare { margin-left: 0px; }
		.molecule .compare label { color: #0CAAD2; line-height: 120%; }

	.mrlarge { padding: 15px 10px; width: 714px; }
		.mlarge { width: 207px; padding: 15px; }
		.msmall { width: 156px; padding: 15px 13px; }

	.molecule + .molecule { border-left: 1px solid #000; }
	.molrow + .molrow { border-top: 1px solid #000; }

	* html .mrlarge { width: 734px; wid\th: 714px; }
		* html .mlarge { width: 237px; wid\th: 207px; }
		* html .msmall { width: 182px; wid\th: 156px; }
	* html .molrow { border-top: 1px #e8e8e8 solid; }
		* html .mrtop { border-top: none; }
	* html .molrow .molecule { border-left: 1px solid #000; }
		* html .molrow .first { border-left: none; }

.molecule a { color: #000000; }
.molecule a:link,
.molecule a:visited,
.molecule a:active {
	text-decoration: none;
	}
	
.molecule a:hover {
	color: #FF0000;
	text-decoration: none;
}

/* ----------------------------------------------------------------- */
/* Content formatting */

#primaryContent ul, #primaryContent ol {
	margin-left: 30px;
}

#primaryContent ul {
	list-style-type: disc;
}

.figure {
	text-align: center;
}

.caption {
	font-style: italic;
	font-size: 11px;
}

#primaryContent p { 
	margin: 10px 0; 
}

#secondaryContent h1 {
	padding: 5px;
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	color: #333333;
	text-transform: uppercase;
	background-image: url(/images/background/nav_h1_bkg.jpg);
	background-position: left top;
	border: 1px solid #999;
}

#secondaryContent img { 
	padding: 2px;
}

#productLinks h2 {
	margin: 0;
	padding-top: 6px;
	padding-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	color: #000;
	text-transform: uppercase;
	text-align: center;
}

#productLinks h2 {
	background: url(/images/background/categoryTitleBack_300.jpg) no-repeat center top;
}

#productLinks .column {
	position: relative;
	float: left;
}

#productLinks #col1, #productLinks #col2, #productLinks #col3 {
	/* border: 1px solid red; */
	width: 240px;
	padding-left: 5px;
}

#productLinks a { 
	background: url(/images/elements/bullets/362.gif) no-repeat left center;
	padding-left: 18px;
	color: #000;
	font-weight: bold; 
}
#productLinks a:link,
#productLinks a:visited,
#productLinks a:active {
	text-decoration: none;
}
#productLinks a:hover {
	color: #FF0000;
	text-decoration: none; 
}

#productBoxes1 ul {
	margin: 0;
}

ul.product_grid {
	list-style-type: none;
	width: inherit;
	font-size: 10px;
	padding: 0;
	margin: 0;
}

.product_grid li {
	display: block;
	float: left;
	width:  174px;			/* img width + border */
	margin: 0 18px 10px 0;  /* was 22 */
	text-align: center;
	padding: 0 0 4px;
}

.product_grid li.last {
	margin-right: 0px;
}

#homeLeadIn {
	float: right;
	overflow: hidden;
	display: inline;
	margin-bottom: 8px;
}

#homeSubLeft, #homeSubMiddle {
	float: left;
	overflow: hidden;
	display: inline;
}

#homeSubRight {
	float: right;
	overflow: hidden;
	display: inline;
}

#homeSubBottom {
	float: left;
	overflow: hidden;
	display: inline;
	clear: both;
}

#homeSubMiddle, #homeSubRight {
	margin-left: 8px;
}

#homeSubLeft, #homeSubMiddle, #homeSubRight, #homeSubBottom {
	margin-bottom: 8px;
}

#homeLeadIn img {
	border: none;
}

#homeSubLeft img {
	border: none;
}

#homeSubMiddle img {
	border: none;
}

#homeSubRight img {
	border: none;
}

#homeSubBottom img {
	border: none;
}

#homeLeadIn, #homeSubBottom {
	width: 762px;
}

#homeLeadIn {
	height: 409px;
}

#homeSubBottom {
	height: 143px;
}

#homeSubLeft, #homeSubRight {
	width: 377px;
	height: 200px;
}

#homeSubMiddle {
	width: 316px;
	height: 200px;
}

.logos img {
	margin-top: 10px;
	margin-bottom: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #FFFFFF;
	border: 1px solid #000;
	/* width: 160px; */
}

/* ----------------------------------------------------------------- */
/* LEADIN IMAGES                                                     */

#leadin { 
	margin: 0 auto;
	width: 100%;
}

#twoColLayout #leadin { 
	width: 100%;
}

#threeColLayout #leadin { 
	width: 100%;
}

/* ----------------------------------------------------------------- */
/* NAVIGATION MENUS                                                  */

#navGlobal {
	clear: both;
	padding: 0;
	margin: 1px 1px 8px;
	height: 29px;
	width:  946px;
	background-image: url(/images/background/menu04.jpg);
	background-repeat: no-repeat;
	background-position: center top; 
	font-weight: bold;
}

#navGlobal ul {
	margin-top: 4px;
	text-transform: uppercase; 
	list-style-type: none; 
	float: left;
	}
	
#navGlobal ul li {
	display: block; 
	float: left; 
	}

#navGlobal ul li a { color: #000000; }
#navGlobal ul li a:link,
#navGlobal ul li a:visited,
#navGlobal ul li a:active {
	font-size:12px; 
	text-decoration: none;
	display: block; 
	text-align:center; 
	padding: 0px 10px 0px 10px; 
	margin: 0px; 
	float:left;
	}
	
#navGlobal ul li a:hover {
	color: #FF0000;
	text-decoration: none; 
	padding: 0px 10px 0px 10px; 
	margin: 0px; 
}

/* Floated right menu */

#navGlobalRight {
	float: right;
	text-transform: uppercase; 
	height: 29px;
	margin-right: 8px;
	margin-top: 4px;
}

/* ----------------------------------------------------------------- */
/* FOOTER                                                            */

#footer {
	position: relative;
	height: 100px;
	width: 100%;
	bottom: 0;
	font-size: 10px;
	overflow: hidden;
	background: url(/images/footer/01.jpg);
}

#footer p {
	line-height: 6px;
}

#footer #links_wrapper {
	margin: 0;
	padding: 45px 0 0 15px;
}

#footer #copyrightnotice {
	padding-left: 15px;
}

#footer a:link, 
#footer a:visited,
#footer a:active {
	color: #000;
	font-weight: bold;
}

#footer a:hover {
	color: #990000;
}

/* ----------------------------------------------------------------- */
/* cbSide controls non-rounded boxes in the thinner left column, known as sideContent */

/* add border back to width if not using */

.box {
	background-color: #EED8AE;
	width: 160px;
	border: 1px solid #000;
}

.box h2 {
	margin: 1px 2px 2px;
	padding: 2px 0;
	border: 1px solid #000;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #000;
	background-color: #FFCC66;
}

.box .menuTopPad {
	padding-top: 1px;
	/* margin-top: 2px; */
}

.cbSide {
	margin-left: 4px;
}

.cbSide p {
	/*padding: 0 4px 2px 4px;*/
	font-size: 90%;
	color: #666;
}

/* Styling of the boxes if there is no JavaScript support */

.cbb {
	margin: 0 4px 4px;
	padding: 5px 0 5px 0;
	background: #FFF;
	border: 1px solid #999;
	text-align: center;
}

/* paragraph styles for any main boxes */
.cbb p, .cb p {
	padding: 0 5px;
	color: #333;
}

.cbb a, .cb a {
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

.cbb a:hover, .cb a:hover {
	text-decoration: underline;
	color: #990000;
}

/* Insert the custom corners and borders for browsers with sufficient JavaScript support */

.cb {
	margin: 0.5em 0;
	line-height: 170%;
}

/* Rules for the top corners and border */
.bt {
	background:url(/images/elements/box.png) no-repeat 100% 0 !important;
	background:url(/images/elements/box.gif) no-repeat 100% 0;
	margin:0 0 0 18px;
	height:27px;
}
.bt div {
	height:27px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(/images/elements/box.png) no-repeat 0 0 !important;
	background:url(/images/elements/box.gif) no-repeat 0 0;
}

/* Rules for the bottom corners and border */
.bb {
	background:url(/images/elements/box.png) no-repeat 100% 100% !important;
	background:url(/images/elements/box.gif) no-repeat 100% 100%;
	margin:0 0 0 12px;
	height:14px;
	}
.bb div {
	height:14px;
	width:12px;
	position:relative;
	left:-12px;
	background:url(/images/elements/box.png) no-repeat 0 100% !important;
	background:url(/images/elements/box.gif) no-repeat 0 100%;
}

/* Insert the left border */
.i1 {
	padding: 0 0 0 12px;
	background:url(/images/elements/borders.png) repeat-y 0 0 !important;
	background:url(/images/elements/borders.gif) repeat-y 0 0;
}
/* Insert the right border */
.i2 {
	padding: 0 12px 0 0;
	background:url(/images/elements/borders.png) repeat-y 100% 0 !important;
	background:url(/images/elements/borders.gif) repeat-y 100% 0;
	}
	
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	background:#FFF;
	border: 1px solid #FFF;
	border-width: 1px 0;
	padding: 0 5px;
}
/* CSS for the box ends here */

/* CSS for the ticked off links. Note, I am not ordering things in the LVHA way, as I prefer the visited tick to work above the arrow once visited. */

.cbSide {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 11px;
}

.cbSide ul {
	list-style-type: none;
	margin: 0;
}

/* IE HACK!!! solid vs hidden */
/*	border: 1px solid #EED8AE; */
/*	line-height: 20px; */

.cbSide li {
	border: 1px solid #EED8AE;
}

.cbSide li.last {
	border-bottom: none;
	padding-bottom: 4px;
}

.cbSide a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

.cbSide li a:link,
.cbSide li a:visited,
.cbSide li a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

.cbSide li a:hover {
	text-decoration: underline;
	color: #990000;
}

/* ----------------------------------------------------------------- */
/* ORDER INFO                                                        */
/* ----------------------------------------------------------------- */

.order_info    {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-top: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
	height: 27px;
	vertical-align: middle;
}

.order_info img {
	margin: 0;
	padding: 0;
	border-style: none;
}

.part_price {
	float: right; 
	font-weight: bold;
	font-size:14px; 
	margin: 0;
	padding: 0px 5px 0px 0px;
}

/* ----------------------------------------------------------------- */
/* By row formatting                                                 */
/* ----------------------------------------------------------------- */

.br_sep           { border-top: 1px solid #000; margin-top: 8px; margin-bottom: 8px; }
.br_item div      { font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #000000; font-weight: normal; }
.br_item img      { float: left; margin-right: 10px; }
.br_item h2, h3   { margin: 0 0 10px; } 
.br_item h2       { font-size: 14px; }
.br_item h3       { font-size: 13px; }
.br_description   { width: 310px; padding: 0; margin: 0; float: left; }
.br_features      { width: 240px; float: left; }

.br_item ul 	  { font-size: 10px; color: #000000; list-style-type: none; }
.br_item li 	  { padding-left: 10px; list-style-type: none; }

.br_item table	  { border: 0px; }

/* ----------------------------------------------------------------- */
/* IMAGES                                                            */
/* ----------------------------------------------------------------- */

body img, table   { border: none; }
table img         { border: none; }

.no_border        { border: none; }

td.ltr_border     { border-left: 1px solid #999; border-top: 1px solid #999; border-right: 1px solid #999; }
td.lbr_border     { border-left: 1px solid #999; border-bottom: 1px solid #999; border-right: 1px solid #999; }

.floatLeft        { float: left; padding: 10px 50px 0 0; }
.floatRight       { float: right; padding: 10px 0 0 50px; }


