@charset "utf-8";
/* CSS Document */
html {
	height:100%;
}
body {
	margin:0px;
	padding:0px;
	font:normal 12px/14px Arial;
	color:#fff;
	text-decoration:none;
}
img {
	border-width:0px
}
p, form, h1, h2, h3 {
	margin:0;
	padding:0
}
a {
	font:normal 11px/18px Tahoma;
	color:#4f4f4f;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a:focus {
	outline:0px;
}
a.noline {
	text-decoration:none;
}
a.noline:hover {
	text-decoration:underline;
}
h1 {
	color:#FFFFFF;
	font-size: 16px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	background-image: url(../images/h1_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 14px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.overflow {
	overflow:hidden;
	width:expression("100%");
}
#outer {
	width:100%;
	text-align:center;
	background-color: #000;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-x;
}
#main {
	width:1250px;
	margin:0 auto;
}
/*
================================================================================
|                                     MENU                                   |
================================================================================
*/
#menu_top {
	height: 50px;
	width: 1048px;
	padding-left: 224px;
}
#menu_top a {
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	display:block;
	padding:13px 7px 0 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
#menu_top a:hover, #menu_top .btn_on a {
	color:#fff;
}
#menu_top div {
	float:left;
}
#menu_top .btn {
}
#menu_top .btn_on {
	background-image: url(../images/bg_on.gif);
	background-repeat: repeat-x;
}
#index #menu_top .btn_on {
	background-image: url(../images/bg_on_index.gif);
	background-repeat: repeat-x;
}
#menu_top div.line {width:38px; height:21px; background:url(../images/line.gif) repeat-x; float:left; }
/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
#header {
	width:1250px;
	text-align:left;
	height: 197px;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}
/*
================================================================================
|                                     CONTENT                                   |
================================================================================
*/
#content_top {
	width: 1068px;
	float: left;
	background-image: url(../images/content_bg.jpg);
	background-repeat: no-repeat;
}
#content_bot {
	padding-bottom: 30px;
	text-align: left;
}
#content {
	text-align:left;
	width: 1250px;
	overflow: hidden;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
}
/*
================================================================================
|                                     CENTER                                   |
================================================================================
*/
#center {
	float:left;
	text-align: left;
	padding: 218px 30px 0 30px;
	width: 1000px;
}
#header_bg {
	background-repeat: no-repeat;
	background-position: left top;
	overflow:hidden;
}
/*
================================================================================
|                                     FOOTER                                  |
================================================================================
*/

#footer {
	width:1152px;
	font-size:11px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 184px;
	color: #fff;
	text-align:left;
}
#footer .menu {
	padding-top:40px;
	padding-left:230px;
	height:30px;
}
#footer .menu .nolink, #footer .menu a {
	color:#fff;
	margin:0 19px;
	font:10px Arial;
	text-decoration:none;
	text-transform: uppercase;
}
#footer .menu .nolink, #footer .menu a:hover {
	text-decoration:underline;
	color:#fff;
}
#footer .copy {
	color:#818182;
	font:10px Verdana, Arial, Helvetica, sans-serif;
}
/* Contact form */

.input_div_cont {
	margin-bottom:10px;
	clear:both;
}
.input_div_cont p, .text_area_contact_us p {
	padding:3px 6px 0 0;
	float:left;
	width:70px;
	text-align:right;
	color: #FFFFFF;
	font-family: Tahoma, Arial;
	font-size: 12px;
}
.input_div_cont input, .text_area_contact_us textarea {
	border:1px solid #433a32;
	background:#000;
	padding:2px 0 1px 4px;
	margin:0;
	font:12px/13px Tahoma, Arial, Geneva, sans-serif;
	font-weight:400;
	color:#fff;
	text-decoration:none;
}
.input_div_cont input {
	width:184px;
	height:18px;
}
.submit, .reset {
	font:normal 11px/12px Arial;
	text-transform:uppercase;
	text-align:center;
	color:#fff;
	width:108px;
	border-width:0px;
	float:left;
	cursor:pointer;
	vertical-align: top;
	height:40px;
	padding:0;
	background-image: url(../images/contact_button_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
 @-moz-document url-prefix() {
.submit, .reset {
}
}

.text_area_contact_us textarea {
	width:280px;
	height:87px;
	margin-bottom:10px;
	overflow:auto;
}
#credits {
	font-family:Arial;
	font-size:11px;
	line-height:12px;
	text-align:center;
	color:#888;
	margin-left: 80px;
	padding-top: 30px;
}
#credits a {
	font-family:Arial;
	font-size:11px;
	line-height:12px;
	color:#888;
}
#big_link a {	font-family:Arial;
	font-size:16px;
	line-height:20px;
	color:#fff; margin:0 35px; text-transform:uppercase; text-decoration:none;
}
