* { 
	margin:0;
	padding:0;
}
body { 
	height:100%;
}
html {
	min-width:954px;
	
}
body { 
	background:url(images/bg1.gif) center top #555; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.125em;
	color:#b8b8b8;
}

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

#header {
	height:245px;
}
#content {
	border-bottom:1px solid #4a4a48;
	padding-bottom:11px;
	overflow:hidden;
	margin-bottom:11px;
}
#footer {
	background:#1c1c1c;
	padding:20px 0 20px 22px;
}


/*---- tailings ----*/
.main-bg {
	background:url(images/main-bg.gif) center top repeat-y;
	padding-bottom:25px;
	margin-bottom:31px;
}


/*----- 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 20px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:30px;
}
	.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:#dcdad7; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h2 {
	font-size:30px;
	line-height:1.2em;
	color:#fff;
	border-bottom:1px solid #2a2929;
	padding:24px 0 26px 11px;
	margin-bottom:25px;
}
h3 {
	font-size:1em;
	color:#dedede;
	margin-bottom:12px;
}

.link1 { 
	display:block;
	float:left;
	background:url(images/link1-bg.gif) left top repeat-x; 
	color:#fff; 
	text-decoration:none;
}
.link1:hover { 
	text-decoration:underline;
}
	.link1 em {
		display:block;
		background:url(images/link1-left.gif) no-repeat left top;
	}
	.link1 b { 
		display:block;
		background:url(images/link1-right.gif) no-repeat right top; 
		padding:2px 12px 2px 21px; 
		font-style:normal;
	}


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


/*==================boxes====================*/
.box {
	background:#202020;
	width:100%;
}
	.box .inner { 
		padding:0 25px 25px 25px;
	}
		.box h2 {
			border-bottom:1px solid #3e3e3d;
		}

.box1 {
	background:#0a0a0a;
	width:100%;
	color:#898989;
}
	.box1 .inner { 
		padding:32px 19px 30px 19px;
	}
		.box1 h2 {
			padding-top:0;
			border-bottom:1px solid #1d1d1d;
		}


	.address dt {
		margin-bottom:16px;
		color:#dedede;
		font-weight:bold;
	}
	.address dd { 
		clear:both;
	}
		.address dd span { 
			float:left;
			width:75px;
		}


/*===== content =====*/
#content .indent {
	padding:0 10px 0 11px;
}

	.slideshow-box {
		height:292px;
		margin-bottom:30px;
		margin-top:1px;
		overflow:hidden;
	}
	
	blockquote {
		background:url(images/quotes-bg.gif) no-repeat left top;
		padding:9px 0 31px 167px;
		color:#cbcbcb;
		font-size:26px;
		line-height:30px;
	}
		blockquote a {
			color:#229ef3;
			text-decoration:none;
			border-bottom:2px solid #229ef3;
		}
		blockquote a:hover {
			border-bottom:none;
		}
		
	.list1.alt {
		padding-left:40px;
	}
	.list1 li {
		background:url(images/arrow1.gif) no-repeat left 7px;
		padding:0 0 6px 19px;
	}
		.list1 li a {
			color:#a4a4a4;
		}
	
	.testimonials li {
		font-weight:bold;
		text-align:right;
		color:#dedede;
		padding-bottom:18px;
	}
		.testimonials li div {
			text-align:left;
			font-weight:normal;
			color:#b8b8b8;
			padding-bottom:12px;
		}
	



/*----- forms -----*/
#search-form {
	float:right;
	margin:66px 0 0 0;
	background:url(images/search-bg.gif) no-repeat left top;
	width:303px;
	height:48px;
}
	#search-form fieldset {
		border:none;
		padding:14px 0 0 15px;
		
	}
			#search-form strong {
				color:#fff;
				font-size:18px;
				padding-right:12px;
			}
			#search-form input.text {
				width:140px;
				padding:0 10px 0 10px;
				margin-right:6px;
				background:none;
				border:none;
				color:#2c2c2c;
				position:relative;
				top:-2px;
			}
			#search-form input.submit {
				width:38px;
				height:20px;
				color:#fff;
				font-weight:bold;
				background:none;
				border:none;
				cursor:pointer;
				text-align:center;
				position:relative;
				top:-4px;
			}

#contacts-form fieldset {
	border:none;
	width:100%;
	overflow:hidden;
}
	#contacts-form label { 
		display:block;
		height:48px;
	} 
		#contacts-form label input { 
			width:240px;
			padding:2px 0 2px 3px;
			color:#111;
			background:#fff;
			border:1px solid #a4a4a4;
		}
		#contacts-form textarea {
			width:260px;
			height:111px;
			padding:2px 0 2px 3px;
			margin-bottom:29px;
			color:#111;
			background:#fff;
			border:1px solid #a4a4a4;
			overflow:auto;
		}
		#contacts-form .col-1 { 
			width:295px !important;
			margin-right:0 !important;
		}
		#contacts-form .col-2 { 
			width:270px !important;
		}
		#contacts-form .link1 {
			margin-left:23px;
			float:right;
		}

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

