/* Tags
Cssc9cf.css
---------------------------------------------- */
body {	margin: 0px; padding: 0px; color: #000; font: 14px Arial, Helvetica,
sans-serif; background:#fff;}
h1, h2, h3, h4 {
	margin:1em 0 0 0;
	padding:0px;
	color:#000;
	font:normal 24px/26px "Times New Roman", Times, serif;
}
h1 { margin: 0px; display:block;	}
h2 { font-size:18px; line-height:20px; }
h3 { font-size:16px; line-height:18px; }
h4 { font-size:14px; line-height:16px; }
p {	margin: 1em 0px 0px 0px; padding: 0px; line-height: 20px; }
a { color: #afbfcd; font-weight: bold; text-decoration: none; }
a:hover { text-decoration: underline; }
a.blue:hover { color: #0000ff; text-decoration: none; }
a.red:hover { color: #ff0000; text-decoration: none; }
hr { color: #000; height: 1px; background-color: #000; border: none; }
ul, ol, dl { line-height: 20px; }

/* Classes
---------------------------------------------- */
.imgborder { border: 1px solid #000; }
.imgLeft { margin-right:15px; float:left; }
.imgRight {	margin-left:15px; float:right; }
.clear { clear: both; }

/* Layout
---------------------------------------------- */
div { width:auto; height:auto; margin:0px; padding:0px; }



#content {
    width:auto;
	background:url(assets/images/contents_bg.jpg) left top repeat-y;	
   /* border-style:solid; */	
}

#header {
        width:auto;
	    height:130px;	
        background:url(bg/blue2.png) left top no-repeat;	
        border-radius: 15px;
}



#footer {
	height:30px;
	background:url(assets/images/footer_bg.jpg) left top no-repeat;
    background-color:white;
    border-radius: 15px;
    
    /* border-style:solid; */	
}

#flag {
    float:left;
  
}

#logo {
	height:83px;
    text-align:center;
    }
    
#h_phone {
	padding:10px 0px 0px 70px;
    /* top, right, bot, left */
    
	text-align:center;
	font:30px/34px "Times New Roman", Times, serif;
	font-weight: bold;
	xcolor:#fefafa;
	color:#900000;
}

.menu{
    width:auto;
    height: 40px;
    border-radius: 15px;
    background-color:green;

    padding-left:20px ;
}

#nav {
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
}
#nav li {
	width:105px;
    margin:auto ;
	list-style:none;
	float:left;
	position:relative;
}


#nav li a:hover {
	text-decoration:none;
	color:white;
}


#nav ul li{	
	margin:0px;
	padding:0px;
	display:block;
	border-top:1px solid #9b9b9b;
	background:none;
}

#nav li:hover ul{
	display:block;	
}

#bottomInfo {
	width:983px;
	margin:0 auto;		
    text-align:center;
}


#copy {
	padding:0 100px;
	color:#c5c5c5;
	font:11px Arial, Helvetica, sans-serif;
}

/* OTHERS */

.bigger
{
    font-size-adjust: 20px;

}



.footertext {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 14px; 
	COLOR: #ffffff; 
	FONT-FAMILY: arial, helvetica, sans-serif; 
	TEXT-ALIGN: center; 
	TEXT-DECORATION: none;
}



