@charset "UTF-8";
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	margin:0;
	padding:0;
	letter-spacing: 1px;	
}
#top {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 117px;
	color:#fff;
	padding: 0 0 0 766px;
}
#top a:visited,
#top a:link{
	color:#fff;
	text-decoration:none;
}
#top a:hover{
	color:#ffdf5d;
}
#news{
	background-color: #F9F6DF;
	background-image: url(images/news-bg.jpg);
	background-repeat: no-repeat;
	width:252px;
	padding:0 10px 0 10px;
	color:#613d0b;
}

#newsletter{
	background-color: #FBF8E4;
	background-image: url(images/newsletter_bg.jpg);
	background-repeat: no-repeat;
	width: 230px;
	padding: 10px 5px 0 10px;
	color:#613d0b;
}

#contactus{
	background-image: url(images/contactus.jpg);
	background-repeat: no-repeat;
	width: 209px;

	padding: 30px 20px 0 20px;
	color:#613d0b;
	font-size:13px;
	font-weight:bold;
}
#contactus.EN_en{background-image: url(images/contactus_en.jpg);}
	
#news a:link,
#news a:visited,
#newsletter a:link,
#newsletter a:visited{
	color:#613d0b;
	text-decoration:none;	
}

#news a:hover,
#newsletter a:hover{
	color:#c77f1b;
}
#phone{
	color:#ff9200;
	font-size:16px;
}

#footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 30px;
	
	color:#aa6b14;
	letter-spacing: 2px;	
}
#footer a:link,
#footer a:visited {
 text-decoration:none;
 color:#804d07;
}

#footer a:hover{
color:#aa6b14;
}

#copyright{
	font-size:10px;
	color:#333333;
	text-align:center;
	padding:10px;
	}
#copyright a:link,
#copyright a:visited{
	text-decoration:none;
	color:#333333;
}
#content {
	line-height: 24px;
	color: #534d43;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#content a:link,
#content a:visited{
	color:#bd2814;
	text-decoration:none;
}
#content a:hover{
	text-decoration:underline;
}

#content .highlight{
	font-size:18px;
	color:#ff5a00;
}
#content .black{
	font-size:15px;
	color:#000;
}
#content .questions{
	color: #f9bb00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
}
.h_line {
	background-color: #F28513;
	height: 1px;
	width: 100%;
	margin:20px 0 20px 0 ;
}
