/* CSS Document */

/*---- Common Elements START ----*/
*{padding:0;margin:0}

h1{
     color: #002d9c;    
     letter-spacing: 0.1em;
	margin-bottom: 15px;
}
h3{
 	color: #E2001C;

} 

table{
	font-size: 12px;
	color: #f27b61;
}

p{
	margin-right: 110px;
	text-align: justify;
	margin-bottom: 7px;
	margin-top: 5px;
}


p.faq{
	margin-right: 40px;
	text-align: justify;
	margin-bottom: 7px;
	margin-top: 5px;
}

ul{
	list-style: none;
}

em{
	color: #002d9c;    
    letter-spacing: 0.1em;
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
}

html,body{
	background: #ffffff;
	font:12px Arial, Helvetica, sans-serif;
	color:#666;
	text-align: center;
	height: 100%;
}

#container{
	width:820px;
	height:624px;
	background: url(../images/bgmain.jpg) no-repeat;
	margin:0 auto;
	margin-top: 10px;
}

#containerstart{
	width:820px;
	height:624px;
	background: url(../images/bgstart.jpg) no-repeat;
	margin:0 auto;
	margin-top: 10px;
}

#containerlang{
	width:820px;
	height:624px;
	background: url(../images/bglang.jpg) no-repeat;
	margin:0 auto;
	margin-top: 10px;
}


a img {
border:medium none;
}

a.langeng{
margin-left: 400px;
float: left;
margin-top: 455px;
font-size: 14px;
text-decoration: none;
font-weight: bold;
color: #ed1c25;
}

#header{
	float:left;
	clear:both;
	height:60px;
	width:822px;	
	margin:0 auto;
	margin-top: 140px;
}

#mainnavigation{
margin-top: 2px;
margin-left: 166px;
}

#mainnavigation ul li{
	float:left;
	height:13px;
	padding-right: 10px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}
#mainnavigation ul li a{
	text-decoration: none;
	color: #ffffff;
	border: 1px solid #ffffff;
	margin: 1px;
	padding:2px;
}

#mainnavigation ul li a.active{
	border: 1px dotted #ffffff;
}
#mainnavigation ul li a.actives{
    border: 1px dotted #ffffff;
}

#secondnavigation{
	float: left;
	clear:both;
	width: 165px;
	height: 245px;
	color: #e2001c;
	text-align: left;

}
#secondnavigation ul{
	padding-top: 15px;
	margin-left: 30px;
}
#secondnavigation ul li{
	padding: 5px;
}

#secondnavigation a{
	color: #ed1c25;
	text-decoration: none;
	border: 1px dotted #ffffff;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
}	
#secondnavigation a:hover{
	border: 1px dotted #ed1c25;
}

#secondnavigation a.active{
	background: #ed1c25;
	border: 1px dotted #ed1c25;
	color: #ffffff;
}	


#flashintro{
	float: left;
	margin-top: 150px;
	margin-left: 1px;
}


#contentpart{
	float: left;
	width: 500px;
	height: 250px;
	text-align: left;
	color: #e2001c;
}
#contentpartfaq{
	float: left;
	width: 440px;
	height: 200px;
	text-align: left;
	color: #e2001c;
	overflow:auto;
}
#images{
	float: left;
	width: 820px;
	height: 125px;
}


