* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
body { 
	background:#cbcbcb; 
	font-family:Arial, Helvetica, sans-serif; font-size:100%; 
	line-height:1em;
	color:#818181;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline: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;
}

 .wrapper p
{ 
	text-align:left;
	size:15em;
	padding: 10px, 0px, 0px, 10px;
	
}
 .wrapper h1{
 text-align:center;
 }


.container { 
	width:100%;
}

ul { list-style:none;}


/*==== GLOBAL =====*/
#main {
	width:982px; 
	margin:0 auto;
	font-size:.75em;
	position:relative;
}

#header {
	height:1500px;
}
#content {
	
}

	
}

#footer {
	height:73px;
}


/*---- tailings ----*/
.tail-bottom { 
	background:url(images/tail-bottom.gif) left bottom repeat-x #dcdcdc;
}


/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif; font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}

#contacts-form fieldset {
	border:none;
	width:100%;
	overflow:hidden;
}
	#contacts-form label { 
		display:block;
		height:52px;
	} 
		#contacts-form label input { 
			width:208px;
			padding:0 0 0 3px;
			color:#111;
		}
		#contacts-form textarea {
			width:208px;
			height:210px;
			padding:0 0 0 3px;
			margin-bottom:20px;
			color:#111;
			overflow:auto;
		}


/*----- other -----*/
.img-indent { 
	margin:0 15px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:15px;
}


	.img-box img { 
		float:left; 
		margin:0 15px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:16px;
}
.p1 { 
	margin-bottom:8px;
}
.p2 { 
	margin-bottom:16px;
}
.p3 { 
	margin-bottom:24px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#ba1c1c; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1 {
	color:#ba1c1c;
	font-size:29px;
	line-height:1.2em;
	text-align:right;
	margin-bottom:11px;
}
h1 span { }

h2 {
	color:#1e1e1e;
	font-size:2em;
	line-height:1.2em;
	margin-bottom:10px;
}
h3 {
	color:#1e1e1e;
	font-size:1.5em;
	line-height:1.2em;
	margin-bottom:10px;
}
h4 {
	font-size:1em;
	margin-bottom:16px;
}
h4.alt2 {
	margin-bottom:8px;
}

h5 {
	font-size:1em;
	color:#ba1c1c;
	margin-bottom:8px;
}


.link1 { 
	background:url(images/arrow3.gif) no-repeat right 5px; 
	color:#ba1c1c;
	font-weight:bold;
	padding:0 7px 0 0;
}

.link2 { 
	background:url(images/arrow5.gif) no-repeat right 5px; 
	color:#ba1c1c;
	font-weight:bold;
	padding:0 7px 0 0;
}


.line-hor { 
	background:url(images/line-hor.gif) left top repeat-x;
	height:2px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:20px 0 20px 0;
}

.line-hor1 { 
	border-top:1px dotted #848484;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:5px 0 5px 0;
}

.line-hor2 { 
	border-top:1px dotted #848484;
	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%;
}

.title { 
	margin-bottom:20px;
}


/*==================boxes====================*/
.box {
	background:#fff;
	width:100%;
}

.box.alt1 {
	background:url(images/box-bg.jpg) no-repeat 4px bottom #fff;
}

	.box .border-top {
		background:url(images/border-top.gif) repeat-x top;
	}
	.box .border-bot {
		background:url(images/border-bottom.gif) repeat-x bottom;
	}
	
	.box .border-right {
		background:url(images/border-right.gif) repeat-y right;
	}
	.box .inner { 
		padding:20px 24px 120px 30px;
	}
	.box .inner1 { 
		padding:20px 24px 25px 30px;
	}

.extra-banner {
	background:#ba1c1c;
	width:100%;
	color:#f0ba39;
	font-size:1.33em;
	line-height:1.2em;
	font-weight:bold;
	margin-bottom:7px;
}
	.extra-banner .inner {
		padding:27px 15px 40px 30px;
	}
	.extra-banner span {
		float:left;
	}
	.extra-banner em {
		font-size:24px;
		line-height:1.2em;
	}
	
	.extra-banner dl {
		width:100%;
		overflow:hidden;
		padding-bottom:14px;
	}
	
		.extra-banner dl dt {
			color:#fff;
			text-transform:uppercase;
			padding-bottom:14px;
		}
		.extra-banner dl dd {
			width:100%;
		}
	.extra-banner .link1 {
		color:#fff;
		font-size:14px;
		line-height:1.2em;
		border-bottom:1px solid #fff;
		float:right;
		background:url(images/arrow4.gif) no-repeat right 4px;
		padding-right:8px;
		margin-top:10px;
	}

.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 .header-top {
	height:124px;
}

#header .logo {
	float:left;
	padding:23px 0 0 22px;
}

#header .nav {
	float:right;
	margin-top:59px;
	background:url(images/nav-right.gif) no-repeat right top;
	padding-right:2px;
}
	#header .nav li {
		float:right;
		padding-right:2px;
		background:url(images/divider.gif) no-repeat right top;
	}
	#header .nav li.last {
		background:none;
		padding-right:0;
	}
	#header .nav li a {
		background:url(images/nav-bg.gif) left top repeat-x;
		font-size:14px;
		float:left;
		color:#5f5f5f;
		height:46px;
		line-height:44px;
		padding:0 28px 0 28px;
		text-decoration:none;
	}
	#header .nav li a:hover, #header .nav li a.current {
		background:url(images/nav-bg-act.gif) left top repeat-x;
		color:#666666;
		text-decoration:none;
	}
	
	

