/* CSS RESET
----------------------------*/

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { 
 border-collapse: collapse; 
 border-spacing: 0; 
}
td, th, caption { 
 font-weight: normal; 
 text-align: left; 
}
img, fieldset { 
 border: 0; 
}
ol { 
 padding-left: 1.4em; 
 list-style: decimal; 
}
ul { 
 padding-left: 1.4em; 
 list-style:square; 
}
q:before, q:after { 
 content:''; 
}


/* MAIN STRUCTURE
----------------------------*/

body {
	background: #302a27;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
}

p {
	margin-bottom: 8px;
}

a {
	color: #1874CD;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h3 {
	font-size: 1.3em;
	color: #697276;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	margin-bottom: 4px;
}

h2 {
	font-size: 1.4em;
	color: #000;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	margin-bottom: 4px;
}

ol {
	margin-left: 18px;
}

#main {
	width: 100%;
}

#header {
	height: 65px;
	padding-top:8px;
	width: 100%;
	background: #fff;
}

#nav {
	height: 38px;
	font-size:1.1em; 
}

#nav .container {
	background: #5f676b;
	padding-top: 2px;
	height:38px;
	position: relative;
}

/*#nav ul li {
	list-style: none;
	float: left;
	padding-top: 9px;
	color: #f4f2e2;
	font-weight: bold;
	font-size: 1.3em;
	padding-right: 25px;
}*/
/*
#nav a[title=sub] { /*font-weight:bold;}
#nav:after{ content: "."; display:block; height:0; font-size:0; clear:both; visibility:visible; }
#nav ul { margin:0px; padding:0px; list-style:none; }
#nav ul li { margin:0px; padding:8px 0px; list-style:none; float:left; }
#nav ul li a { padding:8px 9px 10px 9px; margin:0px; color: #f4f2e2; text-decoration:none; font-weight: bold;}
#nav ul li a:hover { background:#444; text-decoration:none;}*/

/* 1ST LEVEL DROP-DOWN MENU
#nav ul li ul { display:none;  }
#nav ul li:hover > ul { display:block; position:relative; }
#nav ul li:hover > ul li { display:block; float:none; margin:0px; padding:14px 0px 0 0; list-style:none;  }
#nav ul li:hover > ul li a { display: block;background:#444; text-decoration:none;  font-weight: normal; font-size: .8em; width:150px;margin:0;}
#nav ul li:hover > ul li a:hover { background:#666; color:#333; } */

/* 2ND LEVEL DROP-DOWN MENU 
#nav ul li > ul li ul { display:none; }
#nav ul li > ul li:hover > ul { display:block; position:relative;margin:-55px 0 0 70px;}
#nav ul li > ul li:hover ul li { margin:0px; padding:0px 0px; float:none; list-style:none; width:11em; position:relative; }
#nav ul li > ul li:hover ul li a { display:block; background:#666; }
#nav ul li > ul li:hover ul li a:hover { background:#999; margin: 0; border-top:none;border-left: 1px solid #0f0f0f; }*/

/* 3RD LEVEL DROP-DOWN MENU 
#nav ul li > ul li ul li > ul { display:none; }
#nav ul li > ul li ul li:hover > ul { display:block; position:absolute; top:0px; left:100%; }
#nav ul li > ul li ul li:hover > ul li { list-style:none; float:none; margin-left:1px; padding:0px; }
*/
#content {
	width: 100%;
	background: #fff;
	padding: 20px 0 20px;
	border-bottom: 4px solid #0f0f0f;
	overflow: auto;
}

.backlinks {
	margin-bottom: 12px;
}

#footer {
	padding-top: 10px;
	min-height: 100px;
	color: #fff;
	font-size: .95em;
}

#footer a {
	color: #B0E2FF;
}

.container {
	width: 900px;
	margin: 0 auto;
}

.footer-box {
	width: 300px;
	float: left;
}

.footer-box h5 {
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 1.1em;
}

.footer-box ul {
	padding-left: 0;
}

.footer-box ul li {
	list-style: none;
	padding-left: 20px;
	height: 20px;
	padding-top: 1px;
}

.footer-box ul li.facebook {
	background: url(/images/facebook.png) 0 0 no-repeat;
}

.footer-box ul li.linkedin {
	background: url(/images/linkedin.png) 0 0 no-repeat;
}

img.setting {
	margin: 0 auto 20px;
}

/*
#prod-nav {
	margin-bottom: 20px;
	border: 1px solid #a3b199;
	overflow: auto;
	background:#d8d8d8;
}

#prod-nav h3 {
	color: #333;
	float: left;
	margin-right: 20px;
	background:#a3b199;
	padding:3px;
	font-size:1.1em;
	font-weight:bold;
	margin-bottom: 0;
}

#prod-nav ul {
	padding-left: 0;
}

#prod-nav ul li {
	float: left;
	list-style: none;
	padding: 5px 20px 0 0;
	font-size: .87em;
}
*/

#intro-quote {
	width: 776px;
	margin: 0 auto 30px;
	text-align: center;
}

