/*******************************************************************************************************
********************************************************************************************************
											GLOBAL SETTINGS
********************************************************************************************************
*******************************************************************************************************/
html {
	margin: 0px;
	padding: 0px;
	background: url('../images/bg_main.jpg') top center #000 repeat-x;
	font-family: Arial;
}
body {
	width: 884px;
	margin: 0 auto;
	color: #000;
	font-size: 12px;
}
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 {
	width: 790px;
	height: 110px;
	margin: 0 auto;
}
#header #header_left {
	float: left;
	width: 119px;
	height: 104px;
	overflow: hidden;
	margin: 5px 0 0 0;
}
#header #header_right {
	float: right;
}
#header #header_right #phone {
	background: url('../images/bg_phone.jpg') no-repeat;
	float: right;
	width: 158px;
	height: 36px;
}
#header #header_right #menu{
	clear: right;
	float: right;
	width: 610px;
	height: 41px;
	margin: 32px 0 0 0;
}
#main_banner {
	clear: both;
	margin: 15px 0 0 0;
	float: left;
	width: 538px;
	height: 189px;
	padding: 4px;
	background-color: #ccc;
}
#main_side_ads {
	margin-top: 5px;
	margin-bottom: 15px;
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
}
#main_side_ads li {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 236px;
	height: 94px;
}
/*******************************************************************************************************
********************************************************************************************************
											PAGE LAYOUT
********************************************************************************************************
*******************************************************************************************************/
#page_top {
	background: url('../images/bg_top.png') no-repeat;
	height: 35px;
}
#page_middle {
	background: url('../images/bg_middle.png') repeat-y;
	padding: 0 47px;
}
#page_bottom {
	background: url('../images/bg_bottom.png') no-repeat;
	height: 35px;
}
#main_content_area {
	clear: both;
	width: 790px;
	min-height: 465px;
}
#main_content_area h1 {
	clear: both;
	background: url('../images/bg_h1.jpg') repeat-x;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	overflow: hidden;
	color: #fff;
	margin: 15px 0 0 0;
	padding: 0 0 0 10px;
	width: 780px;
	
}
#main_content_area #main_left {
	margin: 5px 0 0 0;
	float: left;
	width: 530px;
}
#main_content_area #main_right {
	margin: 15px 0 0 0;
	float: right;
	width: 240px;
}
/*******************************************************************************************************
********************************************************************************************************
											FOOTER SETTINGS
********************************************************************************************************
*******************************************************************************************************/
#footer {
	clear: both;
	background-color: #ccc;
	height: 42px;
	width: 790px;
	font-family: Arial;
	margin-top: 20px;
}
#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 {
	display: inline;
	margin-right: 20px;
}
#footer .left li a:link,#footer .left li a:hover,#footer .left li a:visited {
	font-size: 12px;
	width: 540px;
	color: #000;
	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: #000;
	text-decoration: none;
}

/*******************************************************************************************************
********************************************************************************************************
											PAGINATION
********************************************************************************************************
*******************************************************************************************************/
#pagination ul {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding:5px; 
	list-style-type: none;
}
#pagination ul li {
	list-style-image: none;
	display:inline;
	line-height: 1.2em;
	margin: 1px;
}

#pagination a:link, #pagination a:visited  {
	text-decoration: none;
	font: bold 114% arial;
	font-size:10px;
	color: #fff;
	border: 1px solid #AB232D;
	padding: 2px 5px;
	background-color: #AB232D;
	margin: 0 2px 0 0;
	display: inline;
}

#pagination a:hover {
	background-color: #FFF5B5;
	color: black;
	text-decoration: none;
}

#pagination a.current {
	font-weight: bold;
	color: black;
	background-color: white;
	cursor: default;
	text-decoration: none;
}
#pagination h2.current {	
	text-decoration: none;	
	font: bold 114% arial;	
	font-size:10px;	
	color: #000;	
	border: 1px solid #AB232D;	
	padding: 2px 5px;	
	background-color: #fff;	
	margin: 0 2px 0 0;	
	display: inline;
}
