* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:766px;
}
body { 
	background:url(images/main-bg.jpg) no-repeat 0 29px; 
	font-family:Tahoma, Geneva, sans-serif;
	font-size:100%; 
	line-height:.75em;
	color:#363e4f;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}
table, table td { 
	padding:0;
	border:none;
	border-collapse:collapse;
}

.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:766px;
	font-size:.625em;
	position:relative;
	min-height:700px;
	height:auto !important;
	height:700px;
}
#footer {
	position:absolute;
	bottom:5px;
	left:5px;
	text-transform:uppercase;
	font-size:9px;
}


/*----- 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 10px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:17px;
}
	.img-box img { 
		float:left; 
		margin:0 10px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:12px;
}
.p1 { 
	margin-bottom:6px;
}
.p2 { 
	margin-bottom:12px;
}
.p3 { 
	margin-bottom:18px;
}

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

h2 {
	background:url(images/title-bg.png) no-repeat 0 0;
	font-family:Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	color:#000;
	font-size:10px;
	height:34px;
	line-height:25px;
	text-align:center;
	width:122px;
	text-indent:-4px;
	margin-bottom:20px;
	margin-left:-7px;
}

.link1 { 
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
}
.link1:hover {
	text-decoration:underline;
}




/*==================boxes====================*/
.box {
	background:url(images/box-bg.jpg) no-repeat 0 0;
	width:674px;
	height:480px;
	position:absolute;
	left:0;
	top:157px;
}
	.box .inner { 
		padding:10px 39px 0 7px;
	}
		.box .inner .inner {
			padding:0 0 0 18px;
		}
		.box .inner1 { 
			padding:10px 10px 12px 12px;
		}
	
		.box .close {
			position:absolute;
			right:47px;
			top:23px;
		}

.block {
	border:1px solid #ddd9ca;
	background:#fdfbf7;
}

.address { 
	padding:4px 0 10px 0;
}
	.address dt {
		font-weight:bold;
	}
	.address dd { 
		clear:both;
	}
		.address dd span { 
			float:left;
			width:72px;
		}


/*===== header =====*/
#header .logo {
	position:absolute;
	left:0;
	top:0;
}

/*===== content =====*/
#content .section {
	padding-bottom:20px;
}
	#content .nav li {
		position:absolute;
		left:0;
		top:0;
	}
	#content .nav li.about-item {
		left:143px;
		top:360px;
	}
	#content .nav li.gallery-item {
		left:393px;
		top:404px;
	}
	#content .nav li.contacts-item {
		left:419px;
		top:189px;
	}
	
	
	.advanced-menu {
		position:absolute;
		left:18px;
		top:626px;
	}
		.advanced-menu li {
			display:inline;
			font-weight:bold;
			color:#5c5c5c;
		}
			.advanced-menu li a {
				text-transform:uppercase;
				color:#5c5c5c;
				padding:0 8px 0 5px;
			}
			.advanced-menu li a:hover, .advanced-menu li a.current {
				color:#a72727;
				text-decoration:none;
			}
	
	
	.list1 li {
		background:url(images/marker.gif) no-repeat 0 6px;
		padding:2px 0 5px 12px;
	}
	.list1.alt {
		color:#3f0202;
		margin-left:4px;
	}
		.list1.alt li {
			padding:6px 10px 7px 12px;
			background-position:0 10px;
		}



/*--- gallery begin ---*/
ul.pagination { width:100%; overflow:hidden;}
ul.pagination li { float:left; margin:0 13px 13px 0;}
ul.pagination li a {}
ul.pagination li.current a { }
#faded { width:280px; padding-left:17px;}

#faded .rap { height:176px; overflow:hidden;}
#faded .rap img { padding:3px; background:#fff; border:1px solid #ded5c5;}
/*--- gallery end ---*/
		

/*===== footer =====*/
#footer {
	color:#5c5c5c;
}
	#footer a {
		color:#5c5c5c;
		text-decoration:none;
	}
	#footer a:hover {
		text-decoration:underline;
	}

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