@charset "utf-8";
/* CSS Document */
* {margin:0; padding:0;}

body {
font-size: 62.5%;
text-align: center; /* center for ie */
margin: 0;
padding: 0;
/* background-color: #d1e8f4; */
background: #e0edf3 url(null) fixed no-repeat;
}

P {
font-size: 1.2em;
}
h1 {
font-size: 2.8em;
}
h2 {
font-size: 2.2em;
}
.clear {
display: block;
height:1px;
clear:both;
margin: 0;
} 
.topclear {
display: block;
height:1px;
clear:both;
margin-bottom: 0px;
}

/* Page Structures -------------------------------------*/
/* Page Header -----------------------------------------*/
#headercontainer {
background: #e0edf3;
width: 100%;
margin-top: 0;
padding-top: 0;
text-align: center;
margin-bottom: 0;
clear: both;
}

#header {
width: 920px;
background-image: url(images/header_bg.jpg);
background-position: top center;
background-repeat: repeat-y;
position: relative;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
}
/* Page Body -------------------------------------------*/
#bodytopcontainer {
background: #97afb6;
width: 100%;
margin-top: 0;
padding-top: 0;
text-align: center;
margin-bottom: 0;
clear: both;
}
#bodytop {
width: 920px;
background-image: url(images/bodytop_bg.jpg);
background-position: top center;
background-repeat: repeat-y;
position: relative;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
}

#bodycontainer {
background: #e0edf3;
width: 100%;
margin-top: 0;
padding-top: 0;
text-align: center;
margin-bottom: 0;
clear: both;
}

#pagebody {
width: 920px;
background-image: url(images/body_bg.jpg);
background-position: top center;
background-repeat: repeat-y;
position: relative;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
}
#bodycontent {
background: #66a3c2;
width: 900px;
margin-left: auto;
margin-right: auto;
}
/* Page footer -------------------------------------------*/
#footercontainer {
background: #e0edf3;
width: 100%;
margin-top: 0;
padding-top: 0;
text-align: center;
margin-bottom: 0;
clear: both;
}

#footer {
width: 920px;
background-image: url(images/footer_bg.jpg);
background-position: top center;
background-repeat: repeat-y;
position: relative;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
}

.logo {
float: left;
width: 216px;
height: 98px;
padding: 15px 0 15px 55px;
}
.logo img {
border: none;
}

.tagline {
background: url(images/header_img.jpg);
background-position: top right;
background-repeat: no-repeat;
float: right;
width: 560px;
height: 129px;
margin: 0 10px 0 0;
display: inline;
}
/*body images ---------------------------------------------------*/
.bodyimages {
padding: 12px 0 12px 0;
}
.bodyimages img {
border-right: solid 1px #fff;
}

.productimages {
padding: 12px 0 12px 0;
}
.productimages img {
border: none;
}
.fireplaceimages {
padding: 12px 0 12px 0;
}
.fireplaceimages img {
border-right: solid 1px #fff;
}



/* Page Body ---------------------------------------------------*/


#leftcol {
float: left;
width: 225px;
margin-top: 0;
margin-left: 0;
}

#content {
float: left;
width: 675px;
margin: 0;
padding: 0;
text-align: left;
background: #fff;
}

.rightspace {
height: 400px;
min-height: 400px;
}

/* --- Global Navigation --------------------------------------------------*/
#navcontainer {
float: left;
width: 225px;
/* height: 145px; */
margin: 0;
}
#nav {
width: 225px;
margin-top: 25px;
margin-bottom: 15px;
margin-left: 0;
text-align: center;
font-family: Helvetica, verdana, arial, sans-serif;
font-weight: bold;
font-size: 1.0em;
padding: 0;
}
#nav ul {
list-style: none;
margin: 0;
padding: 0;
text-align: center;
}

#nav li {
border-bottom: 1px solid #66a3c2;
text-align: left;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.3em;
font-weight: bold;
}

#nav li a:link, #nav li a:visited {
font-size: 90%;
display: block;
padding: 0.5em 0 0.5em 2.0em;
background-color: #66a3c2;
color: #fff;
text-decoration: none;
} 

#nav li a:hover {
font-size: 90%;
display: block;
padding: 0.5em 0 0.5em 2.0em;
background-color: #94bfd4;
color: #fff;
text-decoration: none;
}
#navcontainer #nav .navcurrent {
background-color: #94bfd4;
}
#navcontainer #nav .stonecurrent {
background-color: #b2c6cc;
}

#nav ul ul {
list-style: none;
margin: 0;
padding: 0 0 0 25px;
text-align: left;
background: #97afb6;
}
#nav li li {
border-bottom: 1px solid #97afb6;
text-align: left;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.0em;
font-weight: bold;
}
#nav li li a:link, #nav li li a:visited {
font-size: 90%;
display: block;
padding: 0.5em 0 0.5em 2.0em;
background-color: #97afb6;
color: #fff;
text-decoration: none;
} 

#nav li li a:hover {
font-size: 90%;
display: block;
padding: 0.5em 0 0.5em 2.0em;
background-color: #ccc;
color: #fff;
text-decoration: none;
}

