* {
	font-family: Verdana, Helvetica, Sans-serif;
}
html {
	height: 100%;
	background: #f1f5fb url(../img/background.gif) repeat-x; 
}
html, body, p, ul, li, dl, dd, dt, h1, h2, h3, h4, h5, h6, fieldset {
	padding: 0;
	margin: 0;
}

/* =layout*/
#page {
	width: 867px;
	padding: 0 15px;
	margin: auto;
	background-color: #fff;
}
#container {
	padding: 17px 0 30px;
	background: url(../img/watermark.jpg) no-repeat 230px 100%;
}
.sidebar {
	float: left;
	width: 356px;
	padding: 0 10px;
}
.content {
	margin-left: 376px;
	width: 441px;
	padding: 0 25px;
	_margin-left: 0;
	_float: right;
}
#container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* =navigation */
.navigation {
	list-style: none;
	float: left;
	margin: 10px 20px 5px 55px;
}
.navigation li {
	float: left;
	padding: 2px 0 2px 0;	
}
.navigation a {
	padding: 5px 10px;
	color: #292e4e !important;
	font-size: 20px;
	/*font-weight: bold;
	font-style: italic;*/
	font-family: 'Century Gothic';	
}
.navigation li.current {
	-o-border-radius: 3px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
	background: #9cadce; 
	padding-top: 2px;
}
.navigation li.current a {
	color: #fff !important;
	text-decoration: none;
	position: relative;
	padding-bottom: 10px;
	*padding-bottom: 8px;
	background: url(../img/menu/current.gif) no-repeat 50% 100%;
	
	
}

/* = breadcrumb */
.breadcrumb {
	list-style: none;
	width: 100%;
	float: left;
	margin: 0 -5px 0 5px; /* -5px IE6 fix */
}
.sidebar .breadcrumb {
	position: relative;
	top: -15px;
	left: -10px;
}
.breadcrumb li {
	float: left;
	font-size: 10px;	
}
.breadcrumb a {
	padding: 0 8px 0 2px;
}

/* =header */
#header {
	width: 100%;
	height: 232px;
	background: url(../img/header/logo-bg.jpg) no-repeat 0 0; 
}
#header img {
	border: 0;
	padding: 0;	
}
#header span {
	display: none;	
}
#header h1 {
	float: left;
	height: 141px;
	padding: 0;
}
#header h2 {
	font-size: 28px;
	padding: 8px 0 0 15px;
	width: 200px;
	height: 137px;
	float: left;
	color: #fff;
}
#header h2 strong {
	color: #d82927;
	font-weight: normal;
	font-family: 'Century Gothic';
}
#header .section-about {
	position: relative;
	float: left;
	width: 315px;
	height: 100px;
	margin: -15px 0 0 25px;
	_display: inline;	
}
#header .section-about * {
	font-size: 11px;
	color: #fff;
	line-height: 13px;
	text-align: justify;
}
#header .section-about h2 {
	font-weight: bold;
	font-size: 13px;
	height: auto;
	padding: 0 0 10px 0;
	float: none;
}
#header .section-about span {
	display: inline;
}
#header .slogan {
	float: right;
	color: #fff;
	font-family: Arial;
	font-style: italic;
	font-size: 18px;
	padding: 12px 0 12px 20px;
	width: 475px;
}
.phone {
	font-size: 22px !important;
	line-height: 22px !important;
	padding: 4px 0 4px 30px;
	font-family: Arial;
	position: absolute;
	top: -10px;
	right: 0;
	background: url(../img/icons/phone.gif) no-repeat 0 50%;	
}

/* =header */
h1, h2, h3, h4, h5, h6 {
	padding: 25px 0 8px 0;
	font-weight: normal;
	font-family: 'Century Gothic';
	line-height: 1.1em;
}

/* =content */
p {
	color: #333;
	padding: 2px 0 15px;
	font-size: 0.8em;
	line-height: 22px;
	overflow: hidden;
	zoom: 1;
}

ul {
	margin: 0 0 15px 16px;	
}
img {
	padding: 5px;
}
li {
	color: #333;
	font-size: 0.8em;
	line-height: 22px;	
}
a, a:link {
	color: #9cadce;
}
a:hover {
	text-decoration: none;
}
.sidebar p {
	font-size: 0.7em;
}
hr {
	border: 0;
	background-color: #9cadce;
	height: 1px;
	
}

.selected *,
.selected {
	color: #000 !important;
	/*font-weight: bold;*/
	font-size: 0.95em;
	padding-bottom: 6px;
}
.this *,
.this {
	font-weight: bold;
	color: #9CADCE !important;
}
.this {	
	padding-right: 15px;
	background: url(../img/icons/this.gif) no-repeat 100% 8px;	
}  
.top {
	font-size: 11px;
	float: right;
	padding-top: 4px;
	margin: -10px 25px -20px 0;
	background: url(../img/icons/top.gif) no-repeat 50% 0;
}
.section-info {
	margin: 10px 0 20px 0;
	padding: 0 20px 10px 20px;
	background: #fffadf;
	font-size: 1.1em;
	border: solid 2px #fff8cc;
	-o-border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; 		
}
.section-more {
	margin: 10px 0 20px 0;
	padding: 0 20px 10px 20px;
	background: #f5f7fb;
	font-size: 1.1em;
	border: solid 2px #ebf0f9;
	-o-border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; 		
}
.section-advert {
	position: absolute;
	text-indent: -9999em;
	width: 237px;
	_width: 238px;
	height: 122px;
	padding: 0;
	border: 0;
	margin: 0 0 0 348px;
	top: 0;
	left: 50%;
	background: url(../img/advert.gif) no-repeat 100% 0;
}

/* =table */
table {
	margin: 10px 0 10px 0;
	border-collapse: collapse;
	border: 0;
}
tr, td ,th {
	padding: 8px 4px;
	text-align: left;
	font-size: 0.9em;
	border-bottom: solid 1px #efefef;
}
th {
	color: #666;
	font-size: 0.8em;
	font-weight: normal;
	background-color: #e8e8e8;
}
tr.even {
	background-color: #ddebff;
}
tbody tr:hover {
	background-color: #eee;
}

/* =footer */
#footer {
	width: 100%;
	overflow: hidden;
	background: #292e4e url(../img/footer/footer-bg.gif) no-repeat 0 0;
}
#footer li {
	list-style: none;
	padding: 2px 0 2px 10px;
	float: left;
	color: #ddd;
	font-size: 11px;
}
#footer li a {
	color: #fff;

}
#footer li.copyright {
	float: right;
	padding-right: 20px;
}