#metadiv
{
visibility: hidden;
}

body
{
	background-image: url("images/grad.png");
	background-repeat: repeat-x;
	background-color: rgb(246,246,246);	
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 14px;
	color: #555555;
}

h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: underline;
}

h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
}

#title {
	line-height: 75px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: underline;
	text-align: center;
}

#page
{
	margin: auto;
	width: 766px;
}

#banner
{
	
	color: #444444;
	text-align: center;
	padding-bottom: 14px;
}

#header
{
	background-image: url("images/header_bg.png");
	height: 180px;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 26px;
}

#menu
{
	background-color: white;
	height: 45px;
}

#contentIndex
{
	background-color: white;
	height: 450px;
}

#contentAbout
{
	background-color: white;
	height: 450px;
	padding: 0px 50px 50px 50px;
}

#contentLocation
{
	background-color: white;
	height: 450px;
	padding: 25px 25px 0px 25px;
}

#contentContact
{
	background-color: white;
	height: 450px;
	padding: 50px 75px 50px 75px;
	
}

#pricing
{
	background-color: #f0efee;
	margin: 25px 485px;
	width: 260px;
	position: absolute;
	height: 400px;
}

#button
{
	margin: 385px 0px 0px 40px;
	width: auto;
	position: absolute;
	height: 50px;
}

.pricing
{
	color: #972722;
	font-weight: bold;
}

.contact
{
	color: #972722;
	font-weight: bold;
	text-decoration: underline;
}

#footer
{
	clear: both;
	font-size: 12px;
	padding: 10px 10px 10px 10px;
}

#footer a
{
	text-decoration: none;
	color: #555555;
}

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

#contentContact a
{
	text-decoration: none;
	color: #555555;
}

#contentContact a:hover
{
	text-decoration: underline;
	color: #972722;
	
}

#nav
{
	float: right;
}

/* rollover menu */

.home a {
	display: block;
	height: 45px;
	width: 148px;
	background: url("images/home.png") 0 0 no-repeat;
	text-decoration: none;
}

.home a:hover {
	background-position: 0 -45px;
}

.about a {
	display: block;
	height: 45px;
	width: 148px;
	background: url("images/about.png") 0 0 no-repeat;
	text-decoration: none;
}

.about a:hover {
	background-position: 0 -45px;
}

.location a {
	display: block;
	height: 45px;
	width: 148px;
	background: url("images/location.png") 0 0 no-repeat;
	text-decoration: none;
}

.location a:hover {
	background-position: 0 -45px;
}

.contact a {
	display: block;
	height: 45px;
	width: 148px;
	background: url("images/contact.png") 0 0 no-repeat;
	text-decoration: none;
}

.contact a:hover {
	background-position: 0 -45px;
}

.partners a {
	display: block;
	height: 45px;
	width: 148px;
	background: url("images/partners.png") 0 0 no-repeat;
	text-decoration: none;
}

.partners a:hover {
	background-position: 0 -45px;
}

/*Image Rotator*/

#rotator
{
	overflow: hidden;
	margin: 25px 20px 10px;
	position: absolute;
	width: 450px;
	height: 350px;
}

#rotator img
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

