body{
	font:13px Calibri, Garamond, Times New Roman, serif;
	background:#3f261c;
	margin:0;
}
a{
	color:#b9340b;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
img {border-style: none;}
/*content holder start*/
.holder{
	width:945px;
	padding-top:16px;
	position:relative;
	margin:0 auto;
}
#wraper-t{
	width:945px;
	padding-top:10px;
	background:url(../images/bg-wraper-t.png) no-repeat;
}
.wraper-c{
	background:url(../images/bg-wraper-c.gif) repeat-y;
	width:916px;
	padding:2px 15px 0 14px;
}
.wraper-b{
	background:url(../images/bg-wraper-b.png) no-repeat;
	width:945px;
	margin:10px auto 0;
	height:8px;
	overflow:hidden;
}
/*content start*/
.content{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-content.gif) repeat;
}
/*header start*/
#header{
	width:100%;
	background:url(../images/bg-header.png) no-repeat;
	height:99px;
}
#header h1{
	margin:0 0 0 15px;
}
#header h1 a{
	background:url(../images/logo.png) no-repeat;
	display:block;
	width:259px;
	height:79px;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}
.thread{
	background:url(../images/thread.png) no-repeat;
	height:52px;
	width:21px;
	position:absolute;
	top:12px;
	left:32px;
}
/*header end*/
/*main start*/
#main{
	width:100%;
	overflow:hidden;
}
.two-columns{
	width:100%;
	overflow:hidden;
}
.column1{
	float:left;
	width:435px;
	height:270px;
	margin:0 0 0 18px;
	display:inline;
	position:relative;
}
.column1 img{
	display:block;
}
.coment{
	width:410px;
	height:74px;
	position:absolute;
	left:3px;
	bottom:3px;
	background:url(../images/transparent.png) repeat;
	padding:4px 10px 0 9px;
	overflow:hidden;
}
.coment p{
	font-size:30px;
	color:#fff;
	margin:0;
	letter-spacing:-1px;
	line-height:32px;
}
.column2{
	float:left;
	margin-left:13px;
	display:inline;
	overflow:hidden;
	width:444px;
	padding-top:2px
}
.links{
	margin:0;
	padding:0;
	list-style:none;
	width:444px;
	overflow:hidden;
	float:left;
}
.links li{
	float:left;
	margin:0 8px 5px 0;
}
.links li a{
	display:block;
	width:45px;
	height:45px;
	padding:1px;
}
.links li a:hover{
	padding:0px;
	border:1px solid #cea45c;
}
/*quote start*/
.quote{
	padding:9px 0 0 13px;
	list-style:none;
	width:100%;
	clear:both;
	margin:0;
}
.quote-t{
	background:url(../images/bg-blockquotes-t.png) no-repeat;
	width:402px;
	height:54px;
	margin-bottom:-21px;
}
.quote-b{
	background:url(../images/bg-blockquotes-b.png) no-repeat;
	width:402px;
	height:52px;
	margin-top:-22px;
}
.quote-holder {
	position:relative;
}
.quote blockquote{
	position:relative;
	margin:0;
	padding:0 0 0 38px;
	width:340px;
}
.quote blockquote q{
	quotes:none;
	color:#3f261c;
	font-size:18px;
	display:block;
	padding:0 0 9px;
	margin:0 0 0 16px;
}
.quote blockquote q:after,
.quote blockquote q:before{content:"";}
.quote blockquote cite{
	margin-left:14px;
	color:#3f261c;
	font-size:13px;
	font-style:normal;
	line-height:16px;
}
/*quote end*/
.btns{
	width:916px;
	background:url(../images/bg-btns.png) no-repeat;
	height:144px;
	overflow:hidden;
	margin-top:21px;
	padding-top:105px;
}
.btns ul{
	list-style:none;
	margin:0;
	padding:0 0 0 7px;
	overflow:hidden;
}
.btns ul li{
	float:left;
	margin-left:12px;
	display:inline;
	position:relative;
}
.btns ul li a{
	display:block;
	width:192px;
	height:103px;
	border:4px solid #3f261c;
	padding-left:9px;
	cursor:pointer;
}
.btns ul li a:hover{
	border-color:#cea45c;
	text-decoration:none;
}
.btns ul li a span{
	width:93px;
	color:#b9340b;
	background:url(../images/bg-links-text.gif) repeat-x 0 100%;
	font-size:22px;
	display:block;
	line-height:22px;
	padding:12px 0 6px 0;
}
.btns ul li a span em{
	display:block;
	font-size:22px;
}
.btns ul li a span strong{
	display:block;
	font-size:26px;
	font-weight:normal;
}
.twitter a{
	background:url(../images/ico-twitti.gif) no-repeat;
}
.email a{
	background:url(../images/ico-mail.gif) no-repeat;
}
.blog a{
	background:url(../images/ico-blog.gif) no-repeat;
}
.ness a{
	background:url(../images/ico-ness.gif) no-repeat;
}
/*footer start*/
#footer{
	width:945px;
	margin:0 auto;
}
#footer div{
	width:610px;
	margin:0 auto;
	color:#c5be8b;
	font-style:italic;
	padding-top:2px;
}
#footer div span{
	float:left;
	padding-right:24px;
}
#footer div address{float:left;}
#footer div address span{
	background:url(../images/bg-address-span.gif) no-repeat 0 6px;
	padding:0 20px 0 32px;
}
/*footer end*/
/* lightbox */
html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	display: none;
	z-index: 30;
}


div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../images/lightbox/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('../images/lightbox/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #3F261C;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	left: -15px;
	height: 30px;
	width: 30px;
	background: url('../images/lightbox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(../images/none.gif);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../images/lightbox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../images/lightbox/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../images/lightbox/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/lightbox/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../images/lightbox/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/lightbox/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('../images/lightbox/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/lightbox/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('../images/lightbox/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('../images/lightbox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: 13px Calibri, Garamond, Times New Roman, serif;
	text-align: center;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

/*

td#fancy_title_left {
	height: 76px;
	width: 15px;
	background: transparent url(../images/lightbox/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 76px;
	background: transparent url(../images/lightbox/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 76px;
	width: 15px;
	background: transparent url(../images/lightbox/fancy_title_right.png) repeat-x;
}

*/
