/*----------------------------------------------------------
	
	Copyright 2011 Proline Striping
	
	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 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	}
	
h1, h2, h3, h4, h5, h6, pre, code{
	font-size: 1em;
	}
	
a{
	text-decoration: underline;
	color: #1F499F;
	font-weight: bold;
	}
	
a:hover{
	text-decoration: none;
	color: #324976;
	}	
	
a img{
	border: none;
	}

h1{
	font-size: 24px;
	color: #231F20;
	font-weight: bold;
	text-transform: none;
	}
	
h2{
	font-size: 16px;
	color: #204BA0;
	font-weight: bold;
	}	
	

p{
	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: #000000;
	font-size: 100%;
	background-color: #231f20;
	background-image: url(IMAGES/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	}
	
#background{
	background-image: url(IMAGES/background.jpg);
	background-repeat: repeat-x;
	}	

#container  {
	width: 960px;
	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);
	}

#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: 320px;
	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;
	}
	

/*----------------------------------------------------------
	
	             Current Page Indicators
			
----------------------------------------------------------*/

body#homeTab li#home a{
	text-indent: -9999px;
	display: block;
	background-image: url(IMAGES/navigation3.jpg);
	background-repeat: no-repeat;
	height: 143px;
	width: 160px;
	background-position: 0 -143px;
	}
	
body#servicesTab li#services a{
	text-indent: -9999px;
	display: block;
	background-image: url(IMAGES/navigation3.jpg);
	background-repeat: no-repeat;
	height: 143px;
	width: 160px;
	background-position: -160px -143px;
	}	
	
body#photoGalleryTab li#photoGallery a{
	text-indent: -9999px;
	display: block;
	background-image: url(IMAGES/navigation3.jpg);
	background-repeat: no-repeat;
	height: 143px;
	width: 160px;
	background-position: -320px -143px;
	}
	
body#contactTab li#contact a{
	text-indent: -9999px;
	display: block;
	background-image: url(IMAGES/navigation3.jpg);
	background-repeat: no-repeat;
	height: 143px;
	width: 160px;
	background-position: -480px -143px;
	}


/*----------------------------------------------------------
	
	                     Navigation
			
----------------------------------------------------------*/	
	
			
.mainNav{
	height: 143px;
	width: 640px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.69em;
	font-weight: bold;
	text-align: center;
	float: right;
	}
	
.mainNav ul{
	list-style-type: none;
	}
	
.mainNav li{
	list-style-type: none;
	float: left;
	}	
	
.mainNav #home a{
	text-indent: -9999px;
	display: block;
	background-image: url(IMAGES/navigation3.jpg);
	background-repeat: no-repeat;
	height: 143px;
	width: 160px;
	}

.mainNav #home a:hover{
	background-position: 0 -286px;
	}
	
.mainNav #services a{
	text-indent: -9999px;
	display: block;
	background-image: url(IMAGES/navigation3.jpg);
	background-repeat: no-repeat;
	background-position: -160px 0;
	height: 143px;
	width: 160px;
	}	

.mainNav #services a:hover{
	background-position: -160px -286px;
	}
	
.mainNav #services ul{
	position: relative;
	}
	
mainNav #services li{
	visibility: hidden;
	}		
	
.mainNav #photoGallery a{
	text-indent: -9999px;
	display: block;
	background-image: url(IMAGES/navigation3.jpg);
	background-repeat: no-repeat;
	background-position: -320px 0;
	height: 143px;
	width: 160px;
	}

.mainNav #photoGallery a:hover{
	background-position: -320px -286px;
	}	
	
.mainNav #contact a{
	text-indent: -9999px;
	display: block;
	background-image: url(IMAGES/navigation3.jpg);
	background-repeat: no-repeat;
	background-position: -480px 0;
	height: 143px;
	width: 160px;
	}
	
.mainNav #contact a:hover{
	background-position: -480px -286px;
	}


						


/*----------------------------------------------------------
	
	                   Yellow Bar
			
----------------------------------------------------------*/

#yellowBar{
	float: left;
	height: 34px;
	width: 930px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #212528;
	font-weight: bold;
	text-align: center;
	padding: 5px 15px 0;
	clear: both;
	}
	

#yellowBar .location{
	float: left;
	margin: 0 0 0 38px;
	}
	
#yellowBar .phone{
	float: right;
	}		


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

.rotatingPics{
	float: right;
	height: 254px;
	width: 640px;
	background-repeat: no-repeat;
	background-image: url(IMAGES/picture1.jpg);
	z-index: 1;
	}	
	
#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: 960px;
	background-repeat: repeat-y;
	background-position: left;
	float: left;
	}
	
#mainContent{
	width: 590px;
	background-color: #FFFFFF;
	padding: 25px;
	float: right;
	clear: none;
	}
	
#mainContent ul{
	color:#333;
	font-size:14px;
	padding:5px 0 10px 25px;
	}	
	
#mainContent ul li{
	line-height:24px;
	}		
	
#content{
	width: 960px;
	float: left;
	background-image: url(IMAGES/sidebarBackground.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	}
	
#numberWrap{
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	}
	
#numberWrap p{
	font-family: "Arial Black", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #333333;
	font-size: 18px;
	}
	
#numberWrap h2{
	font-size: 24px;
	}		
	
#phoneNumber{
	float: left;
	height: 75px;
	width: 190px;
	background-image: url(IMAGES/phone_Icon.png);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	margin-right: 25px;
	padding-top: 25px;
	padding-left: 90px;
	}
	
#faxNumber{
	float: left;
	height: 75px;
	width: 175px;
	background-image: url(IMAGES/fax_Icon.png);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	padding-top: 25px;
	padding-left: 105px;
	}								
		

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

#sidebar{
	float: left;
	width: 320px;
	clear: none;
	}	
		
#sidebarContentWrap{
	width: 290px;
	float: right;
	margin-top: 25px;
	}		
	
#map{
	display: block;
	background-image: url(IMAGES/map.jpg);
	background-repeat: no-repeat;
	height: 254px;
	width: 320px;
	}

#mapTop{
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 8px;
	}	
	
#states{
	display: none;
	}	
	
#mapBottom{
	background-position: bottom;
	margin-top: 165px;
	text-align: center;
	font-size: 11px;
	color: #939599;
	font-weight: bold;
	font-style: italic;
	line-height: 13px;	
	}	
	
#quoteBox{
	background-image: url(IMAGES/handicapPic.jpg);
	float: left;
	height: 388px;
	width: 320px;
	}
	
#quoteButton a{
	text-indent: -9999px;
	display: block;
	background-image: url(IMAGES/quoteButton.jpg);
	background-repeat: no-repeat;
	height: 101px;
	width: 232px;
	margin-top: 35px;
	margin-left: 40px;
	}	

#quoteButton a:hover{
	background-position: 0 -101px;
	}			
	

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

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

#footer{
	width: 960px;
	height: 178px;
	background-color: #2a2b2c;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	background-image: url(IMAGES/footer.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: 45px;
	}
	
#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;
	font-size: 12px;
	text-align: left;
	font-style: normal;
	width: 250px;
	float: left;
	margin-top: 65px;
	margin-left: 35px;
	font-weight: bold;
	}
	
.copyright p{
	color: #666666;
	}	
	
.copyright a{
	color: #CCCCCC;
	text-decoration: underline;
	}	
	
.copyright a:hover{
	color: #FFFFFF;
	text-decoration: none;
	}

