/*======= index.html =======*/

#page1 .row-1 .col-1 {width: 497px; padding: 0 23px 0 0;}
#page1 .row-1 .col-2 {width: 464px; padding: 41px 0 0 0;}

#page1 .row-2 .col-1 {width: 415px; padding: 0 35px 0 30px;}
#page1 .row-2 .col-2 {width: 400px; padding: 0 25px 0 50px;}

#page1 .row-3 .col-1 {width: 150px; padding: 0 20px 0 0;}
#page1 .row-3 .col-2 {width: 200px; padding: 0 20px 0 0;}
#page1 .row-3 .col-3 {width: 320px; padding: 0 20px 0 0;}
#page1 .row-3 .col-4 {width: 230px;}

/*======= index-1.html =======*/

#page2 .row-1 .col-1 {width: 480px; padding: 71px 21px 0 2px;}
#page2 .row-1 .col-2 {width: 480px; padding: 71px 0 0 0;}

#page2 .row-2 .col-1 {width: 174px; padding: 0 20px 0 0;}
#page2 .row-2 .col-2 {width: 286px; padding: 0 20px 0 0;}
#page2 .row-2 .col-3 {width: 233px; padding: 0 20px 0 0;}
#page2 .row-2 .col-4 {width: 227px;}

/*======= index-2.html =======*/

#page3 .row-2 .col-1 {width: 174px; padding: 0 20px 0 0;}
#page3 .row-2 .col-2 {width: 286px; padding: 0 20px 0 0;}
#page3 .row-2 .col-3 {width: 233px; padding: 0 20px 0 0;}
#page3 .row-2 .col-4 {width: 227px;}

/*======= STYLE =======*/

* {
	margin: 0;
	padding: 0;
}

.wrapper {
	width: 100%;
	overflow: hidden;
}

.wrapper-1 {
	width: 100%;
}

.clear {
	clear: both;
	font-size: 0%;
	line-height: 0%;
	height: 0;
}

input, select {
	vertical-align: middle;
	font-weight: normal;
}

img {
	border: 0;
	vertical-align: top;
	text-align: left;
}

ul, ol {
	list-style: none;
}

object {
	vertical-align: top;
	outline: none;
}

a {
	outline: none;
	color: #fefefe;
	text-decoration: none;
}

	a:hover {
		text-decoration: none;
	}

html {
	min-width: 984px;
}

body {
	background: #662822;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 1em;
	color: #393939;
}

h2 {
	line-height: 1.2em;
	font-size: 8em;
	font-weight: normal;
	color: #fff;
	letter-spacing:-5px;
}

h3 {
	padding: 0 0 9px 0;
	line-height: 1.2em;
	font-size: 24px;
	font-weight: normal;
	color: #fff;
}

h4 {
	padding: 0 0 18px 0;
	word-spacing: -2px;
	line-height: 1.2em;
	font-size: 2.167em;
	font-weight: normal;
	color: #fff;
}

h5 {
	padding: 0 0 13px 0;
	text-transform: uppercase;
	line-height: 1.3em;
	font-size: 1.667em;
	font-weight: 900;
	color: #fff;
}

	h5 strong {
		display: block;
		padding: 0 0 9px 0;
		font-weight: 700;
	}

h6 {
	padding: 0 0 4px 0;
	line-height: 1.2em;
	font-size: 1.5em;
	font-weight: normal;
	color: #03bac0;
}

a.newsTitle {
	padding: 0 0 4px 0;
	line-height: 1.2em;
	font-size: 18px;
	font-weight: normal;
	color: #03bac0;
}
	a.newsTitle:hover {
		text-decoration: underline;
	}

.fleft {
	float: left;
}

	img.fleft {
		margin: 4px 18px 13px 0;
	}
	
	img.fleft1 {
		float: left;
		margin: 4px 30px 25px 2px;
	}

.fright {
	float: right;
}

.col-1, .col-2, .col-3, .col-4 {
	float: left;
}

.block-1, .block-2, .block-3, .block-4 {
	float: left;
	overflow: hidden;
}

#main-tail-bot {
	background: #002633 url(../images/main-tail-bot.gif) repeat-x 50% 100%;
	font-size: 0.75em;
}

#main-bg-top {
	background: url(../images/main-bg-top.jpg) no-repeat 50% 0%;
}

#main-bg-bot {
	background: url(../images/main-bg-bot.jpg) no-repeat 50% 100%;
}

