/* Getting the new tags to behave */
article, aside, audio, 
canvas, command, 
datalist, details, 
embed, 
figcaption, figure, footer, 
header, hgroup, 
keygen, 
meter, 
nav, 
output, 
progress, 
section, source, 
video {
	display:block;
}
mark, 
rp, rt, ruby, 
summary, 
time {
	display:inline;
}

/* Global properties ======================================================== */
body {
	font-family:Arial, sans-serif, Tahoma, "ËÎÌå";
	font-size:100%;
	line-height:1em;
	color:#000000;
	background-color: #FFFFCC;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
}
html { 
	min-width:980px;
}
html, 
body { 
	height:100%;
}



/* Global Structure ============================================================= */
#main {
	margin:0 auto;
	position:relative;
	width:980px;
	font-size:.75em;
}

	/* Header */
	header{
		height:668px;
		overflow:hidden;
	}
	
	/* Content */
	section#content {
		width:640px;
		float:left;
		margin-right:20px;
	}
	
	/* Sidebar */
	aside {
		width:320px;
		float:left;
		padding-top:11px;
	}
			
	/* Footer */
	footer {
		text-align:right;
		padding:18px 0 22px 0;
		font-size:.92em;
		font-weight:bold;
		color:#8b6917;
	}




/* Left & Right alignment */

.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;
}



/*---- tailings ----*/
.tail-top { 
}
.tail-middle {
}
.bg-top {
}
.bg-bottom {
}
.gallery-bg {
	background:url(../images/gallery-bg.gif) no-repeat center 138px;
}

/*----- form defaults -----*/
input, 
select, 
textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}

fieldset {
	border:0;
}

/*----- lists -----*/

.news {
	margin-left:-10px;
	padding-bottom:12px;
}
.news li {
	line-height:1.5em;
	border-bottom:1px solid #503d0a;
	padding:0 0 20px 10px;
	margin-bottom:20px;
}
.news li.last {
	border:0;
	margin:0;
	padding-bottom:0;
}
	.news li span {
		font-size:1.17em;
		color:#e08212;
		display:block;
		padding-bottom:15px;
	}
		.news li span em {
			color:#b0a179;
		}

.updates {
	width:100%;
	overflow:hidden;
}
	.updates li {
		float:left;
		padding:0 20px 20px 0;
	}
	.updates li.alt {
		padding-right:0;
	}

.price-list {
	padding-bottom:15px;
}
	.price-list li {
		width:100%;
		overflow:hidden;
		vertical-align:top;
		line-height:1.5em;
	}	
		.price-list li a {
			font-weight:bold;
			float:left;
			text-decoration:none;
		}
		.price-list li a:hover {
			text-decoration:underline;
		}
		.price-list li span {
			float:right;
		}
		.price-list li strong {
			display:block;
			overflow:hidden;
			height:1%;
			background:url(../images/line-hor.gif) repeat-x left 13px;
		}

.list {
	padding-bottom:5px;
}
	.list li {
		padding:0 0 12px 16px;
		font-weight:bold;
		background:url(../images/marker1.gif) no-repeat left 5px;
	} 
	
	.list1 li {
		width:100%;
		overflow:hidden;
		vertical-align:top;
		line-height:1.5em;
		padding-bottom:20px;
	}
	.list1 li.last {
		padding-bottom:0;
	}
		.list1 li img {
			float:left;
			margin-right:21px;
		}

/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding:0 0 18px 0;
	line-height:1.5em;
	margin-top:-5px;
}
	.img-box img { 
		float:left; 
		margin:5px 20px 0 0;
	}
	.img-box a img {
		float:none;
		margin:0;
	}


p {
	margin-bottom:25px;
	line-height:1.5em;
}
.p1 {
	margin-bottom:15px;
}

dl {
	line-height:1.5em;
}
	dl dt {
		font-weight:bold;
	}
	dl dd {
		padding-bottom:17px;
	}
	
.address span {
	float:left;
	width:85px;
}
.address a {
	text-decoration:none;
	color:#EEE88D;
}
.address a:hover {
	text-decoration:underline;
}
		
.indent {
	margin-bottom:20px;
}



