/*

Theme Name: 
Theme URI: 
Description:
Version:
Author: 

*/	


			/* Global Layout */


body 
{
font-size: 62.5%;
margin: 0px;
text-align: center;
background: #ECEDED;
color: #125E3D;
font-family: Arial, Helvetica, sans-serif;
}

#wrap{
	position: relative;
	margin: auto;
	width: 955px;
	background: #fff;
	padding-bottom: 15px;
}

	#top{
		position: relative;
		padding-top: 33px;
		z-index: 10;
	}
	
		#logo{
	position: absolute;
	top: 1px;
	left: 332px;
	height: 101px;
	width: 275px;
	text-indent: -999em;
	background: url(../images/logo.png) top left no-repeat;
	behavior: url("../../iepngfix.htc");
	cursor: hand;
		}
	
		#nav{
			position: relative;
			height: 35px;
			background: url(../images/nav-bg.gif) top left repeat-x;
		}
		
		#nav ul{
			position: relative;
		}
		
			#nav li{
				position: relative;
				float: left;
				padding: 0 25px 0 25px;
				height: 35px;	
			}
			
			#nav li a{
				position: relative;
				float: left;
				padding: 6px 0 0 0;
				height: 29px;
				color: #fff;
				font-weight: bold;
				text-decoration: none;
				font-size: 1.9em;
				text-transform: uppercase;
			}
			
			#nav li a:hover{
				color: #222;
			}
	
	
	#page{
		position: relative;
		padding: 32px;
	}
	
		#page.bath{
			position: relative;
			padding-left: 445px;
			min-height: 237px;
			background: url(../images/bath.gif) top left no-repeat;
		}
		
		.contact{
			background: url(../images/contact-bg.gif) bottom right no-repeat;
		}
		
		.post{
	position: relative;
	text-align: left;
	font-size: 1.5em;
	color: #333;
	padding-bottom: 0em;
	text-align: left;
		}
		
			.post p{
	position: relative;
	padding-top: .5em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
			}
	
		.entry{
			position: relative;
			font-size: 2.6em;
			color: #0068B3;
			text-align: left;
		}	
		
			.entry p{
				position: relative;
				line-height: 1.3em;
				padding-bottom: .8em;	
			}
			
			.entry strong{
				font-weight: bold;
			}
			
			.truck{
				position: relative;
				float: right;
				margin-right: -32px;
			}
			
			ul.services{
				position: relative;
				font-size: 16px;
				font-weight: bold;
				color: #111;
				width: 540px;
			}
			
				ul.services li{
					position: relative;
					float: left;
					width: 260px;	
				}
				
				ul.services li a{
					position: relative;
					color: #111;
				}
			
			#contact{
				position: relative;
				margin-left: -32px;
				width: 465px;
				padding-top: 15px;
				float: left;
			}
			
				#contact p{
					position: relative;
					padding-bottom: 7px;	
					font-size: 14px;
					font-weight: bold;
					color: #0068b3;
				}
				
				#contact p label{
					position: relative;
					float: left;
					width: 105px;
					padding-right: 10px;
					text-align: right;
				}
				
				.text{
					position: relative;
					float: left;
					width: 340px;
					padding: 2px 4px 2px 4px;
					border: 1px solid #000;
					color: #333;
					font-size: 12px;
				}
				
				#submit{
					position: relative;
					float: right;
					color: #fff;
					font-weight: bold;
					font-size: 12px;
					border: 0;
					padding: 5px 8px 5px 8px;
					background: #a3a3a3;
				}
	
	
	#lower{
		position: relative;
		text-align: center;
		margin-bottom: 8px;
		background: url(../images/lower-bg.gif) top left repeat-y;
	}
	
		.bottom-box{
			position: relative;
			float: left;
			width: 308px;
			padding: 0 5px 0 5px;	
		}
		
		.bottom-box.alt{
			padding-left: 0;
			width: 313px;
		}
		
		.bottom-box.altr{
			padding-right: 0;
			width: 314px;
		}
		
		#lower h2{
			position: relative;
			font-size: 1.2em;
			font-weight: bold;
			text-transform: uppercase;
			color: #fff;
			padding: 6px 0 6px 0;
			background: #0068B3;
			margin-bottom: 5px;
		}
		
		#lower p{
			position: relative;
			font-size: 1.8em;
			color: #333;
			line-height: 1.5em;
			padding-bottom: 1em;
		}
	
	#foot{
		position: relative;
		font-size: 1.5em;
		color: #fff;
		padding: 6px;
		background: #B6B7BA;
	}
