* {
	margin:0;
	padding:0;
}

body {
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color: #b29672;
}

a:link, a:visited, a:active {
	color:#b29672;
	text-decoration:none;
	font-size: 14px;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-size:17px;
	font-weight:bold;
	margin-bottom:10px;
	clear:both;
	color: #b29672;
}

h2 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	color: #b29672;
}

#site {
	width:980px;
	margin:30px auto;
	margin-bottom:0px;
}

#container {
	width: 940px;
	float:left;
	background-color: #FFFFFF;
	padding: 20px;
}

#logo {
	width: 940px;
	float:left;
	border-bottom: 5px solid #b29672;
	margin-bottom: 10px;
}

#menu {
	clear: both;
	width: 940px;
	float: left;
	font-size: 14px;
}

#menu ul {
	background-color:#b29672;
	height:28px;
	margin-bottom:20px;
}

#menu li {
	list-style-type:none;	
	float:left;
}

#menu li a:link, #menu li a:visited, #menu li a:active {
	color:#000;
	font-weight:bold;
	font-size:14px;
	width:100px;
	display:block;
	padding:6px;
	height:16px;
	background-color:#b29672;
	text-align:center;
	text-decoration:none;
	border-right:1px solid #fff;
}

#menu li a:hover {
	background-color:#ffffff;
}






#content {
	clear:both;
	width: 940px;
}

#content p {
	margin-bottom:10px;
}

#text {
	width:600px;
	float:left;
	margin-right: 20px;
}

#text ul li {
	margin-left: 10px;
	margin-bottom:5px;
}

#text-home {
	width:600px;
	float:left;
	margin-right: 20px;
}

#text-home ul li {
	margin-bottom:5px;
	list-style-type: none;
	margin-left: 2px;
}



#text-rates {
	width:600px;
	float:left;
	margin-right: 20px;
}


#text-rates ul li {
	margin-left: 90px;
	margin-bottom: 5px;
}

#image {
	width:300px;
	float:right;
	margin-bottom: 20px;
	text-align:center;
}

#image img {
	border:1px solid #b29672;
}

#sfep {
	clear: both;
	float:right;
	margin-top: 10px;
	margin-right: 80px;
	width: 120px;
	height: 72px;
}

#sfep img {
	border: none;
}


#text-contact {
	width:500px;
	float:left;
	margin-right: 20px;
	margin-left: 100px;
}


#contact {
	width: 500px;
}

input.field {
	color: #666666;
	font-size: 11px;
	padding-left:5px;
	padding-top: 5px;
	width: 168px;
	height: 20px;
	margin-right: 5px;
	margin-bottom: 15px;
	border: 1px solid #999999;
}

textarea {
	color: #666666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #999999;
	padding-left:5px;
	padding-top: 5px;
	width: 168px;
	margin-bottom: 10px;
}

#terms {
	list-style-type: decimal;
	margin-left: 10px;
}



/*footer starts*/


#footer {
	clear:both;
	padding:20px 0px;
	font-size:11px;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}

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

#footer .right {
	float:right;
}

/*footer ends*/
