/*  

Design By Browser Kings
Site Template


7-25-09

*/


/* Reset */
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,
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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}

/* Default Font Sizes */

body{
	font-family: "Helvetica Neue",Arial,Helvetica,"Lucida Grande",sans-serif;
    font-size: 100%;
	line-height: 1.125em; 	/* 16 x 1.125 = 18px */

}

p{
	font-size: 0.875em; 	/* 16 x 0.875 = 14px */
	margin: 1.286em 0; 		/* 14 x 1.286 = 18px */
	width: 90%;
	margin-left: 50px;
	color: #000;
}

h1{
	font-size: 1.375em; 	/* 16 x 1.375 = 22px */
	line-height: 1.636em;	/* 22 x 1.636 = 36px */
	margin: 0;
	color:#069;
}

h2{
	font-size: 1.125em; 	/* 16 x 1.125 = 18px */
	margin: 1em 0; 			/* 18 x 1= 18px */
	color:#069;
}

h3{
	font-size: 1em; 		/* 16 x 1 = 16px */
	margin: 1em 0; 			/* 16 x 1 = 16px */
	color:#069;
}

h4{
	font-size: 0.875em; 	/* 16 x 0.875 = 14px */
	margin: 1em 0; 			/* 14 x 1 = 14px */		
	color: #FFF;
	margin-left: 20px;
}

.clear{
	clear: both;	
}

.center{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


/* Page Layout and Backgrounds */

body{
	width: 100%;
	min-height: 100%;
	background: url('images/background.png') fixed top center no-repeat;	
}

#page-container{		/* gives width to page content and centers in the browser window */
	width: 960px;		/* edit this number for the page width */	
	margin-left: auto;
	margin-right: auto;		
}

#header{					/* holds header section */
	width: 847px;
	height: 299px;
	margin-left: 55px;
	margin-top: 15px;
	background: transparent url('images/header.png') top center no-repeat;		
}

#top-nav-bar{				/* navigation bar at the top of the page */
	width: 100%;
	margin-left: 107px;
	margin-top: 8px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	height: 47px;
	line-height: 2.7em;
}

#top-content{
	width: 100%;
	height: 70px;	
}

#bottomNav{				/* navigation bar at the top of the page */
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}


#page-middle{				/* all page below the header and before the footer */
	width: 901px;
	margin-top: 15px;
	float: left;
}

#page-header{
	width: 901px;
	height: 140px;
	margin: 0;
	padding: 0;
	margin-left: 29px;
	background: url('images/page-header.png') top left no-repeat;
	float: left;
	clear: left;
}

#page-body{
	width: 901px;
	margin: 0;
	padding: 0;
	margin-left: 29px;
	background: url('images/page-body.png') top left repeat-y;
	float: left;
	clear: left;
}

#page-footer{
	width: 901px;
	height: 140px;
	margin: 0;
	padding: 0;
	margin-left: 29px;
	background: url('images/page-footer.png') top left no-repeat;
	float: left;
	clear: left;
}

#middle-content{			/* middle of page, text over background */	
	width: 95%;
	margin-left: 5%;
	float: left;
	clear: both;
}

#bottom-content{			/* bottom boxed in area */
	width: 100%;
	clear: both;
	margin-left: 20px;
	
}

#bottom-left-content{
	float: left;
	width: 311px;
	height: 508px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 30px;
	background: transparent url('images/left-column-box.png') top center no-repeat;
}

#bottom-right-content{
	float: left;
	width: 453px;
	height: 541px;
	margin-top: 10px;
	margin-left: 35px;
	background: transparent url('images/right-column-box.png') top center no-repeat;
}

#bottom-right-content p{
	width: 90%;
	margin-top: 10px;
	margin-left: 25px;
	color: #FFFFFF;
}

#bottom-right-content h1{
	margin-left: 10px;
	color: #069;
}

#bottom-right-box{
	float: left;
	width: 453px;
	height: 541px;
	margin-top: 10px;
	margin-left: 35px;
	background: transparent url('images/right-column-box.png') top center no-repeat;
}

#bottom-right-box p{
	width: 90%;
	margin-top: 25px;
	margin-left: 25px;
	color: #FFFFFF;
}

