/*----------------------------------------------------------
	
	Copyright 2009 Parrick Michael Group
	
	Author: Kitch & Schreiber Marketing & Advertising
			Webmaster: Brian Scroggins
			www.kitchandschreiber.com
			kands@kitchandschreiber.com
			
----------------------------------------------------------*/

body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	padding: 0;
	margin: 0;
	}
	
h1, h2, h3, h4, h5, h6, pre, code{
	font-size: 1em;
	}
	
a{
	text-decoration: underline;
	color: #0066FF;
	}
	
a:hover{
	text-decoration: none;
	color: #990000;
	}	
	
a img{
	border: none;
	}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #231F20;
	font-weight: bold;
	text-transform: none;
	}
	
h1 .green{
	color: #009933;
	}	
	
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	font-weight: bold;
	text-transform: none;
	}	
	
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	text-transform: none;
	}		
	

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 16px;
	}		

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #939393;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(IMAGES/background.jpg);
	}
	
#background{
	background-image: url(IMAGES/background.jpg);
	background-repeat: repeat-x;
	}	

#container  {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

/*----------------------------------------------------------
	
	                       Header
			
----------------------------------------------------------*/

#header {
	height: 143px;
	background-image: url(IMAGES/header.jpg);
	padding-right: 50px;
	}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-decoration: underline;
	}
	
#logo{
	background-image: url(IMAGES/logo.jpg);
	background-repeat: no-repeat;
	height: 143px;
	width: 300px;
	float: left;
	}
	
#logo a{
	text-indent: -9999px;
	display: block;
	background-image: url(IMAGES/logo.jpg);
	background-repeat: no-repeat;
	height: 143px;
	width: 300px;
	margin-left: 0px;
	}	

#headerCopy{
	float: right;
	width: 300px;
	padding-top: 45px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #FFFFFF;
	padding-bottom: 15px;
	font-weight: bold;
	}
	
#headerCopy a{
	font-size: 12px;
	}
	
#phone{
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	}
	

/*----------------------------------------------------------
	
	                     Navigation
			
----------------------------------------------------------*/	
	
			
.mainNav{
	height: 34px;
	width: 783px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.69em;
	font-weight: bold;
	text-align: center;
	clear: both;
	background-color: #FFFFFF;
	margin-left: 9px;
	}
	
.mainNav ul{
	list-style-type: none;
	}	
	
.mainNav li{
	display: inline;
	float: left;
	}
	
.mainNav #home a{
	text-indent: -9999px;
	display: block;
	background-image: url(IMAGES/NavButtons/home.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 70px;
	}	

.mainNav #home a:hover{
	background-position: 0 -34px;
	}
	
.mainNav #about a{
	text-indent: -9999px;
	display: block;
	background-image: url(IMAGES/NavButtons/about.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 95px;
	}	

.mainNav #about a:hover{
	background-position: 0 -34px;
	}
	
.mainNav #commercial a{
	text-indent: -9999px;
	display: block;
	background-image: url(IMAGES/NavButtons/commercial.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 113px;
	}	

.mainNav #commercial a:hover{
	background-position: 0 -34px;
	}
	
.mainNav #residential a{
	text-indent: -9999px;
	display: block;
	background-image: url(IMAGES/NavButtons/residential.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 109px;
	}	

.mainNav #residential a:hover{
	background-position: 0 -34px;
	}
	
.mainNav #service a{
	text-indent: -9999px;
	display: block;
	background-image: url(IMAGES/NavButtons/service.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 82px;
	}	

.mainNav #service a:hover{
	background-position: 0 -34px;
	}
	
.mainNav #green a{
	text-indent: -9999px;
	display: block;
	background-image: url(IMAGES/NavButtons/green.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 117px;
	}	

.mainNav #green a:hover{
	background-position: 0 -34px;
	}	
	
.mainNav #showroom a{
	text-indent: -9999px;
	display: block;
	background-image: url(IMAGES/NavButtons/showroom.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 105px;
	}	

.mainNav #showroom a:hover{
	background-position: 0 -34px;
	}	
	
.mainNav #contact a{
	text-indent: -9999px;
	display: block;
	background-image: url(IMAGES/NavButtons/contact.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 92px;
	}	

.mainNav #contact a:hover{
	background-position: 0 -34px;
	}								


/*----------------------------------------------------------
	
	                Main Content Column
			
----------------------------------------------------------*/

#rotateWrap{
	float: left;
	height: 220px;
	width: 800px;
	background-repeat: no-repeat;
	background-image: url(IMAGES/rotateBackground.jpg);
	}	

.rotatingPics{
	float: left;
	height: 220px;
	width: 783px;
	background-repeat: no-repeat;
	background-image: url(IMAGES/picture1.jpg);
	padding-left: 9px;
	}	
	
#rotateText{
	text-align: center;
	padding-top: 100px;
	color: #939598;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	}	
	
#rotateText a{
	color: #7BB2DD;
	text-decoration: underline;
	}
	
#rotateText a:hover{
	color: #FFFFFF;
	text-decoration: none;
	}

#mainWrap{
	width: 800px;
	background-repeat: repeat-y;
	background-position: left;
	float: left;
	}
	
#mainContent{
	width: 433px;
	background-color: #FFFFFF;
	padding: 25px;
	float: left;
	clear: none;
	}
	
#mainContent strong{
	color: #999999;
	}	
	
#mainContent ul{
	padding-left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	padding-top: 5px;
	}	
	
#mainContent li{
	margin-top: 5px;
	}	
	
