/* CSS Document */

a {
	color: #CCCCCC;
	text-decoration: underline;

}

a:hover,  a:focus,  a:active {
	color: #FFFFFF;
	text-decoration: none;

}
	

#body {
	padding : 0;
	margin : 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	height: 100%;
	}

#wrapper {
	margin: auto;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	height: 600px;
}


#flashcontent {
	width : 935px;
	height : 255px;
	padding-top: 30px;
	line-height: 42px;
	margin: auto;
}



#topcontent {
	width : 935px;
	height : 560px;
	margin: auto;
	padding-top: 30px;
	line-height: 42px;
}

#contactcontent {
	width : 935px;
	height : 345px;
	margin: auto;
	padding-top: 30px;
	line-height: 42px;
} 

#contactright {
	width : 450px;
	float : right;
}
	

#bottomcontact {
	width : 935px;
	height : 100px;
	margin : auto;
	font-size: 12px;
	line-height: 42px;
	padding-top: 10px;
}

 

#content {
	width : 935px;
	height : 270px;
	margin : auto;
	padding-top: 35px;
	font-size: 13px;
	line-height: 42px;
}



#flashcontent img {
	margin-right : 6px;
}


#contentleft {
	width : 400px;
	float : left;
	line-height: 30px;
}

#contentright {
	width : 475px;
	float : right;
	line-height: 25px;
	background-image: url(../images/pricebackground.png);
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 2px;
}

#testimonialcontentleft {
	width : 450px;
	float : left;
	line-height: 45px;
}

#testimonialcontentright {
	width : 400px;
	float : right;
	line-height: 45px;
	padding-left: 20px;
	padding-bottom: 2px;
}

#header {
	height: 75px;
	backgroud-color : #FFFFFF;
	margin : auto;
	line-height: 16px;
	background-image: url(../images/headerbackground.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #e18039;
}

#headerwrapper {
	height: 75px;
	margin : auto ; 
	width : 935px;

}


#headerleft {
	width : 372 px;
	float : left;
	margin-top: 24px;

}



#headernav {
	width :  530px;
	float : right;
	height: 45px;
	padding-top: 30px;
}


#headernav a {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	text-transform: lowercase;
	font-weight: bold;
}

#headernav a:hover, headernav  a:focus, headernav  a:active {
	color: #161616;
	background-color: #E18039;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	background-image: url(../images/menubackground.jpg);
	background-repeat: repeat-x;

}








#footer {
	clear: both;
	background-image: url(../images/footerbackground.jpg);
	background-repeat: repeat-x;
	height: 150px;
}


#footercontainer  {
	margin : auto;
	width : 925px;
	clear: both;
}


#footerleft {
	width : 535px;
	float  : left;
	padding-top: 20px;
	line-height: 18px;
}

#footerright {
	width : 350px;
	float :right;
	padding-top: 15px;
	line-height: 19px;
	padding-bottom: 20px;
}

