/* Copyright 2010. All rights reserved. Developed by 718website.com */

body {
	background:#110d0c;
	text-align:left;
	font:.75em Arial, Helvetica, Tahoma, sans-serif;
	line-height:1.4em;
	color:#394963;
	margin:0;
	padding:0;
}

a {
	color:#5f708c;
	text-decoration:underline;
	outline:none;
}

a:hover {text-decoration:none;}

p {
	margin:0;
	line-height:1.4em;
	padding:0 0 15px;
}

p strong {color:#5f6f89;}

p span {
	color:#5f6f89;
	text-transform:uppercase;
}

a img {border:0;}

div	{
	margin:0;
	padding:0;
	text-align:left;
}

form {
	border:none;
	margin:0;
	padding:0;
}
				
fieldset {
	border:0;
	margin:0;
	padding:0;
}

label {
	color:#394963;
	display:block;
	line-height:2em;
	margin:0;
	padding:3px 0;
}

input, textarea {
	border:1px solid #000;
	background:#fff url(../images/inp_bg.jpg) top repeat-x;
	font:.9em Arial, Helvetica, Tahoma, sans-serif;
	line-height:1em;
	color:#000;
	padding:4px;
	margin:0 20px 10px 0;
}

input:focus, textarea:focus {border:1px solid #aa7553;}

input {width:265px;}

textarea {
	width:300px;
	height:145px;
	overflow:auto;
}

h1 {
	font:2.1em Arial, Helvetica, Tahoma, sans-serif;
	color:#a2b4c8;
	line-height:1em;
	margin:0;
	padding:0;
	position:absolute;
	top:13px;
}

h1.cont {left:30px;}

h1.side {right:186px;}

h2 {
	font:1.8em Arial, Helvetica, Tahoma, sans-serif;
	color:#54606c;
	line-height:1em;
	text-transform:uppercase;
	margin:0;
	padding:0 0 30px;
}

h3 {
	font:1em Arial, Helvetica, Tahoma, sans-serif;
	line-height:1em;
	margin:0;
	padding:0;
}

#container {
	width:995px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

/* ---------------------------------- Header ----------------------------------------------*/

#header {
	background:url(../images/header_bg.jpg) bottom no-repeat;
	width:995px;
	height:424px;
	margin:0 5px;
	position:relative;
	overflow:hidden;
}

ul#navigation {
	background:#123 url(../images/nav_bg.jpg) top repeat-x;
	list-style:none;
	width:995px;
	height:77px;
	margin:0;
	padding:0;
	position:relative;
	overflow:hidden;
}

#navigation li {
	width:199px;
	height:77px;
	font-size:1.6em;
	font-weight:bold;
	text-align:center;
	float:left;
	margin:0;
	padding:0;
}

#navigation li a {
	color:#495d76;
	display:block;
	text-decoration:none;
	padding:28px 0 32px;
}

#navigation li a:hover, #navigation li a.select {
	background:url(../images/nav_sel.jpg) top repeat-x;
	color:#927764;
}

.logo {
	width:235px;
	height:130px;
	position:absolute;
	top:200px;
	left:45px;
}

#middle {
	border-bottom:4px solid #0f1b27;
	background:#0a1720 url(../images/head_bg.jpg) top repeat-x;
	width:100%;
	position:relative;
	overflow:hidden;
}

/* ---------------------------------- Content ----------------------------------------------*/

#content {
	width:639px;
	float:left;
	padding:0 30px 20px;
	margin-top:85px;
	position:relative;
	overflow:hidden;
}

.box {
	width:auto;
	float:left;
	padding:10px 35px 55px 0;
}

.box span {text-transform:none;}

.box ul {
	list-style:disc inside;
	padding:0;
	margin:0;
}

#content img {border:2px solid #606f8c;}

#content img.fl {margin:0 30px 20px 0;}

table {
	width:270px;
	float:left;
	margin:0 49px 25px 0;
}

table td, table th {padding:7px 0;}

/* ---------------------------------- Sidebar ----------------------------------------------*/

#sidebar {
	border-left:1px solid #1e2a3a;
	width:235px;
	float:right;
	padding:0 30px 15px;
	margin:85px 0 35px;
	position:relative;
	overflow:hidden;
}

/* ---------------------------------- Footer ----------------------------------------------*/

#footer {
	color:#433125;
	width:830px;
	height:50px;
	padding:40px 0 0 165px;
	margin:0 5px;
	position:relative;
	overflow:hidden;
}

#footer a {color:#544133;}

.pay {
	background:url(../images/pay.jpg) no-repeat;
	width:117px;
	height:23px;
	position:absolute;
	top:33px;
	right:89px;
}

/* ---------------------------------- Other ----------------------------------------------*/

a.button {
	background:#3e2312 url(../images/button_bg.jpg) top repeat-x;
	color:#aa7553;
	line-height:1em;
	text-decoration:none;
	padding:6px 20px 7px;
	cursor:pointer;
}

.form_text {width:auto;}

.form_text a.button {
	margin:25px 15px 0 0;
	float:left;
}

.fl {float:left;}

.fr {float:right;}

.mt {margin-top:25px;}

.pb {padding-bottom:190px;}
