@charset "utf-8";
/* ----- Reset Global Rules ----- Begin */

html, body {
	margin:0;
	padding:0;
	text-align:center;
	background:#000 url(/img/page_background.png) repeat-x bottom left;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
}

html > body {
	height:auto;
}

/** {
	margin:0;
	padding:0;*/
/*	border:1px solid #000; */
/*}*/

a:link,
a:visited {
	text-decoration:none;
	color:#A7A7A7;
}

a:hover,
a:active {
	text-decoration:underline;
	color:#A7A7A7;
}

img {
	border: none;
}

/*body, div, h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, li, dl, dd, hr, address {
  padding:0;
  margin:0;
  font-weight: normal;
  font-style: normal;
}*/

h1 {
	margin:0 0 1em 0;
	color: #00AEEF;
	font-size:24px;
	font-weight: normal;
}

h2 {
	margin:1em 0;
	font-size:18px;
}

fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #A7A7A7;
}

label {
	display: block;
	float: left;
	width: 8em;

}

/* ----- Reset Global Rules ----- End */

/* -----  Page Layout ----- Begin */

div#page_wrapper {
	width:772px;
	margin:auto;
	text-align:left;
	position:relative;
	background:url(/img/content_shadow.png) bottom right no-repeat;
}

div#header {
	width:765px;
	height:150px;
	background:#fff url(/img/logo.png) no-repeat;
	background-position:19px 80px;
	position:relative;
}

a#login {
	display:block;
	position:absolute;
	top:20px;
	right:20px;
	padding:2px 0px 0px 15px;
	background:url(/img/login_arrow.png) left top no-repeat;
	font-weight:bold;
	font-size:13px;
}

#header ul#top_nav {
	margin:0;
	padding:0;
	display:block;
	list-style:none;
	bottom:29px;
	right:20px;
	position:absolute;
}

ul#top_nav li {
	display:block;
	float:left;
	margin:0;
	padding:0 11px;
	background: url(/img/top_nav_item_bgr.gif) repeat-y right top;
}

ul#top_nav li a {
	display:block;
	float:left;
	font-size:13px;
	color:#A7A7A7;
	font-weight:bold;
}

ul#top_nav li .active {
	color:#F68E56 !important;
}

.last {
	background:none !important;
}

div#main {
	width:765px;
	background:#fff url(/img/main_background.gif) repeat-y left top;
/*	overflow:auto;*/

}

div#sidear_container {
	width:216px;
	float:left;
	display:inline;
	background:url(/img/sidebar_background.png) repeat-x;
}

div#min_height {
	height:926px;
	width:16px;
	float:left;
	display:inline;
}

div#sidebar {
	width:200px;
	float:left;
	display:inline;
	position:relative;
}

div#vertical_nav {
	padding:25px 0 35px;
}

div#vertical_nav ul {
	margin:0;
	padding:0;
	list-style:none;
	display:block;
}

div#vertical_nav ul li {
	margin:0;
	padding:0;
	display:block;
}

div#vertical_nav ul li a {
	display:block;
	font-size:11px;
	font-weight:bold;
	color:#A7A7A7;
	padding:5px 0px 5px 32px;
	height:1%;
}

div#vertical_nav ul li .active {
	background:url(/img/vertical_nav_arrow.gif) no-repeat;
	background-position:0px 3px;
}

div#vertical_nav ul li ul li a {
	padding-left: 48px;
}

div#news {
	margin-right:20px;
	padding-top:15px;
	border-top:1px solid #818181;
}

div#news h2 {
	margin:0;
	font-size:14px;
	font-weight:bold;
}

div#news h3 {
	margin: 1em 0 0.5em 0;
	font-size:12px;
}

div#details {
	height:40px;
	width:175px;
	background:url(/img/details_bgr.gif) no-repeat;
	background-position:160px 5px;
	color:#E6E6E6;
	padding:10px 0;
	font-size:14px;
	padding-left:20px;
}


div#content_container {
	width:549px;
	float:left;
}

div#content_container a:link,
div#content_container a:visited {
	text-decoration:none;
	color:#02A9ED;
}

div#content_container a:hover,
div#content_container a:active {
	text-decoration:underline;
	color:#02A9ED;
}


div#content {
	min-height: 770px;
	padding: 200px 20px 20px 20px;
	background-position: top right;
	background-repeat: no-repeat;
}
* html div#content {
	height: 766px;
}

div#content p {
}

.white {
	background-color: white;
}

.black {
	background-color: black;
}


div#footer {
	width:772px;
	height:240px;
	background:url(/img/footer_shadow.png) no-repeat top left;
}

div#footer span {
	display:block;
	text-align:center;
	padding-top:25px;
}

div#footer span a {
	margin:0 2px;
	color:#818181;
}

.clear {
	clear:both;
}

.bold {
	font-weight:bold;
}

.blue {
	color: #00AEEF;
}

.orange {
	color: #F68E56;
}

.grey {
	color: #A7A7A7;
}

.big {
	font-size: 1.2em;
}

.consultation {
	font-size:14px;
	font-weight:bold;
}

.consultation span {
	font-size:16px;
}

.contact {
	margin-top: 50px;
}

.input,
.checkbox {
	margin: 1em 0;
}

.checkbox {
	padding-left: 8em;
}

.checkbox label {
	display: inline;
	width: auto;
	float: none;
	margin-left: 0.5em;
	position: relative;
	bottom: 0.25em;
}

.submit {
	padding-left: 9em;
}

/* -----  Page Layout ----- End */
