/* Main Stylesheet */

/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */

/* Tag Styling */
body {
	font: 9pt Arial, Helvetica, sans-serif normal;
}
strong {
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited { 
	text-decoration: none; 
	}
a:hover, a:active { 
	font-weight: bold; 
	text-decoration: underline; 
	}

/* Overall */
#maincontainer {
	margin: 6px auto;
	width: 700px;
}
#header {
	margin: 0;
	width: 100%;
}

/* Header */
#header img {
	float: left;
	margin-bottom: 4px;
}
#header p {
	margin: 2px 0px;
	text-align: right;
	font-weight: bold;
	color: #A3A3A3;
}
#header p.login {
	background-color: #BCBCBC;
	padding: 4px 4px;
	float: right;
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
	color: #FFFFFF;
}
#header p.login a {
	color: #FFFF00;
	padding: 4px 4px;
}

/* Navbar */
#navbar {
	background-color: #383838;
	position: relative;
	margin: 0;
	height: 30px;
	width: 100%;
	clear: both;
}
#navbar ul {
	position: absolute;
	bottom: 5px;
	left: 4px;
}
#navbar ul li {
	display: inline;
	color: #FFFFFF;
	font-size: 8pt;
	margin-left: 3px;
	margin-right: 3px;
}
#navbar ul li a {
	color: #FFFF00;
}
#navbar form {
	position: absolute;
	bottom: 4px;
	right: 0;
}
#navbar form span {
	color: #FFFFFF;
	font-size: 8pt;
	margin-right: 4px;
}
#navbar form input.searchfield {
	border: 0;
	margin-right: 0px;
	width: 150px;
	padding-left: 4px;
}
#navbar form input.submitbutton {
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: -2px;
}

/* Homepage */
#contentcontainer {
	width: 100%;
	float: right;
	background-color: #848484;
}
#leftMain {
	width: 329px;
	height: 588px;
	float: left;
	background-image: url(/images/leftBackground.jpg);
	background-repeat: no-repeat;
}
#manufacturer {
	width: 100px;
	float: left;
	margin: 15px 0px 8px 15px;
	padding: 10px;
	background-color: #F3F3F3;
	border: 3px solid #666666;
}
#manufacturer ul li a {
	font-size: 9pt;
	color: #393939;
	text-align: left;
}
img.featured {
	float: left;
	margin-top: 45px;
	margin-left: -210px;
	background-color: #DEDEDE;
	border: 3px solid #666666;
	padding: 4px;
}
img.splashArea {
	width: 412px;
	height: 123px;
	margin-top: -545px;
	margin-right: 20px;
	float: right;
}
#homepagecontent {
	float: right;
	width: 320px;
	text-align: left;
	margin-top: -410px;
	margin-right: 20px;
	margin-bottom: 2px;
}
#homepagecontent img.sale {
	float: left;
	margin: 10px 10px;
}
#homepagecontent p {
	margin: 8px 0px;
	line-height: 140%;
	color: #FFFFFF;
}
#homepagecontent p strong {
	font-size: 9pt;
	font-style: italic;
}
#homepagecontent h1, h2 {
	margin: 8px 0px;
	line-height: 140%;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11pt;
	text-align: center;
	clear: right;
}
#homepagecontent a.sale {
	color: #FFFF00;
	font-size: 10pt;
	font-style: italic;
	text-decoration: underline; 
}
#homepagecontent p.emailheader {
	clear: both;
	font-size: 9pt;
	margin-top: 15px;
	margin-bottom: 2px;
}
#homepagecontent form input.searchfield {
	border: 0;
	width: 200px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#homepagecontent form input.submitbutton {
	margin-left: 6px;
	margin-bottom: -4px;
}
#homepagecontent p.emailfooter {
	margin-top: 2px;
}

/* Product List */
#leftSmall {
	width: 177px;
	height: 528px;
	margin-top: 15px;
	margin-left: 15px;
	float: left;
	background-image: url(/images/leftBackgroundSmall.jpg);
	background-repeat: no-repeat;
	border-top: 3px solid #FFFFFF;
	border-left: 3px solid #FFFFFF;
	border-bottom: 0;
	border-right: 0;
}
#leftSmall ul {
	margin-left: 20px;
}
#leftSmall ul li {
	margin-top: 5px;
}
#leftSmall a {
	color: #FFFFFF;
}
#leftSmall form {
	margin: 15px auto 10px 20px;
}
#leftSmall form input.submitbutton {
	margin-left: 4px;
	margin-bottom: -2px;
}
#productlistcontent {
	float: left;
	width: 473px;
	padding: 10px 10px 10px 15px;
	background-color: #FFFFFF;
	margin-top: 15px;
	margin-left: 0;
	margin-bottom: 15px;
}
#productlistcontent p.multipage {
	clear: both;
	text-align: right;
}
#productlistcontent p.multipage a {
	text-decoration: underline;
}
#productlistcontent h1 {
	clear: both;
	margin: 5px auto;
	text-align: center;
	color: #000000;
	font-size: 12pt;
}
#productlistcontent p.results {
	clear: both;
	margin: 5px auto;
	text-align: center;
	color: #000000;
	font-size: 9pt;
}
#productlistcontent h1.salelisttitle {
	color: #FF0000;
	font-size: 14pt;
	font-weight: bold;
}
#productlistcontent a {
	color: #000000;
}
#productlistcontent img {
	float: right;
	border: 0;
	padding: 0;
	margin-right: 5px;
}
#productlistcontent .catheader {
	width: 458px;
	clear: both;
	background-color: #BCBCBC;
	padding: 1px 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#productlistcontent .catheader h2 {
	color: #000000;
	text-align: right;
	font-weight: bold;
}
#productlistcontent .eachproduct {
	float: right;
	width: 100%;
	background-color: #FFFFFF;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#eachproduct ul li.product {
	font-weight: bold;
	margin-top: 15px;
}
#eachproduct ul li.beginprice {
	margin-top: 15px;
}