/* --- Content / Text ----------------------------------------------*/

#text {
float: left;
width: 443px;
text-align: left;
padding: 25px 15px 55px 15px;
}
#rightcol {
float: right;
width: 202px;
text-align: right;
padding-top: 5px;
}

#text h1 {
font-family: Helvetica, verdana, arial, sans-serif;
font-weight: bold;
color: #66a3c2;
font-size: 2.4em;
padding-bottom: 15px;
}
#text h2 {
font-family: Helvetica, verdana, arial, sans-serif;
font-weight: bold;
font-size: 2.2em;
padding-bottom: 15px;
color: #66a3c2;
}
#text h3 {
font-family: Helvetica, verdana, arial, sans-serif;
font-size: 2.0em;
font-weight: bold;
font-size: 2.0em;
padding-bottom: 15px;
color: #66a3c2;
}
#text h4 {
font-family: Helvetica, verdana, arial, sans-serif;
font-weight: bold;
font-size: 1.8em;
padding-bottom: 15px;
color: #66a3c2;
}
#text h5 {
font-family: Helvetica, verdana, arial, sans-serif;
font-weight: bold;
padding-bottom: 15px;
font-size: 1.7em;
color: #66a3c2;

}
#text p {
font-family: Helvetica, verdana, arial, sans-serif;
font-weight: normal;
font-size: 1.3em;
padding-bottom: 15px;
color: #333;
line-height: 1.6em;
/* letter-spacing: 0.1em; */
}
#text span {
font-weight: bold;
}
#text ul {
list-style: disc;
padding: 5px 0 15px 35px;
}
#text li {
padding-bottom: 5px;
font-family: Helvetica, verdana, arial, sans-serif;
font-weight: normal;
font-size: 1.2em;
color: #333;
}
#text a:link {
color: #006599;
}
#text a:visited, #text a:hover, #text a:active {
color: #3e8cb4;
}
 
/* ----------------Text Two Col -----------------------------*/
#texttwocol {
float: left;
width: 645px;
text-align: left;
padding: 25px 15px 55px 15px;
}

#texttwocol h1 {
font-family: Helvetica, verdana, arial, sans-serif;
font-weight: bold;
color: #66a3c2;
font-size: 2.4em;
padding-bottom: 15px;
}
#texttwocol h2 {
font-family: Helvetica, verdana, arial, sans-serif;
font-weight: bold;
font-size: 2.2em;
padding-bottom: 15px;
color: #66a3c2;
}
#texttwocol h3 {
font-family: Helvetica, verdana, arial, sans-serif;
font-size: 2.0em;
font-weight: bold;
font-size: 2.0em;
padding-bottom: 15px;
color: #66a3c2;
}
#texttwocol h4 {
font-family: Helvetica, verdana, arial, sans-serif;
font-weight: bold;
font-size: 1.8em;
padding-bottom: 15px;
color: #66a3c2;
}
#texttwocol h5 {
font-family: Helvetica, verdana, arial, sans-serif;
font-weight: bold;
padding-bottom: 15px;
font-size: 1.7em;
color: #66a3c2;

}
#texttwocol p {
font-family: Helvetica, verdana, arial, sans-serif;
font-weight: normal;
font-size: 1.3em;
padding-bottom: 15px;
color: #333;
line-height: 1.6em;
/* letter-spacing: 0.1em; */
}
#texttwocol span {
font-weight: bold;
}
#texttwocol ul {
list-style: disc;
padding: 5px 0 15px 35px;
}
#texttwocol li {
padding-bottom: 5px;
font-family: Helvetica, verdana, arial, sans-serif;
font-weight: normal;
font-size: 1.2em;
color: #333;
} 
/*------ Style updatable image gallery ----------------------*/
.portfoliocontainer {
float: left;
width: 645px;
text-align: left;
padding: 0;
}
.portfoliocontainer h2 {
font-family: Helvetica, verdana, arial, sans-serif;
font-weight: bold;
font-size: 2.0em;
padding: 0 0 15px 10px;
color: #66a3c2;
}
.portfolioitm {
float: left;
width: 202px;
background: #fff;
padding: 0 0 0 12px;
}
.portfolioitm p {
font-family:Helvetica, verdana, arial, sans-serif;
font-weight: normal;
font-size: 1.1em;
color: #333;
padding: 5px 0 15px 0;
line-height: 1.4em;
}
.portfolioimgcontainer {
border: solid 1px #97afb6;
width: 200px;
height: 200px;
text-align: center;
display: table;
vertical-align: middle;
margin-left: auto;
margin-right: auto;
}
.portfolioimg {
width: 100%;
display: table-cell;
vertical-align: middle;
position: relative;
text-align: center;
}
.portfolioimg img {
display: inline;
vertical-align: middle;
border: none;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.testimonial p {
font-style: italic;
}
/*------------------ Static Gallery --------------------------*/
#gallery {
width: auto;
text-align: left;
padding-left: 15px;
}
#gallery img {
border: none;
padding-right: 15px;
padding-bottom: 15px;
}
.galleryspace {
height: 100px;
min-height: 100px;
}

