* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
body { 
	background:#fff; 
	font-family:Tahoma, Geneva, sans-serif;
	font-size:100%; 
	line-height:.8125em;
	color:#1c1d21;
}

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:684px; 
	margin:0 auto;
	font-size:.69em;
	position:relative;
}

#header {
	height:91px;
	overflow:hidden;
	background:url(images/header-bg.gif) no-repeat 3px 0;
	position:relative;
	margin-bottom:3px;
}
#content {
	background:url(images/content-tail.gif) 0 0 repeat-x;
	padding:32px 5px 32px 20px;
}
#footer {
	background:url(images/footer-tail.gif) 0 0 repeat-x #a6acb0;
	text-align:center;
	padding:20px 0 20px 0;
}


/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:0 12px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:12px;
}
	.img-box img { 
		float:left; 
		margin:0 12px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:13px;
}
.p1 { 
	margin-bottom:7px;
}
.p2 { 
	margin-bottom:13px;
}
.p3 { 
	margin-bottom:20px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#ff2a00; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1, h2 {
	font-size:18px;
	line-height:1.2em;
	color:#182128;
	text-transform:uppercase;
	padding-left:10px;
	background:url(images/title-bg.gif) no-repeat 0 5px;
	margin-bottom:20px;
}
h3 {
	font-size:16px;
	line-height:1.2em;
	color:#182128;
	text-transform:uppercase;
	background:url(images/title-bg.gif) no-repeat 0 3px;
	padding-left:10px;
	margin-bottom:17px;
}
h4 {
	font-size:1em;
}
.link1 { 
	background:url(images/bull-1.gif) no-repeat 0 4px;
	color:#ff2a00;
	font-weight:bold;
	padding-left:18px;
}

.button {
	display:block;
	background:url(images/bull-1.gif) no-repeat 10px 5px #f0f4f9;
	padding:2px 0 3px 28px;
}
.line-ver { 
	background-image:url(images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}


.address { 
	float:left;
}
	.address dt {
		margin-bottom:16px;
	}
	.address dt:first-line {
		font-weight:bold;
		color:#0b6cc0;
	}
	.address dd { 
		clear:both;
		text-align:right;
	}
	.address dd.last {
		text-align:left;
	}
		.address dd span { 
			float:left;
			padding-right:25px;
		}
		.address dd a {
			color:#439c25;
		}


/*===== header =====*/
#header .logo {
	position:absolute;
	left:7px;
	top:44px;
}
#header .nav {
	position:absolute;
	right:15px;
	top:56px;
}
	#header .nav li {
		float:left;
		background:url(images/divider.gif) no-repeat 0 0;
		padding:0 16px 0 18px;
	}
	#header .nav li:first-child {
		background:none;
	}
		#header .nav li a {
			float:left;
			font-size:14px;
			line-height:1.2em;
			color:#10191f;
			font-weight:bold;
			text-decoration:none;
			text-transform:uppercase;
			font-family:Arial, Helvetica, sans-serif;
			padding:8px 0 5px 0;
		}


#main-banner {
	position:relative;
	height:155px;
	margin-bottom:3px;
}
#main-banner-text {
	position:absolute;
	left: 60px;
	top:40px; 
	font-size:24px;
	color:#fff;
	line-height:2em; 
	font-family: Georgia, Tahoma;
	
}

/*===== content =====*/
#content .section {
	padding-bottom:20px;
}
	#content .indent {
		padding:0 0 0 15px;
	}
	
	.newsdate {
		display: block;
		background:url(images/arrow1.gif) no-repeat 10px 5px #e1eaf3;
		padding:0 0 1px 27px;
		font-weight:bold;
	}
	.newsblock a {
		font-weight:bold;
	}
	.newsblock p {
		background:url(images/line-hor.gif) 0 100% repeat-x;
		padding:13px 0 8px 10px;
		margin-bottom:18px;
	}
	
	
	
	.list2 li {
		background:url(images/bull-2.gif) no-repeat 0 6px;
		padding:0 0 7px 11px;
	}
		.list2 li a { color:#2c8520;}
	
	.list3 li {
		background:url(images/bull-3.gif) no-repeat 0 6px;
		padding:0 0 0 11px;
	}
		.list3 li a { color:#1c1d21;}

/*===== footer =====*/
#footer {
	font-family:Verdana, Geneva, sans-serif;
	color:#182128;
}
	#footer a {
		color:#182128;
		text-decoration:none;
	}
	#footer a:hover {
		text-decoration:underline;
	}


/*----- forms -----*/
#newsletter-form {
	border:1px solid #c6ccd1;
	background:#e1eaf3;
	padding:20px 12px 10px 18px;
}
	#newsletter-form fieldset {
		border:none;
	}
	#newsletter-form .field {
		height:23px;
	}
	#newsletter-form input.text {
		width:135px;
		padding:1px 0 1px 5px;
		border:1px solid #bfbfbf;
		border-left:1px solid #404040;
		border-top:1px solid #404040;
		margin-right:7px;
	}
	#newsletter-form input.submit {
		background:url(images/ok.gif) no-repeat 0 0;
		width:26px;
		height:16px;
		border:none;
		cursor:pointer;
	}

#contacts-form fieldset {
	border:none;
}
	#contacts-form label {
		display:block;
		height:40px;
		overflow:hidden;
	}
		#contacts-form input {
			width:165px;
			padding:0 0 0 3px;
		}
		#contacts-form textarea {
			width:165px;
			padding:0 0 0 3px;
			height:170px;
			overflow:auto;
			margin-bottom:13px;
		}

/*==========================================*/


/*======= index.html =======*/
#page1 #content .line-ver {background-position:230px 0;}
#page1 #content .col-1 {width:210px; margin-right:40px;}
#page1 #content .col-2 { width:408px;}
#page1 #content .col-2 .col-1 {width:215px; margin-right:22px;}
#page1 #content .col-2 .col-2 {width:170px;}

/*======= index-1.html =======*/
#page2 #content .line-ver {background-position:410px 0;}
#page2 #content .col-1 {width:386px; margin-right:52px;}
#page2 #content .col-2 { width:215px;}
#page2 #content .col-1 .col-1 {width:180px; margin-right:25px;}
#page2 #content .col-1 .col-2 {width:180px;}

/*======= index-2.html =======*/
#page3 #content .line-ver {background-position:230px 0;}
#page3 #content .col-1 {width:210px; margin-right:40px;}
#page3 #content .col-2 { width:408px;}
#page3 #content .col-2 .col-1 {width:215px; margin-right:22px;}
#page3 #content .col-2 .col-2 {width:170px;}

/*======= index-3.html =======*/
#page4 #content .line-ver {background-position:410px 0;}
#page4 #content .col-1 {width:386px; margin-right:52px;}
#page4 #content .col-2 { width:215px;}
#page4 #content .col-1 .col-1 {width:180px; margin-right:25px;}
#page4 #content .col-1 .col-2 {width:180px;}


/*=========================*/