* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
body {
	background:#161616;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1.25em;
	color:#333;
}

img {
	border:0;
	vertical-align:top;
	text-align:left;
}
object {
	vertical-align:top;
	outline:none;
}
ul, ol {
	list-style:none;
}

.fleft {
	float:left;
}
.fright {
	float:right;
}
.clear {
	clear:both;
}

.col-1, .col-2, .col-3 {
	float:left;
}

.alignright {
	text-align:right;
}
.aligncenter {
	text-align:center;
}

.wrapper {
	width:100%;
	overflow:hidden;
}
.container {
	width:920px;
	margin:0 auto;
	font-size:.875em;
}


/*==== GLOBAL =====*/
#header {
	height:169px;
	background:url(../images/tail-top.gif) left top repeat-x #f5f5f5;
}
#slides-box {
	background:#f5f5f5;
	padding-bottom:47px;
}
#content {
	background:#f5f5f5;
}
#extra-content {
	background:url(../images/content-tail.gif) left top repeat-x #2f2f2f;
}

/*----- forms parameters -----*/

input, select, textarea {
	font-family:Arial, Helvetica, sans-serif; font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent {
	margin:0 20px 0 0;
	float:left;

	border: 10px solid #fff;
}
.img-box {
	width:100%;
	overflow:hidden;
	padding-bottom:20px;
}

.img-box p {
	xmargin-left: 105px;
}

.img-box ul {
		padding: 0 0 20px 0;
	}

	.img-box ul li {
		margin: 0 0 3px 35px;
		list-style-type: square;
	}

	.img-box img {
		float:left;
		margin:0 20px 15px 0;
		border: 10px solid #fff;
	}

		.img-box img.logo {
		float:left;
		xmargin:0 20px 45px 0;
		border: 7px solid #fff;
	}

.extra-wrap {
	overflow:hidden;
}


p {
	margin-bottom:20px;
}
.p1 {
	margin-bottom:10px;
}
.p2 {
	margin-bottom:20px;
}
.p3 {
	margin-bottom:30px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#903;
	outline:none;
}

a:hover{
	text-decoration:none;
}

a.dLoad {
	background: url(../images/icon_download.png) left 50% no-repeat;
	padding-left: 22px;
}

h2 {
	color:#903;
	font-size:20px;
	line-height:1.2em;
	font-weight:normal;
	border-bottom:1px solid #cacaca;
	padding:4px 0 10px 0;
	margin-bottom:21px;
	width:100%;
	overflow:hidden;
	letter-spacing: -0.02em;
}

	.row-1 .inner h2 {
        font-size: 24px;
		letter-spacing: -0.02em;
	}

	.row-1 .col-1 .inner h2,
	.row-1 .col-2 .inner h2,
	.row-1 .col-3 .inner h2 {
        font-size: 1.4em;
	}


	h2 img {
		float:right;
		margin:5px 0 0 0;
	}
h3 {
	font-size:1.3em;
	color:#666;
	font-weight:normal;
	margin-bottom:20px;
}
h4 {
	font-size:1.29em;
	font-weight:normal;
	margin-bottom:10px;
}
h5 {
	font-size:1.14em;
	color:#666;
	font-weight:bold;
	margin: 0 0 8px 0;
}

.line-hor {
	background:#3a3c52;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:20px 0 20px 0;
}
.line-ver {
	background-image:url(../images/line-ver.gif);
	background-repeat:repeat-y;
	width:100%;
}


/*==================boxes====================*/
.box {
	background:#fff;
	width:100%;
	color:#333;
}
	.box .inner {
		padding:20px 20px 15px 20px;
	}

	.box img {
		margin-top: 4px;
		border: none;
}

.address {
	float:left;
	margin-bottom: 25px;
}
	.address dt {
		margin-bottom:5px;
	}

	.address dd {
		clear:both;
		text-align:right;
	}

	.address dd.sub {
		clear:both;
		text-align:left;
		margin-bottom:10px;
	}

		.address dd span {
			float:left;
			padding-right:25px;
		}


/*===== header =====*/
#header .row-1 {
	height:50px;
	color:#999;
}
	#header .row-1 .fleft {
		padding:14px 0 0 0;
	}

	#header .row-1 .fleft a {
		color:#999;
		text-decoration:none;
	}

	#header .row-1 .fleft a:hover {
		text-decoration: underline;
		color:#fff;
	}

#header .row-2 {
	height:108px;
	border-bottom:1px solid #c7c6c6;
}
	#header .row-2 .fleft {
		padding:20px 0 0 0;
	}

.top-links {
	float:right;
	padding:14px 0 0 0;
	margin-right:-7px;
}
	.top-links li {
		display:inline;
	}
		.top-links li a {
			color:#999;
			text-decoration:none;
			padding:0 7px 0 4px;
		}
		.top-links li a:hover {
			text-decoration: underline;
			color:#fff;
		}


.nav {
	float:right;
	padding:54px 0 0 0;
}
	.nav li {
		display:inline;
	}
		.nav li a {
			display:block;
			float:left;
			background:#903;
			color:#fff;
			text-decoration:none;
			line-height:44px;
			margin-left:1px;
			padding:0 23px 0 23px;
			font-size:1.2em;
		}
		.nav li a:hover, .nav li a.current {
			background:#ddd;
			text-decoration:none;
			color:#333;
		}

/*== featured box begin ==*/
#featured {
	width:920px;
	height:332px;
	background-color: #eaeaec;
}


/*===== content =====*/
#content .indent {
	padding:40px 18px 10px 18px;
}

#content .section {
	padding:0 0 20px 0;
}

.col-2 ul.news {
	margin-bottom: 30px;
}

