@charset "utf-8";
/* Reset Styles source:(http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/) */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, nl, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline;} body {line-height:1; color:black; background:white;} ol, ul {list-style:none;} table {border-collapse:separate; border-spacing:0;} caption, th, td {text-align:left;font-weight:normal;} blockquote:before, blockquote:after, q:before, q:after {content:"";} blockquote, q {quotes:"" "";}  

/********************************************************/ 
body {color: #434343; font:16px Helvetica, Arial, sans-serif; background: #FEFEFE; padding-top: 20px;}
#top {position:absolute; left:-5000em; top:-5000em;}
#sitewrapper {width:980px; margin:0px auto;} 

/* GENERAL LAYOUT  **********************************************************************************/
p { line-height: 27px; margin:15px 0;}
p:last-child {margin:0; }
h1,h2,h3,h4,h5,h6 { font-size:38px; font-weight:bold; margin:0;  color: #6D6D6D;}

/* a {color: #FE6D4C; text-decoration: none;}
a:link, a:visited {color:#090; text-decoration:none; border-bottom: 1px solid #090; font-weight: normal;} 
a:link:hover, a:visited:hover, a:active { color:#FE6D4C; text-decoration:none; border-bottom: 1px solid #FE6D4C; }
*/
a:link:hover { text-decoration: none; border: 0px none transparent; }

a[type="application/pdf"] {padding-left:21px; background: url(../images/applesold.sprite.html) no-repeat -954px -133px;}

img, a img, a:link img, a:visited img {text-decoration: none; border: 0px none transparent;}

sup {vertical-align:baseline; font-size:0.7em; position:relative; top:-0.45em; left:0.25em; margin-right:.50em;}
strong {font-weight:bold;}
em {font-style: italic; font-family: "Times New Roman", Times, serif;}

ol {margin-left: 30px;}
ol li {list-style-position: inside; list-style-image: none; list-style-type: decimal; margin: 5px 0;}

/* #HEADER */
#header #logo a { height: 100px; width: 222px; background: url(../images/logo.png); text-indent: -5000em; display: block; border-style: none; font-size: 0px; color: transparent; }
#header { margin-bottom: 20px; position: relative; }
#header h1:hover,
#header #logo a:hover {opacity:.80; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter:alpha(opacity=80);} 

#header #tel { font-size: 26px; color: #90520D; position: absolute; top: 50px; right: 0px; text-transform: lowercase; text-align: right; line-height: 20px; }
#header #tel span { font-size: 16px; display: block; height: 20px; color: #77440B; }
#header #tel a, #header #tel a:link, #header #tel a:hover, #header #tel a:active { font-size: 16px; display: block; height: 20px; color: #90520D;}

/* #NAVIGATION */
#navigation  { text-align: center; margin: 10px 0 0; color: #FEFEFE; font: bold 20px "Palatino Linotype", "Book Antiqua", Palatino, serif; }
#navigation ul {}
#navigation ul li {display: inline-block; width: 25%; height: 40px; line-height:40px;}

#navigation a, #navigation a:link, #navigation a:visited { color:#FFF; text-decoration:none; border-bottom: none; font-weight: bold; } 
#navigation a:hover, #navigation a:active {color:#FFF; text-decoration:none;}

#navigation #one {-webkit-border-top-left-radius: 5px;-moz-border-radius-topleft: 5px;border-top-left-radius: 5px;}
#navigation #four {-webkit-border-top-right-radius: 5px;-moz-border-radius-topright: 5px;border-top-right-radius: 5px;}

#one, #two, #three, #four {opacity:.90; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; filter:alpha(opacity=90);}
#one:hover, #two:hover, #three:hover, #four:hover  {opacity:1.00; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100);}

#one {background: #779C2B;}
#two {background: #90520D;}
#three {background: #CA990F;}
#four {background: #00451B;}

nav {
display: table;
width: 100%;
}
nav ul {
  text-align: left;
/*  display: inline; */
  display: table-row;
  margin: 0, auto;
  padding: 15px 4px 17px 0;
  list-style: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	background: #90520d; 
	background: linear-gradient(top, #b5712b 0%, #90520D 100%);  
	background: -moz-linear-gradient(top, #b5712b 0%, #90520D 100%); 
	background: -webkit-linear-gradient(top, #b5712b 0%,#90520D 100%); 
}
nav li {
display: table-cell;
margin: 0;
color: #fff;
}
nav ul li {
  font: bold 14px/18px sans-serif;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 10px 20px;
/*  cursor: pointer; */
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
} 
nav a{
   color: #fff;
   text-decoration: none;
}
nav ul li:hover {
  	background: #6a3905;
	background: linear-gradient(top, #90520d 0%, #6a3905 40%);
	background: -moz-linear-gradient(top, #90520d 0%, #6a3905 40%);
	background: -webkit-linear-gradient(top, #90520d 0%,#6a3905 40%);
}
nav ul li ul {
  z-index: 1000;
  padding: 0;
  position: absolute;
  top: 38px;
  left: 0;
  width: 150px;
  background: #6a3905;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  border-radius: 0px;
}
nav ul li ul li { 
  background: #90520d; 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
  border-radius: 0px;
}
nav ul li ul li:hover { background: #6a3905; }

nav ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* #quick search */
#search { position:absolute; top:10px; right:10px; background:url(../images/applesold.sprite.html) no-repeat 0px -209px; height:36px; width:337px; display: block; text-align: right; }
#search input[type="search"].querybox { -webkit-appearance: textfield; font-size:18px; width:239px; color:#060; outline:none; float:left; margin:2px 0 0 10px; border:0px none #FFF; line-height:18px; padding: 5px 0;}
#search .querybox:focus {outline:none;}

/* CONTENT **********************************************************************************/
#content { padding:20px; width:auto; position:relative; min-height:300px; height: auto; display: block; border-top: 0px none transparent; border-right: 3px solid #f2f2f2; border-bottom: 3px solid #f2f2f2; border-left: 3px solid #f2f2f2; -webkit-border-bottom-right-radius: 10px; -webkit-border-bottom-left-radius: 10px; -moz-border-radius-bottomright: 10px; -moz-border-radius-bottomleft: 10px; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; }
#content {zoom: 1;}
#content:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

/* <<<<<<<<<< SPECIFIC PAGE STYLES >>>>>>>>>> */
/* #home */
#home #sitewrapper {background: url(../images/bg.png) no-repeat center top; }
#home #header { height:300px;} 
#home #header h1 { width: 593px; display: block; height: 268px; background: url(../images/logo_homepage.png); margin:0 auto 0; font-size: 0px; line-height: 0px; color: transparent; text-indent: -5000em; } 
#home #homepagenav { text-align: center; margin: 10px 0 0; color: #FEFEFE; font: bold 20px "Palatino Linotype", "Book Antiqua", Palatino, serif; }
#home #homepagenav a, #home #homepagenav a:link, #home #homepagenav a:visited { color: #FFF; text-decoration: none; border-style: none; }
#home #one, #home #two, #home #three, #home #four {  height: 190px; width: 190px; display: inline-block; margin: 0px 8px; }
#home h2 { color: #90520D; margin: 10px auto; text-align: center; word-spacing: 2px; letter-spacing: 4px; font-size: 27px; font-style: normal; font-weight: normal; font-variant: normal; }
#home #tagline { color: #E6E2DB; letter-spacing: 2px; margin-bottom: 100px; display: block; font: 75px "Times New Roman", Times, serif; }
#home #content { border-style: none; } 

/* doors */
#doors img { height: 6.2em; width: 4.5em; margin: 5px 5px 2px; position: relative; }
#doors img {
-webkit-transition: -webkit-transform .15s linear; -moz-transition: -moz-transform .15s linear; -o-transition: -0-transform .15s linear; transition: transform .15s linear;
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25); -moz-box-shadow: 0 3px 6px rgba(0,0,0,.25); box-shadow: 0 3px 6px rgba(0,0,0,.25);}
#doors img:hover {z-index: 10; }
#doors img:hover {
-moz-transition-delay: 0.3s; -webkit-transition-delay: 0.3s; -o-transition-delay: 0.3s; transition-delay: 0.3s
-moz-transform: scale(6.5); -o-transform: scale(6.5); -webkit-transform: scale(6.5); transform: scale(6.5);
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.5); -moz-box-shadow: 0 3px 6px rgba(0,0,0,.5); box-shadow: 0 3px 6px rgba(0,0,0,.5);
border: 0px none transparent;}

ul#doors {}
ul#doors li { width: 110px; text-align: center; display: block; float: left; margin: 5px 11px 20px;}
ul#doors li .desc { font-size: 11px; display: block; }

/* #surrounds */
#surrounds img { float: left; position; relative;}
ul#surrounds {}
ul#surrounds li {
	display: block;
	float: left;
	text-align: center;
	margin: 10px 10px 20px;
	padding: 10px;
}
ul#surrounds li .desc { font-size: 12px; display: block; }

/* #granite */
#samples img { height: 4.5em; width: 4.5em; margin: 5px 5px 2px; position: relative; }
#samples img {
-webkit-transition: -webkit-transform .15s linear; -moz-transition: -moz-transform .15s linear; -o-transition: -0-transform .15s linear; transition: transform .15s linear;
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25); -moz-box-shadow: 0 3px 6px rgba(0,0,0,.25); box-shadow: 0 3px 6px rgba(0,0,0,.25);}
#samples img:hover {z-index: 10; }
#samples img:hover {
-moz-transition-delay: 0.3s; -webkit-transition-delay: 0.3s; -o-transition-delay: 0.3s; transition-delay: 0.3s
-moz-transform: scale(6.5); -o-transform: scale(6.5); -webkit-transform: scale(6.5); transform: scale(6.5);
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.5); -moz-box-shadow: 0 3px 6px rgba(0,0,0,.5); box-shadow: 0 3px 6px rgba(0,0,0,.5);
border: 0px none transparent;}

