/* --------------------------------
	Richard Dalcin - Screen.css
	Author: Shane Gardner
	Date: March 2007
 ---------------------------------- */
 
 /* ---[ Globals ]------------------------------- */
* {

	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
}



body {
	text-align: center;
	background-color: #fff;
	
	
}

img {
border:0;

}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color:#000000;

}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color:#000000;
}


a {
	color:#000;
	text-decoration: none;

}

a:hover {
	color:#ccc;
	text-decoration: none;

}

.bottomClear {
	padding-bottom: 160px;

}


#comingSoon {
	float: left;
	width: 128px;
	position: absolute;
	left: 0px;
	top: 0px;
	



}


/* ---[ containers ]------------------------------- */

#wrap {
	padding: 0;
	position: relative;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 970px;
	background-color: #fff;	
}
.image-header {
	float: left;
	width: 970px;
}


#gallery {
	text-align: center;


}

.quote {
	float: left;
	width: 355px;
	padding-top: 35px;
	padding-left: 40px;

}

.preferredVendors {
	float: right;
	width: 250px;
	height: 48px;
	padding-top: 20px;
	padding-right: 30px;
			
}

#photos {
	position: absolute;
	width: 970px;
	height: auto;
	border: 1px solid #FFF;
		
}

#photos a:hover {
	text-decoration: underline;
}

.photoContainer {
	width: 970px;
	height: 272px;
	border: 5px #CCC;
		
	
}


/* ---[ Header styles]------------------------------- */



#logo {
	width:191px;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 70px;
	float: left;
	margin: 0px 0px 0px 0px;


}




/* ---[ content styles]------------------------------- */


#bodyContent {
	width: 970px;
	text-align: center;


}

#contact {
	clear:both;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	padding: 15px 0px 10px;


}

#phone {
	width:150px;
	float:left;
	text-align: left;

}
#email {
	width:150px;
	float:right;
	text-align: right;

}

/* ---[ footer ]------------------------------- */

#footer {
	text-align:left;
	clear:both;
	
	padding: 5px;
	color: #C9C592;
	width: 750px;
	float: left;
	margin-top: 10px;
	font-size: 11px;
}.header {
	float: left;
	width: 970px;
	position: relative;
}
