* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
body { 
	background:#d0ccab; 
	font-family:Arial, Helvetica, sans-serif; font-size:100%; 
	line-height:1em;
	color:#504f42;
}

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;
}
.container { 
	width:100%;
}

ul { list-style:none;}


/*==== GLOBAL =====*/
#main {
	width:980px; 
	margin:0 auto;
	font-size:.75em;
	position:relative;
}

#header {
	height:671px;
}
#content {
	
}


/*---- 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 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	margin-bottom:16px;
	color:#504f42;
}
.p1 { 
	margin-bottom:8px;
}
.p2 { 
	margin-bottom:16px;
}
.p3 { 
	margin-bottom:24px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#5d2323;
	text-decoration:underline 
	outline:none;
}
a:hover{
	text-decoration:none;
}
a:visited {
	color:#5d2323;
	text-decoration:underline 
}
h1 {
	color:#504f42;
	font-size:26px;
	line-height:1.2em;
	margin-bottom:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h2 {
	color:#504f42;
	font-size:2em;
	line-height:1.2em;
	margin-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;

}
h3 {
	color:#504f42;
	font-size:1.5em;
	line-height:1.2em;
	margin-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;

}
h4 {
	font-size:1em;
	margin-bottom:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#5d2323;
}
h4.alt2 {
	margin-bottom:8px;
}

h5 {
	font-size:1em;
	color:#ba1c1c;
	margin-bottom:8px;
}

.price {
	color:#5d2323;
	font-size:16px;
	float:right;
}

.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;
		background-color:#5d2323;
	}
	.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:92px;
}

#header .logo {
	float:left;
	padding:0px 0 0 22px;
}

#header .nav {
	float:right;
	margin-top:23px;
	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:#fff;
		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(images/banner-main.jpg) no-repeat left top;
	height:346px;
	margin-bottom:0px;
	overflow:hidden;
}
	#header .main-banner .inner {
		padding:12px 315px 0 8px;
	}


#header .int-banner {
	background:url(images/banner-int.jpg) no-repeat left top;
	height:270px;
	margin-bottom:0px;
	overflow:hidden;
}
	#header .int-banner .inner {
		padding:12px 2px 0 8px;
	}

.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 {
		margin-bottom:0px;
		padding:0 0 0 5px;
	}
	.sm-banners li.last {
		background:none;
	}

.info {
	float:left;
	text-align:left;
	color:#504f42;
	width:400px;
}
	.info .inner {
		padding:30px 0px 2px 20px !important;
	}
.info-int {
	float:left;
	text-align:left;
	color:#504f42;
	width:714px;
}
	.info-int .inner {
		padding:30px 0px 0px 20px !important;
		width:290px;
	}	
	.info p {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:14px;
		width:240px;
	}


	.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 .top-propose li div {
				font-size:1.5em;
				color:#1e1e1e;
				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:198px;
	background:url(images/slider-bg.gif) left top repeat-x;
}
#slider-top{
	background:url(images/slider-top.gif) left top;
	height:38px;
}
#slider-top-text{
	color:#FFFFFF;
	font-size:14px;
	padding-left:15px;
	padding-top:17px;
}
#slider-images {
	margin-left:6px;
	height:158px;
}


/*===== 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:128px;
		height:180px;
		margin-right:12px;
		font-size:14px;
		color:#1e1e1e;
		padding-bottom:14px;

	}
	.gallery li.alt {
		margin-right:0;
	}
		.gallery li img {
			margin-bottom:6px;
		}
		.gallery li strong {
			padding-right:4px;
			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;
	}


/*===== stay connected =====*/
#stay-connected {

	}
#stay-connected-pannel {
		float:left; 
		margin-top:3px; 
		background-color:#b6b396; 
		height:163px; 
		padding: 16px 12px 0 23px; 
		color:#504f42;
	}

/*===== footer =====*/
#footer {
	margin-top:20px; 
	text-align:right;
	background-color:#504c2a;
	font-size:11px;
	width:980px; 
	border-top: #FFFFFF thin solid;
	color:#FFFFFF;
}
#footer .indent {
	padding:20px;
}

#footer p{
	font-size:11px;
	color:#FFFFFF;
}

#footer a {
	color:#ffffff;
	text-decoration:underline 
	outline:none;
}
#footer a:hover{
	text-decoration:none;
}
#footer a:visited {
	color:#ffffff;
	text-decoration:underline 
}
/*==========================================*/
