*{
	font-size:100%;
	font-family:Verdana;
	color:#FFF
}

html, body{
	padding:0px;
	margin:0px;
	height:100%
}

body{
	background-color:#000;
	font-size:0.8em;
}

a{
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}
input{
	color:#000000
}
textarea{
	color:#000000
}

#minwidth{
	background-image:url(/assets/design/body_bg.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	min-width:1170px;
	//width:expression(document.body.clientWidth < 1170? "1170px": "auto" );
}

#main_tab{
	width:100%;
	height:100%;
	background-image:url(/assets/design/tl_bg.png);
	background-position:left top;
	background-repeat:no-repeat;
	border-collapse:collapse
}

#main_tab .top_line{
	height:9px;
	border:none;
	padding:0px
}

#main_tab .top_content{
	vertical-align:top;
	border:none;
	padding:0px;
}

#main_tab .center_line{
	height:123px;
	background-image:url(/assets/design/plashka_bg.png);
	background-position:right top;
	background-repeat:no-repeat;
	border:none;
	padding:0px;
}

#main_tab .bottom_content{
	border:none;
	padding:0px;
}

#main_tab .footer{
	height:87px;
	border-top:solid 1px #808080;
	padding:0px
}

#content{
	padding:6px 0px 0px 0px
}

#content p{
	margin:7px 0px 7px 0px
}
#content h1{
	color:#b1b1b1;
	font-size:1.9em;
	font-weight:normal;
	margin:0px 0px 12px 2px
}

h4{
	font-weight:normal;
	font-size:1.4em;
	display:inline;
	margin:0px
}

h5{
	font-weight:bold;
	font-size:1.2em;
	margin:15px 0px 10px 0px;
}

h6{
	font-weight:bold;
	font-size:1.2em;
	margin:7px 0px 12px 0px;
}

#content_serv{
	padding:10px 50px 50px 50px;
}

#content_serv p{
	margin:7px 0px 7px 0px
}
#content h1{
	color:#b1b1b1;
	font-size:1.9em;
	font-weight:normal;
	margin:0px 0px 12px 2px
}

#content_serv .price_tab{
	width:100%;
	border-collapse:collapse
}


#content .price_tab th{
	background-color:#2c2c2c;
	border-right:solid 1px #808080;
	font-weight:normal;
	color:#b1b1b1;
	text-align:left;
	vertical-align:top;
	padding:9px 5px;
	font-size:0.85em
}
#content .price_tab th.second{
	border-bottom:solid 1px #808080
}
#content .price_tab th.last{
	border-right:none
}
#content .price_tab td{
	border-right:solid 1px #808080;
	border-bottom:solid 1px #808080;
	padding:18px 12px 24px 10px;
	vertical-align:top;
}
#content .price_tab td.last{
	border-right:none
}
#content .price_tab td img{
	border:solid 3px #808080
}
#content .price_tab td div{
	font-weight:bold;
	padding:10px 0px 10px 0px
}

#content .price_tab td span{
	font-size:0.8em
}

#services_tab{
	width:100%;
	border-collapse:collapse;
	font-size:1.3em
}

#services_tab td a{
	color:#ccc;
	text-decoration:none
}

#services_tab td a:hover{
	color:#ccc;
	text-decoration:underline
}



#services_tab th{
	vertical-align:top
}

#services_tab td{
	vertical-align:top;
	color:#ccc;
	padding:0px 0px 14px 3px
}

hr{
border:none;
border-top:solid 1px #404040;
margin-bottom:12px
}
#gallery_container table{
	border-collapse:collapse;
}

#gallery_container table th{
	padding:0px 30px 30px 0px
}

#gallery_container table td{
	padding:0px 0px 30px 30px
}

#gallery_container table tr.first_line th{
	padding:0px 30px 10px 0px;
}

#gallery_container table tr.first_line div{
	background-image:url(/assets/design/1x1_gold.gif);
	background-position:left 9px;
	background-repeat:repeat-x;
	text-align:center;
	font-weight:normal
}

#gallery_container table tr.first_line td{
	padding:0px 0px 10px 30px;
}

#gallery_container table tr.first_line span{
	background-color:#000;
	padding:0px 10px;
	font-size:1.2em;
	color:#ecbc74
}



#gallery_container img{
 border: solid 3px #ecbc74
}

/* #gallery_container a{
	margin:7px 10px 7px 0px;
	display:inline-block
}*/

#top_menu{
	height:42px;
	vertical-align:top;
	font-size:1.5em;
}

#top_menu table{
	width:100%;
	border-collapse:collapse
}

#top_menu table td{
	border-bottom:solid 4px #343331;
	padding-bottom:4px

}

#top_menu table td.item{
	border-bottom:solid 4px #343331;
	width:1px
}
#top_menu a{
	text-decoration:none
}

#top_menu table td.item a nobr{
	color:#666666;
}

#top_menu table td.item_cur{
	border-bottom:solid 4px #ecbc74;
	width:1px
}

#top_menu table td.item_cur a nobr{
	color:#ebbc74;
}

#top_menu table td.spacer{
	border-bottom:solid 4px #343331;
	width:72px
}

#content_menu{
	border-collapse:collapse
}

#content_menu td{
	padding:0px 5px 5px 0px
}

#lang_changer{
	position:absolute;
	top:21px;
	left:53px;
	font-size:0.85em;
	color:#666
}

#lang_changer a{
	color:#ecbc74
}


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
/*	font: 10px Verdana, Helvetica, sans-serif; */
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
	color:#000
}

#lightbox-container-image-data-box *{
	color:#000
}

#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

