@charset "UTF-8";

* {
	margin:0;
	padding:0;
	list-style:none;
	outline:none;
}

img, fieldset {
	border:none;	
}

body {
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	line-height:23px;
}

.big_orange {
	background:#dedede url('../img/bg.png') repeat-x left top;	
}

.small_orange {
	background:#dedede url('../img/bg_small.png') repeat-x left top;	
}

a {
	color:#fe6817;
	text-decoration:underline;	
}

#container {
	width:945px;
	margin:0 auto;	
}

.block {
	background:#fff url('../img/block_bottom.png') no-repeat left bottom;
	margin:0 0 16px;	
}

h1, h2 {
	font:normal 1.18em Arial, Helvetica, sans-serif;
	color:#fe6817;	
	padding:25px 30px 5px;
	background:#fff url('../img/block_top.png') no-repeat left top;	
}

p {
	padding:0 30px 25px;
}

#header {
	position:relative;
	height:191px;
}

#header img {
	margin:0 0 0 -35px;
	float:left;	
}

ul.checklist {
	color:#fe6817;
	float:left;
	padding:31px 0 0 44px;
}

ul.checklist li {
	background:url('../img/check.png') no-repeat left 4px;
	display:block;
	text-indent:22px;
}

#nav {
	clear:both;
	background:url('../img/menu.png') no-repeat left top;
	height:47px;
	position:absolute;
	width:942px;
	padding:0 0 0 3px;
	top:124px;
}

#nav li {
	float:left;	
	font:normal 15px Arial, Helvetica, sans-serif;
	line-height:47px;
	padding:0 0 0 1px;
	background:url('../img/menu_line.png') no-repeat left top;
}

#nav li.home {
	background:none;
	padding:0;
	width:165px;
}

#nav li a {
	color:#fff;
	text-decoration:none;
	display:block;
	padding:0 33px;
}

#nav li a:hover {
	background:url('../img/menu_hover.png') repeat-x left top;	
}

#nav li.selected a {
	background:url('../img/menu_hover.png') repeat-x left top;	
}

#content {
	clear:both;	
}

#footer {
	background:url('../img/footer.png') no-repeat left top;
	clear:both;	
	font:11px Arial, Helvetica, sans-serif;
	line-height:23px;
	height:162px;
	margin:0 0 16px;
	color:#fff;
}

.big_orange #orange {
	height:250px;
	margin:0 0 45px;
	background:#fff url('../img/orange_bottom.png') no-repeat left bottom;
}

.big_orange #orange_inner {
	height:250px;
	background:url('../img/orange_top.png') no-repeat left top;
}

.big_orange #orange_inner div {
	width:315px;
	height:215px;
	float:left;
	padding:35px 0 0;
	font:bold 17px Arial, Helvetica, sans-serif;
	text-align:center;
	background:url('../img/orange_line_big.png') no-repeat left top;
}

.small_orange #orange {
	height:124px;
	margin:0 0 45px;
	background:#fff url('../img/orange_bottom.png') no-repeat left bottom;
}

.small_orange #orange_inner {
	height:124px;
	background:url('../img/orange_top.png') no-repeat left top;
}

.small_orange #orange_inner div {
	width:315px;
	height:117px;
	float:left;
	padding:7px 0 0;
	font:bold 17px Arial, Helvetica, sans-serif;
	text-align:center;
	background:url('../img/orange_line_big.png') no-repeat left -124px;
}

#orange_inner div.first {
	background:none;
}

#orange a {
	text-decoration:none;
	color:#001a31;
	padding:70px 0 0;
	background:url('../img/round.png') no-repeat center 21px;
	display:inline-block;
}

#orange a:hover, #orange a.selected {
	color:#fe6817;
	background:url('../img/round_hover.png') no-repeat center 21px;
}

#orange em {
	font:bold 17px Arial, Helvetica, sans-serif;
	display:block;
}

h3 {
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#fe6817;	
	line-height:23px;
}
#footer p {
	color:#fe6817;	
	clear:left;
	padding:0 0 0 38px;
}

#footer ol {
	float:left;	
	width:200px;
	padding:25px 0 0px 38px;	
}

#footer li a {
	color:#fff;
	text-decoration:none;	
}
#footer ol.right {
	float:right;
	background:url('../img/footer_line.png') no-repeat left top;
	width:175px;
	height:136px;
	padding:25px 0 0 38px;	
}

#social {
	padding-top: 20px;
	padding-left: 20px;
	float: left;
	position:absolute;
	z-index:+2;
}
