/*
	(1) html elements
	(2) global structures
	(3) formatting for global structures
	(4) general purpose */

/*
	(1) html elements */
body {
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 75%;
	color: #414141;
	background-color: #2d2d2d;
}

h1 {
	font-size: 1.4em;
	color: #a23435;
}


h2 {
	font-size: 1.1em;
	margin-bottom: 4px;
	clear: left;
}

h2.green 
{
	font-size: 1.1em;
	margin-bottom: 4px;
	color: #4d6a47;
}

h3 {
	font-size: 1em;
	margin-bottom: 2px;
}

p {
	margin-top: 0;
}

a img {
	border: none;
}

/*
	(2) global structures */
#main {
	width: 766px;
	padding: 0;
	padding-left: 5px;
	margin: 0px auto;
	margin-bottom: 10px;
	background: transparent url('../images/bg_main.gif') 0 0 repeat-y;
}

#masthead {
}

#header {
	background: transparent url('../images/bg_header_internal.jpg') 0 0 no-repeat;
	height: 144px;
	border-top: 1px solid #983535;
	width: 760px;
}

#tagline {
	margin-top: 120px;
	height: 25px;
	width: 390px;
	margin-left: 230px;
}

#logo {
	padding-top: 12px;
	text-align: right;
}	


#utility-nav {
	width: 760px;
	text-align: right;
	height: 23px;
	margin-top: -143px;
	color: #fff;
}

#banner {
	display: none;
}

#primary-nav {
	background: transparent url('../images/bg_primary-nav.gif') 0 0 repeat-x;
	width: 737px;
	padding-left: 23px;
	/*
		this will prolly cause problems.
		there's a wrapper element, group-width-constraint that surrounds tagline, utility-nav and logo.
		in other layouts, that element is necessary but it's not here.  IE is bumping this element down 
		1px on account of group-width-constraint; firefox isn't.  im scooting this up one for now and 
		hoping that the 1px vert diff in firefox doesn't create any problems.
	*/
	margin-top: -1px;
	padding-top: 4px;
	padding-bottom: 3px;
	border-bottom: 1px solid #606641;
}

#secondary-nav {
	float: right;
	width: 218px;
	margin-top: 15px;
}

#content {
	background-color: #fff;
	float: left;
	width: 504px;
	padding: 20px 16px 0 22px;
}

#content h1 { color: Gray; } 
#content h1.pageheading { color: #800000; font-size: 1.4em; text-align:center; } 
#content h1.green {	font-size: 1.2em;	color: #336633; }

#content h2.subheading { margin-top: -1em; margin-bottom: 1em; text-align:center; }
#content h2.sectionheading
{
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
	background-color:Transparent;
	color: #800000;
	text-align: center;
}

#content h2.productinfo-heading
{
	margin-bottom:5px;
	padding-top:0;
	padding-bottom:0;
	background-color:Transparent;
	color: #000000;
	text-align: center;
}

#content h3.sectionheading { color:#800000; text-align:center; }
#content h3.sectionheading-block { color: #ffffff; width: 100%; text-align:center; background-color: #800000; padding:5px; margin-bottom:5px; }
#content h3.sectionheading-block a { color: #ffffff; text-decoration: none; }
#content h3.sectionheading-block a:hover {	text-decoration:underline;   }

#content-region-end {
	clear: both;
	height: 1px;
	overflow: hidden;
	font-size: .01em;
}

#content .redtext {	color: #800000; }
#content .brightredtext {	color: red; }


#footer {
	/*background: #4c4f3c url('../images/bg_footer.gif') bottom left no-repeat;*/
	background-color: #4c4f3c;
	color: #9c9e93;
	padding: 5px 15px 0 15px;
	width: 730px;
	border-bottom: 2px solid #2d2d2d;
	font-size: .9em;
	text-align: center;
}

/*  the following three elements are arbitrary containers for 
	individual use in each of the designs - they're absolutely positioned. */
#dc1 { display: none;}
#dc2 {}
#dc3 {}

/*
	(3) formatting for global structures */
#header div.group-width-constraint {

}

#logo a {
}

#logo a img {

}
	
#utility-nav ul {
	margin: 0;
	padding: 0;
	margin-right: 25px;
}

#utility-nav ul li {
	margin: 0;
	margin-right: 8px;
	font-size: 1em;
	padding: 0;
	display: inline;
}

#utility-nav ul li a {
	color: #ecd8d2;
	text-decoration: none;
	font-weight: bold;
}