ul#samples {}
ul#samples li { width: 110px; text-align: center; display: block; float: left; margin: 5px 11px 20px;}
ul#samples li .desc { font-size: 11px; display: block; }

/* #furniture */
#furniture #content ul li { border: 1px solid #f2f2f2; display: block; width: 30%; float: left; padding: 10px; margin: 10px 14px 10px 0; border-radius: 3px; font-size: 14px; line-height: 14px; }
#furniture #content ul li:nth-of-type(3n) { margin-right: 0px; }
#furniture #content ul li:hover { background: #f2f2f2; border: 1px solid #ddd; }
#furniture #content ul li a, #furniture ul li a:link {border: 0px none transparent;}
#furniture #content ul li img { float: left; margin-right: 10px; height: 150px; }
#furniture #content ul li strong { display: block; margin-bottom: 10px; }

/* site map */
#sitemap #content {border-top: 2px solid #f2f2f2; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}
#sitemap #content a:visited { color: #999; border-color: #999; }
#sitemap #content a.goback:link { border-style: none; font-size: .9em;} 
#sitemap #content a[href="#bottom"] { border-style: none; position: absolute; right: 30px; float:right; font-size: 0.9em; color: #090; } 
#sitemap #content a[href="#top"] { border-style: none; position: absolute; right: 30px; float:right; margin-top: -25px; font-size: 0.9em; color: #090; }
#sitemap #content dl { margin-right: 30px; display: block; line-height: 15px; float: left; }
#sitemap #content dl:last-child { margin-right: 0px;}
#sitemap #content dl:hover {background: #fff;}
#sitemap #content dt {font-size: 1.1em; color: #6D6D6D;}
#sitemap #content dd {margin:5px 0; line-height: 1.5em;}
#sitemap #content ul {list-style: inside; }
#sitemap #content li { color:#ccc; margin:5px 0 5px 0px; padding: 0px; line-height: 1.5em; }
#sitemap #content div.section { padding: 10px; margin: 0 0 30px; clear: left; overflow: auto; }

