* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:980px;
}
body { 
	background:url(../images/tail-top.jpg) left top repeat-x #101012; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.125em;
	color:#646464;
}

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:980px; 
	margin:0 auto;
	font-size:.75em;
}

#header {
	height:50px;
}
#content {
	width:980px;
}
	#content .aside {
		float:left;
		width:394px;
		margin-right:8px;
	}
	#content .aside-alt {
		width:193px;
		float:left;
		margin-right:8px;
	}
	#content .mainContent {
		float:left;
		width:394px;
		background:url(../images/content-bg.gif) left top repeat-x;
		height:570px;
	}
	#content .mainContent-alt {
		width:595px;
		float:left;
		background:url(../images/content-bg.gif) left top repeat-x;
		height:570px;
	}


/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:5px 20px 0 0; 
	float:left;
}
.img-indent.fright {
	float:right;
	margin:5px 0 0 20px;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:18px;
}
.p1 { 
	margin-bottom:9px;
}
.p2 { 
	margin-bottom:18px;
}
.p3 { 
	margin-bottom:27px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#646464; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h2 {
	font-size:24px;
	line-height:1.2em;
	color:#434343;
	background:url(../images/marker.gif) no-repeat left 6px;
	padding:0 0 0 23px;
	text-transform:uppercase;
	margin-bottom:12px;
	letter-spacing:-1px;
}
h3 {
	font-size:1em;
	margin-bottom:12px;
}
h4 {
	font-size:1em;
	line-height:16px;
	margin-bottom:10px;
}
h5 {
	font-size:1em;
	color:#c06a0f;
	text-transform:uppercase;
}


.line-hor { 
	background:#eaf2f7;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:20px 0 20px 0;
}
.line-hor1 { 
	background:#eaf2f7;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:27px 0 27px 0;
}
.line-ver { 
	background-image:url(../images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}

.title { 
	margin-bottom:20px;
}


/*==================boxes====================*/
.box {
	width:100%;
}
	.box .border-top {
		background:url(../images/border.gif) repeat-x left top;
	}
	.box .border-bot {
		background:url(../images/border.gif) repeat-x left bottom;
	}
	.box .border-left {
		background:url(../images/border.gif) repeat-y left top;
	}
	.box .border-right {
		background:url(../images/border.gif) repeat-y right top;
	}
	.box .left-top-corner {
		background:url(../images/left-top-corner.gif) no-repeat left top;
	}
	.box .right-top-corner {
		background:url(../images/right-top-corner.gif) no-repeat right top;
	}
	.box .left-bot-corner {
		background:url(../images/left-bot-corner.gif) no-repeat left bottom;
		}
	.box .right-bot-corner {
		background:url(../images/right-bot-corner.gif) no-repeat right bottom;
		}
	.box .inner { 
		padding:15px 20px 18px 30px !important;
	}

.address { 
	float:left;
}
	.address dt {
		margin-bottom:18px;
	}
		.address dt strong {
			display:block;
			margin-bottom:10px;
		}
	.address dd { 
		clear:both;
	}
	.address dd.last {
		padding-top:6px;
	}
		.address dd span { 
			float:left;
			width:90px;
		}


/*===== header =====*/
#header .row-1 {
	height:61px;
}
	#header .nav {
		padding:21px 0 0 5px;
	}
		#header .nav li {
			display:inline;
		}
			#header .nav li a {
				color:#4b616e;
				text-transform:uppercase;
				font-size:11px;
				text-decoration:none;
				background:url(../images/divider.gif) no-repeat left 2px;
				padding:0 30px 0 30px;
				text-shadow:1px 1px #130a0a;
			}
			#header .nav li a:hover, #header .nav li a.current {
				color:#fff;
				text-decoration:none;
			}
			#header .nav li a.first {
				padding-left:0;
				background:none;
			}
			#header .nav li a.last {
				padding-right:0;
			}
#header .row-2 img {
	position:relative;
	margin:0 0 0 -64px;
	padding:33px 0 0 0;
}

/*===== content =====*/
#content {
	height:570px;
}
	.gallery {
		width:100%;
		overflow:hidden;
	}
		.gallery li {
			float:left;
			padding-right:8px;
		}
		.gallery li.last {
			padding-right:0;
		}
	
	.pricelist li {
		width:100%;
		overflow:hidden;
		background:url(../images/line-dotted.gif) left bottom repeat-x;
		vertical-align:top;
	}
		.pricelist li a {
			float:left;
			background:#fff;
			text-decoration:none;
		}
		.pricelist li a:hover {
			color:#000;
			text-decoration:underline;
		}
		.pricelist li span {
			float:right;
			background:#fff;
		}

#content .mainContent .indent {
	padding:6px 6px 70px 6px;
}
	#content .mainContent .indent .indent {
		padding:30px 14px 0 14px;
	}

#content .mainContent-alt .inner {
	padding:21px 38px 20px 39px;
}
	
		.folio {
			width:100%;
			overflow:hidden;
			background:#e9eced;
			padding:13px 0 0 0;
		}
			.folio li {
				float:left;
				padding:0 0 12px 12px;
			}
		
		.list1 li {
			font-weight:bold;
			padding-bottom:2px;
		}

/*===== footer =====*/
#footer {
	color:#4b616e;
	font-size:10px;
	text-transform:uppercase;
	padding:20px 0 20px 0;
}
	#footer a {
		color:#c6c6c6;
		text-decoration:none;
	}
	#footer a:hover {
		text-decoration:underline;
	}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
	width:100%;
	overflow:hidden;
	font-weight:bold;
}
	#contacts-form label { 
		display:block;
		height:42px;
	} 
		#contacts-form label input { 
			width:240px;
			padding:3px 0 3px 3px;
			background:none;
			border:1px solid #a09b96;
		}
		#contacts-form textarea {
			width:250px;
			height:100px;
			padding:3px 0 2px 3px;
			margin-bottom:25px;
			background:none;
			border:1px solid #a09b96;
			overflow:auto;
		}
		#contacts-form .col-1 { 
			width:259px !important;
			margin-right:0 !important;
		}
		#contacts-form .col-2 { 
			width:259px !important;
		}
		#contacts-form .button {
			margin-left:15px;
			float:right;
		}

/*==========================================*/

