/* MAIN AREA */
ul,li,p,h1,h2,h3,h4,h5,div,form,input,select,option {
	padding: 0px;
	margin: 0px;
}
html {
	margin: 0px;
	padding: 0px;
	background: url('../images/bg_main.jpg') fixed;
	background-color: #fff;
}
body {
	margin: 0;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
}
#page {
	background: url('../images/bg_body1.png') center repeat-y; 
	margin: 0 auto 0 auto;
	padding: 0px;
	width: 870px;	
	position: relative;
}
* html #page {
}
img, div { 
	behavior: url("../images/pngfix.htc");
}
a,a:link,a:visited,a:active {
	font-family: Arial;
	color: #fff;
	text-decoration:none !important;
	outline: none;
}
a:hover {
	text-decoration: none !important;
}
#main_content_area a, #main_content_area a:link, #main_content_area a:visited, #main_content_area a:active {
	font-family: Arial;
	color: #C9242B;
	text-decoration:none !important;
	outline: none;
}
#main_content_area a:hover {
	text-decoration: underline !important;
}
#main_content_area table a:hover, #main_content_area table a, #main_content_area table a:link, #main_content_area table a:visited, #main_content_area table a:active {
	font-family: Arial;
	color: #000;
	text-decoration:none !important;
	outline: none;
}
#main_content_area table a:hover {
	text-decoration: underline !important;
}
.clear {
	clear:both;
	margin:0px;
	padding:0px;
}
a img { 
   text-decoration: none; 
   background: transparent;
   border:none;
   outline: none;
}
option {
	padding-right:5px;
}
p {
	padding:5px;
}
.load {
	display:none;
}
#center {
	margin:auto;
	width:800px;
}
#header {
	background: url('../images/bg_header.gif') no-repeat; 
	width: 800px;
	height: 110px;
}
#header #main_logo {
	float: left;
}
#header #main_phone {
	float: right;
}
#header #tag_line {
	float: right;
	color: #fff;
	font-size: 16px;
	font-family: Arial;
	margin-top: 20px;
	margin-right: 20px;
	font-weight: normal;
	background-color: #2E0105;
	list-style: none;
	padding: 7px 10px;
	text-align: right;
}
#header #tag_line li.phone,#header #tag_line li.envelope {
	padding-left: 40px;
}
#header #tag_line li.phone {
	background: url('../images/bg_phone.gif') no-repeat;
}
#header #tag_line li.envelope {
	background: url('../images/bg_contact.gif') no-repeat;
}
#main_menu a:link, #main_menu a:hover, #main_menu a:visited {
	text-decoration: none !important;
	outline: none;
}
#main_content_area {
	width: 784px;
	padding: 0 8px 0 8px;
	margin: 10px 0 0 0;
}
#main_content_area .left {
	width: 542px;
	float: left;
}
#main_content_area .right {
	width: 215px;
	float: right;
}
#main_menu {
	background:url('../images/bg_menu.jpg') repeat-x;
	width: 800px;
	height: 35px;
	margin-bottom: 7px;
}
#main_side_ads {
	float: right;
	width: 214px;
	list-style: none;
}
#main_side_ads .ad_0 {
	height: 81px;
	margin-bottom: 8px;
}
#main_side_ads .ad_1 {
	height: 81px;
}
#index_banner {
	float: left;
	width: 545px;
	height: 262px;
	margin-left: 0;
	margin-bottom: 10px;
	padding: 6px;
	background: url('../images/flash_bg.jpg');
}
#content .inputError {
	background-color: #ff2e07;
	color: #fff;
}
h1 {
	clear: both;
	display: inline;
	background-color: #6B0000;
	color: #fff;
	font-size: 20px;
	line-height: 32px;
	padding: 5px 15px;
	margin: 10px 0 20px 0;
}
#content #error {
	margin: 20px;
	font-size: 16px;
	color: #1A3757;
}
#top_ads {
	list-style: none;
	float: right;
	margin-right: 0;
	width: 238px;
}
#top_ads .ad_1 {
	margin-top: 6px;  
}
#footer {
	background: url('../images/bg_footer.jpg') repeat-x;
	color: #fff;
	width: 800px;
	height: 49px;
	padding: 0;
	margin: 20px 0 0 0;
}
#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer .left {
	float: left;
	margin-top: 19px;
	margin-left: 10px;
	font-weight: bold;
	width: 400px;
}
#footer .left li {
	display: inline;
}
#footer .right {
	float: right;
	margin-top: 9px;
	margin-right: 10px;
	text-align: right;
}
#footer a:link, #footer a:visited {
	font-size: 10px;
	color: #fff;
}