/* -----------------  Common Styles  ----------------- */
body {
	background-color: #000;
	background-image: url(images/main_body_bg-02.jpg);
	background-repeat: repeat-x;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
* {
	margin:0;
	padding:0;
}
a {
	color: #fff;
}
a:link {
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}
a:visited {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px dotted #fff;
}
a:hover {
	text-decoration: none;
	color: #666666;
	border-bottom: 1px dotted #666;
}
a:active {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px dotted #fff;
}
a.noborder {
	border: none;
}
p {
	padding: 5px 0px;
	margin: 0;
	line-height: 20px;
}
.padding {
	padding: 10px 0;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #777777;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
img.float {
	float: left;
	margin-right: 10px;
}
.clear {
	clear: both;
}
ul, li, ol {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
img.noborder {
	border: none;
}
/* -----------------  Header  ----------------- */
#header {
	height: 488px;
	width: 960px;
	margin: auto;
}
#header_sec {
	width: 960px;
	margin: auto;
}
#logoHeader {
	height: 161px;
	position: relative;
	background-image: url(images/top_header.jpg);
	background-repeat: no-repeat;
}
#logolink a {
	border:0 none;
	display:block;
	height:122px;
	left:56px;
	position:absolute;
	top:35px;
	width:350px;
}
/* -----------------  Main Header  ----------------- */
#mainHeader {
	height: 328px;
	width: 960px;
	margin: auto;
	position: relative;
	background-image: url(images/main_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainHeader_sec {
	width: 960px;
	height: 281px;
	background: url(images/main_header_sec.jpg) no-repeat left top;
}
#blogarea {
	color:#FFFFFF;
	height:254px;
	left:620px;
	margin:0px;
	overflow:hidden;
	padding:0px;
	position:absolute;
	top:65px;
	width:290px;
}
#menu {
	width: 480px;
	height: 32px;
	position: absolute;
	top: 0px;
	right: 40px;
	margin: 0;
	padding: 0;
	text-align: right;
}

#menu ul {
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li {
	float:left;
	display: inline;
}

#menu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	display: block;
	height: 14px;
	padding: 10px;
	text-transform: lowercase;
	text-decoration: none;
	text-align: right;
	border: none;
	border-right: 1px solid #262626;
	border-left: 1px solid #262626;
}

#menu ul li a:hover {
	color: #fff;
	background-color: #4f4f4f;
	text-decoration: none;
	border:none;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
/* -----------------  Content Area  ----------------- */
#contentArea {
	background-color: #000;
	width: 960px;
	margin: auto;
	overflow: hidden;
}
#contentArea_sec {
	background-color: #000;
	background: url(images/main_area_bg.gif) repeat-y left top;
	width: 960px;
	margin: auto;
	overflow: hidden;
}
#mainContent {
	margin:auto;
	width:900px;
}
#content {
	padding: 5px 0px 20px 0px;
}
#content_sec {
	padding: 0px 20px 20px 20px;
}
#buttons {
	width: 960px;
	margin: auto;
	overflow: hidden;
}
/* -----------------  Footer  ----------------- */
#footer {
	width: 900px;
	margin: auto;
	overflow: hidden;
}
#footer_bg {
	width: 960px;
	height: 50px;
	margin: auto;
	overflow: hidden;
	background: url(images/footer_bg.gif) no-repeat left top;
}
#footer_sec {
	width: 900px;
	margin: auto;
	overflow: hidden;
}
#footerLeft {
	width: 540px;
	float: left;
	margin: 15px 0;
}
#footerLeft_sec {
	width: 540px;
	float: left;
	margin: 25px 0;
}
#footerLeft_content {
	padding: 0px;
	color: #aaa;
	font-size: 11px;
}
#footerRight {
	width: 358px;
	float: left;
	margin: 7px 0px;
}
#footerRight_sec {
	width: 358px;
	float: left;
	margin: 10px 0px;
}
#footerRight_content {
	padding: 0px;
	color: #aaa;
	text-align: right;
}
#footerLeft_content a, footerRight_content a {
	color: #aaa;
	font-size: 11px;
	border-bottom: 1px dotted #aaa;
	text-decoration: none;
}
#footerLeft_content a:hover, footerRight_content a:hover {
	color: #ca6224;
	border: 0;
}