/*----- txt, links, lines, titles -----*/
a {
	color:#1c1704; 
	outline:none;
}
a:hover {
	text-decoration:none;
}

h4 {
	color:#fad941;
	font-size:2em;
	line-height:1.2em;
	font-weight:normal;
	margin-bottom:14px;
}
	h4 a {
		text-decoration:none;
		color:#fad941;
	}
	h4 a:hover {
		color:#fff;
	}
h5 {
	font-size:1em;
	line-height:1.5em;
}
h6 {
	font-size:1em;
	line-height:1.5em;
	margin-bottom:15px;
}


.link {
	color:#be3d10;
}

.title {
	margin-bottom:29px;
	font-size: 36px;
}


/*==================boxes====================*/
.box {
	width:100%;
	background-color: #EEE88D;
}
	.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 .border-right1 {
		background:url(../images/border-right.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 .right-top-corner1 {
		background:url(../images/right-top-corner4.gif) no-repeat right top;
	}
	.box .left-bot-corner {
		background:url(../images/left-bot-corner.gif) no-repeat left bottom;
		width:100%;
		}
	.box .right-bot-corner {
		background:url(../images/right-bot-corner.gif) no-repeat right bottom;
		}
		.box .right-bot-corner1 {
		background:url(../images/right-bot-corner4.gif) no-repeat right bottom;
		}
	.box .inner { 
		padding:49px 60px 45px 50px;
	}
	
.box1 {
	background:#1f1703;
	width:100%;
	color:#EEE88D;
}
	.box1 .border-top {
		background:url(../images/border-top.gif) repeat-x left top;
	}
	.box1 .left-top-corner {
		background:url(../images/left-top-corner1.gif) no-repeat left top;
	}
	.box1 .right-top-corner {
		background:url(../images/right-top-corner1.gif) no-repeat right top;
	}
	.box1 .left-bot-corner {
		background:url(../images/left-bot-corner1.gif) no-repeat left bottom;
		width:100%;
		}
	.box1 .right-bot-corner {
		background:url(../images/right-bot-corner1.gif) no-repeat right bottom;
		}
	.box1 .inner { 
		padding:29px 39px 20px 40px;
	}
	.box1 .title {
		margin-left:-10px;
	}
	
.box2 {
	background:#DED6B9;
	width:100%;
}
	.box2 .border-top {
		background:url(../images/border-top1.gif) repeat-x left top;
	}
	.box2 .left-top-corner {
		background:url(../images/left-top-corner2.gif) no-repeat left top;
	}
	.box2 .right-top-corner {
	background-image: url(../images/right-top-corner2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}
	.box2 .left-bot-corner {
		background:url(../images/left-bot-corner2.gif) no-repeat left bottom;
		width:100%;
		}
	.box2 .right-bot-corner {
		background:url(../images/right-bot-corner2.gif) no-repeat right bottom;
		}
	.box2 .inner { 
		padding:19px 28px 20px 20px;
	}
	.box2 .title {
		margin-bottom:19px;
	}
	
.box3 {
	background:#ded6b9;
	width:100%;
}
	.box3 .border-top {
		background:url(../images/border-top2.gif) repeat-x left top;
	}
	.box3 .left-top-corner {
		background:url(../images/left-top-corner3.gif) no-repeat left top;
	}
	.box3 .right-top-corner {
		background:url(../images/right-top-corner3.gif) no-repeat right top;
	}
	.box3 .left-bot-corner {
		background:url(../images/left-bot-corner3.gif) no-repeat left bottom;
		width:100%;
		}
	.box3 .right-bot-corner {
		background:url(../images/right-bot-corner3.gif) no-repeat right bottom;
		}
	.box3 .inner { 
		padding:19px 20px 29px 20px;
	}
	.box3 .title {
		margin-bottom:19px;
	}



/*===== footer =====*/
footer a {
	color:#8b6917;
	text-decoration:none;
}
footer a:hover {
	text-decoration:underline;
}
footer span {
	text-transform:uppercase;
}


/*----- forms -----*/

#login-form label {
	color:#1f1703;
	float:left;
	width:67px;
	padding-top:5px;
}
#login-form input {	
	background:none;
	border:0;
	margin:4px 0 0 5px;
	vertical-align:top;
	line-height:1.5em;
	width:178px;
}
#login-form span {
	display:block;
	float:left;
}
#login-form .login {
	height:36px;
	width:100%;
	overflow:hidden;
}
	#login-form .login span {
		width:193px;
		height:26px;
		background:url(../images/input-bg1.gif) no-repeat left top;
	}
