* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
body { 
	background:url(../images/body-bg.gif) left top #1d1d1c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.25em;
	color:#212121;
}

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:920px; 
	margin:0 auto;
	font-size:.875em;
}

#header {
	height:206px;
}


/*----- 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 24px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:30px;
}
	.img-box img { 
		float:left; 
		margin:0 24px 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:#ff372f; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h2 {
	font-size:30px;
	text-transform:uppercase;
	line-height:1.2em;
	margin-bottom:28px;
}
h3 {
	font-size:20px;
	line-height:1.2em;
	text-transform:uppercase;
	margin-bottom:30px;
}
h4 {
	font-size:21px;
	line-height:1.2em;
	font-weight:normal;
	margin-bottom:15px;
	padding-top:12px;
}
h5 {
	font-size:17px;
	font-weight:normal;
	color:#ff372f;
	margin-bottom:12px;
}


.line-hor { 
	background:url(../images/line-hor.gif) left top repeat-x;
	height:2px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:40px 0 40px 0;
}
.line-ver { 
	background-image:url(../images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}

.address { 
	float:left;
}
	.address dd { 
		clear:both;
		text-align:right;
	}
		.address dd span { 
			float:left;
			padding-right:25px;
		}


/*===== header =====*/
#header .row-1 {
	height:65px;
	font-size:12px;
	color:#626261;
	overflow:hidden;
}
	#header .row-1 .fleft {
	text-transform:uppercase;
	padding-top: 35px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 19px;
	}
	#header .row-1 .top-nav {
		float:right;
		padding:35px 10px 0 0;
	}
		#header .row-1 .top-nav li {
			display:inline;
		}
			#header .row-1 .top-nav li a {
				color:#60605f;
				text-transform:uppercase;
				padding:0 6px 0 3px;
				text-decoration:none;
			}
			#header .row-1 .top-nav li a:hover {
				color:#fff;
			}
#header .row-2 {
	height:141px;
	background:#fff;
	overflow:hidden;
}
	#header .row-2 .fleft {
	padding-top: 44px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	}
	.nav {
		float:right;
		padding:83px 20px 0 0;
	}
		.nav li {
			display:inline;
		}
			.nav li a {
	float:left;
	font-size:14px;
	padding:12px 10px 12px 10px;
	color:#212121;
	text-decoration:none;
	text-transform:uppercase;
			}
			.nav li a:hover{
				color:#ff372f;
				text-decoration:underline;
			}
			.nav li a.current {
				color:#fff !important;
				background:#ff372f;
				text-decoration:none !important;
			}
			

/*===== content =====*/
#content {
	padding:0 20px 60px 20px;
	background:#fff;
}
	.main-banner {
	width:880px;
	height:550px;
	margin-bottom:33px;
	background-image: url(../images/main-banner2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
	.main-banner.small {
	height:195px;
	background-position:left top;
	background-image: url(../images/banner_small.jpg);
	background-repeat: no-repeat;
	}
		.main-banner ul {
			padding:40px 0 0 40px;
		}
			.main-banner li {
	margin-bottom:5px;
	width:400px;
	height:75px;
	font-size:12px;
	line-height:14px;
	color:#fff;
	cursor: pointer;
	background-color: #212121;
			}
				.main-banner li.banner1 {
					background:url(../images/banner1.gif) no-repeat left top;
				}
				.main-banner li.banner2 {
					background:url(../images/banner2.gif) no-repeat left top;
				}
				.main-banner li.banner3 {
					background:url(../images/banner3.gif) no-repeat left top;
				}
				.main-banner li.banner4 {
					background:url(../images/banner4.gif) no-repeat left top;
				}
					.main-banner li span {
						display:block;
						padding:21px 45px 0 49px;
					}
						.main-banner li strong {
							display:block;
							font-size:18px;
							line-height:1.2em;
							text-transform:uppercase;
							margin-bottom:8px;
						}
						.main-banner li a {
							color:#fff;
						}
	
	
	
	.list1 li {
		background:url(../images/arrow1.gif) no-repeat left 3px;
		padding:0 0 5px 30px;
	}

/*===== footer =====*/
#footer {
	font-size:12px;
	text-transform:uppercase;
	padding:18px 0 100px 20px;
	color:#fff;
}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
	width:100%;
	overflow:hidden;
}
	#contacts-form label { 
		display:block;
		height:58px;
	} 
		#contacts-form label input { 
			width:173px;
			padding:3px 0 3px 3px;
			color:#212121;
			background:none;
			border:1px solid #a09b96;
		}
		#contacts-form textarea {
			width:195px;
			height:134px;
			padding:3px 0 2px 3px;
			margin-bottom:25px;
			color:#212121;
			background:none;
			border:1px solid #a09b96;
			overflow:auto;
		}
		#contacts-form .col-1 { 
			width:215px !important;
			margin-right:0 !important;
		}
		#contacts-form .col-2 { 
			width:200px !important;
		}
		#contacts-form .button {
			margin-left:15px;
			float:right;
		}

/*==========================================*/
.borde {
	border: 1px solid #000000;
}
.main-banner li.banner5 {
	background-image: url(../images/banner5.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.main-banner li.banner6 {
	background-image: url(../images/banner6.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