#content{
	width: 783px;
	float: left;
	background-repeat: repeat-y;
	margin-left: 9px;
	background-image: url(IMAGES/mainBackground.jpg);
	}
	
#contentWhite{
	width: 783px;
	float: left;
	margin-left: 9px;
	background-color: #FFFFFF;
	min-height: 313px;
	}	
	
#showroomWrap{
	width: 783px;
	float: left;
	margin-left: 9px;
	background-color: #FFFFFF;
	height: 550px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-position: center;
	}						
	
#flashcontent{
	}	
	
#vendorLogosWrap{
	margin-top: 25px;
	border: 1px solid #808080;
	padding-right: 5px;
	margin-left: 55px;
	float: left;
	}
		
.img {
	width: auto;
	float: left;
	text-align: center;
	height: 50px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
 	}
  
.img img  {
  display: inline;
  }
  
.img a:hover img  {
  }	
		
		
/*----------------------------------------------------------
	
	                       Table
			
----------------------------------------------------------*/		



table {
	border-collapse: collapse;
	width: 433px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 25px;
	border: 1px solid #999999;
	}

caption {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	}

td,th {
	border: 1px solid #999999;
	padding: 3px 5px 2px 5px;
	font-size: 12px;
	text-align: center;
	}
	
th {
	color: white;
	text-align: center;
	border-color: #990000;
	}
	
tr.alt td {
	}
	
#tableColor{
	}	


		

/*----------------------------------------------------------
	
	                Sidebar Column
			
----------------------------------------------------------*/

#sidebar{
	float: right;
	width: 300px;
	clear: none;
	}
	
#familyPic{
	width: 300px;
	background-image: url(IMAGES/familyPic.jpg);
	background-repeat: no-repeat;
	height: 320px;
	}	
	
#commercialPic{
	width: 300px;
	background-image: url(IMAGES/commerical.jpg);
	background-repeat: no-repeat;
	height: 320px;
	}		
	
#residentialPic{
	width: 300px;
	background-image: url(IMAGES/residential.jpg);
	background-repeat: no-repeat;
	height: 225px;
	}
	
#servicePic{
	width: 300px;
	background-image: url(IMAGES/servicePic.jpg);
	background-repeat: no-repeat;
	height: 225px;
	}	
	
#greenPic{
	width: 300px;
	background-image: url(IMAGES/greenPic.jpg);
	background-repeat: no-repeat;
	height: 325px;
	margin-top: 15px;
	}		
		
#sidebarText{
	width: 225px;
	float: right;
	margin: 25px 0;
	list-style-position: outside;
	padding: 0 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	}
	
#sidebarText li{
	margin-top: 8px;
	}			
	
#map{
	background-repeat: no-repeat;
	height: 175px;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	}
	
#van{
	background-image: url(IMAGES/van.jpg);
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	height: 85px;
	background-repeat: no-repeat;
	margin-top: 25px;
	}
	
#facebook{
	background-repeat: no-repeat;
	width: 250px;
	height: 90px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}	
	
#greenButton{
	background-repeat: no-repeat;
	height: 137px;
	width: 249px;
	margin: 25px auto;
	}
	
#greenButton a{
	text-indent: -9999px;
	display: block;
	background-image: url(IMAGES/greenButton.jpg);
	background-repeat: no-repeat;
	height: 137px;
	width: 249px;
	}	

#greenButton a:hover{
	background-position: 0 -137px;
	}	
	
#taxCredit{
	background-repeat: no-repeat;
	height: 137px;
	width: 249px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	}
	
#taxCredit a{
	text-indent: -9999px;
	display: block;
	background-image: url(IMAGES/taxCreditButton.jpg);
	background-repeat: no-repeat;
	height: 137px;
	width: 249px;
	}	

#taxCredit a:hover{
	background-position: 0 -137px;
	}	
	
#video{
	background-repeat: no-repeat;
	height: 218px;
	width: 240px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	}			
	

/*----------------------------------------------------------
	
	                    Footer
			
----------------------------------------------------------*/

#footerWrap {
	width: 100%;
	height: 178px;
	clear: both;
	background-position: bottom;
	}

#footer{
	width: 783px;
	height: 178px;
	background-color: #424242;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
#showroomFooter{
	width: 783px;
	height: 178px;
	background-color: #424242;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	background-image: url(IMAGES/showroomFooterBackground.jpg);
	}	

#ks a{
	text-indent: -9999px;
	background-image: url(IMAGES/k&s_Logo.jpg);
	background-repeat: no-repeat;
	height: 92px;
	width: 86px;
	float: right;
	display: block;
	margin-top: 45px;
	margin-right: 25px;
	}
	
#ks a:hover{
	background-position: 0 -92px;
	background-image: url(IMAGES/k&s_Logo.jpg);
	background-repeat: no-repeat;
	}	

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
	
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 12px;
	text-align: left;
	font-style: normal;
	width: 300px;
	float: left;
	margin-top: 55px;
	margin-left: 25px;
	font-weight: bold;
	}
	
.copyright p{
	font-family: Arial, Helvetica, sans-serif;
	color: #767676;
	font-size: 12px;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	}	
	
.copyright a{
	color: #CCCCCC;
	text-decoration: underline;
	font-size: 12px;
	font-style: italic;
	}	
	
.copyright a:hover{
	color: #FFFFFF;
	text-decoration: none;
	}
	
#disclaimer{
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 9px;
	text-align: left;
	font-style: normal;
	width: 575px;
	float: left;
	margin-top: 55px;
	}	
	
p strong {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #CCCCCC;
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
	}
