/* -------------------------------------------------- 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;	
	padding-bottom: 20px;
	width: 948px;
}

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: 12px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #fff;
	letter-spacing: -1px;
}

h1 b {	
	color: #FFCC00;
}

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

h2 {	
	padding-bottom: 30px;
	font-size: 22px;
	color: #083286;
	text-align: center;
	line-height: 130%;
}

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

/* -------------------------------------------------- HEADER */

#header {
	padding: 0;
	height: 143px;
	background: url(/images/bg_header.png) no-repeat top center;
}

#header img {
	float: left;
	margin-top: 20px;
}

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

.slogan p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	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: 757px;
	background: url(/images/bg_nav.jpg) no-repeat top left;
}

#nav ul {
	margin: 0 0 50px 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%;
}

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

#main {
	float: left;
	width: 690px;
	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: 429px;
	height: auto !important;
	height: 429px;
	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;
}