#header {
	position: relative;
	width: 960px;
	height: 208px;
	margin: 0 auto;
}

.logo {
	position: absolute;
	top: 30px;
	left: 10px;
	text-align: center;
	width: 335px;
}
	.logo span {
		font-weight: bold;
		font-size: 24px;
		font-family:"Arial Black", Gadget, sans-serif;
	}
	.logo img {
		margin-bottom: 10px;
	}

#menu {
	background: url(../images/menu.gif) no-repeat 0% 0%;
	width: 960px;
	margin: 0 auto;
	height: 47px;
	/*overflow: hidden;*/
	/*position: absolute;*/
	top: 207px;
	/*left: 2px;*/
}

	/*#menu li {
		float: left;
		padding: 3px 10px 0 10px;
		font-size: 1.2em;
		color: #255b6e;
	}
	
	#menu li a {
		display: block;
		float: left;
		line-height: 40px;
		text-decoration: none;
		color: #5be1e5;
	}
	
	#menu li a:hover {
		color: #fff;
	}
	
	#menu li.current a,
	#menu li.section a{
		color: #fff;
	}*/

#content {
	width: 960px;
	min-height: 423px;
	margin: 0 auto;
	padding: 25px 0 63px 0;
}

	#page3 #content {
		padding: 96px 0 63px 0;
	}

