* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
body { 
	background:#fff; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.125em;
	color:#7f7f7f;
}

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:100%;
}



/*==== GLOBAL =====*/
#main {
	width:887px; 
	margin:0 auto;
	font-size:.875em;
	padding:0 10px;
}

#content {
	padding:4px 0 4px 18px;	
	border-bottom:3px solid #f0f0f0;
}
	#content .aside {
		float:left;
		width:245px;
		margin-right:1px;
		padding-top:17px;
		padding:17px 0 25px 0;
	}
	#content .mainContent {
		float:left;
		width:619px;
		padding:17px 0 25px 0;
	}
#footer {
	padding:25px 0 90px 0;
}


/*----- 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 10px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:0 10px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:18px;
}
.p1 { 
	margin-bottom:9px;
}
.p2 { 
	margin-bottom:18px;
}
.p3 { 
	margin-bottom:27px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#ffb500; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h2 {
	font-size:32px;
	line-height:1.2em;
	color:#fab100;
	margin-bottom:32px;
}
h3 {
	font-size:32px;
	line-height:1.2em;
	color:#6d6d6d;
	margin-bottom:23px;
}
h4 {
	font-size:1em;
	font-weight:normal;
	color:#0f0e0e;
	margin-bottom:18px;
}


.line-hor { 
	background:url(images/line-hor.gif) left top repeat-x;
	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%;
	background-position:244px top;
}


.address { 
	float:left;
}
	.address dt {
		margin-bottom:16px;
	}
	.address dd { 
		clear:both;
		text-align:right;
	}
		.address dd span { 
			float:left;
			padding-right:25px;
		}


/*===== header =====*/
#header .row-1 {
	height:22px;
	background:#f1f1f1;
	font-size:.71em;
	text-transform:uppercase;
	color:#686868;
}
	#header .row-1 .fleft {
		padding:1px 0 0 11px;
	}
	#header .row-1 .top-links {
		float:right;
		padding:1px 0 0 0;
	}
		#header .row-1 .top-links li {
			display:inline;
		}
			#header .row-1 .top-links li a {
				color:#686868;
				text-decoration:none;
				padding:0 7px 0 4px;
			}
			#header .row-1 .top-links li a:hover {
				text-decoration:underline;
			}
#header .row-2 {
	height:124px;
	border-bottom:1px solid #e0e0e0;
}
	#header .row-2 .logo {
		float:right;
		padding:17px 0 0 0;
		margin-right:-10px;
		position:relative;
	}
#header .row-3 {
	height:45px;
}
	#header .row-3 .nav {
		padding:14px 0 0 0;
	}
		#header .row-3 .nav li {
			padding-right:19px;
			float:left;
		}
			#header .row-3 .nav li a {
				color:#b4b4b4;
				text-decoration:none;
				text-transform:uppercase;
				font-size:1.1em;
				float:left;
			}
			#header .row-3 .nav li a:hover, #header .row-3 .nav li a.current {
				color:#000;
			}
			#header .row-3 .nav li.rss {
				padding:0;
				float:right;
			}
				#header .row-3 .nav li.rss a {
					background:url(images/rss.jpg) no-repeat right 2px;
					padding:0 21px 0 0;
					float:right;
				}

#header .row-4 {
	height:360px;
	border-bottom:9px solid #f0f0f0;
	background:url(images/header-bg1.jpg) no-repeat left top;
}
	#header .row-4 .indent {
		padding:252px 0 0 0;
	}
#header.small .row-4 {
	height:166px;
	background:url(images/header-bg2.jpg) no-repeat left top;
}

/*===== content =====*/
#content ul {
	padding-bottom:16px;
}
	#content ul li {
		background:url(images/marker.gif) left 1px no-repeat;
		padding:0 0 4px 27px;
		margin-bottom:7px;
		border-bottom:1px dashed #e5e5e5;
		font-size:.85em;
	}
		#content ul li a {
			color:#232323;
			text-transform:uppercase;
			text-decoration:none;
		}
		#content ul li a:hover {
			text-decoration:underline;
			color:#ffb500;
		}
	
#content .inside {
	padding:20px 20px 50px 0;
}

#content .indent {
	padding:0 15px 15px 15px;
}
	#content .aside .indent {
		padding:0 20px 15px 0;
	}

/*===== footer =====*/
#footer .nav {
	font-size:1.1em;
	color:#868685;
	text-transform:uppercase;
	margin-left:-8px;
	padding-bottom:8px;
}
	#footer .nav li {
		display:inline;
	}
		#footer .nav li a {
			color:#868685;
			text-decoration:none;
			padding:0 11px 0 8px;
		}
		#footer .nav li a:hover {
			text-decoration:underline;
		}
#footer p {
	margin:0;
	font-size:.79em;
}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
}
	#contacts-form label { 
		display:block;
		height:33px;
	} 
		#contacts-form label input { 
			width:208px;
			padding:2px 0 2px 3px;
			color:#91867f;
		}
		#contacts-form textarea {
			width:208px;
			height:150px;
			padding:2px 0 2px 3px;
			margin-bottom:20px;
			color:#91867f;
			overflow:auto;
		}

/*==========================================*/
