/*******************************************************************************************************
********************************************************************************************************
											GLOBAL SETTINGS
********************************************************************************************************
*******************************************************************************************************/
html {
	margin: 0px;
	padding: 0px;
	background: url('../images/bg_top.jpg') top center #fff repeat-x;
	color: #000;
	font-family: Arial;
	font-size: 13px;
}
body {
	margin: 0;
	padding: 0;
}
#page {
	background: url('../images/bg_main.png');
	width: 800px;
	margin: 0 auto;
	padding: 0 32px;
}
a, a:link, a:visited {
	color: #ED1C24;
	text-decoration: none;
}
a:hover {
	background: #ED1C24; 
	color: #ffffff;
	
}
a img {
	border: none;
	text-decoration: none;
}
option {
	padding-right: 5px;	
}
.clear {
	clear: both;
	padding: 0;
	margin: 0;
	height: 0;
}
.load {
	display: none;
}
.pointer {
	cursor: pointer;
}
.center {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 800px;
}
.left {
	float: left;
}
.right {
	float: right;
}
textarea {
	width: 400px;
	height: 100px;
}
.inputError {
	background-color: #ED1C24;
	color: #fff;	
}
.bold {
	font-weight: bold;
}
h1,h2,h3,h4,h5 {
	padding: 0px;
	margin: 0px;
	font-family: Arial;
}

/*******************************************************************************************************
********************************************************************************************************
											HEADER SETTINGS
********************************************************************************************************
*******************************************************************************************************/
#header {
	width: 800px;
	height: 124px;
	margin-bottom: 0;
}
#header #header_left {
	float: left;
	margin: 6px 0 0 7px;
}
#header #header_right {
	float: right;
	width: 300px;
	margin: 0;
	list-style: none;
	list-style-type: none;
}
#header #header_right li {
	text-align: right;
}
#header #header_right li.phone {
	background: url('../images/bg_phone.jpg') right center no-repeat;
	color: #000;
	width: 170px;
	line-height: 31px;
	font-size: 22px;
	font-weight: bold;
	padding: 0 25px 0 0;
	float: right;
	margin: 15px 0 0 0;
}
#header #header_right li.slogan {
	background: url('../images/bg_slogan.jpg') right center no-repeat;
	color: #fff;
	width: 240px;
	font-weight: bold;
	line-height: 28px;
	font-size: 16px;
	padding: 0 25px 0 0;
	float: right;
	margin: 12px 0 0 0;
}
#header #header_right li.send_to_a_friend {
	color: #5d5d5d;
	width: 240px;
	line-height: 11px;
	font-size: 11px;
	padding: 0 25px 0 0;
	float: right;
	margin: 13px 0 0 0;
}
#header #header_right li.send_to_a_friend a:link {
	color: #5d5d5d;

}
#header #header_right li.send_to_a_friend img {
	vertical-align: middle;
	margin-right: 4px;
}
/*******************************************************************************************************
********************************************************************************************************
											PAGE LAYOUT
********************************************************************************************************
*******************************************************************************************************/
#content {
	width: 770px;
	padding: 0 15px;
	margin: 10px 0 0 0;
}
/*******************************************************************************************************
********************************************************************************************************
											VIEW LAYOUT
********************************************************************************************************
*******************************************************************************************************/
#menu {
	clear: both;
	background-color: #ED1C24;
	margin: 0;
	width: 800px;
	height: 28px;
}
#main_flash {
	background-color: #ccc;
	width: 776px;
	height: 245px;
	margin: 7px;
	padding: 5px;
}
#sub_flash {
	width: 800px;
	height: 94px;
}
h1 {
	font-size: 20px;
	color: #000;
	background-color: #e9e9e9;
	width: 785px;
	line-height: 34px;
	padding: 0 0 0 15px;
	margin-top: 7px;
}

/*******************************************************************************************************
********************************************************************************************************
											FOOTER SETTINGS
********************************************************************************************************
*******************************************************************************************************/
#footer {
	clear: both;
	background-color: #000;
	width: 800px;
	height: 35px;
	overflow: hidden;
}
#footer ul.left {
	list-style: none;
	padding: 0;
	margin: 10px 0 0 15px;
}
#footer .left li  {
	display: inline;
}
#footer .left li a:link,#footer .left li a:hover,#footer .left li a:visited {
	margin-right: 20px;
	font-size: 11px;
	color: #fff;
}
#footer .left li a:hover {
	text-decoration: none;
	background: #8CC63F; 
	color: #000000;
}
#footer #facebook {
	float: right;
	padding: 6px 8px 0 0;
}
#footer .right {
	font-size: 12px;
	list-style: none;
	padding: 0;
	margin: 3px 15px 0 0 ;
	text-align: right;
	color: #fff;
}
#footer .right li a:link,#footer .right li a:hover,#footer .right li a:visited {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
#footer .right li a:hover {
	text-decoration: none;
	background: #000000; 
	color: #ffffff;
}
#body_bottom {
	clear: both;
	background: url('../images/bg_main_bottom.png');
	width: 800px;
	height: 22px;
	padding: 0 32px;
	overflow: hidden;
	margin: 0 auto;
}