/* CSS document */
/* reset global styles */
html, body, blockquote, div, form, h1, h2, h3, h4, h5, h6, ol, p, table, ul, li, td, tr, button, object, a, br, cite, em, img, span, strong, sub, sup, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
body, select, input, textarea {
	font: 62.5%/1.2 verdana, arial, helvetica, sans-serif;
}

/* global text formatting */
a:link {
	color: #ac83b1;
	text-decoration: none;
}
a:visited {
	color: #ac83b1;
	text-decoration: none;
}
a:hover {
	color: #808080;
}
a:active {
	color: #ac83b1;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
}
p {
	font-size: 1.1em;
	color: #3f3f3f;
	padding-bottom: 1.1em;
}
h1, h2, h3, h4, h5, h6 {
	padding-bottom: 1.0em;
}
h1 {
	font-size: 1.3em;
}
h2 {
	color: #ac83b1;
	font-weight: bold;
	font-size: 1.1em;
	display: block;
	padding: 0.5em 0 1em 0;
}
h3 {
	font-size: 1.1em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 1em;
}

/* structure */
body {
	background-color: #3f3f3f;
	padding: 10px 0;
}
div#wrapper {
	width: 960px;
	margin: 0 auto;
	border: 3px solid #aaaaaf;
	background-color: #fff;	
}
div#header {
	height: 130px;
	background: #edf0ef url(../images/header.png);
}
div#navigation {
	margin-top: 31px;
	float: left;
	width: 156px;
	border-right: 1px solid #aaaaaf;
	text-align: center;
	background-color: #edf0ef;	
}
div#extra {
	clear: left;
	float: left;
	width: 156px;
	border-right: 1px solid #aaaaaf;
	text-align: center;
	background-color: #edf0ef;	
	font-size: 1em;
}
div#content {
	margin-top: 41px;
	float: right;
	width: 762px;
	padding-right: 20px;
	background: #fff;
}
div#footer{
	clear: both;
	width: 100%;
	font-size: 1.0em;
	text-align: center;
	padding: 10px 0;
	background-color: #edf0ef;
	border-top: 1px solid #aaaaaf;
}

/* sitenav */
div#sitenavcontainer {
	width: 960px;
	position: absolute;
	top: 139px;
	background: url(../images/ulback.gif) repeat-x;
}
#sitenav {
	list-style: none;
	float: left; 
	height: 35px; 
	position: relative; 
	left: 50%;
}
#sitenav li {
	float: left; 
	position: relative; 
	right: 50%;
	margin: 0 2px;
}
#sitenav li a {
	display: block; 
	height: 35px; 
	line-height: 35px; 
	padding: 0 15px; 
	float: left;
	font-size: 1.2em;
	color: #fff; 
	text-decoration: none;
}
#sitenav li a:hover {
	background: url(../images/button.png) no-repeat right top; 
	line-height: 32px;
}
#social {
	text-align: right;
	margin: 8px 10px 0 0;
}
#social img {
	margin-right: 10px;
	position: relative;
}

/* navigation */
#navigation ul {
	list-style-type: none;
	font-size: 1.3em;
	border-bottom: 1px solid #aaaaaf;
}
#navigation2, #navigation3, #navigation4 {
	border-bottom: 1px solid #aaaaaf;
}
#navigation li { 
	margin: 0 0 1px 0;
}
#navigation a {
	display: block;
	padding: 3px 10px;
	width: 136px;
	color: #b392c6;
	font-weight: bold;
	background-color: #deded8;
	text-decoration: none;
}
#navigation a:hover {
	color: #ac83b1;
	background-color: #d2d2ca;
	text-decoration: none;
}
#navigation ul ul li { 
	margin: 0 0 1px 0;
}
#navigation ul ul a {
	display: block;
	padding: 3px 10px 3px 10px;
	width: 136px;
	color: #636363;
	font-weight: normal;
	font-size: 0.6em;
	background-color: #edf0ef;
	text-decoration: none;
}
#navigation ul ul a:hover {
	color: #666;
	background-color: #d2d2ca;
	text-decoration: none;
}