#login-form .pass {
	width:100%;
	overflow:hidden;
}
	#login-form .pass span {
		width:117px;
		height:26px;
		background:url(../images/input-bg2.gif) no-repeat left top;
	}
#login-form .pass input {
	width:108px;
}
#login-form a {
	float:left;
	margin-left:13px;
}

#contacts-form .rowElem { 
	height:30px;
	width:100%;
	overflow:hidden;
}
#contacts-form label {
	float:left;
	width:74px;
	padding-top:1px;
}
#contacts-form input {
	width:200px;
	float:left; 
	padding:1px 0 1px 3px; 
	background:#fff;
	color:#1c1704; 
	border-top:2px solid #7d7d7d; 
	border-left:2px solid #7d7d7d; 
	border-bottom:1px solid #cad2d5; 
	border-right:1px solid #cad2d5;	
	vertical-align:top;	
	line-height:1.2em;
}
#contacts-form textarea { 
	width:200px; 
	height:203px;
	float:left; 
	overflow:auto;
	background:#fff;
	color:#1c1704; 
	border-top:2px solid #7d7d7d; 
	border-left:2px solid #7d7d7d; 
	border-bottom:1px solid #cad2d5; 
	border-right:1px solid #cad2d5;
	padding:1px 0 1px 3px;
	margin-bottom:18px; 
}

/*==========================================*/

/*======= index-6.html =======*/
#page7 #content {
	width:100%;
	float:none;
}

/* calendar */
#calendar {
	width:320px;
	height:345px;
	background:url(../images/calendar-bg.jpg) no-repeat left top;
	position:relative;
	margin-bottom:20px;
}
	#calendar .inside {
		padding:39px 0 0 40px;
	}
	#calendar .title {
		margin-bottom:10px;
	}
	#calendar span {
		color:#6c453c;
		display:block;
		float:left;
		background:url(../images/bg-left.gif) no-repeat left top #f9ed2b;
	}
		#calendar span b {
			display:block;
			padding:2px 11px 3px 11px;
			background:url(../images/bg-right.gif) no-repeat right top;
		}
	#calendar table {
		border:0;
		margin-top:8px;
	}
		#calendar table tr td {
			width:27px;
			height:29px;
			text-align:center;
			color:#5e501f;
			font-weight:bold;
			line-height:1.2em;
			vertical-align:middle;
			padding-right:8px;
		}
		#calendar table thead tr td {
			color:#b85506;
			font-weight:normal;
		}
		#calendar table tr td a {
			display:block;
			background:url(../images/marker.gif) no-repeat left top;
			color:#fff;
			text-align:center;
			text-decoration:none;
			width:27px;
			height:19px;
			padding-top:5px;
		}
		#calendar table tr td a:hover {
			color:#000;
		}
	#calendar .prev,
	#calendar .next {
		position:absolute;
		bottom:34px;
		width:20px;
		height:19px;
		background-repeat:no-repeat;
		background-position:0 0;
	}
	#calendar .prev {
		background-image:url(../images/prev1.gif);
		background-position:0 2px;
		left:130px;
		border-right:1px solid #b58c12;
		padding:2px 10px 2px 0;
	}
	#calendar .next {
		background-image:url(../images/next1.gif);
		background-position:0 2px;
		right:130px;
		padding:2px 0 2px 0;
	}
	
/* shedule */
#shedule table {
	border:0;
}	
	#shedule table tr td {
		line-height:1.667em;
		border-top:1px solid #a0861d;
		width:137px;
		padding:15px 0;
	}
		#shedule table thead tr td {
			text-transform:uppercase;
			font-weight:bold;
			border:0;
			padding:0 0 8px 0;
		}
