/* Master Stylesheet */

*{
 margin:0;
 padding:0;
}
html{
 background: #fff url('images/header-background-tile2.jpg') repeat-x top left; 
 font:normal 62.5% Calibri, Verdana, Times, serif; 
}
body{	      
 }
#container{
 text-align:center;
 color:#fff;
 margin:0 auto 0;
 width:1024px;
 }

/* Typography Styles */

p{
 margin:10px;
 font:normal 1.2em/170% Arial, Verdana, Times, serif; 
 color:#444;
 }
#test p{
 margin:10px;
 font:normal 1.45em/170% Arial, Verdana, Times, serif; 
 color:#444;
 }
 #test .author{
 padding: 0 0 20px 50px;
 font-weight: bold;	 
 }
.list{ font: normal 1.34em/160% Arial, Verdana, Serif; color: #444; padding: 0px 0px 10px 30px;}
.list li{ padding: 8px 0 4px; }
h1,
.h1style{
 margin:5px 5px 15px 5px;
 font:bold 3.3em/90% Calibri, Arial, Times, serif;
 color:#59361f;
 }
span.key{ font-size: 0.05em; text-indent: -9999px; width: 1px; height: 1px; overflow: hidden; color: #fff; visibility: hidden;}
.orangehomeh2{
 margin:5px;
 font:bold 1.2em/120%  Calibri, Arial, Times, serif; 
 color:#ff5933;
 }
.greyhomeh2{
 margin:5px;
 font:bold 1.2em/120%  Calibri, Arial, Times, serif; 
 color:#444;
 }
h2{
 margin:5px 5px 15px 5px;
 font:bold 2.0em/120%  Calibri, Arial, Times, serif; 
 color:#ff5933;
 }
h3{
 margin:5px;
 font:bold 1.8em/120% Calibri, Verdana, Times, serif; 
 color:#b60303;
 }
h4{
 margin:5px;
 font:bold 2.0em/120% Calibri, Verdana, Times, serif; 
 color:#306201;
 }
a{
 color:#333;
 text-decoration:none;
 }
a:hover{
 color:#b60303;
 }
.check{
 list-style-image:url('images/checkmark.png');
 color:#222;
 }

/* Layout */

#container #outer{
 text-align:left;
 }
#container #header{
 height:322px;
 padding:0 10px 0 30px;
 background: #fff url('images/header-background.jpg') no-repeat 0 -106px; 
 }
#container #header #logo {
 position: absolute;
 top:0px;
 height: 149px;
 width: 376px;
 }
#container #header #nav{
	width:608px;
        height:105px;
        float:right;
        padding-left:10px;
	background: #000 url('images/header-background-tile2.jpg') repeat-x top left;
}
	#header #nav span{
	position:absolute;
	top:0;
	right:0;
	height:105px;
	background-image: url(../../nav_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
		/* float:right;
		overflow:hidden; */
	}
	.ie5 #header #nav span{
	position:absolute;
	top:0;
	right:0;
	height:106px;
	background-image: url(../../nav_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
		/* float:right;
		overflow:hidden; */
	}
	.ie6 #header #nav span{
	position:absolute;
	top:0;
	right:0;
	height:106px;
	background-image: url(../../nav_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
		/* float:right;
		overflow:hidden; */
	}
	#header #nav ul{
		width:608px;
		/* margin-left:50px;
                margin-top:120px; */
		height:105px;
		/* float:left; */
	}
	.ie5 #header #nav ul{

		width:608px;
		/* margin-left:50px;
                margin-top:120px; */
		height:106px;
		/* float:left; */
	}
	.ie6 #header #nav ul{

		width:608px;
		/* margin-left:50px;
                margin-top:120px; */
		height:106px;
		/* float:left; */
	}
	#header #nav li{
		list-style-type:none;
		display:inline;
		height:105px;
	}
	.ie5 #header #nav li{
		list-style-type:none;
		display:inline;
		height:106px;
	}
	.ie6 #header #nav li{
		list-style-type:none;
		display:inline;
		height:106px;
	}
	#header #nav li a{
		display:block;
		float:left;
		overflow:hidden;
		height:0px !important;
		padding:105px 0 0 0;
		height /**/:106px;
	}
	.ie5 #header #nav li a{
		display:block;
		float:left;
		overflow:hidden;
		height:0px !important;
		padding:106px 0 0 0;
		height /**/:106px;
	}      
	.ie6 #header #nav li a{
		display:block;
		float:left;
		overflow:hidden;
		height:0px !important;
		padding:106px 0 0 0;
		height /**/:106px;
	} 
        li#howitworks a{
	 width:152px;
	 background: #000 url('images/header-background.jpg') no-repeat -400px -106px;
	}   
        li#howitworks a:hover{
	 background-position: -400px 0;
	}
        li#builttolast a{
	 width:152px;
	 background: #000 url('images/header-background.jpg') no-repeat -552px -106px;
	}     
        li#builttolast a:hover{
	 background-position: -552px 0;
	}
        li#orderonline a{
	 width:152px;
	 background: #000 url('images/header-background.jpg') no-repeat -704px -106px;
	}    
        li#orderonline a:hover{
	 background-position: -704px 0;
	}
        li#contactus a{
	 width:152px;
	 background: #000 url('images/header-background.jpg') no-repeat -856px -106px;
	}     
        li#contactus a:hover{
	 background-position: -856px 0;
	}