#intro-quote p {
	font-family: Georgia, Palatino, "Times New Roman", serif;
	font-weight: bold;
	font-size: 1.4em;
	font-style: italic;
}

.attribute {
	font-size: .8em;
	font-weight: normal;
	text-align: right;
}

#describe {
	width: 450px;
	display: block;
	float: left;
	margin-bottom: 20px;
}

img.product {
	float: right;
}
#product-photo {
	float: right;
}

.photo-title {
	font-weight: bold;
	padding-top: 5px;
	text-align: center;
}

#veneers {
	width: 450px;
	overflow: auto;
	margin-bottom: 20px;
	float: left;
}

#veneers p {
	margin-bottom: 3px;
}

#veneers ul {
	padding-left: 0;
}

#veneers ul li {
	list-style: none;
	padding-left: 0;
	float: left;
	padding-right: 10px;
	width: 50px;
	text-align: center;
	font-size: .9em;
}

#tech-data {
	width: 450px;
	overflow: hidden;
	margin-bottom: 20px;
	float: left;
}

#tech-data  table {
	table-layout: fixed;
}
/*
#tech-data tr td:nth-child(1) {
	padding: 8px 0 8px 5px;
	width: 300px;
}
	
#tech-data tr td:nth-child(2) {
	padding: 8px 5px 8px 5px;
	width: 150px;
}*/
#tech-data tr td.first {
	padding: 8px 0 8px 5px;
	width: 300px;
}

#tech-data tr td.second {
	padding: 8px 0 8px 5px;
	width: 300px;
}

#tech-data tr.odd {
	background: #CCCCCC;
}

#tech-data tr.even {
	background: #E0E0E0;
}

#product-image {
	width: 450px;
	overflow: auto;
	margin-bottom: 20px;
	clear:left;
}

#product-image p {
	margin-bottom: 3px;
}


#cutaway-image {
	width: 450px;
	overflow: visible;
	margin-bottom: 20px;
}

#cutaway-image p {
	margin-bottom: 3px;
}

#reviews {
	width: 320px;
	overflow: auto;
	margin-bottom: 20px;
	float: right;
} 
.review-entry img {
	padding: 3px;
	border: 1px solid #EEE9E9;
}

.review-entry ul {
	padding-left: 0;
	float: left;
	margin-bottom: 14px;
}

.review-entry ul li:first-child {
	float:left;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.review-entry ul li {
	list-style: none;
	padding-left: 130px;
}

.review-excerpt {
	margin: 25px 0 0 10px;
	font-family: Georgia, Palatino, "Times New Roman", serif;
	font-size: 1.2em;
}

/*
#reviews ul li.web-review {
	background: url(web-link-icon.png) 0 0 no-repeat;
}

#reviews ul li.pdf-review {
	background: url(pdf-link-icon.png) 0 0 no-repeat;
}
*/

#main #features-01 {
	display: none;
}

#features-01 {
	overflow: hidden;
	width: 500px;
	background-color: #FDFDFD;
}

#main #features-02 {
	display: none;
}

#features-02 {
	overflow: hidden;
	width: 500px;
	background-color: #FDFDFD;
}

#main #features-03 {
	display: none;
}

#features-03 {
	overflow: hidden;
	width: 500px;
	background-color: #FDFDFD;
}

#main #features-04 {
	display: none;
}

#features-04 {
	overflow: hidden;
	width: 500px;
	background-color: #FDFDFD;
}

#main #features-05 {
	display: none;
}

#features-05 {
	overflow: hidden;
	width: 500px;
	background-color: #FDFDFD;
}

#main #features-06 {
	display: none;
}

#features-06 {
	overflow: hidden;
	width: 500px;
	background-color: #FDFDFD;
}

/*MAIN NAV FORMATTING
#nav {
	float: left;
	margin-top: 10px;
	font-size: 12px;
}*/

#nav ul {
	padding-left: 0px;
	margin-left: 0;
}

#nav ul li {
	list-style: none;
	float: left;
	padding-left: 3px;
	text-align: left;
	position: relative;
	z-index:2;
	margin-left: 15px;
	padding-bottom: 5px;
	padding-top:3px;
}

#nav ul li img {
	margin-top: 6px;
}

#nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 30px;
	padding-bottom: 26px;
}

#nav ul li a:hover {
	color: #dae1d9;
}

/* DROPDOWN STRUCTURE & FORMATTING
--------------------------------*/
#nav ul ul {
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
	opacity:0; /* Set initial state to transparent */
	-webkit-transition:0.25s linear opacity; /* Make the dropdown fade-in in Webkit */
	padding: 0;
	margin-top: 5px;
	background: #5f676b;
	border-top: 1px dotted #fff;
}

#nav ul ul li {
	padding-top: 4px; /* Introducing a padding between the li and the a give the illusion spaced items */
	padding-bottom: 4px;
	float:none;
	padding-left: 0;
	border-bottom: 1px dotted #fff;
	margin-left: 0;
	width: 160px;
}