/* ---------------- Right Column Elements --------------------*/

.contact {
text-align: left;
display: block;
width: 202px;
background: #66a3c2;
margin-bottom: 5px;
}
.contact p {
font-family: Helvetica, verdana, arial, sans-serif;
font-weight: normal;
font-size: 2.8em;
padding: 5px 0 10px 0;
color: #fff;
text-align: center;
}

.planningservices {
text-align: left;
background-image: url(images/kitchenplanning_hover.jpg); 
background-repeat: no-repeat;
height: 180px; 
width: 202px; 
display: block; 
padding: 0 0 5px 0;
}
.planningservices a#planningroll { 
background-image: url(images/kitchenplanning.jpg); 
height: 180px; 
width: 202px; 
display: block; 
}
.planningservices a#planningroll span { 
display: none; 
}
.planningservices a#planningroll:hover { 
background-image: url(images/kitchenplanning_hover.jpg); 
}

.viewportfolio {
text-align: left;
background-image: url(images/portfolio_hover.jpg); 
background-repeat: no-repeat;
height: 161px; 
width: 202px; 
display: block; 
padding: 0 0 5px 0;
}
.viewportfolio a#portfolioroll { 
background-image: url(images/portfolio.jpg); 
height: 161px; 
width: 202px; 
display: block; 
}
.viewportfolio a#portfolioroll span { 
display: none; 
}
.viewportfolio a#portfolioroll:hover { 
background-image: url(images/portfolio_hover.jpg); 
}

.ourshowroom {
text-align: left;
background-image: url(images/showroom_hover.jpg); 
background-repeat: no-repeat;
height: 161px; 
width: 202px; 
display: block; 
padding: 0 0 10px 0;
}
.ourshowroom a#showroomroll { 
background-image: url(images/showroom.jpg); 
height: 161px; 
width: 202px; 
display: block; 
}
.ourshowroom a#showroomroll span { 
display: none; 
}
.ourshowroom a#showroomroll:hover { 
background-image: url(images/showroom_hover.jpg); 
}
.cutoutfeatures {
text-align: left;
padding: 15px 0 75px 0;
}
.cutoutfeatures img {
padding: 0 0 15px 0;
}
/* ---------------- Contact Form ------------------------*/
#form {
width: 600px;
text-align: left;
padding: 0 0 15px 0;
}
#form h2 {
font-family: Helvetica, verdana, arial, sans-serif;
font-weight: bold;
font-size: 2.2em;
padding-bottom: 15px;
color: #66a3c2;
}

#form p {
font-family: Helvetica, verdana, arial, sans-serif;
color: #000;
font-size: 1.2em;
margin: 15px 0 5px 0;
word-spacing: 0.1em;
line-height: 1.3em;
}
#form .contactform fieldset {
border: none;
}
#form .contactform legend {
display: none;
}
.contactform .fixedwidth {
display: block;
width: 185px;
float: left;
}
.contactform #name {
width: 205px;
}
.contactform #email {
width: 205px;
}
.contactform #tel {
width: 205px;
}
.contactform #subject {
width: 205px;
}
.contactform .btn {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.0em;
width: 75px;
margin-right: 105px;
}/* -------- Footer Formatting ---------------------------*/

.copy {
width: auto;
}
.copy p {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 1.0em;
color: #fff;
text-align: left;
padding: 5px 0 0 20px;
}
.copy span {
font-weight: bold;
}

.designby {
width: auto;
text-align: right;
padding: 0 25px 0 0;
}
.designby p {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.9em;
color: #ccc;
}
.designby a {
text-decoration: underline;
}
.designby a:link {
text-decoration: none;
color: #ccc;
}
.designby a:visited {
text-decoration: none;
color: #ccc;
}
.designby a:hover, .designby li a:active {
text-decoration: underline;
}

/* ----- Footer Nav style / format ----------*/
.footernav {
padding: 10px 0 5px 20px;
text-align: left;
}
.footernav ul {
margin: 0 0 0 0;
padding: 0;
}
.footernav li {
list-style: none;
display: inline;
font: normal 1.1em Arial, Helvetica, sans-serif;
color: #fff;
border-right: solid 1px #fff;
margin: 0 5px 0 0;
padding: 0 5px 0 0;
}
.footernav li a:link {
text-decoration: none;
color: #fff;
}
.footernav li a:visited {
text-decoration: none;
color: #fff;
}
.footernav li a:hover, .footernav li a:active {
text-decoration: underline;
}

#map_canvas {
text-align: left;
width: 423px;
height: 350px;
overflow: hidden;
}
/*-------- Lightbox CSS --------------------*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:images/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
/*-- edited to validate --*/
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif);
background-position: left 15%;
/*-- edited to validate --*/
background-repeat: no-repeat; }
#nextLink:hover, #nextLink:visited:hover { 
background: url(images/nextlabel.gif);
background-position: right 15%;
background-repeat: no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


