/*******************************************************************************************************
********************************************************************************************************
											GLOBAL SETTINGS
********************************************************************************************************
*******************************************************************************************************/
html {
	margin: 0px;
	padding: 0px;
	/*height: 100%;*/
	background: url('../images/bg_main.jpg') top center #9c7c43 repeat-x;
}
body {
	font-family: Georgia;
	font-size: 13px;
	/*height: 100%;*/
	margin: 0 auto;
	color: #000;
	width: 800px;
	background-color: #EEEAD2;
}
#page {
	position: relative;
	min-height: 100%;
}
* html #page {
	height: 100%;
	width: 800px;
}
#center {
	width: 800px;
	height: 100%;
	margin: 0 auto 0 auto;
}
a, a:link, a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
	text-decoration: none;
}
option {
	padding-right: 5px;	
}
.clear {
	clear: both;
	padding: 0;
	margin: 0;
}
.load {
	display: none;
}
.pointer {
	cursor: pointer;
}
.left {
	float: left;
}
.right {
	float: right;
}
.inputError {
	background-color: #ccc;
	color: #000;
}
h1,h2,h3,h4,h5{
	padding: 0;
	margin: 0;
}
/*******************************************************************************************************
********************************************************************************************************
											HEADER SETTINGS
********************************************************************************************************
*******************************************************************************************************/
#header {
	background: url('../images/bg_header.jpg') repeat-x;
	width: 800px;
	height: 163px;
	margin: 0 auto 0 auto;
}
#header #logo {
	float: left;
	width: 347px;
	height: 163px;
	overflow: hidden;
}
#header #statement {
	font-family: Arial;
	font-size: 13px;
	float: right;
	width: 164px;
	height: 60px;
	margin: 55px 8px 0 0;
}
#header #statement #phone {
	font-family: Arial;
	width: 164px;
	line-height: 40px;
	font-size: 20px;
	color: #fff;
	text-align: center;
}
#header #statement #email_friend {
	font-family: Arial;
	font-size: 12px;
	width: 149px;
	margin-top: 2px;
	line-height: 18px;
	color: #fff;
	text-align: right;
	padding-right: 15px;
}
#header #statement #email_friend a {
	color: #fff;
}
#menu {
	background: url('../images/bg_menu.jpg') repeat-x;
	clear: both;
	width: 800px;
	height: 35px;
}
/*******************************************************************************************************
********************************************************************************************************
											PAGE LAYOUT
********************************************************************************************************
*******************************************************************************************************/
#main_content_area {
	width: 782px;
	background: url('../images/bg_main_content_area.jpg') top #EEEAD2 repeat-x;
	min-height: 465px;
	padding: 15px 9px 0 9px;
}
#main_banner {
	margin: 0;
	width: 782px;
	height: 228px;
	padding: 9px 9px 0 9px;
	background-color: #fff;
}
#main_banner #flashes {
	background-color: #ccc;
	width: 782px;
	height: 228px;
}
#main_banner #flashes #flash_1 {
	width: 256px;
	height: 220px;
	overflow: hidden;
	float: left;
	margin: 4px 0 0 4px;
}
#main_banner #flashes #flash_2 {
	width: 254px;
	height: 220px;
	overflow: hidden;
	float: left;
	margin: 4px 0 0 4px;
}
#main_banner #flashes #flash_3 {
	width: 256px;
	height: 220px;
	overflow: hidden;
	float: left;
	margin: 4px 0 0 4px;
}
h1 {
	color: #000;
	font-size: 20px;
	font-family: Georgia;
	margin: 0;
	padding: 0;
}
#main_left {
	float: left;
	width: 535px;
}
#main_right {
	float: right;
	width: 225px;
	overflow: hidden;
}
.ad_0, .ad_1, .ad_2 {
	margin-top: 30px;
}
.event {
	margin-top: 10px;
}
.event a {
	color: #000;
}
#event_1, #event_2, #event_3, #event_4 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
/*******************************************************************************************************
********************************************************************************************************
											FOOTER SETTINGS
********************************************************************************************************
*******************************************************************************************************/
#footer {
	background-color: #51120b;
	/*position: absolute;*/
	/*bottom: 0;*/
	height: 42px;
	width: 800px;
	font-family: Arial;
}
#footer .left {
	list-style: none;
	width: 500px;
	padding: 0;
	margin: 14px 0 0 5px ;
	text-align: left;
	color: #fff;
	font-size: 11px;
}
#footer .left li a:link,#footer .left li a:hover,#footer .left li a:visited {
	font-size: 11px;
	width: 540px;
	color: #fff;
	text-decoration: none;
}
#footer .right {
	list-style: none;
	padding: 0;
	margin: 5px 5px 0 0 ;
	text-align: right;
	color: #fff;
	font-size: 12px;
}
#footer .right li a:link,#footer .right li a:hover,#footer .right li a:visited {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}