@charset "iso-8859-1";


* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
<!--	background-image: url('../images/bg2.gif'); -->
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFF;
}


#frame {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 960px;
	height: 250px;
<!--	left: 100px;-->
}

#logo {
	width: 960px;
	height: 200px;
	float: left;
}
.mainMenu{
	width:580px;
	height:30px;
	display:block;
	margin:0 auto;
	padding-top: 0px;
	float: right;
}
#banner {
	width: 960px;
	height: 244px;
	background-image: url('../images/banner.gif');
	background-repeat: no-repeat;
	background-position: top;
	float: left;
}
#banner_bottom {
	width: 960px;
	height: 50px;
	float: left;
}

h1 {
	font-family: "Century Gothic", Arial, Trebuct MS;
	font-size: 24px;
	font-weight: normal;
	color: #FF3300;
	padding-bottom: 10px;
}

h2 {	
	font-family: "Century Gothic", Arial, Trebuct MS;
	font-size: 18px;
	font-weight: normal;
	color: #FF3300;
	padding-bottom: 20px;
}

h3 {	
	font-family: "Century Gothic", Arial, Trebuct MS;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #FF3300;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-align: justify;
	line-height: 20px;
	padding-bottom: 10px;
}
p a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}

p a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

#mainbody {
	width: 960px;
<!--	float: left; -->
	background-color: #fff;
	margin-top: 50px;
	margin-bottom: 10px;
<!--	margin: 0 auto;-->
}

#mainbody_cont {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
.clear
{
clear: both;
}

#footer{
	width:960px;
	height:80px; background-image: url('../images/bottom_border.gif');
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 20px;
	float:left;
}

#footer_left{
	width: 780px;
	float: left;
}

#footer_right{
	width: 180px;
	float: left;
}

.footer_text_left{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	line-height:20px;
	margin: 10px 0px 0px 0px;
}

.footer_text_left a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: underline;
}

.footer_text_left a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF3300;
	text-decoration: none;
}

.footer_text_right{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	line-height:20px;
	margin: 10px 0px 0px 0px;
	text-align: right;
}

.footer_text_right a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: underline;
}

.footer_text_right a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF3300;
	text-decoration: none;
}

.float_right {
	float: right;
	margin: 0 0 0 40px;
	clear: both;
}

.thumbnail{
	float: left;
	width: 200px;
	height: 200px;
	margin-right: 40px;
	margin-bottom: 40px;
	}
	
	input#name, input#email, input#phone, input#spamcode {
	background:#ffffff;
	border:1px solid #000;
	padding:4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	width:200px;
}

input#submit {
	background:#FF3300;
	border:1px solid #000;
	padding:6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#eaeaea;
}

input#submit:hover {
	background:#000;
	border:1px solid #000;
	padding:6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#eaeaea;
	cursor:pointer;
}

.button {
	background:#08c1ff;
	border:1px solid #08c1ff;
	padding:6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#eaeaea;
}

.button:hover {
	background:#004B64;
	border:1px solid #08c1ff;
	padding:6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#eaeaea;
	cursor:pointer;
}

label {
	margin:10px;
}

textarea#message {
	background:#ffffff;
	border:1px solid #000;
	padding:4px;
	width:300px;
	height:150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
.back_button{
	background:#000;
	border:1px solid #000;
	padding:4px;
	color: #fff;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	width:100px;
}

