@import url(http://fonts.googleapis.com/css?family=Cuprum:400,700);

*{
	margin: 0px;
	padding:0px;	
	
}
a img {
border:0px;
}
body {	
	margin:0px;
	padding:0px;
	color: #333;
	font-family: 'Cuprum', sans-serif;
	font-weight: 400;
	width:100%;
	height:100%;

}

html{
	background-color:#FFFFFF;
	/*overflow-y: scroll;*/

	min-height:100%;
		background-image:url(../images/bg2.jpg);
	background-repeat : no-repeat;
	background-position : bottom;
}
div{
 border:0px #000 solid;
}
/*---------------------------------------------------------------------*/
/*---------------------------------------------------------------------*/
/*---------------top---------------*/
#wrapper_bg{
	background-image:url(../images/bg.png);
	background-repeat : no-repeat;
	background-position : top;
	min-width:980px;
	z-index: -999;
}
#wrapper{
	width:980px;
	margin:0 auto;

}
/*---------------header---------------*/
#div_header{
	width:980px;
	height:104px;
	position: relative;

	/*border: #d5d5d5 solid 1px;*/
}
#div_logo{
	margin-top: 23px;
	margin-left: 23px;
	position: absolute;
}
#div_name{
	margin-top: 65px;
	margin-left: 145px;
	font-size: 11px;
	color:#fff;
	position: absolute;
}

/*--------------------------------------------------------------------------*/
#div_group{
	width:672px;
	height:28px;
	margin-top: 59px;
	margin-left: 275px;
	position: absolute;
	border-bottom: #d5d5d5 solid 1px;
}

/*--------------------------------------------------------------------------*/
#div_topMenu{
	margin-left: 15px;
	position: absolute;
}
#div_topMenu ul li, #div_lang ul li{
	list-style-type : none;
	float:left;
}

a.topMenuBtn{
	display:block;
	padding: 5px 10px 5px 15px;
	font-size: 14px;
	font-weight : 400;
	color:#333;
	text-decoration : none;
	float:left;
	background-image: none;
}
a.topMenuBtn:hover{
	background-image: url(../images/topmenu_arrow.gif);
	background-repeat : no-repeat;
	background-position : 5px 10px;
	color: #bb0027;
}

a.topMenuBtn.selected{
	background-image: url(../images/topmenu_arrow.gif);
	background-repeat : no-repeat;
	background-position : 5px 10px;
	color: #bb0027;
}
/*--------------------------------------------------------------------------*/
#div_searchBox{
	margin-left: 430px;
	margin-top: -40px;
	position: absolute;
}
#searchform{
	
}
#searchInput{
	border: 0px solid #AAAAAA;
	width:80px;
	float: left;
	font-size: 13px;
	height: 18px;
	line-height: 18px;
	margin-left: 10px;
	
	vertical-align: middle;
	background-color : #999;
	color: #fff;
	padding: 2px 10px 2px 5px;
}
#searchSubmit{
    float: left;
    margin: 0 0 0 2px;
    width: 22px;
	height:22px;
	background: url("../images/searchicon.gif") no-repeat 0 2px ;
	display: inline-block;
	 outline: 0 none;
	 border: 0 none;
	 cursor: pointer;
	 
}
/*---------------------------------------------------------------------*/
#div_lang{
	margin-left: 600px;
	position: absolute;
}

a.langBtn{
	font-family: arial;
	display:block;
	padding: 4px 5px;
	font-size: 11px;
	font-weight : 400;
	color:#999;
	text-decoration : none;
	float:left;
}
a.langBtn:hover{
	color:#000;
}
a.langBtn.selected{
		color:#000;
}

/*---------------------------------------------------------------------*/
/*-------------------------MAIN------------------------*/
#div_main{
	float:left;
	display:block;
	margin-left:97px;
	background-color:#333;
	width:850px;
	height:340px;
	overflow:hidden;
	margin-bottom:10px;
}
#div_main_corner{
	position:absolute;
	z-index:999;
}

#div_main_shadow{
	position:absolute;
	z-index:5;
	margin-top:157px;
	margin-left:-5px;
}
#div_main_content{
	position:absolute;
	width:850px;
	height:340px;
	overflow:hidden;
	z-index:10;
}

.largePhoto{
	float:left;
}

/*---------------footer---------------*/
#div_footer{
	padding:20px 40px;
	width:900px;
	float:left;
}

#copyright{
	font-size: 12px;
	color:#999;
	text-align:right;
	top:35px;
	border:0px solid #666;
}
#copyright a{
	color:#999;
}
#copyright a:hover{
	color:#333;
}
/*---------------------------------------------------------------------*/
.fixSpace{	
	clear:both;
}