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

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

h2 {
	margin: 60px 0 15px;
	border-bottom: 1px solid #558bc1;
	padding-bottom: 5px;
	font: normal 18px arial, helvetica, sans-serif;
	color: #558bc1;
}

h2.border_top {
	border-top: 1px solid #558bc1;
	border-bottom: none;
	padding-top: 30px;
	margin: 40px 0 10px;
    min-height: 70px;
    text-align: center;
}

h2.border_top span {
    display: none;
}

h3 {
	margin-bottom: 3px;
	font: normal 16px arial, helvetica, sans-serif;
	color: #666;
}

a {
	font: normal 13px arial, helvetica, sans-serif;
	color: #666;
	text-decoration: underline;
}

a:hover {
	color: #6bc9e4;
	text-decoration: none;
	cursor: pointer;
}

p {
	margin-bottom: 20px;
	font: normal 12px arial, helvetica, sans-serif;
	line-height: 16px;
	color: #666;
}

body {
	margin: 10px auto 0 auto;
	width: 1200px;
	background: url('/images/background.png');
}

ul li span {
	font: normal 12px arial, helvetica, sans-serif;
	color: #666;
}

#content {
	width: 1200px;
	height: 100%;
}

#top {
	padding: 5px 123px 0 123px;
	height: 179px;
	background: url('/images/content_top.png') no-repeat center -10px;
}

#logo {
	padding: 5px 9px 0 6px;
	width: 82px;
	height: 54px;
}

#top form {
	margin-top: 62px;
	padding: 0 3px;
	float: right;
}

#top form input[type="text"] {
	width: 184px;
}

#top form input[type="submit"] {
	margin: 0 7px 0 4px;
	border: 0;
	width: 15px;
	height: 15px;
	background: url('/images/search.png') no-repeat;
}

#container ul.features {
    list-style: square;
    color: #666;
    padding-left: 15px;
}

ul#news {
	list-style: none;
	padding-left: 50px;
	height: 180px;
}

ul#menu {
	margin: 57px 7px 0px 7px;
	padding: 13px 0 0 20px;
	width: 918px;
	height: 36px;	
	background: url('/images/menu.png') no-repeat;
	list-style-type: none;
}

ul#menu li {
	float: left;
	display: block;
	padding-right: 30px; 
	
}

ul#menu li a {
	display: block;
	float: left;
	font: normal 18px arial, helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}

ul#menu li a:hover {
	font: normal 18px arial, helvetica, sans-serif;
	color: #edd061;
	cursor: pointer;
}

ul#menu li a.active {
	display: block;
	height: 36px;
	background: url('/images/menu_active.png') no-repeat center bottom;
}

#container {
	padding: 0 123px;
	height: 100%;
	min-height:338px;
	overflow: hidden;
	background: url('/images/content_repeated.png') repeat-y top center;
}

#container ul {
	list-style: none;
}

li.with_padding {
	padding-top: 10px;
}

.with_margin {
	margin-top: 20px;
}

#main {
	float: left;
	padding: 0px 30px 0 30px;
	width: 540px;
}

#sub_top {
	float: left;
	padding: 30px 11px 0 0;
	width: 300px;
	background: url('/images/sub_box_top.png') no-repeat;
}

#sub_top ul {
	margin: 30px 20px 30px 0;
}

#sub {
	float: left;
	margin-top: 25px;
	background: url('/images/sub_box.png') repeat-y ;
}

#sub_bottom {
	background: url('/images/sub_box_bottom.png') no-repeat bottom;
}

#sub h3 {
	margin: 30px 0;
	text-align: center
}

#sub li {
	padding-bottom: 6px;
	font: normal 12px arial, helvetica, sans-serif;
	line-height: 16px;
	color: #666;
}

#footer {
	padding: 0 123px;
	height: 140px;
	background: url('/images/content_bottom.png') no-repeat center -235px;
}

#footer p {
	margin: 0;
	padding: 65px;
	font-size: 10px;
	text-align: center;
	color: #96b8d4;
}

img.decorated {
	padding: 2px;
	border: 1px solid silver;
	marign: 2px;
}