#container #content {
 margin:10px 0 5px 0;
 width:1024px;
 background-color: #fff;
 height:auto;
 }
#container #content #leftcolumn {
 width:630px;
 float:left;
 }
#container #content #rightcolumn {
 padding:0;
 width:390px;
 height:584px;
 float:right;
 background: #fff url('images/right-col-background.jpg') no-repeat 0 -1px;
 }
#container #content #bottomrow {
 padding:160px 14px 14px 14px;
 background: #fff url('images/ideas.jpg') no-repeat top center;
 -webkit-border-radius: 10px;
 -khtml-border-radius: 10px;	
 -moz-border-radius: 10px;
 border-radius: 10px;
 height:370px;
 }
#container #content #builttolast{
 width:1024px;
 background: #fff url('images/built-to-last-background.jpg') no-repeat 0 0;
 height:600px;
 margin:0;
 }
#footer {
 clear:left;
 height:214px;
 width:100%;
 background: #333 url('images/footer-background-tile.jpg') repeat-x top left;
 color:#fff;
 }
#footer p{
 font:bold 1.2em/110% Arial, Verdana, Times, serif; 
 color:#000;
 }
#footer a{
 font:bold 1.0em/160% Arial, Verdana, Times, serif; 
 color:#000;
 }
#footer a:hover{
 font:bold 1.0em/160% Arial, Verdana, Times, serif; 
 color:#59361f;
 }
#footer #box {
 width:1024px;
 height:214px;
 margin:0 auto;
 background: #333 url('images/footer-background.jpg') no-repeat top left;
 }
.ie5 #footer #box {
 width:1024px;
 height:214px;
 margin:0 auto;
 background: #333 url('images/footer-background.jpg') no-repeat top left;
 }
.ie6 #footer #box {
 width:1024px;
 height:214px;
 margin:0 auto;

 background: #333 url('images/footer-background.jpg') no-repeat top left;
 }
#footer #box #links{
 width:500px;
 margin:10px auto 0 auto;
 padding-top:50px;
 }
.ie5 #footer #box #links{
 }
.ie6 #footer #box #links{
 }
#footer #box #links #left{
 float:left;
 }
#footer #box #links #right{
 float:right;
 }
#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:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url('images/nextlabel.gif') right 15% 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; }


/* classes */
.whyh1{
 background: #fff url('images/header-background-tile2.jpg') repeat-x top left; 
 color:#fff;
 text-align:center;
 margin:10px 22px 10px 10px;
 padding:15px;
 border:#fff 2px inset;
}
.why{
 margin:10px 10px 20px 10px;
 width:30%;
 padding:5px 3px 0 3px;
 border:#5c992e 2px dashed;
 color:#fff;
 float:left;
}
.whyp{
 color:#306201;
}
.whya{
 margin:0 6px;
 color:#306201;
}
.howitworksintro{
 margin-top:10px;
 height:190px;
 padding:0 100px;
}
.howitworksbody{
 width:1024px;
 height:658px;
 background: #fff url('images/how-it-works-background.jpg') no-repeat top left;
}
.uses{
 width:250px;
 height:280px;
 margin:14px -17px 24px 60px;
 padding:10px;
 float:left;
}
.usesh2{
 padding:5px 5px 10px 76px;
}
.usesp{
 color:#fff;
 text-indent:55px;
}
.builttolastdivs{
 padding:6px;
 width:520px;
}
.ashwooddiv{
 height:120px;
 margin:0 80px 20px 440px;
 padding-top:62px;
}
.pinnedthroughdiv{
 height:150px;
 margin:42px 80px 20px 440px;
}
.stainlesssteeldiv{
 height:150px;
 margin:29px 80px 20px 440px;
}
.builttolasth2{
 margin:5px 5px 10px 12px;
 font:bold 2.4em/120%  Calibri, Arial, Times, serif; 
 color:#ff5933;
 }
.builttolastp{
 margin:5px;
 font:normal 1.2em/170% Arial, Verdana, Times, serif; 
 color:#fff;
}
.flashbody{
 background: #d6d6d6 url('images/backgroundtile.gif') repeat-x top left; 
 }
.noflashbody{
 background: #d6d6d6 url('images/backgroundtile_noflash.jpg') repeat-x top left; 
 }
.homehd1{
 background: #fff url('images/H1-background.jpg') no-repeat top left;
 padding:5px 0 0 12px; 
 }