#banner img {
}


#primary-nav ul {
	margin: 0;
	padding: 0;
}

#primary-nav ul li {
	margin: 0;
	padding: 0;
	display: inline;
	margin-right: 15px;
}

#primary-nav ul li a {
	color: #d1d5bd;
	text-decoration: none;
	font-weight: bold;
}

#primary-nav ul li a:hover, 
#primary-nav ul li a.active {
	color: #e6e8dd;
}



#secondary-nav ul {
	margin: -7px 0 0 0;
	padding: 0;
	list-style: none;
}

#secondary-nav ul li {
	margin: 0;
	margin-bottom: 2px;
	padding: 0;
	width: 212px;
}

#secondary-nav ul li a {
	color: #303323;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	width: 189px;
	padding: 3px 3px 3px 20px;
	display: block;
	margin: 0;
	line-height: 1.1em;
}

#secondary-nav ul li.active a {
/*	background: transparent url('../images/bg_secondary-nav_LI.gif') 0 0 no-repeat;*/
	/* background-color: #a23435; */
	background-color: #800000;
}

#secondary-nav ul li.active ul {
	margin-top: 5px;
}

#secondary-nav ul li.active li a {
	background-color: transparent;
	display: inline;
	font-weight: normal;
}

#secondary-nav ul li a:hover, 
#secondary-nav ul li a.active {
/*	background: transparent url('../images/bg_secondary-nav_A.gif') top right no-repeat;*/
	color: #fff;
}

#secondary-nav ul li ul {
}

#secondary-nav ul li ul li {
	margin-left: 25px;
	margin-right: 0;
	width: 177px;
} 

#secondary-nav ul li ul li ul {  }
#secondary-nav ul li ul li ul li {
	margin-left: 15px;
	margin-right: 0;
	padding-bottom:2px;
} 

#secondary-nav ul li ul li a {
	display: block;
	padding-left: 0;
	font-weight: normal;
}

#secondary-nav ul li ul li a:hover,
#secondary-nav ul li ul li a.active 
{
}

#secondary-nav ul li ul li a.active  { font-weight:bold; }

#secondary-nav ul li ul li ul li a.active  { font-weight:normal; }

#secondary-nav ul li ul li a:hover { font-weight:normal; }

#secondary-nav #whats-new {
	margin-bottom: 6px;
}

#secondary-nav #whats-new a {
	background-color: transparent;
	padding: 10px;
	padding-bottom: 0;
}

#secondary-nav #whats-new a:hover{
	background-color: transparent;
}

#secondary-nav #whats-new a div {
	background: transparent url(../images/bg_whats-new_TL.gif) top left no-repeat;
	padding: 0;
}

#secondary-nav #whats-new a div div {
	background: transparent url(../images/bg_whats-new_TR.gif) top right no-repeat;
}

#secondary-nav #whats-new a div div div {
	background: transparent url(../images/bg_whats-new_BL.gif) bottom left no-repeat;
}
#secondary-nav #whats-new a div div div div {
	background: transparent url(../images/bg_whats-new_BR.gif) bottom right no-repeat;
	padding: 3px 10px;
}



#secondary-nav .formdiv {
	margin-top: 20px;
}

#secondary-nav .note 
{
	margin: -17px 25px 5px 5px;
	color: #fff;
	padding-left: 5px;
	font-size: 1.1em;
	font-weight: bold;
	
}

#secondary-nav #txtSearchTerm {
	float: left;
	margin-left: 20px;
	border: 1px solid #50543a;
	background-color: #d4d8bb;
	color: #3f4138;
	width: 110px;
	padding-left: 5px;
	font-size: .9em;
	font-weight: bold;
	margin-bottom: 10px;
}

#secondary-nav #secondaryNav_cmdSubmit {
	float: left;
	margin-left: 5px;
	
}

#content p {
	text-align: justify;
}

#content h1 {
	margin-top: 0;
}

#footer p {
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
}



/*
	(4) general purpose */

.clear { clear: both; }
	
div.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 1px;
	font-size: .01em;
	overflow: hidden;
}

div.group-width-constraint {

}


.right {
	float: right;
	margin-left:10px;
}

img.left, .left {
	float: left;
	margin-right: 10px;
}

.center-table 
{
	margin-left: 25%;
}

.centered-image    {
    text-align:center;
    display:block;
}

.note { }
.footnote {  font-size:.9em; margin-top: -1em; }
#content .sidenote p { text-align: left; }