/* minor classes */
div#content p {padding-right: 20px;}
.detailname h1 {padding-bottom: 0;}
div#extra img { 
	border: 1px solid #aaaaaf;
	margin: 15px 0 15px 0;
}
div#intro {
	vertical-align: top;
	border-bottom: 1px solid #999;
}
div#intro img {
	float: right;
	margin: 0 0 5px 5px;
}
div#highlights ul li { 
	margin-left: 15px;
	line-height: 1.5em;
}
.highlights td {
	width: 275px;
	vertical-align: top;
}
.highlights td img {
	margin: 5px 15px 5px 15px;
	vertical-align: top;
}
table.highlights {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #999;
}
#product_line {
	width: 735px;
	text-align: center;
}
#product_line img {
	margin-top: 10px;
}
/*#product_line td {
	border: 1px solid #aaaaaf;
}
*/span.phone {
	font-size: 1.2em;
	color: #ff0000;
	font-weight: bold;
	display: block;
	margin: 5px 0 15px 0;
}
div#newsletter {
	font-size: 0.85em;
	border-top: 1px solid #aaaaaf;
	border-bottom: 1px solid #aaaaaf;
	padding-top: 1.2em;
	margin-bottom: 15px;
}
input.newsletter {
	font-size: 1.0em;
}
.legal {
	text-align: center;
	font-size: 0.9em;
}
.ecarvers {
	color: #3f3f3f;
	font-weight: bold;
	font-size: 1.1em;
	display: block;
	padding-bottom: 1em;
}
div#quote {
	border: 1px solid #999;
	margin-bottom: 15px;
	font-style: italic;
	padding: 18px 20px 18px 100px;
	background: url(../images/quote.gif) no-repeat;
}
.filter {
	width: 100%;
	border: 1px solid #aaaaaf;
	background-color: #edf0ef;
	font-size: 0.9em;
	margin-bottom: 1.0em;
	padding-left: 10px;
}
input.prodfilter {
	border: 1px solid #aaaaaf;
	background-color: #fff;
	margin: 3px;
}
.prodfilter table {
	width: 100%;
	border: 1px solid #aaaaaf;
	background-color: #edf0ef;
	text-align:left;
	padding: 0 250px 0 10px;
}
ol {
	margin: 0 0 15px 35px;
	font-size: 1.1em;
	color: #3f3f3f;
	line-height: 1.4em;
}

.font{font-weight: bold;}
.font img {margin: 5px 0 0 20px;}

/* cart specific */
td {
	font-size: 1.0em;
	line-height: 1.5em;
}
span.currpage {
	font-size: 1.1em;
	color: #ff0000;
	font-weight: bold;
}
div.prodprice, div.prodname, div.detailprice  {text-align: center;}
.prodimage img {
	border: 1px solid #aaaaaf;
}
span.price {color: #666; font-size: 1.2em}
.detailimage img {
	vertical-align: top;
	border: 1px solid #aaaaaf;
	margin-bottom: 5px;
}
td.detailimage {vertical-align: top;}
.detaildescription {font-size:1.1em;}
.detaildescription img {
	border:1px solid #aaaaaf;
}
div.detailprice {
	font-weight: bold;
}
.matrix {
	width: 279px;
	border: 1px solid #aaaaaf;
	background-color: #edf0ef;
	text-align: left;
	padding: 6px;
	margin-top: 15px;
}

.matrix td {
	padding: 3px;
}

.matrix img {
	border: none;
	margin-bottom: 0;
}
.detailquote {
	border:1px solid #999;
	margin: 35px 0;
	padding: 15px 20px 15px 100px;
	background: url(../images/quote.gif) no-repeat;
}
.detailoption {margin-right: 5px;}
.detailoption img {
	margin-right:3px;
	display: inline;
}
.prodoption {
	margin-bottom: 3px;
	background-color: #edf0ef;
}

select.prodoption {
	width: 205px;
	margin-top: 5px;
}
textarea.prodoption { 
 	width: 200px;
	margin-top: 5px;
}
img.cartimage  {
	width: 100px;
	border:1px solid #aaaaaf;
	margin: 5px 0 0 10px;
}
table.cobtbl{
	background-color: #aaaaaf;
} 
td.cobhl{
	background-color: #edf0ef;
	padding: 5px 5px 5px 10px;
}
td.cobll{
	background-color: #fff;
	padding: 5px 5px 5px 10px;
	font-size: 1.1em;
}
.cobhl span a {
	display: none;
}
.receiptoption {padding-right: 5px;}
#printcontent {font-size: 1.1em;}
#printcontent td {line-height: 1.5em; padding-left: 15px;}
#printcontent img {display: none;}
input, select, textarea {color: #000; font-size: 1.0em;}

/* TB view larger styles */
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}
#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}
#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}
#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}
#TB_title{
	background-color:#e8e8e8;
	height:27px;
}
#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
	padding:15px;
}
#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}
#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
	clear:both;

	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
/* that's all folks */