.news li {
	width:100%;
	overflow:hidden;
	background:url(../images/line-dot.gif) left bottom repeat-x;
	padding:0 0 10px 0;
	margin-bottom:10px;
	font-size: 11px;
	line-height: 16px;
	cursor:pointer;
}
.news li.last {
	background:none;
	padding-bottom:30px;
	margin-bottom:0;
}
	.news li span {
		float:left;
		font-size:11px;
		background:#903;
		color:#fff;
		padding:4px 8px;
		margin-right:15px;
	}
	.news li div {
		overflow:hidden;
	}

.list1 {
	margin-bottom: 60px;
}

.list1 li {
	background:url(../images/dash3.gif) left bottom repeat-x;
	padding:0 0 5px 5px;
	margin-bottom:5px;
}
.list1 li.last {
	background:none;
	padding-bottom:14px;
}
	.list1 li a {
		background:url(../images/bull-1.gif) no-repeat left 6px;
		padding:0 0 0 11px;
		text-decoration:none;
		color:#666;
		font-size:1em;
        font-weight: bold;
	}
	.list1 li a:hover {
		color:#000;
	}

	.list1 li a.current {
		color:#000;
	}

	.list1 li a.clueTip {
		cursor: help;
	}

	.list1 li a.noCursor {
		cursor: default;
	}

.list2 {
	padding-bottom:14px;
}
	.list2 li {
		background:url(../images/bull-1.gif) no-repeat left 8px;
		padding:0 0 6px 13px;
		font-size:1.1em;
	}

#banner {
	margin: 20px 0 40px 0;
}

#content ol  {
	padding-left: 20px;
	margin-left: 15px;
	list-style: decimal;
}

	#content ol li {
	padding-bottom: 10px;
}
/*===== extra-content =====*/
#extra-content .indent {
	padding:20px 5px 14px 17px;
	color:#909090;
}
	#extra-content .indent .indent {
		padding:20px 0 40px 0;
	}
#extra-content .col-1 {
	width:640px;

}
#extra-content .col-2 {
	width:220px;
	margin: 0 35px 0 0;
}
#extra-content h4 {
	color:#fff;
}
#extra-content .line-ver {
	background-position:223px top;
}
#extra-content dl {
	float:left;
	width:136px;
	font-size:0.9em;
	margin-right:30px;
}
#extra-content dl.last {
	margin-right:0;
}
	#extra-content dl dt {
		font-size:1.4em;
		color:#fff;
		background:url(../images/dash1.gif) left bottom repeat-x;
		padding:0 0 16px 2px;
		margin-bottom:15px;
	}
	#extra-content dl dd {
		background:url(../images/dash2.gif) left bottom repeat-x;
		padding:0 0 5px 0;
		margin-bottom:5px;
	}
	#extra-content dl dd a {
		text-decoration:none;
		color:#909090;
		background:url(../images/bull-1.gif) no-repeat 0px 6px;
		padding:0 0 0 10px;
	}
	#extra-content dl dd a:hover {
		color:#fff;
	}

/*===== footer =====*/
#footer {
    font-size: 14px;
	padding:12px 0 12px 0;
	color:#989898;
}
	#footer a {
		color:#989898;
		text-decoration:none;
	}
	#footer a:hover {
		text-decoration:underline;
	}


/*----- forms -----*/
#newsletter-form fieldset {
	border:none;
}
#newsletter-form input.text {
	width:215px;
	border:none;
	background:#424242;
	padding:7px 0 7px 5px;
	margin-right:5px;
	color:#fff;
}
#newsletter-form input.submit {
	background:url(../images/submit.gif) no-repeat left top;
	width:30px;
	height:30px;
	border:none;
	cursor:pointer;
}
#newsletter-form p {
	font-size:12px;
	margin-bottom:10px;
}
#newsletter-form a {
	color:#fff;
	text-decoration:none;
	border-bottom:1px dotted #fff;
	font-size:12px;
}
#newsletter-form a:hover {
	border-bottom:none;
	background:#fff;
	color:#2f2f2f;
}

#contacts-form fieldset {
	border:none;
	width:100%;
	overflow:hidden;
	margin-bottom: 20px;
}
	#contacts-form label {
		display:block;
		height:34px;
		margin-top: 15px;
	}

	#contacts-form label.top {
		display:block;
		height:34px;
	   	margin-top: 0px;
	}

		#contacts-form label input {
			width:250px;
			padding:2px 0 3px 3px;
			color:#4d4d4d;
		}

		#contacts-form select {
			width: 124px;
			padding:2px 0 3px 3px;
			color:#4d4d4d;
			margin: 0 5px 9px 0;
		}

		#contacts-form textarea {
			width:298px;
			height:365px;
			padding:2px 0 2px 3px;
			margin-bottom:15px;
			color:#4d4d4d;
			overflow:auto;
		}

		#contacts-form .col-1 {
			width:265px !important;
			margin-right:0 !important;
		}

		#contacts-form .col-2 {
			width:304px !important;
		}

		.col-2 span.button {
			background-color: #903;
			padding: 8px 14px;
			color: #fff;
			font-weight: bold;
		}

/*==========================================*/

#breadcrumb {
	color: #666;
    font-size: 12px;
}

	#breadcrumb a {
		color: #666;
		text-decoration: none;
	}

	#breadcrumb a:hover {
		text-decoration: underline;
		color: #903;
	}

	#breadcrumb span.arr {
		position: relative;
		top: -2px
	}

	#breadcrumb span.current {
		color: #222;
	}

p.newsBorder {
	border-bottom: 1px solid #cacaca;
	padding-bottom: 20px;
}

table.events {
	margin-bottom: 30px;
}

table.events td {
	padding-bottom: 10px;
}

table.events td.none {
	padding-bottom: 0px;
}