#bottom-right-box h1{
	margin-left: 20px;
	color: #FFFF00;
}

#bottom-right-box ul{
	width: 95%;
	margin-top: 10px;
	margin-left: 50px;
	color: #FFFFFF;
}


#footer{					/* hold footer section */
	width: 100%;
	height: 60px;
	clear: both;
	float: left;
}


/* Section Content Formatting */

#top-nav-bar ul{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

#top-nav-bar ul li{
	display: inline;
	margin-right: 9px;
}

#top-nav-bar a{
float: left;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	clear: none;
}

#top-nav-bar a:hover{
	color: #999999;
}

#nav-left{
	display: block;
	width: 16px;
	height: 48px;
	float: left;
	clear: none;
	margin-left: 7px;
}

#nav-right{
	display: block;
	width: 14px;
	height: 48px;
	float: left;
	clear: none;
	margin-right: 7px;
}

.nav-middle{
	margin-top: 1px;
	float: left;
	clear: none;
	cursor: pointer;
	text-decoration: none;
}

#nav-home{
	background: url(images/nav-middle.png) repeat-x;
	height: 48px;
	width: 50px;
}

#nav-about{
	background: url(images/nav-middle.png) repeat-x;
	height: 48px;
	width: 55px;
}

#nav-kitchens{
	background: url(images/nav-middle.png) repeat-x;
	height: 48px;
	width: 75px;
}

#nav-bathrooms{
	background: url(images/nav-middle.png) repeat-x;
	height: 48px;
	width: 90px;
}

#nav-basements{
	background: url(images/nav-middle.png) repeat-x;
	height: 48px;
	width: 90px;
}

#nav-contact{
	background: url(images/nav-middle.png) repeat-x;
	height: 48px;
	width: 90px;
}


#bottomNav ul{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

#bottomNav ul li{
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}

#bottomNav a{
	color: #000000;
	text-decoration: none;
}

#bottomNav a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}


#flashHeader{
	height: 281px;
	margin-left: 332px;
	padding-top: 9px;
}

#title{
	margin-left: 50px;
	padding-top: 20px;
}

#testimonial{
	width: 200px;
	text-align: center;
	margin-left: 55px;
}

#testimonialSource{
	width: 150px;
	margin-left: 130px;
	margin-top: -7px; 
}

#freeQuote{
	display: block;
	width: 207;
	height: 182;
	margin-left: 53px;
	margin-top: 62px;
}

#cabinetLogos{
	width: 400px;
	margin-top: 20px;
	margin-left: 30px;
}

#bertch{
	display: block;
	float: left;
	width: 204px;
	height: 75px;
	margin-top: 0px;
	margin-left: 0px;
}

#bertchText{
	margin-left: 0;
	width: 204px;
	text-align: center;
}

#merillat{
	display: block;
	clear: both;
	float: left;
	width: 123px;
	height: 85px;
	margin-top: 0px;
	margin-left: 120px;
}

#merillatText{
	margin-left: 120px;
	margin-top: 3px;
	width: 123px;
	text-al
}

#dupont{
	display: block;
	clear: both;
	float: left;
	width: 172px;
	height: 77px;
	margin-top: 0px;
	margin-left: 190px;
}

#dupontText{
	margin-left: 190px;
	margin-top: 3px;
}

#citiesWeServe{
	text-align: center;
	font-size: 10px;
	
}

#partners{
	width: 90%;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}

#dupontPartner{
	display: block;
	clear: both;
	float: left;
	width: 172px;
	height: 77px;
	margin-left: 12px;
	margin-right: 7px;
	margin-top: 9px;
}

#formicaPartner{
	display: block;
	float: left;
	width: 105px;
	height: 73px;
	margin-left: 7px;
	margin-right: 7px;
	margin-top: 4px;
}

#merillatPartner{
	display: block;
	float: left;
	width: 123px;
	height: 85px;
	margin-left: 7px;
	margin-right: 7px;
}

#pellaPartner{
	display: block;
	float: left;
	width: 85px;
	height: 97px;
	margin-left: 7px;
	margin-right: 7px;
	margin-top: 1px;
}