#nav ul ul li:last-child {
	border-bottom: none;
}

#nav ul ul a {
	/*white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */*/
	display:block;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 8px;
}

#nav ul li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
	opacity:1; /* Fade to opaque */
	background: #5f676b;
}

#nav ul li:hover a, #nav ul li ul li:hover a{ /* Set styles for top level when dropdown is hovered */
	background: none; /* Solid colour fall-back */
	color: #dae1d9;
	padding-bottom: 0px;
}
	
#nav ul li:hover ul a{ /* Override some top level styles when dropdown is hovered */
	text-decoration:none;
	-webkit-transition:-webkit-transform 0.075s linear;
	color: #fff;
	display: block;
}

#nav ul li:hover ul li a:hover{ /* Set styles for dropdown when items are hovered */
	color: #dae1d9;
}

/* 2ND LEVEL DROP-DOWN MENU */
#nav ul li > ul li ul { display:none; margin-left:-1px; margin-top: 7px;border-top: 1px dotted #fff;}
#nav ul li > ul li ul  a {padding-top:5px; line-height:25px;}
#nav ul li > ul li:hover > ul { display:block; position:absolute; top:-8px; left:161px;background: #5f676b;border-left: 1px dotted #fff; }
#nav ul li > ul li:hover ul li { margin:0px; padding:0px 0 8px; float:none; list-style:none; width:190px; position:relative; }
#nav ul li > ul li:hover ul li a {  display:block; background: none; color: #fff; padding-bottom:0; }
#nav ul li > ul li:hover ul li a:hover { background:none; color:#dae1d9;}

/*Set styles for inactive menu items*/
#nav ul li:hover ul li a.inactive,
#nav ul li:hover ul li ul li a.inactive { 
	color: #fff;
	cursor: default;
	font-weight: normal;
}

/* Breadcrumb Styling */
.backlinks a {
	color: #1874CD;
}

/*Contact Form Formatting */
#contact-left {
	width: 360px;
	min-height: 300px;
	float: left;
}
#contact-left ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 20px;
}

#contact-left ul li {
	line-height:22px;
}

#contact-right {
	width: 500px;
	float: right;
	border-left: 1px solid #e3e3e3;
	padding-left: 30px;
	padding-top: 10px;
	margin-top: 20px;
}



label {
	text-align: left;
	width: 120px;
	display: inline-block;
	padding-right: 0px;
	line-height: 40px;
	font-weight: bold;
}

input {
	border: 1px solid #DEE1DF;
	height: 20px;
	width: 300px;
	font-size: 24px;
	font-family: "Myriad Pro", Myriad, "Trebuchet MS", Verdana, Arial, sans-serif;
	padding: 4px;
	color: #333;
}

textarea {
	border: 1px solid #DEE1DF;
	width: 305px;
	font-size: 18px;
	font-family: "Myriad Pro", Myriad, "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #333;
}

.label {
	width: 90px;
	display: inline-block;
	text-align: right;
	padding-left: 100px;
}

.short-label {
	width: 50px;
	display: inline-block;
	text-align: right;
}

input.submit {
	border: 1px solid #DEE1DF;
	height: 40px;
	width: 80px;
	font-size: 18px;
	font-weight: bold;
	padding: 4px;
	color: #333;
	margin-left: 125px;
}

input.submit:hover {
	color: red;
	cursor: pointer;
}

.error_message {
	color: red;
	margin-bottom: 10px;
}

#contact-right h1 {
	margin-bottom: 10px;
	font-weight: bold;
	padding-left: 40px;
	background: url(/images/check.png) 0 0 no-repeat;
	line-height: 40px;
}

/* Home Formatting */
#quote-slider {
	height: 85px;
	width: 100%;
	position: relative;
	font-family: georgia, palatino, "times new roman", serif;
    font-size: 22px;
    line-height:22px;
    color: #333; 
    font-style: italic;
    font-weight: bold;
}

#quote-slider .attribute {
	font-style: normal;
	font-size: 16px;
}

#ft-right {
	width: 600px;
	float: right;
}

#ft-left {
	width: 300px;
	float: left;
}

#ft-quote {
	font-family:georgia, palatino, "times new roman", serif;
	font-size: 26px;
	line-height:35px;
	color: #696969; 
}

#ft-quote-slide {
	font-family:georgia, palatino, "times new roman", serif;
	font-size: 26px;
	line-height:35px;
	color: #696969; 
}

/* Designer Info Page*/
#designer-photo {
	float: left;
}

#designer-photo img {
	padding: 10px;
	border: 1px solid #e3e3e3;
}

#designer-info {
	float: right;
	width: 600px;
	padding-right: 25px;
}

#designer-info table {
	margin-top: 20px;
	margin-bottom: 20px;
}

#designer-info table ul {
	list-style: none;
	padding-left: 0;
}

#designer-info table tr td {
	padding-bottom: 20px;
}

#designer-info table tr td.left {
	font-weight: bold;
	vertical-align: top;
	text-align: right;
	padding-right: 30px;
}