* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:933px;
}
body { 
	background:#fff; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.25em;
	color:#aaa;
}

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;
	color:#FEC018;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:100%;
}




/*==== GLOBAL =====*/
#main {
	width:933px; 
	margin:0 auto;
	font-size:.75em;
	padding:31px 0 0 0;
}

#header {
	height:81px;
}
#content {
	min-height:530px;
	height:auto !important;
	height:530px;
}
	#content .aside {
		float:left;
		width:164px;
	}
	#content .mainContent {
		float:left;
		width:689px;
	}
#footer {
	border-top:1px solid #d1d1d1;
}


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

h2 {
	font-size:1em;
	font-weight:normal;
	color:#FDC009;
	float:left;
	width:140px;
	text-align:right;
	padding-right:15px;
}
h3 {
	font-size:20px;
	line-height:1.2em;
	font-weight:normal;
	letter-spacing:-2px;
	color:#FDC009;
	margin-bottom:13px;
}
h4 {
	font-size:1em;
	font-weight:normal;
	margin-bottom:10px;
}
h5 {
	font-size:1em;
	margin-bottom:12px;
}

.link1 { 
	color:#FDC009;
}
	

.line-hor { 
	background:url(images/line-dotted.gif) left top repeat-x;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:29px 0 29px 0;
}


/*==================boxes====================*/
.box {
	border:1px solid #e6e6e6;
	float:left;
	width:531px;
}
	.box .inner { 
		padding:12px 15px 13px 36px;
	}

.address { 
	float:left;
}
	.address dt {
		margin-bottom:12px;
		font-weight:bold;
	}
	.address dd { 
		clear:both;
	}
		.address dd span { 
			float:left;
			width:77px;
		}
		.address dd a {
			color:#FEC018;
		}

/*===== content =====*/
#content .inside {
	padding:0 0 30px 0;
}
	#content .aside ul li {
		font-size:20px;
		line-height:1.2em;
		padding-bottom:6px;
	}
		#content .aside ul li a {
			color:#7c7979;
			text-decoration:none;
			letter-spacing:-1px;
		}
		#content .aside ul li a:hover, #content .aside ul li a.current {
			color:#000;
			text-decoration:none;
		}
	
	#content .mainContent {
		padding:10px 0 0 0;
	}
	
	.gallery {
		width:100%;
		overflow:hidden;
		padding-bottom:10px;
	}
		.gallery dt {
			float:left;
			width:142px;
			text-align:right;
			color:#FDC009;
		}
		.gallery dd {
			float:left;
			margin-left:12px;
		}
	
	.gallery-alt dt {
		padding:5px 0 12px 154px;
	}
	.gallery-alt dd {
		padding:0 0 0 154px;
	}
		.gallery-alt dd span {
			float:left;
			padding:4px 0 0 0;
		}
			.gallery-alt dd a {
				color:#aaa;
				text-decoration:none;
				border-bottom:1px dotted #aaa;
			}
			.gallery-alt dd a:hover {
				border-bottom:none;
			}
		.gallery-alt dd img {
			float:right;
			margin-left:22px;
		}
	
	.scroll-box {
		overflow:auto;
		height:350px;
	}
		.scroll-box .scroll-inner {
			padding:20px 15px 10px 0;
		}
	
	.list1 li {
		color:#FDC009;
	}
		.list1 li a {
			color:#FEC018;
		}

/*===== footer =====*/
#footer {
	padding:25px 0 53px 0;
}
	#footer a {
		color:#aaa;
	}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
	width:100%;
	overflow:hidden;
}
	#contacts-form label { 
		display:block;
		height:42px;
	} 
		#contacts-form label input { 
			width:210px;
			padding:3px 0 3px 3px;
			color:#aaa;
			background:none;
			border:1px solid #cac9c5;
		}
		#contacts-form textarea {
			width:216px;
			height:100px;
			padding:3px 0 2px 3px;
			margin-bottom:15px;
			color:#aaa;
			background:none;
			border:1px solid #cac9c5;
			overflow:auto;
		}
		#contacts-form .col-1 { 
			width:240px !important;
			margin-right:0 !important;
		}
		#contacts-form .col-2 { 
			width:223px !important;
		}
		#contacts-form a {
/*			background:url(images/arrow1.gif) no-repeat left 6px; */
			padding:0px 7px 0 7px;
			margin-right:10px;
			color:#FEC018;
			text-decoration:none;
			border:1px solid #aaaaaa;
			text-align:center;
			display:block;
			float:left;
		}

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

#coverMenu {
	position:absolute;
	z-index:99;
	float:left;
	width:164px;
	height:450px;
	background-color:white;
}
