@charset "utf-8";

/* CSS for Vantage Vue */
/* CSS Author: Andy Schmidt, Melissa Taylor  */
/* Date: Sept. 1, 2009  */

/* COLOR PALETTE
PRIMARY
#c6673f (rust/orange)
#40516a (dark blue)

SECONDARY
#898989 (dark grey)
#b4b4b4 (grey)
#ebebeb (very light grey)

OTHER
#FF0000 (red, clearance)
#CCCCCC (light grey)
#999999 (lighter dark grey (lighter than 898989))
#666666 (darker dark grey (darker than 898989))
#404040 (very dark grey)
#333333 (extremely dark grey)
#111111 (almost black)

LINKS
a:link, a:visited, Nav a:current #c6673f (rust/orange)
a:hover #40516a (dark blue)
Nav a:hover #b4b4b4 (light grey)

*/

body {
	background-color: #b4b4b4;
	margin: 0px;
	//font-size: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
}

#bodytbl {/*standard style for page body, outer-most table*/
	width: 950px;
	background-color: #ffffff;
	padding:0px 25px 0px 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top:solid #ebebeb 1px;
	border-left:solid #ebebeb 1px;
	border-bottom: solid #999 1px;
	border-right: solid #999 1px;
}

#content_body{/*main table for body content on all pages*/
	width:900px;
	padding:0px;
	margin:0;
	margin-bottom:17px;
	border:0;
}
#content_body a:link {
	color:#c6673f;
	text-decoration:none;
}
#content_body a:visited {
	color:#c6673f;
	text-decoration:none;
}
#content_body a:hover{
	color:#40516a;
	text-decoration:none;
}

#inside_tbl{width:85%;} /*---inside smaller table---*/


form {
	display: inline;
	margin: 0px;
	padding: 0px;
}

table.main {/*for home page only*/
	background-color: #ffffff;
	margin-top: 5px;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
}


/*----------------- NAVIGATION -----------------*/
a{
	text-decoration:none;
	color:#40516a;
}
td.navtoplinks {
	font-size: 12px;
	text-transform: capitalize;
	word-spacing: 3px;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	height: 17px;
}
td.navtoplinks a {
	border-bottom: none;
}
td.navtoplinks a:hover {
	color: #b4b4b4;
	border-bottom: none;
}
td.navtoplinks a.current {
	color: #c6673f;
}
td.navtoplinks a.current:hover {
	cursor: default;
}

td.navproductslinks {
	background-color: #ebebeb;
	color: #898989;
	font-size: 12px;
	font-weight: bold;
	word-spacing: 2px;
	padding: 6px;
	text-transform: uppercase;
}
td.navproductslinks li {
	display: inline;
	list-style:none;
	margin:0; 
	border:0; 
	padding:0;
}
td.navproductslinks a:hover {
	color: #b4b4b4;
	border-bottom: none;
}

.navhighlight {
	color: #c6673f;
}

.footer{
	font-size:12px;
	word-spacing:3px;
	padding-top:2px;
	padding-bottom:2px;
}
.footer a{
	color:#40516a;
}
.footer a:hover{
	color:#b4b4b4;
}
/*------------------- end nav -------------------*/
.copyright{
	font-size:11px;
	color:#999999;
}


