/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg_main.jpg);
	background-color: #5faac9;
	background-repeat: no-repeat;
	/*background-attachment:fixed;*/
	background-position:center top;
	text-align: justify;
	font-family: Arial, Helvetica, tahoma;
	font-size: 12px;
	color: #453d31; 
}


/* Text */

.content{
	padding:5px;
	float:right;
	margin-top: 20px;
}

a:link {
	color: #106887;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #106887;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #106887;
}


#line
{
    background-image:url(images/line_c01.png);
	background-repeat:no-repeat;
	background-position:top right;
}




.style1 {
	font-family: Arial, Tahoma;
	font-size: 11px;
	color: #474747;
}
.style2 {
	color: #106887;
	font-family: Arial, Tahoma;
	font-size: 11px;
}
.style3 {
	color: #106887; 		
	font-family: Arial, Tahoma;
	font-size: 10px; 
}
.style4 {
	color: #ED1C24;
	font-family: Arial, Tahoma;
	font-size: 12px;
}
.style4_white {
	color: #FFFFFF;
	font-family: Arial, Tahoma;
	font-size: 12px;
}

.style6 {color: #9F7800}



img.pic_border{
	background: transparent url(images/shadowAlpha.png) no-repeat bottom right;
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-left: 15px;

}

img.pic_border01{
	float:left;
	margin-top:5px;
	margin-left: 10px;

	margin-right: 10px;
	

}

img.pic_border02{
	float:right;
	padding: 5px;

}

/* Main */
#main_content{
	width:1000px;
	height:auto;
	margin:auto;
}

/* TOP */
#top_banner{
	width:100%; 
	height:325px;

}
.top_logo{  
	float:left;
 }
 
.top_main_menu{  
	width:245px;
	height:397px; 
	float:right;
 }
 
.top_menu{  
	width:auto;
	height:73px;
	float:right;
 }
 
.tb7 {
	width: 177px;
	background: transparent url('images/box_search.jpg') no-repeat;
	font-size:10px;
	color : #FFFFFF;
	height:21px;
	margin-top:10px;
	padding:2px;
	border:0;
}
.b_search{
margin-left:5px;
float:right;
}

.top_slide{
	background-color:#FFFFFF;
	width:570px;
	height:266px;
	padding:5px;
	margin-left:10px; 
	margin-right:10px;
	float:right;
 }
 
 /* Body */
#content_zone{
width:1000px; 

 }
 .box01{
	width:700px;
	margin-top:20px;
	margin-left:20px;
	height:auto; 
	float:left;
}

 .box02{
	width:168px;
	padding:5px;
	margin-top:10px;
	margin-left:5px; 
	margin-right:5px;
	height:164px; 
	float:left;
}
#box03{
 	background-color: #000000;  /* the background          */
   filter:alpha(opacity=70);   /* Internet Explorer       */
   -moz-opacity:0.7;           /* Mozilla 1.6 and below   */
   opacity: 0.7;               /* newer Mozilla and CSS-3 */

	width:245px;
	padding:5px;
	margin-top:10px;
	margin-left:5px; 
	margin-right:5px;
	height:auto; 
	float:left;

}
 .box04{
	width:200px;
	height:300px; 
	float:left;
	background-image:url(images/line_c01.png);
	background-repeat:no-repeat;
	background-position:top right;
	
	
}
 .box05{
 	width:480px;
	height:auto;
	float:left;
	margin-left: 10px;
}
.box06{
	width:245px;
	padding:5px;
	margin-top:10px;
	margin-left:5px; 
	margin-right:5px;
	height:164px; 
	float:left;
}

 /* Foot */
#foot_zone{
	width:1000px;
	height: 100px;
	margin-bottom:0px;
	float:left;
	position: relative;
	bottom: 0px;
	margin-top: 10px;
 }
 
 .foot01{
	padding:5px;
	margin-top:10px;
	margin-left:5px; 
	margin-right:5px;
	float:left;
}