.contentBox, .contentBoxRight { color:#FEFEFE; font-size:14px; line-height:1.176em; }
.contentBox ul, .contentBoxRight ul {
	list-style: disc;
	color: #fff;
	margin-left: 20px;
}
.contentBoxLeft {
	width: 200px;
	float: left;
	display:none;
}
	.contentBoxLeft ul {
		margin: 15px 0 0 0;
	}
	.contentBox ul, .contentBoxRight ul {
		margin: 15px 0 0 20px;
	}
	.contentBoxLeft ul li {
		margin: 0 0 20px 0;
	}
	.contentBoxLeft ul li a {
		font-size: 17px;
		background-color: #002633;
		padding: 5px 15px;
	}
	.contentBoxLeft ul li a:hover,
	.contentBoxLeft ul li a.current {
		text-decoration: none;
		background-color: #fff;
		color: #002633;
	}
.contentBoxRight {
	width: 900px;
	float: right;
}

.guestbookLeft {
	float: left;
	width: 550px;
	margin-right: 20px;
}
.guestbookRight {
	width: 340px;
	float: left;
}
.guestbookRight form label {
	color: #fff;
}
span.required,
.required {
	color: #F00;
	font-weight: bold;
	display: block;
}

.photo-block {
	position: relative;
	min-height: 433px;
	height: auto !important;
	height: 433px;
}

	.photo-block strong img {
		position: absolute;
		top: 0;
		left: -10px;
	}

	.photo-block img {
		position: absolute;
		top: 0;
		left: -4px;
	}
	
	.photo-block span a {
		font-size: 1.167em;
		color: #03bac0;
		position: absolute;
		top: 404px;
		left: 229px;
	}
	
	.photo-block b a {
		font-size: 1.167em;
		font-weight: normal;
		color: #03bac0;
		position: absolute;
		top: 404px;
		left: 270px;
	}

.text {
	/*padding: 0 0 4px 0;
	line-height: 1.3em;
	font-size: 1.667em;
	color: #fff;*/
}

	.text div {
		/*padding: 23px 0 0 12px;*/
	}
	
	.text div.inner {
		padding: 0 0 6px 0;
	}

	.text strong {
		display: block;
		line-height: 0.578em;
		font-size: 2.25em;
		font-weight: normal;
	}
	
	.text b {
		display: block;
		padding: 3px 0 3px 0;
		line-height: 0.743em;
		font-size: 1.75em;
		font-weight: normal;
	}
	
	.text em {
		display: block;
		margin: 0 0 -6px 0;
		line-height: 1.423em;
		font-size: 1.3em;
		font-style: normal;
		color: #adf207;
	}
	
	.text em em {
		display: inline;
		margin: 0;
		line-height: 0.822em;
		font-size: 1.731em;
		color: #03bac0;
	}
	
	.text em em span {
		display: inline-block;
		line-height: 0.743em;
		font-size: 0.778em;
		color: #03bac0;
	}
	
	.text big {
		display: inline-block;
		line-height: 1em;
		font-size: 1.3em;
	}
	
	.text small {
		font-size: 1em;
		color: #f87d06;
	}

/*.link {
	background: #f87d06;
	display: inline-block;
	height: 22px;
	padding: 0 9px 0 11px;
	line-height: 18px;
	font-size: 1.667em;
	text-decoration: none;
	color: #fff;
}

	.link:hover {
		color: #000;
	}*/

.link-1 {
	background: url(../images/arrow.gif) no-repeat 100% 6px;
	padding: 0 14px 0 0;
	float: right;
	line-height: 1.2em;
	font-size: 1.417em;
	text-decoration: none;
	color: #fff;
}

	.link-1:hover {
		text-decoration: underline;
	}

.indent {
	padding: 29px 1px 28px 191px;
}

.box {
	width: 100%;
	overflow: hidden;
}

	.box .border-left {
		background: url(../images/border-left.gif) repeat-y 0% 27px;
	}
	
	.box .border-right {
		background: url(../images/border-right.gif) repeat-y 100% 27px;
	}
	
	.box .corner-top-left {
		background: url(../images/corner-top-left.gif) no-repeat 0% 0%;
	}
	
	.box .corner-top-right {
		background: url(../images/corner-top-right.gif) no-repeat 100% 0%;
	}
	
	.box .corner-bot-left {
		background: url(../images/corner-bot-left.gif) no-repeat 0% 100%;
	}
	
	.box .corner-bot-right {
		background: url(../images/corner-bot-right.gif) no-repeat 100% 100%;
		width: 100%;
	}
	
	.box .inner {
		padding: 0 50px 26px 71px;
	}
	
	.box h3 {
		margin: -8px 0 0 0;
	}
	
	.box p {
		padding: 0 0 0 0 !important;
		line-height: 1.3em !important;
		font-size: 1.667em !important;
		color: #06809d !important;
	}
	
	.box p a {
		/*background: #03bac0;*/
		display: inline-block;
		padding: 0 5px;
		text-decoration: underline;
		color: #fff;
	}
	
	.box p a:hover {
		color: #fff;
		text-decoration: none;
	}

.box-1 {
	background: #001922;
	width: 100%;
	overflow: hidden;
}

	.box-1 .inner {
		padding: 16px 22px 18px 25px;
	}
	
	.box-1 p {
		padding: 0 0 25px 0 !important;
		line-height: 1.176em !important;
		font-size: 14px !important;
		color: #fefefe !important;
	}
	
	.box-1 p.extra {
		padding: 0 0 13px 0 !important;
	}
	
	.box-1 p strong {
		font-weight: normal;
		/*color: #adf207;*/
		color: #f64323;
	}
	
	.box-1 p b {
		font-weight: normal;
		/*color: #f87d06;*/
		color: #f64323;
	}

.boxes {
	background: url(../images/tail-ver.gif) repeat-y 0% 0%;
	padding: 16px 0 18px 0;
}

	.boxes p {
		padding: 0 0 0 0 !important;
		line-height: 1.176em !important;
		font-size: 1.417em !important;
		color: #adf207 !important;
	}

.box-indent {
	margin: 0 0 29px 0 !important;
}

.box-indent-1 {
	margin: 0 0 26px 0 !important;
}

.list-1 {
	overflow: hidden;
}

	.list-1 dt {
		padding: 0 0 4px 0;
		line-height: 1.2em;
		font-size: 1.5em;
		color: #03bac0;
	}

	.list-1 dd {
		padding: 0 50px 23px 0;
		line-height: 1.176em;
		font-size: 1.417em;
		color: #adf207;
	}
	
	.list-1 dd.extra {
		padding: 0 50px 9px 0;
	}
	
	.list-1 dd span {
		color: #f87d06;
	}
	
	.list-1 dd a {
		background: url(../images/arrows.gif) no-repeat 50% 50%;
		padding: 0 9px;
		text-decoration: none;
	}

.list-2 {
	overflow: hidden;
}

	.list-2 li {
		width: 100%;
		padding: 0 0 15px 0;
		overflow: hidden;
		line-height: 1.833em;
	}
	
	.list-2 li a {
		display: inline-block;
		height: 29px;
		padding: 0 0 0 41px;
		line-height: 26px;
		text-decoration: none;
		color: #fff;
	}
	
	.list-2 li a.list-link-1 {
		background: url(../images/pic-1.gif) no-repeat 0% 0%;
	}
	
		.list-2 li a.list-link-1:hover {
			background: url(../images/pic-1-act.gif) no-repeat 0% 0%;
		}
	
	.list-2 li a.list-link-2 {
		background: url(../images/pic-2.gif) no-repeat 0% 0%;
	}
	
		.list-2 li a.list-link-2:hover {
			background: url(../images/pic-2-act.gif) no-repeat 0% 0%;
		}
		
	.list-2 li a.list-link-3 {
		background: url(../images/pic-3.gif) no-repeat 0% 0%;
	}
	
		.list-2 li a.list-link-3:hover {
			background: url(../images/pic-3-act.gif) no-repeat 0% 0%;
		}
		
	.list-2 li a.list-link-4 {
		background: url(../images/pic-4.gif) no-repeat 0% 0%;
	}
	
		.list-2 li a.list-link-4:hover {
			background: url(../images/pic-4-act.gif) no-repeat 0% 0%;
		}

.list-3 {
	overflow: hidden;
}

	.list-3 li {
		line-height: 2.214em;
		font-size: 1.167em;
		color: #fff;
	}

	.list-3 li a {
		text-decoration: none;
		color: #fff;
	}
	
	.list-3 li a:hover {
		text-decoration: underline;
	}

.list-4 {
	overflow: hidden;
}

	.list-4 dt {
		padding: 0 0 1px 0;
		line-height: 0.929em;
		font-size: 1.167em;
		color: #fff;
	}
	
	.list-4 dt a {
		text-decoration: none;
		color: #fff;
	}
	
	.list-4 dt a:hover {
		text-decoration: underline;
	}
	
	.list-4 dd {
		padding: 0 0 19px 0;
		line-height: 1.083em;
		font-size: 1em;
		color: #e4584c;
	}

.pictures {
	width: 100%;
	padding: 4px 0 34px 0;
	overflow: hidden;
}

	.pictures li {
		float: left;
		padding: 0 14px 0 0;
	}

#extra-content-bg {
	background: #722c26 url(../images/extra-content.jpg) no-repeat 50% 0%;
	width: 100%;
	height: auto !important;
	height: 205px;
	overflow: hidden;
}

