.block-holder{
	width:995px;
	overflow:hidden;
}
.block-t{
	height:7px;
	width:995px;
	overflow:hidden;
	background: url(/images/bg-block-t.png) no-repeat;
}
.block-b{
	height:6px;
	width:995px;
	overflow:hidden;
	margin:0 0 10px;
	background: url(/images/bg-block-b.png) no-repeat;
}
.block{
	width:1100px;
	overflow:hidden;
	background: url(/images/bg-block.png) repeat-y;
}

.block-wide-t{
	height:7px;
	width:995px;
	overflow:hidden;
	background: url(/images/bg-wide-block-t.png) no-repeat;
}
.block-wide-b{
	height:6px;
	width:995px;
	overflow:hidden;
	margin:0 0 10px;
	background: url(/images/bg-wide-block-b.png) no-repeat;
}
.block-wide{
	width:1100px;
	overflow:hidden;
	background: url(/images/bg-wide-block.png) repeat-y;
}
.column{
	width:507px;
	overflow:hidden;
	float:left;
	padding:0 11px 0 13px;
}
.column-two{
	/*width:300px;*/
	padding:0 0 0 13px;
}

.column-wide{
	width:990px;
	overflow:hidden;
	float:left;
	padding:0 11px 0 13px;
}

.column-wide h2{
	margin:5px 0px 6px;
	padding:0 0 8px;
	color:#068eef;
	font-size:180%;
	line-height:110%;
	background: url(/images/bg-heading.gif) no-repeat 0 100%;
}

.column h2{
	margin:0 0 6px;
	padding:0 0 8px;
	color:#068eef;
	font-size:180%;
	line-height:110%;
	background: url(/images/bg-heading.gif) no-repeat 0 100%;
}

.column h3{
	margin:0 0 6px;
	padding:0 0 8px;
	color:#068eef;
	font-size:180%;
	line-height:110%;
	background: url(/images/bg-heading.gif) no-repeat 0 100%;
}

.column .visual{
	width:500px;
	overflow:hidden;
}
.column-two .visual{
	width:444px;
}
.image-border{
	margin:0 0 0 10px;
	float:right;
	border:6px solid #cdcdcd;
}

/*box-holder*/
.box-holder{
	margin:0 0 8px;
	width:995px;
	overflow:hidden;
}
.box-t{
	height:7px;
	width:995px;
	overflow:hidden;
	background: url(/images/box-t.png) no-repeat;
}
.box-b{
	height:7px;
	width:995px;
	overflow:hidden;
	background: url(/images/box-b.png) no-repeat;
}
.box{
	width:971px;
	padding:0 10px 0 14px;
	overflow:hidden;
	background: url(/images/box.png) repeat-y;
}
.box .two-col{
	float:left;
	width:560px;
	overflow:hidden;
}
.col{
	padding:7px 19px 0 0;
	float:left;
	width:260px;
	overflow:hidden;
}
.box .text{
	width:260px;
	overflow:hidden;
}
.box .text .right{
	float:left;
	width:150px;
}
#main .box .text .right p{
	margin-top:0;
}
.box .img-area{
	padding:16px 0 0;
	float:right;
}
.box h4{
	margin:0 0 5px;
	color:#ffe900;
	font-size:120%;
}

/*gallery-control*/
.gallery-control{
	position:absolute;
	bottom:0;
	right:0;
	z-index:10;
}
* html .gallery-control{
	bottom:-2px;
	right:-1px;
}
.gallery-control .holder{
	height:24px;
	float:right;
	overflow:hidden;
}
#gallery-pager{
	float:left;
	margin:0 -6px 0 0;
	padding:0;
	list-style:none;
	height:24px;
	overflow:hidden;
	background: url(/images/gallery-slides-ul.gif) repeat-x;
}
.gallery-control .first{
	width:6px;
	height:24px;
	float:left;
	background: url(/images/bg-first.png) no-repeat;
}
.gallery-control .last{
	width:7px;
	height:24px;
	float:left;
	background: url(/images/bg-lats.png) no-repeat;
}
#gallery-pager a {
	font-size:110%;
	position:relative;
	margin:0 2px 0 -2px;
	float:left;
	background: url(/images/separatoe-gallery-control.gif) no-repeat;
	width:24px;
	cursor:pointer;
	text-align:center;
	color:#626262;
	padding:3px 0 3px;
}
#gallery-pager a.activeSlide,
#gallery-pager a:hover{
	text-decoration:none;
	color:#fff;
}
#gallery-pager a:focus {
	outline: none;
}

.wrapper-holder{
	min-height:100%;
	background:#010101 url(/images/bg-body.gif) repeat-x 0 100%;
}

* html .wrapper-holder{
	height:100%;
}
#wrapper{
	position:relative;
	width:996px;
	margin:0 auto;
	overflow:hidden;
}

.items{
	padding:5px 0 0 8px;
	float:left;
	width:402px;
	overflow:hidden;
}
.items .txt a{
	display:block;
}
.items .txt a img{
	display:block;
}
#main .items .text-holder{
	padding:0 0 0 5px;
}
#main .items .txt p{
	margin-top:6px;
}     