html {
	height:100%;
	padding:0;
	margin:0px;
	overflow-x: hidden;
}

body {
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Arial, Verdana, sans-serif;
	line-height: 17px;

	color:#555;
	background: #f5f5f5;
	min-width:950px;
}

img {
	border:none;
	text-decoration:none;
	padding:0;
	margin:0;
	vertical-align: top;
}

P{
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

h1{ 
	color: #FFFFFF;
	font-size:16px;
/*	margin: 0;*/
}

TABLE.bg{
	background:transparent url("../images/clouds_bg.jpg") no-repeat center top;
	overflow:hidden;
	width: 100%;
	position:relative;

}

.wrapper_content{
	margin:0 auto;
	width:950px;
}

.wrapper_content_img{
	margin:0 auto;
	width:981px;
	height: 160px;
	position: relative;
}

/*menu*/
div#top_menu{
	background:transparent url("../images/menu_bg.png") repeat-x;
	width:100%;
	height: 70px;
	left:0;
}	

div#top_menu a.logo {
	display:block;
	float:left;
	margin-top:21px;
}

div#top_menu ul{
	margin:0;
	padding:0;
	list-style:none outside none;
	float:right;
	margin-top: 18px;
	display:block;
}	

div#top_menu ul li{
	display: block;
	margin:0px;
	padding:0px;
	float: left;
	margin-left: 16px;
	height: 37px; 
	background:transparent url("../images/menu_li_bullet.png") no-repeat;
}	

div#top_menu ul li a {
	color:#4F6573;
	text-decoration:none;
	margin-left: 16px; 
	line-height: 31px;
}

div#top_menu li:hover a {
	color:#222222;
}

div#top_menu ul li:first-child {
	background:none repeat scroll 0 0 transparent;
}

/*footer*/

div#footer{
	background: url("../images/bottom_bar_bg2.png") repeat-x scroll left center transparent ;
	width: 100%;
	background-color: #f5f5f5;
}	

div#footer .bar{
	background:url("../images/bottom_bar_bg1.png") no-repeat scroll center center  transparent;
	height: 88px;
}	

div#footer .content{
	padding-top:35px;
	color: #999999;
	float: left;
}	

div#footer .counter{
	padding-top:28px;
	float: right;
}	

/**/
div#big_photo{
	display:none;
	position: absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:10;

	background:url("../images/overlay.png") transparent;
	height: 100%;
	width: 100%;
}

div#big_photo_loading{
    display:none; 
	position: absolute;
    top:50%;  
    left:50%;  
    margin:-6px 0px 0px -104px;
    width:208px;  
    height:13px;  
    z-index:9999;  
    background:url("../images/loadingAnimation.gif") no-repeat center center;  
}

div#big_photo_preview{
    display:none; 
	position: absolute;
    top:50%;  
    left:50%;  
    z-index:999; 
}

div#big_photo_preview IMG{
	cursor: pointer;
	padding: 10px;
	background-color: #FFFFFF;
}

div#big_photo_control{
    display:none; 
	position: absolute;
    top:50%;  
    left:50%;  
    z-index:9999; 
	color: #FFFFFF;
}

/**/
div#photo_album_bottom UL IMG{
	margin-left: 7px;
	margin-top: 5px;
	background-color: #FFFFFF;
}

div#photo_album_bottom {  
	float: left;
	padding:0;
	margin-top: 25px;
	width: 949px;
	height: 135px;
	
	overflow: hidden;
	position: relative;
} 

div#photo_album_bottom ul{
	position: relative;
	padding:0;
	list-style:none outside none;
	display:block;
	left: 0;
	height: 112px;
	top: 0;
	margin: 0 auto;
	margin-bottom: 6px;
}	

div#photo_album_bottom ul li{
	display: inline;
	margin:0px;
	padding:0px;
	background : url("../images/photo_album_bg_.png");
	margin-right: 5px;
	float: left;
	
	width: 154px;
	height: 112px;
	position: relative;
}

div#photo_album_bottom UL IMG:hover{
	opacity: 0.4;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40); 
}

div#img_prev{
    background: none;

	position: relative;
	width: 16px;
	height: 43px;
	float: left;
	top: 55px;
	right: 10px;
}

div#img_next{
    background: none;

	position: relative;
	width: 16px;
	height: 43px;
	float: left;
	top: 55px;
	left: 10px;
}

div#img_prev.enable{
	background:url("../images/arrow_img.gif") transparent 0 0;
	cursor: pointer;
}

div#img_next.enable{
	background:url("../images/arrow_img.gif") transparent -16px 0;
	cursor: pointer;
}

/* */
.zoom_in{
	cursor: pointer;
}

/**/
