html{
	height:100%;
	min-width:960px;
}
body{
	margin:0;
	color:#20262e;
	font:12px/14px Arial, Helvetica, sans-serif;
	background:#690c0c url(../images/bg-page.jpg) no-repeat 50% 0;
	min-width:960px;
	height:100%;
}
img{border-style:none;}
a{text-decoration:none; color:#690c0c;}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
q{quotes:none;}
q:before{content:''}
q:after{content:''}
#wrapper{
	width:960px;
	margin:0 auto;
	position:relative;
	min-height:100%;
}
* html #wrapper{height:100%;}
.w1{
	width:100%;
	padding:237px 0 127px;
}
/* logo */
.logo{
	background:url(../images/logo.gif) no-repeat;
	width:508px;
	height:43px;
	position:absolute;
	z-index:10;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
	top:117px;
	left:21px;
}
.logo a{
	display:block;
	height:100%;
}
/* header */
#header{
	position:absolute;
	left:0;
	top:0;
	width:960px;
}
#header .holder{
	background:url(../images/bg-header.png) no-repeat;
	height:237px;
}
.navigation{
	position:absolute;
	top:166px;
	width:956px;
	left:2px;
	height:69px;
}
.navigation:after,
#twocolumns:after{
	content:'';
	display:block;
	clear:both;
}
.navigation ul{
	padding:0;
	margin:0;
	list-style:none;
	text-transform:uppercase;
	font-size:14px;
	line-height:42px;
	position:relative;
	height:42px;
}
#nav2{
	float:right;
	padding:0 26px 0 0;
	position:relative;
	z-index:4;
}
#nav2 li{
	margin:0 0 0 28px;
}
.navigation ul li{
	height:43px;
	float:left;
	margin:0 2px 0 28px;
	display:inline;
}
.navigation ul li.hover ul,
.navigation ul li:hover ul{display:block;}
.navigation ul a{
	color:#fff;
}
.navigation ul li.active a,
.navigation ul li:hover a,
.navigation ul li.hover a,
.navigation ul a:hover{
	text-decoration:none;
	color:#20262e;
}
.navigation ul ul{
	position:absolute;
	left:38px;
	top:43px;
	line-height:27px;
	font-size:12px;
	text-transform:none;
	display:none;
	clear:both;
}
.navigation ul ul li{
	float:none;
	display:inline;
	height:auto;
	margin:0 20px 0 0;
}
.navigation ul li.active ul a,
.navigation ul li.hover ul a,
.navigation ul li:hover ul a,
.navigation ul ul a{
	color:#fff;
}
.navigation ul li.active ul a:hover,
.navigation ul ul li.hover a:hover,
.navigation ul ul li:hover a:hover,
.navigation ul ul a:hover{
	color:#20262e;
}
#nav2 ul{
	left:auto;
	right:20px;
}
/* main */
#main{
	background:#fff;
	height:1%;
	padding:0 2px 2px;
}
/* visual */
.visual{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-visual.gif) repeat-y 100% 0;
	margin:0 0 2px;
}
/* column1 */
.column1{
	float:left;
	padding:0 0 0 18px;
	width:703px;
}
.gallery{
	width:100%;
	height:510px;
	padding:20px 0 0;
	position:relative;
}
.main-list{
	padding:0;
	margin:0;
	list-style:none;
	width:100%;
	position:relative;
	font-size:11px;
}
.main-list li{
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background:#fff;
}
.main-list li.active {z-index:10}
.main-list a{
	display:block;
	text-decoration:none;
}
.main-list img{display:block;}
.main-list .caption{
	padding:7px 0 0 97px;
	font-style:italic;
	width:310px;
	display:block;
	text-decoration:none;
}
.gallery .switcher{
	position:absolute;
	right:8px;
	top:448px;
	z-index:20;
	padding:0;
	margin:0;
	list-style:none;
}
.gallery .switcher li{
	padding:0 0 0 8px;
	float:left;
}
.gallery .switcher a{
	display:block;
	width:13px;
	height:13px;
	overflow:hidden;
	text-indent:-9999px;
	cursor:pointer;
}
.gallery .switcher li a:hover,
.gallery .switcher li.active a{
	background:none;
	position:relative;
}
.gallery .switcher a span{
	float:left;
	background:url(../images/dot.png) no-repeat;
	width:13px;
	height:26px;
}
.gallery .switcher a:hover span,
.gallery .switcher li.active a span{margin:-13px 0 0;}
/* column2 */
.column2{
	float:right;
	width:172px;
	padding:19px 9px 0 12px;
	position:relative;
	z-index:20;
}
.side-logo{
	width:239px;
	height:203px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	margin:0 0 15px -66px;
	position:relative;
}
.side-logo a{
	display:block;
	height:100%;
	background:url(../images/side-logo.png) no-repeat;
	cursor:pointer;
}
.spotlight{
	margin:0 0 10px;
	width:100%;
	font-size:11px;
}
.spotlight h2.text-spotlight{
	font-size:0;
	line-height:0;
	background:url(../images/text-spotlight.gif) no-repeat;
	width:78px;
	height:17px;
	overflow:hidden;
	text-indent:-9999px;
	margin:0 0 10px;
}
.spotlight .photo img{
	border:2px solid #fff;
	vertical-align:top;
}
.spotlight .photo{margin:0 0 3px;}
.spotlight p{margin:0;}
.spotlight a{
	color:#20262e;
	font-weight:bold;
}
/* bottom */
.bottom{
	background:url(../images/bg-bottom.jpg) no-repeat;
	min-height:414px;
	padding:66px 33px 28px;
	overflow:hidden;
}
* html .bottom{
	height:414px;
	overflow:visible;
}
.bottom h2{
	color:#20262e;
	font-size:0;
	line-height:0;
	height:14px;
	overflow:hidden;
	margin:0 0 30px;
}
/* news */
.bottom .news{
	float:left;
	width:175px;
	margin:0 134px 0 0;
	display:inline;
}
.bottom h2.text-news{
	background:url(../images/text-news.gif) no-repeat;
	width:128px;
}
.bottom .news ul{
	padding:0;
	margin:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.bottom .news ul li{
	float:left;
	width:100%;
	padding:0 0 14px;
}
.bottom .news ul p{margin:0;}
/* video */
.bottom .video{
	float:left;
	width:285px;
	display:inline;
	margin:0 137px 0 0;
}
.bottom h2.text-video{
	background:url(../images/text-video.gif) no-repeat;
	width:48px;
	margin:0 0 36px 4px;
}
.bottom .video .player img{vertical-align:top;}
.bottom .video .player{margin:0 0 15px;}
.bottom .video p{margin:0 0 10px 2px;}
/* from */
.bottom .from{
	float:left;
	width:159px;
}
.bottom h2.text-from{
	background:url(../images/text-from.gif) no-repeat;
	width:123px;
}
/* twocolumns */
#twocolumns {
	height:1%;
	background:url(../images/bg-twocolumns.gif) repeat-y 100% 0;
	padding:21px 16px 36px 30px;
}
/* content */
#content {
	float:left;
	width:686px;
	padding-top:5px;
}
#content h1 {
	margin:-5px 0 10px -3px;
	font:32px/34px Arial, Helvetica, sans-serif;
	color:#600;
}
#content h1.desc {
	margin:-1px 0 21px -2px;
	font:25px/28px Arial, Helvetica, sans-serif;
}
/* intro */
#content .intro {
	font-size:14px;
	line-height:26px;
	margin:0 22px 20px 0;
}
.intro p { margin:0;}
/* posts */
#content .posts {
	margin:0 0 0 -12px;
	padding:35px 0 0;
	list-style:none;
	overflow:hidden;
	height:1%;
	background:url(../images/divider1.gif) no-repeat 7px 0;
	font-size:11px;
	line-height:15px;
	position:relative;
}
.posts li {
	background:url(../images/divider1.gif) no-repeat 7px 100%;
	overflow:hidden;
	height:1%;
	padding:11px 26px 42px 0;
	vertical-align:top;
}
#content .posts img.alignleft {
	float:left;
	margin:0;
}
.posts .post-content {
	overflow:hidden;
	height:1%;
	padding:7px 0 0 2px;
}
#content .posts .other img.alignleft { margin-right:-113px;}
.post-content .holder { padding-left:121px;}
#content h2 {
	margin:0 0 12px;
	color:#600;
	font-size:14px;
	line-height:16px;
}
#content h2 span {
	font-weight:normal;
	font-size:12px;
}
.posts p { margin:0 0 12px;}
#content img {
	display:block;
	margin-bottom:15px;
}
/* columns */
#content .columns {
	overflow:hidden;
	width:100%;
	line-height:20px;
	margin-bottom:-32px;
}
.columns .holder {
	overflow:hidden;
	width:700px;
}
/* column box */
.columns .column-box {
	float:left;
	width:313px;
	margin-right:35px
}
.columns p { margin:0 0 16px;}
#content .columns h2 { margin-bottom:2px;}
/* photo description */
.columns .photo-description {
	border-bottom:1px solid #02425b;
	font:italic 11px/14px Arial, Helvetica, sans-serif;
	color:#02425b;
	overflow:hidden;
	height:1%;
	padding-bottom:4px;
	margin-bottom:27px;
}
#content .columns img { margin:5px 0 17px;}
.columns .photo-description p { margin:0 0 10px;}
/* photo gallery */
.photo-gallery {
	overflow:hidden;
	height:215px;
	position:relative;
	width:661px;
	margin:-2px 0 15px 11px;
}
/* main box */
#content .posts .main-box {
	padding:0;
	margin:3px 0 0;
	list-style:none;
	position:relative;
	float:left;
	width:431px;
	height:212px;
}
.posts .main-box li {
	background:none;
	height:212px;
	padding:0;
	position:absolute;
	left:0;
	top:0;
}
#content .main-box img { margin:0;}
/* info box */
.info-box {
	float:right;
	width:204px;
	min-height:214px;
	position:relative;
}
* html .info-box { height:214px;}
/* info */
.info-box .info { margin-bottom:51px;}
/* switcher */
.info-box .switcher {
	position:absolute;
	left:0;
	bottom:-9px;
}
.info-box .switcher ul {
	margin:0;
	padding:0;
	list-style:none;
}
.posts .switcher li {
	float:left;
	background:none;
	height:35px;
	padding:0 16px 8px 0;
}
#content .switcher img { margin:0;}
/* sub posts */
.sub-posts li {
	background:none;
	border-top:1px solid #20262e;
	padding:13px 0 20px;
	margin:0 22px 0 11px;
	width:665px;
}
.sub-posts li:first-child { border:0;}
#content h3 {
	margin:0 0 12px;
	color:#600;
	font:italic 12px/15px Arial, Helvetica, sans-serif;
}
#content .posts h3 { margin-top:-12px;}
#content .sub-posts img.alignleft { margin:7px 31px 0 0;}
/* sidebar */
#sidebar {
	float:right;
	width:200px;
}
#sidebar h2 {
	margin:0 0 15px;
	font-size:12px;
	line-height:16px;
}
/* links */
#sidebar .links {
	margin:0 0 49px;
	padding:0;
	list-style:none;
	font-size:11px;
	line-height:16px;
}
.links li {
	background:url(../images/bullet1.gif) no-repeat 0 7px;
	padding:0 0 14px 10px;
}
/* side box */
#sidebar .side-box {
	overflow:hidden;
	height:1%;
	padding:0 27px 10px 4px;
	line-height:16px;
}
.side-box img.aligncenter {
	margin:0 auto 14px;
	display:block;
}
.side-box a.more { font-weight:bold;}
/* footer */
#footer{
	height:110px;
	padding:17px 0 0;
	margin:-127px auto 0;
	position:relative;
	overflow:hidden;
	width:960px;
	background:#690c0c;
	color:#bbb4b4;
	font-size:11px;
	line-height:20px;
}
/* logo2 */
.logo2{
	float:right;
	background:url(../images/logo2.png) no-repeat;
	width:126px;
	height:105px;
	text-indent:-9999px;
	overflow:hidden;
}
.logo2 a{
	display:block;
	height:100%;
}
/* socials */
.socials{
	float:left;
	padding:0;
	margin:0;
	list-style:none;
}
.socials li{
	float:left;
	padding:0 9px 0 0;
}
.socials a{
	display:block;
	width:32px;
	height:32px;
	overflow:hidden;
	text-indent:-9999px;
}
.socials a.ico-f{background:url(../images/ico-f.gif) no-repeat;}
.socials a.ico-f2{background:url(../images/ico-f2.gif) no-repeat;}
.socials a.ico-yt{background:url(../images/ico-yt.gif) no-repeat;}
/* holder */
#footer .holder{
	text-align:center;
	overflow:hidden;
	height:110px;
	padding:0 8px 0 0;
}
#footer .holder ul{
	padding:0;
	margin:-4px 0 0;
	list-style:none;
}
#footer .holder ul li{
	display:inline;
	background:url(../images/split.gif) no-repeat 0 50%;
	padding:0 5px 0 9px;
}
#footer .holder ul li:first-child,
#footer .holder ul li.first-child{background:none;}
#footer .holder a{color:#bbb4b4;}
#footer .holder p{margin:0;}