html { margin: 0; padding: 0; }
body { background-color: #303030; }

a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
}

#container { width: 800px; margin: 0 auto; }
#menu { height: 31px; background-color: red; }
#nav, #nav ul {
	padding: 0;
	margin: 0;
	background-color: red;
	list-style: none;
	line-height: 21px;
}

#nav a {
	display: block;
	width: 120px;
	padding: 5px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

#nav a:hover {
	background-color: #FFF;
	color: red;
}

#nav li {
	float: left;
	width: 130px;
}

#nav li ul {
	position: absolute;
	background: red;
	width: 130px;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

.h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: capitalize;
	color: #333333;

}


.h1 a { color: #333333; text-decoration: none; font-size: 1em; }

.h1 a:hover { color: red; }

.h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	line-height: normal;

}

.h2 a { color: #333333; text-decoration: none; font-size: 1em; }

.h2 a:hover { color: red; }

.menu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	background-color: #FF0000;
	color: #FFFFFF;
	letter-spacing: 0.5px;
}
.high {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FF0000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.high a { color: #FF0000; text-decoration: none; font-size: 1em; 
}

.high a:hover { color: #303030; 
}

.high2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-align: left;
	vertical-align:middle;
}

.high2 a { color: white; text-decoration: none; font-size: 1em; }

.high2 a:hover { color: #303030; }

.high3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	padding: 5px;
	
}

.high3 a { color: white; text-decoration: none; font-size: 1em; }

.high3 a:hover { color: #303030; }

.address {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.highr {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 0%;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	padding: 0px;
}
.detials {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.detials a:hover { color: #ff0000; 
}

table {
	background-color: #FFFFFF;
	margin-top: 0px;
}





