/*******************************************************************************************************
********************************************************************************************************
											GLOBAL SETTINGS
********************************************************************************************************
*******************************************************************************************************/
html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: url('../images/bg_top_short.gif') #006F6F repeat-x;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	height: 100%;
	color: #006F6F;
}

#page {
/*	position: relative;
	min-height: 100%;
*/
}
* html #page {
	height: 100%;
}
a, a:link, a:visited {
	color: #fff;
	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;
}
.center {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 780px;
}
.left {
	float: left;
}
.right {
	float: right;
}
textarea {
	width: 400px;
	height: 100px;
}
.inputError {
	background-color: #D8BF89;
	color: #000;	
}
.bold {
	font-weight: bold;
}
h1,h2,h3,h4,h5 {
	padding: 0px;
	margin: 0px;
}

/*******************************************************************************************************
********************************************************************************************************
											HEADER SETTINGS
********************************************************************************************************
*******************************************************************************************************/
#header {
	padding: 0;
	margin: 0;
	height: 397px;
}
#header #header_rep {
	margin-top: 40px;
	width: 350px;
	height: 42px;
}
#header #join_the_list {
	margin-top: 5px;
	float: right;
	width: 215px;
	max-height: 120px;
	overflow: hidden;
	color: #000;
}
#header #join_the_list #front_email {
	background: url('../images/join.gif') no-repeat;
	border: none;
	width: 32px;
	height: 22px;
}
#header #join_the_list #input {
	padding: 0;
	margin: 0;
	width: 215px;
}
#header #join_the_list h2 {
	color: #008080;
	font-size: 18px;
	margin: 0;
	padding: 0;
	width: 215px;
}
#header #join_the_list h3 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	width: 215px;
}
#header #join_the_list input {
	margin: 0px;
}
#header #main_menu {
	margin: 16px 0 0 0;
}
#header #banner {
	margin-top: 17px;
	width: 562px;
	height: 207px;
	padding: 3px;
	background-color: #CEAF6C;
}
#header #main_side_ad {
	margin-top: 17px;
	width: 190px;
	height: 213px;
	background-color: #CEAF6C;	
}
/*******************************************************************************************************
********************************************************************************************************
											PAGE LAYOUT
********************************************************************************************************
*******************************************************************************************************/
#main_content_area {
	margin: 0px;
	color: #000;
	font-size: 14px;
	padding-top: 25px;
}
#main_content_area h1 {
	color: #009999;
	font-size: 23px;
	font-family: Georgia;
}
#main_content_area p {
	margin: 0;
	padding: 0;
}
#main_content {
	width: 560px;
}
#side_ads {
	width: 190px;
}

/*******************************************************************************************************
********************************************************************************************************
											VIEW LAYOUT
********************************************************************************************************
*******************************************************************************************************/

/*******************************************************************************************************
********************************************************************************************************
											FOOTER SETTINGS
********************************************************************************************************
*******************************************************************************************************/
#footer {
	/*
	position: absolute;
	bottom: 0;
	*/
	background-color: #006F6F;
	height: 50px;
	width: 100%;
	overflow: hidden;
}
#footer ul.left {
	list-style: none;
	padding: 0;
	margin: 20px 0 0 0;
}
#footer .left li  {
	display: inline;
}
#footer .left li a:link,#footer .left li a:hover,#footer .left li a:visited {
	text-transform: uppercase;
	margin-right: 12px;
	font-size: 12px;
}
#footer .right {
	list-style: none;
	padding: 0;
	margin: 12px 30px 0 0 ;
	text-align: right;
}
#footer .right li a:hover {
	text-decoration: none;
}
/*******************************************************************************************************
********************************************************************************************************
											PAGINATION SETTINGS
********************************************************************************************************
*******************************************************************************************************/
/* 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 #006F6F;
	padding: 2px 5px;
	background-color: #006F6F;
	margin: 0 2px 0 0;
	display: inline;
}

#pagination a:hover {
	background-color: #E0C378;
	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 #352116;	
	padding: 2px 5px;	
	background-color: #E0C378;	
	margin: 0 2px 0 0;	
	display: inline;
}
