﻿@charset "utf-8";

/*-- Eric Meyer's CSS Reset -----------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain) */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/*-- HTML5 display-role reset for older browsers --*/

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, img {
	display: block;
}

div, input, select, textarea {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	height: 100%;
	font-family: 'Source Sans Pro';
    font-size: 15px;
	line-height: 1;
	color: #707070;
}

ul, ol, dl { list-style: none; }

input, textarea { outline: none; }

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
}

p {
	line-height: 1.3;
	margin: 1em 0;
}

a img {
	border: none;
} /* Removes blue border on image links */

a {
	text-decoration: none;
	outline: none;
}

a:link { color: #0072BC; }
a:visited { color: #0072BC; }
a:hover, a:active, a:focus { color: #e29025; }

/*---- floats & miscellaneous --------------------*/

.left { float: left; }
.right { float: right; }

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }

.center { margin: 0 auto; }

.horzLine {
	height: 1px;
	background-color: #d7d7d7;
	margin: 30px 0;
}

.w600 { width: 600px; }

.m20 { margin: 20px 0; }
.m30 { margin: 30px 0; }
.m40 { margin: 40px 0; }

.mb50 { margin-bottom: 50px; }

.tInOut21 {
    -webkit-transition: all .21s ease-in-out;
    -moz-transition: all .21s ease-in-out;
    -o-transition: all .21s ease-in-out;
    transition: all .21s ease-in-out;
}

.tInOut14 {
    -webkit-transition: all .14s ease-in-out;
    -moz-transition: all .14s ease-in-out;
    -o-transition: all .14s ease-in-out;
    transition: all .14s ease-in-out;
}

/*---- wrappers ----------------------------------*/

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
	margin: 0 auto -250px; /* the bottom margin is the negative value of the footer's height */
}

.wrapper1007 {
    width: 1007px;
    padding: 0 13px 0 14px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

/*---- header ------------------------------------*/

.contactBar {
    width: 100%;
    min-width: 1007px;
    height: 40px;
    line-height: 40px;
    background-color: #333;
    color: #999;
}

.contactBar .contactInfo {
    line-height: 40px;
    text-align: right;
}

.logoNavBar {
    width: 100%;
    min-width: 1007px;
    height: 100px;
    background-color: #e6e7e9;
    position: relative;
    
	box-shadow:         0 0 3px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 4px 3px rgba(0,0,0,0.4);
}

#logo {
    height: 77px;
    float: left;
    margin: 11px 0 0;
}

#logo a:link, #logo a:visited { color: #4f330d; }
#logo a:hover { color: #e29025; }

#wcLogo {
    float: left;
    padding: 10px 12px 10px 0;
}

#logoVertBar {
    width: 1px;
    height: 100%;
    float: left;
    background-color: #888;
}

#logoText {
    height: 77px;
    float: left;
    padding-left: 12px;
}

#logoTitle {
    font-family: 'Paprika', cursive;
    font-size: 30px;
    padding: 10px 0 7px;
}

#logoMotto { font-family: 'Kaushan Script', cursive; }

/*---- mainNav -----------------------------------*/

#mainNav {
    float: right;
    font-family: 'Kaushan Script', cursive;
    font-size: 16px;
    margin-top: 39px;
}

#mainNav li {
    display: inline;
    float: left;
}

#mainNav li a { margin: 0 12px; }

#mainNav li a:link, #mainNav li a:visited { color: #444; }
#mainNav li a:hover { color: #e29025; }

#mainNav li a.last { margin-right: 0; }

#mainNav li a, #mainNavBottom li a {
    -webkit-transition: all .14s ease-in-out;
    -moz-transition: all .14s ease-in-out;
    -o-transition: all .14s ease-in-out;
    transition: all .14s ease-in-out;
}

/*---- sliderBg & slider ------------------------*/

#sliderBg {
    width: 100%;
    min-width: 1007px;
    height: 480px;
    background: url(/images/wood_floor_bg_480.jpg) repeat scroll center center transparent;
    box-shadow:         inset 0 -3px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: inset 0 -3px 4px rgba(0,0,0,0.4);
}

#sliderBg .sliderHolder {
    width: 960px;
    height: 480px;
    padding-top: 20px;
    margin: 0 auto;
}

#sliderBg .sliderHolder .slider {
    width: 940px;
    height: 400px;
    margin: 0 auto;
    position: relative;
    box-shadow:         0 0 5px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.4);
}

/*---- home page ---------------------------------*/

.w300mr40 {
    width: 300px;
    margin: 40px 40px 40px 0;
    float: left;
}

.w300mr40.last {
    margin-right: 0;
}

.w300mr40 .title {
    font-family: 'Kaushan Script', cursive;
    font-size: 28px;
    color: #a86e1f;
    margin-top: 2px;
}

/*---- page title & associated links -------------*/

#title {
	font-family: 'Kaushan Script', cursive;
    font-size: 32px;
	color: #b07320;
	margin: 46px 0 40px;
}

/*---- push & sticky footer ----------------------*/

.push { height: 250px; }
#stickyFooter { width: 100%; height: 250px; }

/*---- testimonials ------------------------------*/

#testimonials {
    width: 100%;
    min-width: 1007px;
    height: 200px;
    overflow: hidden;
    background-color: #7d7d7d;
    box-shadow:         inset 0 3px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: inset 0 3px 4px rgba(0,0,0,0.4);
}

#testimonials > .wrapper1007 > .left {
    font-family: 'Kaushan Script', cursive;
    font-size: 24px;
    width: 400px;
    height: 200px;
    line-height: 200px;
    text-align: center;
    float: left;
}

#testimonials > .wrapper1007 > .left a:link, 
#testimonials > .wrapper1007 > .left a:visited {
    color: #ebebeb;
}

#testimonials > .wrapper1007 > .left a:hover {
    color: #e29025;
}

#testimonials > .wrapper1007 > .right {
    width: 580px;
    height: 160px;
    margin-top: 20px;
    background: url(/images/testimonialsArrow.png) no-repeat;
    float: left;
    padding-left: 30px;
}

/*---- bottomBar ---------------------------------*/

#bottomBar {
    width: 100%;
    min-width: 1007px;
    height: 50px;
    line-height: 50px;
    background-color: #1b1b1b;
    position: relative;
	/*box-shadow:         0 0 3px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 4px 3px rgba(0,0,0,0.4);*/
}

/*---- mainNavBottom -----------------------------*/

#mainNavBottom li { display: inline; float: left; }

#mainNavBottom li a { margin: 0 12px; }

#mainNavBottom li a:link, #mainNavBottom li a:visited { color: #707070; }
#mainNavBottom li a:hover { color: #e29025; }

#mainNavBottom li a.last { margin-right: 0; }

/*---- ie9 & ie10 --------------------------------*/

@media screen and (min-width:0\0) {

.logoNavBar {
    box-shadow: 0 0 5px 3px rgba(0,0,0,0.4);
}

/*.wrapper1007 {
    box-shadow: 0 0 9px rgba(0,0,0,0.5);
}*/

#sliderBg {
    box-shadow: inset 0 -3px 3px rgba(0,0,0,0.4);
}

#sliderBg .sliderHolder .slider {
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.4);
}

#testimonials {
    box-shadow: inset 0 3px 3px rgba(0,0,0,0.4);
}

/*.bottomBar {
    box-shadow: 0 0 5px 3px rgba(0,0,0,0.4);
}*/

} /*--- end of IE9 & IE10 rule sets --------------*/