/*------------------- PRODUCTS HOME PAGE ICONS -------------------*/
table.hm_icons { border: solid #333333 1px;}
img.hm_icons { margin-top: 4px;}
img.hm_icons_prnt {	margin: 4px 8px 0px 8px;}
.rollovercopy {	font-size: 11px;}
.icontitle{
	background-color: #c6673f;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding: 3px;
	margin: 4px 14px 11px 11px;
}



/*------------------- BEGIN: PRODUCT PAGES -------------------*/
table.prodimg {	/*for product pages only*/
	border: solid #404040 1px;
	padding: 17px 14px 14px 14px;
	margin-bottom: 12px;
	width: 421px;
}
img.prodthumb {	/*for product pages only*/
	border: solid #404040 1px;
	margin: 0px 5px 0px 5px;
}
.zoom{/*View Larger img or text under product photo*/
	color:#40516a;
	font-size:13px;
	border:0px;
	padding:14px 1px 8px 1px;
	//padding:0px 12px 4px 1px; /*IE style*/
}
ul.products {/*used for Specifications tab*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.relatedproducts {
	line-height: 25px;
	font-size: 16px;
	color: #c6673f;
}

/*----- PRICING -----*/
	.price{	/*regular price format*/
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight:bold;
		margin:0;
		font-size:125%;
	}
	.clearance{	/*clearance price format*/
		color:#FF0000;
		font-weight:bold;
		margin:0;
	}
	.origprice{	/*original price format that shows when item is clearance priced*/
		color:#666666;
		padding:3px 0px 3px 0px;
		text-decoration:line-through;
	}



/*--------- POPUP WINDOW: Product Img & Other links ---------*/
div.dPopUp {
	display: none;
	position: absolute;
	left: 250px;
	top: 50px;
	border: solid #cccccc 4px;
	padding: 10px;
	background-color: #ffffff;
	text-align: left;
	font-size: 12px;
	width: 350px;
}

div.blanket {
	display: none;
	background-color: #111111;
	opacity: 0.65;
	filter: alpha(opacity=65);
	position: absolute;
	z-index: 9991;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

div.popUpLarge {
	display: none;
	position: absolute;
	left: 200px;
	top: 10px;
	border: solid #cccccc 4px;
	padding: 10px;
	background-color: #ffffff;
	text-align: center;
	font-size: 12px;
	width: 600px;
	height: 625px;
	z-index: 9992;
}/*--------- END POPUP WINDOW ---------*/

/* --- HOVER HIGHLIGHT IMAGES --- */
/*Credits: Dynamic Drive CSS Library. URL: www.dynamicdrive.com/style */
.toggleopacity img{/*used for version information img on product pages*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.0;
}
.toggleopacity:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
}

/*------------------- END: PRODUCT PAGES -------------------*/


/*----------------- STANDARD ITEMS -----------------*/
p,blockquote,td{
	font-size:14px;
	color:#4b4b4b;
	line-height:145%;
}
ul {
	margin:0px 0px 5px 0px;
	padding:2px 0px 5px 5px;
}
li {
	margin:0px 0px 5px 0px;
	line-height:135%;
}
ul#plain {
	margin:0; 
	border:0; 
	padding:0;
	list-style:none;
}
	
.body_sml {
	font-size: 11px;
}

.body_lrg {
	font-size: 16px;
}

.caps {
	text-transform: uppercase;
}

h1,h2,h4{
	color:#40516a;
}
h1{
	font-size:21px;
	border-bottom:solid #c6673f 1px;
	padding:5px 0px 5px 0px;
	margin-top:25px;
	margin-bottom:19px;
}
td > h1:first-child {margin-top:10px;}/*less top margin if first h1 in cell*/

h2{
	font-size:16px;
	padding-top:10px;
	padding-bottom:5px;
	margin:0;
}

h3{
	font-size:14px;
	padding-top:5px;
	padding-bottom:2px;
	margin:0;
}
h4{
	font-size:13px;
	padding-top:5px;
	padding-bottom:2px;
	font-weight:bold;
	margin:0;
}

/*----------------- PRESS -----------------
 set CSS for press page, content also used 
 on Davisnet.com */
p.press{margin:0; padding:0px 0px 15px 20px;}

p.vue, p.vp2, p.wl {display:none;}
div.vue p[class~="vue"] {display: block;}
div.vp2 p[class~="vp2"] {display: block;}
div.wl p[class~="wl"] {display: block;}

/*----------------- OTHER ITEMS -----------------*/
.toggle {/*for FAQ links CSS when drop open*/
	width:98%;
	padding:5px;
	border-bottom:2px solid #b4b4b4;
	margin-bottom:10px;
}

.section_title{
	font-size:19px;
	color:#c6673f;
	padding:4px 4px 4px 10px;
	margin-top:5px;
	letter-spacing:3px;
}
.section_subtitle{
	font-weight:bold;
	padding:12px 2px 10px 10px;
	border-top:solid #b4b4b4 2px; 
	font-variant:small-caps;
	*margin-top:20px;/*hack for IE that doesn't show margin after last li*/
}

/*-------- BEGIN: COLUMN STYLES --------*/
	#two_col,
	#two_colstyled{
		width:98%;
		height:100%;	
	}
	#two_col ul,
	#two_colstyled ul{
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#two_col li{
		float: left;
		width: 48%;
		line-height:25px;
	}
	#two_colstyled li{
		float: left;
		width: 44%;
		line-height:99%;
		padding:7px;
		margin:0px 13px 20px 13px;
		/*outline:solid #b4b4b4 1px;/*does not show in IE*/
		border-bottom:solid #b4b4b4 1px;/*hack for IE to show outline*/
		min-height:75px;
		*min-height:70px; /*size for IE*/
	}
	#two_colstyled.gallery li{
		float: left;
		width: 44%;
		line-height:98%;
		padding:7px;
		margin:0px 13px 20px 13px;
		outline:solid #b4b4b4 1px;/*does not show in IE*/
		*border:solid #b4b4b4 1px;/*hack for IE to show outline*/
	}
	#two_colstyled img{/*FOR GALLERY PAGE*/
		border:solid #fff 1px;
		margin-right:15px;
	}
	#two_colstyled.gallery{/*FOR GALLERY PAGE*/
		padding:0px 5px 0px 5px;
	}
	/*-------- END: COLUMN STYLES --------*/

.img_info{/*FOR GALLERY PAGE*/
	font-size:14px;
	line-height:25px;
	margin:2px 4px 5px 0px;
}

.vline{
	color:#c6673f;
	font-weight:bold;
}
.hline{
	width:100%;
	color:#c6673f;
	margin-bottom:10px;
}