.rohs {	background: url('../images/logo_rohs_small.jpg') 460px 5px no-repeat; }
.rohs-logo-top { margin-top: -8px; }

h1 span.prod-id {

}

table.data {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	background-color: #f0f0f0; 
	margin-bottom: 15px;
}

table.data th {
	border: 1px solid #999;
	padding-left: 2px;
	/* background-color: #a23435; */
	background-color: #800000;
	color: #ffffff;
	text-align:center;
	vertical-align:middle;
}

table.data tr.header td {
	vertical-align: top;
	border: 1px solid #999;
	padding-left: 2px;
	font-weight: bold;
	text-align: center;
}

table.data td input.text-qty {
	width: 40px;
}

table.data tr.alternate td {
	background-color: #fff;
}


table.data td {
	border: 1px solid #999;
	padding-left: 3px;
	vertical-align: middle;
	text-align:center;
}

table.data td.good, .good {
	color: blue;
	font-weight : bold;
	
}

table.data td.excellent, .excellent {
	color: red;
	font-weight: bolder;
}

table.data td.fair, .fair {
	color: green;
	font-weight : bold;
}
table.data td.center 
{
	
	text-align: center;
}

table.data td .small 
{
	font-size: .85em;
}

table.data td.notrecommended, .notrecommended {
	color: navy;
	font-weight : bold;
	
}

table.data img.product-image 
{
	margin: 2px 2px 2px 2px;
	border: 1px solid black;
}

