/*******************************************************************************************************
********************************************************************************************************
											GLOBAL SETTINGS
********************************************************************************************************
*******************************************************************************************************/
html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: url('../images/bg_main.jpg') #000 top center repeat-x;
}
body {
	margin: 10px auto 0 auto;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	height: 100%;
	width: 800px;
	color: #fff;
}
#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: 790px;
}
.left {
	float: left;
}
.right {
	float: right;
}
textarea {
	width: 400px;
	height: 100px;
}
.inputError {
	background-color: #FF0000;
	color: #fff;	
}
.bold {
	font-weight: bold;
}
h1,h2,h3,h4,h5 {
	padding: 0px;
	margin: 0px;
}

/*******************************************************************************************************
********************************************************************************************************
											HEADER SETTINGS
********************************************************************************************************
*******************************************************************************************************/
#header {
	background: url('../images/bg_header.png') no-repeat;
	margin: 0;
	width: 800px;
	height: 384px;
	overflow: hidden;
}
#header #header_right {
	width: 595px;
	height: 145px;
	overflow: visible;
	margin: 0 11px 0 0;
	float: right;
	text-align: right;
}
#header #header_right #tag {
	background: url('../images/bg_tag.jpg') no-repeat;
	width: 311px;
	height: 61px;
	float: right;
}
#header #header_right #menu {
	float: right;
	height: 45px;
	width: 510px;
	margin: 35px 0 0 0;
}
#header #flash_banner {
}
/*******************************************************************************************************
********************************************************************************************************
											PAGE LAYOUT
********************************************************************************************************
*******************************************************************************************************/
#main_content_area {
	margin: 0px;
	padding: 20px 20px 10px 20px;
	background: url('../images/bg_main_container.jpg') repeat-x #131313;
	min-height: 175px;
	border-top: 2px solid #202020;
}
 

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

/*******************************************************************************************************
********************************************************************************************************
											FOOTER SETTINGS
********************************************************************************************************
*******************************************************************************************************/
#footer {
	background: url('../images/bg_footer.jpg') repeat-x #1c1c1c;
	height: 100px;
	overflow: hidden;
}
#footer ul.left {
	list-style: none;
	padding: 0;
	margin: 65px 0 0 30px;
}
#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: 20px;
	font-size: 12px;
}
#footer .right {
	list-style: none;
	padding: 0;
	margin: 60px 30px 0 0 ;
	text-align: right;
}
#footer .right li a:hover {
	text-decoration: none;
}

/*******************************************************************************************************
********************************************************************************************************
											SCROLLER SETTINGS
********************************************************************************************************
*******************************************************************************************************/
.section .left {
	width: 365px;
	height: 213px;
	margin-left: 20px;
}
.section .right {
	width: 382px;
	height: 213px;
	margin-right: 20px;	
}
.section h2 {
	font-size: 22px;
}
.section .description {
	font-size: 13px;
	height: 150px;
	overflow: hidden;
}
.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 800px; 
	height: 300px;
	overflow: hidden;
}
.scroller .section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width: 800px;
	height: 300px;
	overflow:hidden;
	float:left;
}
.scroller .content {
	width: 10000px;
}