/* footer */
#footer { text-align: center; position:relative; width:auto; margin: 75px 0 0; background:url(../images/footer_emblem.png) no-repeat center top; min-height:40px; z-index: 0; font: 13px/13px "Palatino Linotype", "Book Antiqua", Palatino, serif; }
#footer ul { list-style: none; color: #00451B; font-size: 16px; text-transform: uppercase; line-height: 10px; padding-top: 60px; margin-bottom: 20px; }
#footer ul li { display: inline; padding: 0 10px; border-right: 1px solid #CCC; }
#footer ul li:last-child { display: inline; border-right: none; }
#footer a {color: #CA990F #90520D;} 
#footer a:link, #footer a:visited {border-style: none; color:#00451B;}
#footer a:hover, #footer a:active {border-style: none; color: #CA990F; }

#contact-info { background: #F3F3F3; width: 100%; padding: 10px 0px; margin-bottom: 10px; color: #666; font-size: 14px; line-height: 30px; margin: 95px 0 0; }
#contact-info a, #contact-info a:link {color: #666;}
#contact-info a:hover {color: #333; }

#cr { color: #121212; font: 11px Arial, Helvetica, sans-serif; margin-right: auto; margin-left: auto; }
#cr a, #cr a:link, #cr a:visited { color: #121212;  border-style: none; }
#cr {opacity:.33; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=33)"; filter:alpha(opacity=33);}
#cr:hover {opacity:1.0; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100);}