.top-links {
	position:absolute;
	right:-17px;
	top:26px;
}
	.top-links li {
		display:inline;
	}
		.top-links li a {
			background:url(images/bull.gif) no-repeat left 6px;
			padding:0 17px 0 11px;
			color:#5f5f5f;
			font-weight:bold;
			text-decoration:none;
		}
		.top-links li a:hover {
			color:#ba1c1c;
		}
		
#header .main-banner {
	background:url# no-repeat left top;
	height:250px;
	margin-bottom:5px;
	overflow:hidden;
}
	#header .main-banner .inner {
		padding:12px 0px 0 8px;
		color:#00CC00;
	}


.sm-banners { 
	padding:9px 0 0 0;
	overflow:hidden;
	margin-bottom:-11px;
	background:url(images/sm-banner-bg.gif) no-repeat right top;
	width:250px;
	float:left;
}
	.sm-banners li {
		background:url(images/banner-divider.gif) no-repeat left bottom;
		height:75px;
		margin-bottom:11px;
		padding:0 0 0 5px;
	}
	.sm-banners li.last {
		background:none;
	}

.info {
	float:right;
	text-align:right;
	color:#a5a5a5;
	width:408px;
}
	.info .inner {
		padding: 10px 0 0 0px !important;
		
	}
	.info p {
		padding:0 0 18px 60px;
		background:url(images/line-hor.gif) left bottom repeat-x;
		margin-bottom:16px;
	}


	.info .top-propose {
		width:100%;
		overflow:hidden;
		background:url(images/line-ver.gif) 210px top repeat-y;
	}
		.info .top-propose li {
			float:left;
			width:195px;
			margin-right:25px;
		}
		.info .top-propose li.last {
			margin-right:0;
			width:155px;
		}
		
		.info .inner p {
			color:#FFFFFF;
			
			
			
		}
			.info .top-propose li div {
				font-size:1.5em;
				color:#ba1c1c;
				line-height:1.2em;
				margin-bottom:6px;
			}
			.info .top-propose li strong {
				color:#858585;
			}
			.info .top-propose li a {
				background:url(images/arrow1.gif) no-repeat right 5px;
				padding:0 8px 0 0;
				color:#ba1c1c;
				font-weight:bold;
			}

#slider {
	height:194px;
	background:url(images/slider-bg.gif) left top repeat-x;
	position:relative;
}
	#slider .prevButton {
		position:absolute;
		left:-15px;
		top:74px;
	}
	#slider .nextButton {
		position:absolute;
		right:-15px;
		top:74px;
	}
	#slider dl {
		padding:0 0 0 4px;
		background:url(images/slider-right.gif) no-repeat right top;
		height:194px;
	}
	
		#slider dl dt {
			font-weight:bold;
			padding:9px 0 9px 13px;
		}
			#slider dl dd li {
				float:left;
				margin-right:1px;
			}

/*===== content =====*/
#content {
	padding:5px 0 23px 29px;
}
	#content .indent {
		padding:22px 0 0 0;
	}

.list1 li { 
	border-bottom:1px dotted #848484;
	font-size:14px;
	background:url(images/arrow2.gif) no-repeat left 4px;
	padding:0 0 4px 17px;
	margin-bottom:5px;
}
.list1 li.last {
	border-bottom:none;
	margin-bottom:0;
}
	.list1 li a {
		color:#ba1c1c;
		text-decoration:none;
	}
	.list1 li a:hover {
		color:#000;
	}
	
.list2 li {
	font-size:14px;
	background:url(images/arrow2.gif) no-repeat left 4px;
	padding:0 0 10px 17px;
}
.list2 li.last {
	border-bottom:none;
	margin-bottom:0;
}
	.list2 li a {
		color:#ba1c1c;
		text-decoration:none;
	}
	.list2 li a:hover {
		color:#000;
		text-decoration:underline;
	}

.gallery {
	width:100%;
	overflow:hidden;
	margin-bottom:-14px;
}
	.gallery li {
		float:left;
		width:131px;
		margin-right:11px;
		font-size:14px;
		color:#1e1e1e;
		padding-bottom:14px;
	}
	.gallery li.alt {
		margin-right:0;
	}
		.gallery li img {
			margin-bottom:8px;
		}
		.gallery li strong {
			background:url(images/arrow1.gif) no-repeat right 5px;
			padding-right:8px;
			float:left;
		}
		
.pricelist li {
	background:url(images/line-hor1.gif) left bottom repeat-x;
	width:100%;
	overflow:hidden;
	vertical-align:top;
	margin-bottom:8px;
}

	.pricelist li a {
		float:left;
		background:#dcdcdc;
		color:#818181;
		text-decoration:none;
		font-weight:bold;
	}
	.pricelist li a:hover {
		color:#000;
	}
	
	.pricelist li strong {
		color:#ba1c1c;
		float:right;
		background:#dcdcdc;
	}

/*===== footer =====*/
#footer {
	text-align:center;
	clear:both;
	color:#818181;
	font-size:1.17em;
}
	#footer a {
		color:#818181;
		text-decoration:none;
	}
	#footer a:hover {
		text-decoration:underline;
	}
	
	#footer .nav {
		padding:25px 0 8px 0;
		font-size:.85em;
		margin-right:-15px;
	}
		#footer .nav li {
			display:inline;
			color:#1e1e1e;
		}
			#footer .nav li a {
				color:#1e1e1e;
				text-decoration:none;
				padding:0 15px 0 12px;
			}
			#footer .nav li a:hover, #footer .nav li a.current {
				text-decoration:underline;
			}

/*==========================================*/
