* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:960px;
}
body { 
	background:#fff; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.25em;
	color:#899a9d;
}

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:960px; 
	margin:0 auto;
	font-size:.8125em;
}

#header {
	height:386px;
}
	#header .row-1 {
		height:116px;
	}
		#header .row-1 .fleft {
			padding:33px 0 0 20px;
		}
		#header .row-1 .nav {
			float:right;
			padding:67px 0 0 0;
		}
			#header .row-1 .nav li {
				float:left;
				background:url(images/divider.gif) no-repeat left 8px;
				font-size:14px;
				padding:0 14px 0 13px;
			}
			#header .row-1 .nav li.first {
				background:none;
			}
				#header .row-1 .nav li a {
					color:#000;
					text-decoration:none;
					font-weight:bold;
					padding-bottom:2px;
					line-height:2em;
				}
				#header .row-1 .nav li a:hover, #header .row-1 .nav li a.current {
					border-bottom:2px solid #72d9f0;
				}
				
		#header .row-2 .slogan {
			float:left;
			background:url(images/slogan-bg.jpg) no-repeat left top;
			width:317px;
			height:270px;
			font-size:26px;
			color:#fff;
			line-height:1.2em;
		}
			#header .row-2 .slogan p {
				margin:0;
				padding:86px 0 0 28px;
			}
#content {
	padding:0 0 39px 0;
}
	#content .aside {
		float:left;
		width:317px;
		background:#edf2f4 url(images/left-bot-corner.gif) no-repeat left bottom;
	}
		#content .aside .indent {
			padding:34px 22px 55px 24px;
		}
	#content .mainContent {
		float:left;
		width:643px;
	}
		#content .mainContent .indent {
			padding:65px 0 0 39px;
		}
#footer {
	height:96px;
}


/*---- tailings ----*/
.tail-bottom { 
	background:url(images/tail-bottom.gif) left bottom repeat-x;
}


/*----- 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 25px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:30px;
}
	.img-box img { 
		float:left; 
		margin:0 25px 0 0;
	}

.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:#37add6; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h2 {
	font-size:24px;
	color:#2b2b2b;
	line-height:1.2em;
	margin-bottom:22px;
	letter-spacing:-1px;
}
	h2.alt {
		font-size:23px;
	}
h3 {
	font-size:14px;
	color:#010101;
	padding-top:8px;
	width:100%;
	overflow:hidden;
}
	h3 img {
		float:right;
		margin-top:-8px;
	}
	h3 img.fleft {
		float:left;
		margin-right:15px;
	}
h4 {
	font-size:14px;
	color:#010101;
}
h5 {
	font-size:1em;
	color:#37add6;
}


.txt1 {
	color:#010101;
	font-size:14px;
	font-weight:bold;
}
.txt2 {
	font-size:12px;
	line-height:1.5em;
}

.link1 { 
	background:url(images/arrow1.gif) no-repeat left 2px;
	padding:0 0 0 23px;
	color:#010101;
	font-size:16px;
	text-decoration:none;
}
.link1:hover {
	text-decoration:underline;
}
	.color1 {
		color:#5bb10c !important;
	}
	.color2 {
		color:#e25100 !important;
	}


.line-hor { 
	background:#ccd3d6;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:35px -24px 35px -24px;
}
.line-dotted { 
	background:url(images/line-dot.gif) left top repeat-x;
	height:2px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:30px 0 35px 0;
}
.line-ver { 
	background-image:url(images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}



.address dd { 
	clear:both;
}
	.address dd span { 
		float:left;
		width:86px;
	}
	.address dd a {
		color:#899a9d;
	}

/*===== content =====*/
#content {
	
}
	.list1 li {
		background:url(images/line-dot.gif) left bottom repeat-x;
		width:100%;
		overflow:hidden;
		font-size:11px;
		text-transform:uppercase;
		line-height:17px;
		padding-bottom:15px;
		margin-bottom:19px;
	}
		.list1 li img {
			float:left;
			margin-right:15px;
		}
		.list1 li a {
			color:#37add6;
			font-size:16px;
			text-transform:none;
			font-weight:bold;
			display:inline-block;
			padding-top:9px;
			text-decoration:none;
		}
		.list1 li a:hover {
			color:#2b2b2b;
			text-decoration:underline;
		}
		.list1 li span {
			text-transform:none;
			color:#a74738;
			font-size:12px;
		}
	
	
	
	.list2 li {
		background:url(images/arrow2.gif) no-repeat left 8px;
		padding:0 0 6px 10px;
		font-size:16px;
		font-style:italic;
	}
		.list2 li a {
			color:#37add6;
		}
    
    .list3 li {
		background:url(images/arrow2.gif) no-repeat left 8px;
		padding:0 0 6px 10px;
		font-size:12px;
		font-style:italic;
	}
	

	
	blockquote {
		font-size:12px;
		line-height:1.5em;
	}
	
	
/*===== footer =====*/
#footer .indent {
	padding:35px 0 0 0;
	text-align:center;
	color:#8e9a9d;
}
	#footer a {
		color:#8e9a9d;
		text-decoration:none;
	}
	#footer a:hover {
		text-decoration:underline;
	}
	#footer .nav li {
		display:inline;
		color:#c3d1d7;
	}
		#footer .nav li a {
			padding:0 10px 0 7px;
			color:#37add6;
		}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
}
	#contacts-form label { 
		display:block;
		height:29px;
	} 
		#contacts-form label input { 
			width:260px;
			padding:4px 0 4px 5px;
			color:#4f4f4f;
			border:1px solid #ccd3d6;
			background:#f5f8f9;
			font-size:11px;
		}
		#contacts-form textarea {
			width:260px;
			height:210px;
			padding:4px 0 4px 5px;
			margin-bottom:20px;
			color:#4f4f4f;
			overflow:auto;
			border:1px solid #ccd3d6;
			background:#f5f8f9;
			font-size:11px;
		}
/*==========================================*/
