@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	min-width: 800px;
	height:100%;
	background-color:#cad8e4;
	font-family:Verdana;
	font-size:12px;
	color:#4A4B4E;

}

img {
	border: 0px;
}
.container{
	width:100%;
	margin:auto;

	
	
}

.header{
	width:100%;
	height:128px;
	margin:auto;
	background: #FFF url(../graphics/header/header_bg.jpg) repeat-x;
	min-width:999px;
}

.leftimage{
	height:128px;
	width:228px;
	float:left;
	background:url(../graphics/header/head_left.jpg) no-repeat;
}

.logo{
	height:128px;
	width:490px;
	background:url(../graphics/header/head_logo.jpg) no-repeat;
	vertical-align:middle;
	margin:auto;
}

.rightimage{
	height:128px;
	width:235px;
	float:right;
	background:url(../graphics/header/top_right.png) no-repeat;
}

.main{
	width:100%;
	height:100%;
	/*background:url(../graphics/content/watermark.jpg) no-repeat;*/
	
	
	


}

.maincontent{
	margin:auto;
	width:950px;
	background:url(../graphics/content/bg.png);
/*	filter:alpha(opacity=50); 
   -moz-opacity: 0.5; 
   opacity: 0.5;*/
   padding-bottom:20px;
   min-height:191px;
 
  
   z-index:999;
    
}

.footer{
	margin-top:-191px;
	!margin-top:-191px;
	height:191px;
	background:url(../graphics/footer/footer_bg.jpg) repeat-x;
	width:100%;
	position:absolute;
	z-index:-1;
	



}

.footerLeft{
	background:url(../graphics/footer/footer_left.jpg) no-repeat;
	float:left;
	width:495px;
	height:191px;
	
	
}

.footerRight{
	background:url(../graphics/footer/footer_right.jpg) no-repeat;
	float:right;
	width:504px;
	height:191px;
	
	
}

div.cleaner {
		clear: both;
		font-size:0px;
		height:0px;
		visibility:hidden;
}
	
.menu{
	width:100%;
	background:#FFF;
	height:34px;
}
.menuBar {
		
		height: 30px;
		cursor: pointer;
		margin:auto;
		width:950px;
		background:#FFF;
	
}
div.menuBar a {
		color: #FFF;
		text-decoration:none;
}
div.menuBar a:hover {
		color: #FFF;
		text-decoration: none;
}
.menuBarItemSide {
		width: 10px;
		height:25px;
		float:left;
}
.menuBarItem {
		
		_width: 100px;
		height: 30px;
		text-align: center;
		float: left;
		color: #FFFFFF;
		padding-top: 4px;
		font-size: 12px;
		margin-right:9px;
		font-family:Verdana, Geneva, sans-serif;
		font-weight:bold;
		padding-left:8px;
		padding-right:8px;
		
		
		
}
div.menuBarPadding {
		width:0px;
		float: left;
		font-size:1px;
}

div.menuBarSub {
		
		float: left;
		color: #FFF;
		width: 950px;
		!margin-top:-60px;
}
div.menuBarSub a, div.menuBarSub a:visited {
		color: #FFF;
		text-decoration:none;
		font-weight:normal;

}

div.menuBarSub a:hover {
		text-decoration: underline;
		font-weight:normal;
}

div.menuBarSubItem {
		float: left;
		padding-top: 8px;
		height: 22px;
		_height: 29px;
		padding-left:7px;
		padding-right:7px;
		font-size:12px;
		font-weight:normal;
}
		
.contentfooter{
	clear: both;
	margin-top:30px;
	!margin-top:30px;
	color:#4A4B4E;
	font-size:10px;
}
.contentfooterleft{
	float:left;
	padding-left:30px;
}
.contentfooterright{
	text-align:right;
	padding-right:30px;
}
		
		
#langBarItem {
		width: 60px;
		_width: 169px;
		height: 21px;
		text-align: center;
		float: right;
		color: #4A4B4E;
		padding-top: 4px;
		font-size: 14px;
		text-decoration:none;
		display:block;
		font-weight:normal;
}
#langBarItem a{
	color: #4A4B4E;
	text-decoration:none;
	font-weight:normal;
	}
#langBarItem a:hover{
	color: #4A4B4E;
	text-decoration:none;
	font-weight:normal;
}



div.welcomeimage {
	background: #ffffff;
	padding:5px;
	margin-left: 10px;
	margin-bottom: 10px;
	!margin-top: 18px;
	float: right;
}

ul.home-bullets {
list-style-image:url(../graphics/arrow_orange.jpg);
	list-style-position:outside;
	list-style-type: square;
}
.creaxial {
	color:#999999;
}
a.creaxial,a.creaxial:visited {
	color: #858585;
}
a.creaxial:hover {
	text-decoration: underline;
}