.homehd2{
 font-size:1.2em;
 text-align:center;
 color:#222
 }
.popuphd2{
 font: bold 1.8em/100% Calibri, Arial, sans-serif;
 text-align:center;
 color:#333;
}
.popupbox{
 display:none; 
 position:absolute; 
 border: solid 1px #333; 
 background-color: white;
 color:black;
 width:300px;
 height:auto; 
 padding: 10px 12px;
}
.homehd3{
 text-align:center;
 font-size:1.2em;
 color:#000;
 }
.installflash{
 padding-top:12px;
 font-size:1.6em;
 text-align:center;
 color:#fff;
 }
.bullets{
 padding-left:10px;
 margin-bottom:-4px;
}
.marginright5{
 margin-right:5px;
}
.paddingleft10{
 padding-left:10px;
}
.options{
 margin:5px 0 10px 10px;
 width:250px;
 height:160px;
 float:left;
 padding:15px;
 border:#5c992e 2px dashed;
}
.options2{
 clear:left;
 margin:5px 0 10px 10px;
 width:545px;
 padding:15px;
 border:#5c992e 2px dashed;
}
.optionsp{
 margin-left:20px;
}
.customdesignicons{
 margin:0 0 -15px 5px;
}
.graduation{
 float:right;
 margin:10px;
 border:solid 1px #ccc;
}
.paymentlist{
 color:#000;
 width:580px;
 font:normal 1.6em/140% calibri, arial, san-serif;
 margin:0 auto;
}
.paypalseal{
 float:left;
 margin:20px 50px 0 150px;
 width:200px;
 height:200px;
 text-align:center;
}
.paypalform{
 padding:2px;
 border:1px solid #ccc;
 float:left;
 margin:20px 150px 0 0;
 width:300px;
 height:200px;
 color:#000;
 font:normal 1.6em/140% calibri, arial, san-serif;
}
.quotesleft{
 width:146px;
 height:110px;
 margin:0 10px 20px 0;
 float:left;
 background: #fff url('images/quotesleft.jpg') no-repeat top left; 
}
.quotesright{
 width:146px;
 height:110px;
 margin:60px 0 0 15px;
 float:right;
 background: #fff url('images/quotesright.jpg') no-repeat top left; 
}
.testimonial{
 width:530px;
 float:right;
}
.ecommerceboxes{
 width:200px;
 margin:0 10px;
 float:left;
 background-color:#ddd;
 border:1px solid #ccc;
}
.lastecommercebox{
 width:180px;
 margin:0 10px;
 float:left;
 background-color:#ddd;
 border:1px solid #ccc;
} 
.mediumslideshow{ 
 height: 300px;
 width: 300px;
 margin-left: -15px;
}
.mediumslideshow img{
 padding: 15px;
 border: 1px solid #ccc;
 background-color: #eee; 
}

.testimonials{
 margin:20px 0 0 30px;
 text-align:center;
 font:bold 3.0em/120%  Calibri, Arial, Times, serif; 
 color:#fff;
 background-color:transparent;
 width:300px;
 height:400px;
}
.italic{
 font:bold 1.4em/100%  Calibri, Arial, Times, serif; 
 color:#ff5933;
}
.owner{
 font:bold 0.5em/110% Calibri, Arial, sans-serif;
 color:#fff;
 background:#4c3627;
}

/* form styles */

#formleft{
 margin:0 50px 10px 100px;
 float:left;
 width:200px;
 }
#formright{
 float:right;
 width:450px;
 }
.para { 
 margin:10px 0 5px 0;
 width: 200px; 
 }
.text1 { 
 width: 150px; 
 background-color: #e0e0e0;
 }
.text2 { 
 width: 330px; 
 background-color: #e0e0e0;
 }
.text2onecol { 
 width: 350px; 
 height: 100px;
 background-color: #e0e0e0;
 }
.checkbox { 
 margin:0 5px 0 0;
 background-color: #e0e0e0;
 }
.buttons { 
 font-family: Calibri, Arial, Verdana, Helvetica, sans-serif; 
 font-size: 14px; 
 letter-spacing: 3px;
 height:31px;
 border: 2px solid #b60303;
 font-weight: bold;
 padding:0 20px !important;
 padding:0;
 background: url('images/buttontile.jpg') repeat-x top left #333333; 
 color: #FFFFFF;
 margin: 6px 0 6px 40px; 
 }
.buttonsonecol { 
 font-family: Calibri, Arial, Verdana, Helvetica, sans-serif; 
 font-size: 14px; 
 letter-spacing: 3px;
 height:31px;
 border: 2px solid #b60303;
 font-weight: bold;
 padding:0 20px !important;
 padding:0;
 background: url('images/buttontile.jpg') repeat-x top left #333333; 
 color: #FFFFFF;
 margin: 6px 0 6px 100px; 
 }
