body, html {
	text-align: center;
	margin:0;
	padding:0;
}

body, td, html {	
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	color: 404040;
}
img{border:none;}


.holder{
	text-align: center;
	width: 100%;
	margin:0;
	padding:0;
} 

.cont {
	text-align: center;
	align: center;
	margin:0;
	margin-bottom:5px;
	padding:0;
	margin-left:auto;
	margin-right:auto; 
	width: 900px;
	border:solid 1px #e6e6e6;

}

.ptop {
	height:717px;
	width:900px;
	background: url(/imgs/cont_bg900.jpg) no-repeat;
}

/*Common*/
.light-blue {	
	color:03a7d6;
}
 .light-blue-b {
 	color:00aace;
 	margin-top:7px;
	margin-bottom:5px;
 	font-weight:bold;
	font-size:14px
 }
 
a {color: #7B97A4;}
a:Hover {color:2e57a5}

/*Top*/

.top-menu {
	text-align:right;
	padding-right:20px;
	padding-top:20px;
}
	.top-menu a {
		color: #7B97A4;
		font-weight:bold;
		font-size: 12px;
		padding-left:12px;
		text-decoration:none;
	}
	.top-menu span {padding-left:12px;font-weight:bold;color:#AEB5BD}
	
	
	.top-menu a:Hover {
		color:92c5ec;
	}
	.top-menu .lang-select {padding-bottom:10px;}
	

/*main home*/
.txt { /*homepage*/
	margin-top:15px;
	margin-left:20px;
	text-align:left;
	width:30%;
	float:left;
	font-size: 13px;
}

.txt2 {/*homepage sitename*/
	float:left;
	align:left;
	text-align:center;
	width:66%;
	height:50px;
	margin-top:-70px;
}
	
/*default tpl*/
.white {
	width:330px;
	float:left;
	padding-right:18px;
	background: url(/imgs/moreb.gif) no-repeat 90% 100%;
	
} 
.white a, .white a:hover {
	color:#fff;
	text-decoration:none;
	padding-right:30px;

}
.white b {
	color:#fff;
	font-size:17px;
}

.def-logo {
	margin-top:15px;
	margin-left:10px;
	width:259px;
	float:left:
}

.def-logo {
	float:left;
}
.def-banner {
	align:right; 
	text-align:right;
	margin-right:5px;
}


#top-menu {
	padding:6px 10px 6px 0;
}
#top-menu a, #top-menu span {
	padding-left:18px;
}

.gor-line {
	clear:both;
	height:2px;
	overflow:hidden;
	margin-top:8px;
	border-bottom: solid 1px #e6e6e6;
	
}
.txtHold {
	clear:both;
	margin:10px;
}
.headline {
	color:000;
	font-weight:bold;
	font-size:17px;
	margin-bottom:15px;
}

.txt3 {/*default*/
	float:left;
	text-align:left;
	width:610px;
	height:400px;
	overflow:auto;
	overflow-x:hidden;
	/*border:solid 1px;*/
}

.txt4 {/*default*/

	text-align:left;
	width:100$;
}

	.txt3 .thickbox {
		margin-right:20px;
		
	}
	.txt3 .thickbox img {
		border:solid 2px #00aace;
	}
	
	
	.txt4 .thickbox {
		margin-right:30px;
	}
	.txt3 .thickbox img, .txt4 .thickbox img {
		border:solid 2px #e7e4e9;
	}
	
.catalog-prev {
	text-align:left;
	float:left;
	margin-left:10px;
	padding-left:10px;
	width:240px;
	height:400px;
	border-left:solid 1px #e6e6e6;
}
	.catalog-prev span, .sm {
		font-size:11px;
	}
	
	.sm {
		width:245px;
		margin-top:10px;
	}
	.catalog-prev .light-blue {
		text-align:right;
		margin-top:5px
	}
	
	.catalog-prev .mmore{
		vertical-align:bottom;
		margin-left:5px;
	}
	

.pre-foot {
	clear:both;
	margin-bottom:30px;
	height:50px;
	background: #e9e9e9 url(/imgs/gradient_bg.gif) repeat-x 0 0;
}

.cat-list-item {
	text-align:left;
	width:32%;
	float:left
}

/*slideshow*/

#slideshow {
    position:relative;
	width:600px;
    height:399px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	/*fix. 09-05-12*/
	display:none;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
	/*fix. 09-05-12*/
	display:inline;
}

#slideshow IMG.last-active {
    z-index:9;
	height:361px;
	
}

#slideselector {
	margin-top:30px
}

.fade {cursor:pointer}
p {margin-top:10px;}


.mask {  
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
	top: 0;
	left: 0;
	position:absolute;  
 	z-index:30;  
	background-color:#fff;  
}  
/*
#mailForm {
	display:none;
	padding:15px;
	width:450px;
	height:480px;
	position:absolute;
	top:200px;
	left:200px;
	z-index:3;
}
*/
.feedback {
	cursor:pointer;
	color:03a7d6;
}
#close {cursor:pointer;}
.fbForm {
	width:450px;
	height:490px;
	padding:20px 30px 20px 20px;
	background-color:#fff;
	text-align:right;
	border:solid 1px #000;
	top:200px;
	left:200px;
	position:absolute;
	z-index:150;
	display:none;
}

.myLoader {
	background: url(/imgs/loader.gif) no-repeat 0 0;
	width:32px;
	height:32px;
	padding-left:32px;
}