#bertchPartner{
	display: block;
	float: left;
	width: 204px;
	height: 75px;
	margin-left: 7px;
	margin-right: 7px;
	margin-top: 24px;
}

#finishedBasements{
	display: block;
	width: 435px;
	height: 297px;
	margin-left: 12px;
	margin-top: 20px;
}

#customBasements{
	width: 90%;
	margin-bottom: 35px;
	margin-top: 25px;
}

#customBasements ul{

}

#sauna{
	display: block;
	width: 272px;
	height: 189px;
	float: left;
	margin-left: 8px;
	margin-right: 10px;
	margin-top: 0px;
}

#mediaRoom{
	display: block;
	width: 272px;
	height: 189px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;;
}

#bathroomRemodeling{
	display: block;
	width: 435px;
	height: 297px;
	margin-left: 12px;
	margin-top: 20px;
}

#customBathrooms{
	width: 90%;
	padding-bottom: 65px;
	margin-top: 25px;
}

#americanStandard{
	display: block;
	width: 183px;
	height: 74px;
	float: left;
	margin-left: 95px;
	margin-right: 10px;
	margin-top: 0px;
}

#moen{
	display: block;
	width: 177px;
	height: 74px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
}

#delta{
	display: block;
	width: 158px;
	height: 74px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
}

#kitchenRemodeling{
	display: block;
	width: 435px;
	height: 297px;
	margin-left: 12px;
	margin-top: 20px;
}

#ceramicTile{
	display: block;
	width: 645px;
	height: 245px;
	margin-left: auto;
	margin-right: auto;
}

#contactForm{
	width: 330px;
	height: 350px;
	float: left;
	margin-left: 5px;
	background: url("images/contact-form.png") no-repeat;
	padding-top: 27px;
}

#contactForm label{
	margin-right: 12px;
	text-align: right;
	float: left;
	clear: left;
	width: 90px;
	font-size: 9pt;
	padding-top: 4px;
}

#contactForm input{
	width: 182px;
	height: 23px;
	float: left;
	margin-bottom: 3px;
	margin-left: 10px;	
	padding-top: 5px;
	border: none;
	background: transparent; 
	overflow: hidden;
}

#contactForm textarea{
	width: 188px;
	height: 153px;
	padding-top: 10px;
	padding-left: 10px;
	float: left;
	overflow: auto;
	background: transparent;
	border: none;
}

.submitButton{
	margin: 0;
	margin-left: 270px;
	margin-bottom: 10px;
	padding: 0;
	clear: both;
	width: 90px;
	height: 33px;
	float: left;
	background: url("images/form-submit-button.png");
	border: none;
}

.submitButton:active{
	background: url("images/form-submit-button-pressed.png");	
}

.LockOff {
     display: none;
     visibility: hidden;
}

.LockOn {
     display: block;
     visibility: visible;
     position: absolute;
     z-index: 1001;
     top: 0px;
     left: 0px;
	 width: 100%;
     min-height: 100%;
     background-color: #000;
	 color: #fff;
     text-align: center;
     padding-top: 205px;
	 padding-bottom: 20px;
     filter: alpha(opacity=75);
     opacity: 0.75;
}

#errorHolder{
	height: 200px;
	width: 200px;
	margin-top: 22px;
	float: left;
	margin-left: 2px;
}


#errorContainer{
	clear: none;
	float: left;

	margin: 0;
	width: 200px;
	height: 23px;
	margin-bottom: 8px;
}

#errorContainer p{
	padding: 0;
	margin: 0;
	height: 20px;
	padding-top: 3px;
	font-size: 11px;
	color: #CC0000;
	font-weight: bold;
	
}

#reciever{
	display: block;
	width: 500px;
	height: 40px;
	margin: 25px;
	margin-left: auto;
	margin-right: auto;
}

#reciever.message p{
	margin-top: 15px;
	color: #0066FF;
	height: 40px;
	font-size: 18px;
	font-weight: bold;
}

#reciever.success p{
	padding-top: 10px;
	color: #009900;
	font-size: 18px;
	font-weight: bold;
}

#reciever.error p{
	color: #CC0000;
	font-size: 18px;
}

#map{
	width: 300px;
	float: right;
	margin-right: 10px;
	margin-top: 22px;
}