#extra-content {
	width: 960px;
	margin: 0 auto;
	padding: 25px 0 30px 0;
}
	#extra-content .col-3 p {
		color: #fff;
		font-size: 14px;
	}
	#extra-content .col-2 a,
	#extra-content .col-3 p a {
		text-decoration: none;
		color: #e4584c;
	}
	#extra-content .col-2 a:hover,
	#extra-content .col-3 p a:hover {
		text-decoration: underline;
	}

#search-form {
	position: relative;
	width: 100%;
	overflow: hidden;
}

	#search-form strong {
		display: block;
		padding: 0 0 24px 0;
		text-transform: uppercase;
		line-height: 1.3em;
		font-size: 1.667em;
		font-weight: 700;
		color: #e4584c;
	}
	
	#search-form input {
		background: #913830;
		width: 162px;
		height: 17px;
		padding: 4px 4px 4px 4px;
		border: none;
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #fff;
	}
	
	#search-form input#search-submit {
		background: #9c4c3b;
		width: 57px;
		height: 25px;
		overflow: hidden;
		padding: 0;
		border: none;
		float: left;
		cursor: pointer;
		text-transform: uppercase;
		font-family: "Times New Roman", Times, serif;
		font-size: 0.917em;
		color: #fff;
	}
	
ul#SearchResults {
	list-style: none;
	margin: 0;
}	
	ul#SearchResults li {
		margin-bottom: 20px;
	}
	ul#SearchResults li p {
		display: inline;
	}
a.readMoreLink {
	text-decoration: underline;
	font-weight: bold;
	display: inline;
}
a.readMoreLink:hover {
	text-decoration: none;
}

#footer {
	width: 960px;
	height: 52px;
	margin: 0 auto;
}

	#footer p {
		line-height: 50px;
		font-size: 1.167em;
		color: #fff;
	}
	
	#footer p a {
		/*margin: 0 0 0 12px;*/
		text-decoration: none;
		color: #e4584c;
	}
	
	#footer p a:hover {
		text-decoration: underline;
	}
	
/* news */
img.lang {
	border: 1px solid #fff;
}

/* play button */
div.player img {
 margin-top:67px;
}
.mollom-audio-captcha {
	display:none;
}
.recaptcha  {
	margin-bottom: 10px;
}