/* Product Detail */
#detailcontainer {
	width: 676px;
	float: left;
	margin: 4px auto 4px 6px;
	background-color: #FFFFFF;
	padding: 6px;
}
#detailcontainer .prodphoto {
	float: left;
	clear: left;
	margin: 6px auto 3px 0;
	width: 300px;
}
#productHeader {
	position: relative;
	width: 638px;
	height: 60px;
	margin: 0 auto;
	background-image: url(/images/productBackground.jpg);
	background-repeat: no-repeat;
	border: 4px solid #CCCCCC;
}
#productHeader h1 {
	color:#FFFFFF;
	position: absolute;
	bottom: 25px;
	left: 15px;
	font-size: 14pt;
}
#productHeader p {
	color:#FFFFFF;
	position: absolute;
	bottom: 5px;
	left: 15px;
	font-size: 10pt;
}
#subNav {
	width: 292px;
	height: 25px;
	position: relative;
	margin-left: 15px;
	margin-bottom: 15px;
	background-image: url(/images/subnavBackground.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 8pt;
}
#subNav ul {
	position: absolute;
	bottom: 5px;
	left: 20px;
}
#subNav ul li {
	display: inline;
	color: #FFFFFF;
	font-size: 8pt;
	margin-left: 3px;
	margin-right: 3px;
}
#subNav ul li a {
	color: #FFFF00;
}
.prodcontent {
	width: 300px;
	background-color: #FFFFFF;
}
.prodcontent ul li a {
	color: #000000;
	text-decoration: underline;
}
.prodcontent ul li {
	margin: 3px 3px;
}
.right {
	float: right;
	margin-right: 30px;
}
.left {
	float: left;
	margin-left: 15px;
}
#detailcontainer .prodheading {
	float: left;
	background-color: #336178;
	width: 280px;  
	padding: 5px 10px;
	text-align: left;
	color: #F6FE00;
	letter-spacing: 2px;
	margin: 20px 0px 15px 0px;
}
#detailcontainer .purchase {
	border: 1px solid #cccccc;
	width: 250px;
	padding: 10px;
	margin-top: 5px;
}
#detailcontainer h2.years {
	clear: left;
	line-height: 140%;
	color: #000000;
	font-weight: normal;
	margin-bottom: 20px;

}
#detailcontainer ul li.prodbrief {
	padding: 10px 0px;
}
#detailcontainer p.description {
	clear: both;
	margin-left: 15px;
	line-height: 140%;
	color: #000000;
}
#detailcontainer p.description a {
	color: #000000;
	text-decoration: underline;
}
.prodcontent input {
	margin-bottom: -3px;
}

/* Related Products Gallery */
.relcontainer {
	clear: both;
	width: 672px;
	padding: 8px;
}
.gallery {
	clear: both;
}
.gallery .prodheading {
	clear: left;
	margin-left: 15px;
	margin-right: 300px;
}
.gallery .relatedheading {
	float: left;
	background-color: #336178;
	width: 100%;  
	padding: 5px 10px;
	text-align: left;
	color: #F6FE00;
	letter-spacing: 2px;
	margin: 10px 0;
}
.gallery a {
	color: #000000;
	font-size: 8pt;
	text-decoration: underline;
}
.figure {
	float: left;
	width: 110px;
	height: 150px;
	margin: 15px 1px 15px 19px;
}
.photo {
}
.photo img {
	border: 1px solid #666;
	background-color: #FFF;
	padding: 4px;
	position: relative;
	top: -5px;
	left:-5px;
}
.figure p {
	font-size: 8pt;
	text-align: left;
	margin: 5px 0 0 0;
}

/* Footer */
#footer {
	clear: both;
	width: 672px;
	padding: 8px;
	border: 6px solid #848484;
}
#footer p {
	clear: both;
	margin: 8px 0px;
	color: #000000;
	line-height: 140%;
}
#footer p.compdesc {
	font-style: italic;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footLinks {
	margin-top: 4px;
	color: #848484;
}
/* Classes */
.myNorm {
	color: #FF0000;
	font-size: 9pt;
}
.white {
	color:#FFFFFF;
}
.yellow {
	color: #F6FE00;
}
.redLink {
	color: #FF0000;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
}
.red {
	color: #FF0000;
}
.black {
	color: #000000;
}
.underlined {
	text-decoration: underline;
}
.gray {
	color: #393939;
}
.lightgray {
	color: #848484;
}
.aqua {
	color: #3A667C;
}

/* IE 5/6 border erase bug */
* html #gallery {
	width: 100%;
}

/* IE 5 placement bug */
* html #gallery img {
	width: 100%;
}

