html, body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0; padding: 0;
}
html {
	background: #2999d1;
	border: none;
	font: 12px Tahoma, Arial;
	color: #5e5e5e;
}
#background {
	background: url(../images/dec.jpg) no-repeat;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 586px;
	height: 468px;
}
img {
	border: none;
}
#nav_dec {
	background: url(../images/nav.gif) repeat-x;
	width: 100%;
	height: 24px;
	position: absolute;
	bottom: 45px;
}
#container {
	top: 0px;
	width: 800px;
	height: 800px;
	margin: auto;
	position: relative;
	bottom: 20px;
	background: #FFFFFF;
	border: 3px solid #005aa1;
}
#logo {
	position: absolute;
	right: 42px;
	top: 17px;
	z-index:100;
	width: 308px;
	height: 122px;
}
#img {
	position: absolute;
	left: 0px;
	top: 162px;
	z-index:100;
	width: 800px;
	height: 190px;
}
#thumbs {
	position: absolute;
	left: 34px;
	top: 37px;
	z-index: 100;
	width: 349px;
	height: 96px;
}
#special {
	position: absolute;
	right: 34px;
	bottom: 0px;
	z-index: 100;
	width: 155px;
	height: 203px;
}
.blue {
	color: #00b0e8;
}
#nav {
	position: absolute;
	width: 100%;
	left: 30px;
	top: 330px;
	z-index: 900;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	padding-right: 30px;
}
#nav li:hover, #nav li.current { color: #cccccc; text-decoration:none; }
#nav a { color: #ffffff; }
#nav a:hover, #nav li.current a { color: #cccccc; text-decoration: underline;}
.body_txt {
	font: 11px Tahoma, Arial;
	color: #e6e6e6;
}
#content {
    padding: 315px 280px 35px 40px;
	font-size: 11px;
	text-align: justify;
	line-height: 15px;
	position: absolute;
	top: 65px;
}
#content ul {
	list-style-type: square;
}
#content_dec {
	position: absolute;
	background:url(../images/content_dec.jpg) repeat-x;
	height: 84px;
	width: 432px;
	top: 330px;
	left: 303px;
	z-index: 200px;
}
a {
	text-decoration: none;
	color: #005aa1;
}
a:hover {
	color: #4d4d4d;
}
.image_right {
	margin-left: 20px;
	text-align: right;
}
h1, .h1 {
	font: bold 16px Arial;
	color: #ffffff;
}
h2, .h2 {
	font-size: 11px;
	font-weight: bold;
}
h3, .con {
	font-size: 10px;
	font-weight: bold;
	color: #B37C11;
}
h4, .h4 {
	font: 12px Tahoma, Arial;
	color: #e6e6e6;
	font-size: 11px;
}
td .h4 {
	padding: 6px 0px 6px 0px;
}
#orange_dec {
	background: url(../images/orange_dec.jpg) repeat-y;
	width: 250px;
	position: absolute;
	top: 360px;
	right: 0px;
	height: 150px;
}
#phone {
	position: absolute;
	top: 20px;
	left: 10px;
	right: 10px;
	font: Arial 12px;
	color: #333333;
}
#map {
	position: absolute;
	top: 510px;
	right: 0px;
	width: 250px;
	height: 195px;
	background: url(../images/map.jpg) no-repeat;
}
#acc {
	position: absolute;
	top: 510px;
	right: 0px;
}
.white {
	color: #FFFFFF;
}
.text-drop, .text-field, .text-area, .button {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #333333;
}
.text-drop {
	width: 80px;
	height: 16px;
	background-color: #EAEAEA;
	border: 1px solid #999999;
}
.text-field {
	width: 120px;
	height: 10px;
	padding: 2px;
	background-color: #EAEAEA;
	border: 1px solid #999999;
}
.text-area {
	width: 212px;
	height: 80px;
	padding: 2px;
	background-color: #EAEAEA;
	border: 1px solid #999999;
}
.text-drop:hover, .text-field:hover, .text-area:hover {
	background-color: #D6D6D6;
}
.button {
	width: 80px;
	height: 20px;
	padding: 2px;
	background-color: #D6D6D6;
	border: 1px solid #999999;
}
.button:hover {
	background-color: #999999;
}
.td {
	list-style: square;
}
#footer {
	width: 800px;
	height: auto;
	margin: auto;
	position: relative;
	bottom: 35px;
	font: 9px Arial, Helvetica;
	color: #005aa1;
}
#footer a { color:#666666; }
.fm-logo {
	float: left;
	margin: 5px 10px 0px 10px;
}
