/* -------------------------------------------------- GENERAL */

body {
	margin: 0; padding: 0;
	font-family: Arial, Helvetica, sans-serif; color: #222;
	background: url(../images/bg.jpg) no-repeat top center #083286;
	border-top: 4px solid #3FA7FF;
}

#cover {
	margin: 0 auto; width: 948px; padding-bottom: 20px;
}

a {
	cursor: pointer;
	color: #5195C0;
	text-decoration: underline;
}

a:visited {
	color: #5195C0;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
	overflow: hidden;
	height: 0;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

fieldset {
	border-style: none;
}

h1 {
	padding-top: 18px;
	font: normal normal 24px Quicksand, Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: -1px;
}

h1 b {
	font-style: normal;
	color: #FFCC00;
}

h1 i {
	font-style: normal;
	color: #FF0000;
}

h2 {
	padding-bottom: 30px;
	font: normal normal 24px Quicksand, Arial, Helvetica, sans-serif;
	color: #083286;
	text-align: center;
	line-height: 130%;
	letter-spacing: -1px;
}

h3 {
	margin: 10px 0;
	font-size: 16px;
	color: #ff1100;
}

/* -------------------------------------------------- HEADER */
#top_tablet, #but_menu_mobile, #slogan_tablet { display: none; }
#banners_tablet, #banners_mobile, #footer_tablet { display: none; }
#menu_mobile { display: none; }

#header {
	padding: 0;  height: 143px; position: relative;
}
#logo {	position: absolute; top: 20px; left: 0px; cursor: pointer;
	width: 304px;  height: 99px;
	background: url(../images/logo.gif) no-repeat top left;
}
#header img {
	float: left;
	margin-top: 20px;
}

.slogan {
	float: right;
	margin: 20px 10px 0 0;
	width: 65%;
	text-align: right;
}

.slogan p {
	font: normal normal 18px Arial, Helvetica, sans-serif;
	color: #FFCC00;
}

.slogan a {
	color: #FFCC00;
	text-decoration: none;
}

.slogan a:visited {
	color: #FFCC00;
}

.slogan a:hover {
	text-decoration: underline;
}

/* -------------------------------------------------- MENU */

#nav {
	float: left;
	padding: 20px 20px 0 0;
	width: 238px;
	height: 857px;
	background: url(../images/bg_nav2.jpg) no-repeat top left;
}

#nav ul {
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: bold;
	font-size: 15px;
	list-style: none;
}

#nav li {
	padding-bottom: 10px;
}

#nav a {
	display: block;
	padding-left: 30px;
	width: 205px;
	color: #ffcc00;
	text-decoration: none;
}

#nav a:visited {
	color: #ffcc00;
}

#nav a:hover {
	color: #69BBFE;
	background: url(../images/star.png) no-repeat 5px center;
}

#nav li.active a {
	color: #fff;
}

#nav p {
	margin: 0 10px 0 30px;
	font-size: 11px;
	color: #D3E8FB;	line-height: 140%;
}

#share_base {
	padding-left: 20px;
}
#share_table { display: none; }

/* -------------------------------------------------- CONTENT */

#main {
	float: left; width: 690px; overflow: hidden;
	background: url(../images/bg_content.jpg) no-repeat 0px 260px #fff;
}

#menu {
	padding: 12px 0 0 0;
	height: 30px;
	text-align: right;
	background: url(../images/bg_menu.png) no-repeat top left;
}

#menu a {
	margin-right: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}

#menu a:visited {
	color: #000;
}

#menu a.active {
	color: #50ACFF;
}

#menu a.active:visited {
	color: #50ACFF;
}

#menu a:hover {
	text-decoration: underline;
}

#banners {
	overflow: hidden;
}

#banners img {
	margin: 0;
	padding: 0;
}

#banners .banner {
	overflow: hidden;
	float: left;
	width: 230px;
	height: 225px;
}

#content {
	clear: both;
	padding: 40px;
	min-height: 529px;
	height: auto !important;
	overflow: hidden;
	font-size: 13px;
	line-height: 130%;
}

#content img {
	float: left;
	margin: 0 20px 20px 0;
}

#content p {
	margin-bottom: 20px;
}

#content p.index {
	font-size: 14px;
}

/* -------------------------------------------------- FOOTER */

#footer {
	clear: both;
	margin-bottom: 30px;
	padding: 14px 0 0 0;
	width: 948px;
	font-size: 11px;
	color: #fff;
	text-align: right;
	background: url(../images/bg_footer.jpg) no-repeat top right;
}

#footer a {
	margin: 0 30px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #99C7F8;
	text-decoration: none;
	text-transform: uppercase;
}

#footer a:visited {
	color: #99C7F8;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .links {
	float: left;
	padding: 70px 0 0 20px;
	width: 70%;
	text-align: left;
}

#footer .links a {
	margin: 0 8px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #99C7F8;
	text-transform: none;
}

#footer .links a:visited {
	color: #99C7F8;
}

#footer .copyright {
	float: right;
	padding: 70px 30px 0 0;
	width: 20%;
}

#footer .copyright a {
	margin: 0;
	font: 11px Arial, Helvetica, sans-serif;
	color: #99C7F8;	text-transform: none;
}

#footer .copyright a:visited {
	color: #99C7F8;
}

/* -------------------------------------------------- FORM */

#form {
	padding: 10px 20px 20px 20px;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: left;
}

#form i {
	font: bold 14px Georgia, "Times New Roman", serif;
	color: red;
}

#form label {
	font-weight: bold;
}

.form_column {
	float: left;
	margin: 10px 20px 0 0;
}

#form ul {
	list-style-type: none;
	margin-top: 10px;
}

#form .field {
	margin-top: 2px;
	margin-bottom: 8px;
	padding: 3px 1px 4px 1px;
	width: 300px;
	border: 1px solid #91C3F6;
	background: #fff;
}

#form .textarea_contact {
	margin-top: 2px;
	margin-bottom: 10px;
	width: 400px;
	padding: 2px;
	border: 1px solid #91C3F6;
	background: #fff;
}

#form .submit {
	clear: both;
	margin: 20px 0 0 0;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #083286;
}

#form .reset {
	clear: both;
	margin: 20px 0 0 0;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	color: red;
}
/*---------------------------------------*/
#cookie_block {
	width: 100%; height: 40px; overflow: hidden;
	position: relative; border-bottom: 1px solid #aaa;
	display: none; background: #fff;
}
#cookie_text {
    width: 850px; height: 37px;
    margin: 0 auto; padding-top: 3px;
	font: 12px Arial, Verdana, Tahoma, sans-serif; color: #333;
    line-height: 16px;
}
#cookie_left {
	float: left; width: 500px; text-align: center;
}
#cookie_right {
	float: right; width: 200px; height: 20px; margin-top: 10px;
	text-align: right; color: #1898d7;
}
#blackform {
    position: absolute; display: none;
    width: 100%; height: 100%;
    left: 0px;  top: 0px;  background: #000;
    z-index: 1000;
}
#lbox  {
    display: none; position: absolute; overflow: hidden;
    padding: 15px 30px 25px 30px; background: #f2f2f2;
    z-index: 1010;
}
#lbox_text {
	clear: both;
	width: 500px; overflow: hidden; padding: 0px 0 10px 0;
    font: 12px Arial, Tahoma, sans-serif;
    line-height: 16px; color: #000;
}
#lbox_text p { padding-bottom: 10px; }
.lbox_x {
    float: right; width: 100px; height:36px;
    cursor: pointer;
    background: url(../images/but_lbox_close.png) no-repeat right top;
}
/* --------------------------------------*/