/* Gernal */

body{
	margin:0px;
	background-image:url('pictures/bg-x.png');
	background-repeat:repeat-x;
	text-align:center;
	font-family:Arial;
	background-color:none;
	}

.icon{
	float:left;
	}

.info_box {
	position:absolute;
	top:-24px;
	width:50%;
	height:20px;
	text-align:center;
	font-size:small;
	background-color:gray;
	border:1px white dotted;
	padding-top:2px;
	}

li{
	padding:3px;
	}

.hr{
	background-color:lightgray;
	height:1px;
	width:925px;
	}

.ie_font{
    font-size:12px;
}    

a{
	text-decoration:none;
	color:gray;
	border:0px;
	}

.moz_around{
	width:1006px;
	height:auto;
	margin:0px auto;
	text-align:left;
	}
/* Header */
.head{
	width:998px;
	height:500px;
	background-image:url('pictures/head_bg.jpg');
	text-align:left;
	font-size:17px;
	font-weight:bold;
	margin-left:-2px;
	padding-left:10px;
	background-repeat:no-repeat;
	}

.navigation_top{
	float:left;
	width:auto;
	height:auto;
	padding-top:65px;
	margin-left:30px;
	color:#6a6a6a;
	cursor:pointer;
	}

.navigation_top_sub{
	float:left;
	width:auto;
	height:auto;
	padding-top:20px;
	margin-left:30px;
	font-size:12px;
	color:#1482c0;
	cursor:pointer;
	}

.banner{
	margin-top:0px;
	margin-left:15px;

	border: 10px solid black;
	height: 1295px;
	}

.adresse{
	width:952px;
	height:70px;
	background-image:url('pictures/adresse.jpg');
	background-repeat:no-repeat;
	background-position:bottom;
	margin-left:15px;
	margin-top:0px;
	font-size:14px;
	font-weight:normal;
	}

.adress_element{
	float:left;
	margin-left:20px;
	}

.top_name{
	width:952px;
	height:50px;
	background-image:url('pictures/top_name.jpg');
	margin-left:15px;
	}

.placement_element{
	background-image:url('pictures/place_element.jpg');
	background-repeat:no-repeat;
	width:301px;
	height:38px;
	color:#1482c0;
	font-size:12px;
	font-weight:bold;
	border-bottom:1px solid #c7c7c7;
	padding-bottom:10px;
	}

.place_element_sub{
	display:none;
	margin-top:10px;
	margin-left:50px;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	color:gray;
	}




/* Fonts */
h{
	font-size:24px;
	font-weight:bold;
	color:white;
	}

h1{
	font-size:17px;
	color:#62acd5;
	}

h2{
	font-size:16px;
	font-weight:bold;
	color:gray;
	}

h3{
	font-size:16px;
	font-weight:bold;
	color:#8e8e8e;
	}

h4{
	font-size:14px;
	font-weight:bold;
	color:gray;
	}

.place_element_font{
	padding-top:15px;
	padding-left:40px;
	padding-bottom:10px;
	cursor:pointer;
	height:auto;
	}

.adresse_font{
	padding-top:20px;
	padding-left:20px;
	color:gray;
	}


.name_font{
	color:#CE151B;
	font-weight:bold;
	padding-left:80px;
	padding-top:10px;
	}

h5{
	color:#686868;
	font-weight:bold;
	font-size:18px;
	display:inline;
	}

h6{
	font-size:12px;
	color:#CE151B;
	font-weight:bold;
	}

/* Content */
.content{
	width:999px;
	height:auto;
	background-image:url('pictures/content_bg.png');
	background-repeat:repeat-y;
	padding-left:40px;
	margin-left:-1px;
	}

.content_left{
	width:640px;
	height:auto;
	float:left;
	}

.content_left_text{
	padding-top:20px;
	font-size:12px;
	color:gray;
	}

.content_right{
	width:311px;
	height:auto;
	float:left;
	}

.content_box1{
	position:relativ;
	float:left;
	width:310px;
	height:450px;
	z-index:3;
	font-size:11px;
	color:gray;
	}

.content_box2{
	float:left;
	width:290px;
	height:450px;
	position:relativ;
	z-index:3;
	font-size:11px;
	color:gray;
	margin-right:20px;
	}

.content_box2_flr{
    float:right;
    width:290px;
    height:450px;
    font-size:11px;
    color:gray;
    margin-right:40px;
    }
    
    
.content_box2_items{
	height:50px;
	border-bottom:1px solid #c7c7c7;
	padding-top:10px;
	}

.content_box2_item_text{
	padding-top:10px;
	margin-left:10px;
	width:235px;
	float:left;
	}



.content_box3{
	float:left;
	width:310px;
	height:200px;
	position:relativ;
	z-index:3;
	font-size:11px;
	color:gray;
	}

/* Partner */
.partner{
	width:999px;
	height:300px;
	background-image:url('pictures/content_bg.png');
	background-repeat:repeat-y;
	padding-left:45px;
	margin-left:-1px;
	height: auto;
	padding-bottom: 10px;
	}



/* Footer Menu */
.footer_menu{
	width:994px;
	background-image:url('pictures/content_bg.png');
	background-repeat:repeat-y;
	height:300px;
	text-align:left;
	padding-left:30px;
	margin-left:-1px;
	}

.inner_footer_menu{
	width:940px;
	min-height:283px;
	background-image:url('pictures/open_menu.png');
	background-repeat:no-repeat;
	background-position:top;
	background-color:#f6fafc;
	padding-top:30px;
	font-size:11px;
	color:gray;
	}

.inner_footer_menu_item{
	height:auto;
	padding:2px;
	cursor:pointer;
	}

.head_item1{
	width:150px;
	float:left;
	height:auto;
	}

.footer{
	width:994px;
	background-image:url('pictures/content_bg.png');
	background-repeat:repeat-y;
	height:50px;
	text-align:left;
	padding-left:20px;
	margin-left:-1px;
	}

.footer_item_1{
	float:right;
	color:#62ACD5;
	font-size:12px;
	margin:5px;
	}

.footer_item_2{
	float:left;
	color:Gray;
	font-size:12px;
	margin:5px;
	cursor:pointer;
	}

.pic:link img
{ 
filter: alpha(opacity=50); 
opacity: 0.5;
-moz-opacity: 0.5;
 padding-right: 5px;
} 

.pic:visited img
{ 
filter: alpha(opacity=50); 
opacity: 0.5;
-moz-opacity: 0.5;
 padding-right: 5px;
} 

.pic:hover img
{ 
filter: alpha(opacity=100); 
opacity: 1.0;
-moz-opacity: 1.0;
 padding-right: 5px;
}