.shaded {	background-color : #ffe4c9; }
.white { background-color: #ffffff; }

table.data td.controls {
	background-color: #fff;
	padding: 6px;
	text-align: right;
}

table.data td.submit { text-align:left; }

table.cart {
	width: 100%;
	font-size: 1em;
	border-collapse: collapse;
	background-color: #fff;
	margin-bottom: 15px;
}


table.cart tr th {
	text-align: left;
	vertical-align: top;
	border: 1px solid #999;
	padding: 2px 5px 2px 7px;
	font-weight: bold;
	background-color: #ccc;
}
table.cart tr.header td {
	text-align: left;
	vertical-align: top;
	border: 1px solid #999;
	padding: 2px 5px 2px 7px;
	font-weight: bold;
	background-color: #ccc;
}

table.cart td span.retail {
	text-decoration: line-through;
}

table.cart td span.sale {
	color: #C92B2C;
	font-weight: bold;
}

table.cart td input.text-qty {
	width: 40px;
}

table.cart tr.alternate td {
	background-color: #f0f0f0;
}

table.cart td {
	vertical-align: top;
	border: 1px solid #999;
	padding-left: 3px;
}

table.cart td.controls {
	background-color: #fff;
	padding: 6px;
	text-align: right;
}
table.cart tr.total td
{
	font-weight:bold;
}

table.intro {
	
}

table.intro .smallcaption 
{
	width: 115px;
}

table.intro td {
	vertical-align: top;
	text-align: justify;

	
}


table.intro td h2 {
	background-color: #800000;
	color:#ffffff;
	text-align:center;
	padding: 3px;
	margin-top: 2px;
}

table.intro td h2 a:link,
table.intro td h2 a:visited {
	color: #fff;
	font-size: .9em;
	text-decoration:none;
}

table.intro td h2 a:hover {
	color: #fff;
	font-size: .9em;
	text-decoration:underline;
}

table.intro td.image { text-align: center; vertical-align:middle; }

ul.square li { list-style-type: square; }
ul.double-space li { padding-top: 5px; padding-bottom:5px; }

table.form {
	border: none;
}

table.form th {
	text-align: left;
}

table.form td {
	vertical-align: top;
	padding: 4px;
	border-style: hidden;
	border-color: #fff;
}

table.form td.label {
	text-align: right;
}

table.form td input.text {
	width:250px;
}

table.form td.controls {
	text-align: right;
}

table.image-group td { text-align:center; vertical-align:top;  }
table.image-group td.bottom { vertical-align:bottom; }

#content p.caption, 
p.caption {
	text-align: center;
	font-weight: bold;
	width: 230px;
	border: 1px solid #999;
	background-color: #fff;
	padding-left: 3px;
	padding-right: 3px;
}

p.caption img {
	display: block;
	margin: 5px auto;
	margin-bottom: 3px;
}

#content p.caption-no-border, 
p.caption-no-border {
	text-align: center;
	width: 230px;
	padding-left: 3px;
	padding-right: 3px;
}

p.caption-no-border img {
	display: block;
	margin: 5px auto;
	margin-bottom: 3px;
}

.centered-caption
{
	margin-left: 130px;
}
p.attribution {
	font-size: .9em;
}

div.ordernow
{
	margin-bottom:4px;
	margin-top:-10px;
}

div.showcase 
{
	border-top: solid 1px gray;
	margin-top: 15px;
	height: 20px;
	width: 100%;
}

.errormessage
{
	font-weight:bold;
	color:Red;
}

.two-column { width: 48%; }

.three-column {	width: 30%; }

.bulleted-list-inline ul, .bulleted-list-inline-red ul, ul.bulleted-list {
	margin-left: 0;
	padding-left: 0;
	list-style:none;
	} 
	
.bulleted-list-inline ul, .bulleted-list-inline-red ul {  display: inline;  } 
	 	
.bulleted-list-inline-red ul li, ul.bulleted-list li
{
	padding-right:5px;
	padding-left:15px;
	background: url(../images/square_red.gif) 0px 3px no-repeat; 
	height:15px;
	
	
}

.bulleted-list-inline ul li
{
	padding-right:5px;
	padding-left:15px;
	background: url(../images/square.gif) 0px 3px no-repeat; 
	height:15px;
	
	
}

.bulleted-list-inline ul li, .bulleted-list-inline-red ul li {	display: inline;  }

.bulleted-list-inline ul li.first, .bulleted-list-inline-red ul li.first {
	padding-left: 0;
	list-style: none;
	display: inline;
	background:none;
	}
	
#content div.bgImageLeft
{	display: block;
	/* position: relative;  left: 0; top: 0px;
	margin-right: -10%; */
	position: relative;  left: -10%; top: 0px;
	width: 108%;
	margin-right: -10%; 
	clear:left;

 }

#content div.bgImageLeft img
{
	position: relative;  right: -10%; 
	float:left;
}

#content div.bgImageLeft p
{
	text-align: justify;
	position: relative;  top: 0; left: 0;
}

#content div.bgImageRight
{	display: block;
	clear:right;
 }

#content div.bgImageRight p
{
	position: relative;  right:0; top: 15px;
}

div.bgImageRight img 
{
	float:right;
	position: relative; left: -5%;
	margin-right:-3%;
}


#content div.bgImageTop
{	display: block;
 }

#content div.bgImageTop p
{
	position: relative;  left:0; top: -25px;
	color: #000000;
	margin: 0 0 -25px 0;
}

div.bgImageTop img 
{
	margin: 0 auto;
	display:block;
}

#content div.bgImageBoth
{	display: block;
	position: relative; 
	margin-right: 4%;
	margin-left: 4%;
 }

#content div.bgImageBoth .left
{
	position: relative;  right: -10%; 
	margin-left:-10%;
	float:left;
	clear: left;
}

div.bgImageBoth .right
{
	float:right;
	position: relative; left: -5%;
	margin-right:-3%;
	clear:right;
}


#content div.bgImageBoth p
{
	position: relative;  top: 0; left: 0;
}

#content p.overlapcaption
{
	text-align:center;
	margin-top:-20px; 
	font-weight:bold;
}

#content p.no-overlapcaption
{
	text-align:center;
	margin-top:0px; 
	font-weight:bold;
}

#content .small-caption 
{
	font-size:.9em; 
	text-align:center;
}

/* p.imagecaption img {
	display: block;
	margin: 5px auto;
	margin-bottom: 3px;
} */

#content p.imagecaption {
	text-align:center;
	font-weight:bold;
}

.centercolumn
{
	padding-top: 15px;
	position:relative;
}

.left-column 
{
	width: 51%; float: left; position: relative; margin-right: 15px;
}

.right-column
{
	width: 40%; float: right; margin-right: 10px; position: relative;
}

.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.indent { margin-left: 50px; }
.indent-both { margin-left: 25px; margin-right: 25px; }
.indent-right { padding-right: 50px; }
.justify {text-align:justify; }
#content .center { text-align: center; }
#content .center-block { margin: 0 auto;  text-align:left; display:block;}
p.numberedListItem { margin-bottom: 3px; }


.bgImageLeftDiv
{
    width:100%;
    background-repeat: no-repeat;
     background-position: left center;
    
}

.bgImageLeftDiv p {padding-left:12%; height:100%;}
.bgImageRightDiv
{
    width:100%;
    background-repeat: no-repeat;
    background-position: right center;
}
.bgImageRightDiv p {padding-right:12%; height: 100%;}

