
@import URL("reset.css");

body {
	background: #1d2433 url(../images/bg.jpg) center top no-repeat;
	font: 12px/20px "Lucida Sans Unicode", Arial;
	color: #101c38;
}

#container {
	width: 960px;
	margin: 0 auto;
}

a { color: #464b56; }
a:hover { color: #000; }



/*---------------------------
	header
---------------------------*/
#header {
	height: 121px;
	border-bottom: 1px solid #5c709b;
	position: relative;
}

#nav {
	position: absolute;
	right: 0; bottom: 25px;
}

#nav li {
	float: left;
	display: inline;
}

#nav a {
	font-size: 14px;
	color: #fff;
	padding: 5px 7px;
	display: block;
	text-decoration: none;
}

#nav a#nav-contact { padding-right: 0; }

#nav a:hover,
#nav a.active { color: #ffc71b; }



/*---------------------------
	banner heading
---------------------------*/
#banner-heading h1,
#banner-heading p strong {
	font-size: 26px;
	line-height: 24px;
	font-weight: normal;
}

#banner-heading { padding: 25px 0; }

#banner-heading h1 { color: #ffc71b; }

#banner-heading p strong { color: #fff; }



/*---------------------------
	banner
---------------------------*/
#banner {
	width: 960px; height: 370px;
	overflow: hidden;
	position: relative;
}

#banner-nav {
	z-index: 6000 !important;
	position: absolute;
	bottom: 0;
}

#banner-nav a { display: none; }

#banner-nav a.link {
	float: left;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	padding: 13px 0;
	width: 320px;
	text-align: center;
	text-decoration: none;
}

#banner-nav a.link:hover,
#banner-nav a.activeSlide {
	background: #ffc71b;
	color: #0d1119;
	opacity: 0.7;
}



/*---------------------------
	content
---------------------------*/
#content {
	background: #ffffff;
	padding: 25px 0 0 0;
}

#content .column {
	float: left;
	display: inline;
	padding: 0 30px;
	width: 259px;
	border-left: 1px solid #ccc;
	height: 400px;
}

#content .first {
	border: 0;
	width: 260px;
}

#content .columnx2 {
	float: left;
	display: inline;
	padding: 0 30px;
	border-right: 1px solid #ccc;
	width: 579px;
}

#content .side {
	float: left;
	display: inline;
	width: 260px;
	padding: 0 30px;
}

#content h2	{
	font-size: 16px;
	color: #10388e;
	font-weight: normal;
}

#content h2,
#content h3,
#content h4,
#content p,
#content hr,
#content table,
#content form,
#content ol,
#content ul { margin-bottom: 15px; }

#content ul, #content ol {
 margin-left: 35px;
 list-style: disc;
}

#content ol { list-style: decimal; }



/*---------------------------
	gallery
---------------------------*/
#content ul.gallery { margin: 0; list-style: none; }

.gallery li {
	float: left;
	display: inline;
	margin: 0 20px 20px 0;
}

.gallery li a img { border: 3px solid #ddd; }
.gallery li a:hover img { border: 3px solid #bbb; }



/*---------------------------
	forms
---------------------------*/

.baseform li { margin-bottom: 10px; }

.baseform li.address {
  margin-bottom: 0;
  line-height: 15px;
}

.baseform label {
	display: inline-block;
	vertical-align: top;
	width: 200px;
}

li.buttons { margin-left: 205px; }

li.button { margin-top: 10px; }

.baseform label.error {
  width: auto;
  display: block;
  color: #ff0000;
  font-size: 10px;
  margin-left: 205px;
}


#content form ol {
	margin-left: 0;
	margin-bottom: 0;
	list-style: none;
}

form.register-step1 label {
	display: block;
	font-size: 11px;
	font-weight: bold;
}

form.register-step1 li { margin-bottom: 5px; }


form input[type="text"],
form input[type="password"],
form textarea {
	background: #f4f4f4;
	border: 1px solid #bbbbbb;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 300px;
	padding: 8px 5px;
	color: #3d3d3d;
	font: bold 12px/12px Arial, Helvetica, sans-serif;
}

form textarea { height: 180px; }

fieldset fieldset { margin: 10px 5px; }

form em { color: #CC0000; font-style: normal; font-weight: bold; }

form input.error,
form textarea.error { border: 1px solid #ff0000; }

form hr { margin: 30px 0; }

p.success {
	background: #d8e1f2;
	border: 1px solid #8799c0;
	border-right: 0;
	border-left: 0;
	color: #111;
	font-weight: bold;
	padding: 10px;
	margin: 15px 0;
}


/*---------------------------
	footer
---------------------------*/
#footer {
	color: #777c85;
	text-align: center;
	font-size: 11px;
	color: #777c85;
}

#footer p {
	margin: 15px 0;
}

#footer a {
	color: #777c85;
}

#footer a:hover {
	color: #fff;
}
