a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt, 
em, embed,
fieldset, figcaption, figure, font, footer, form, 
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd, 
keygen,
label, legend, li, 
meter,
nav,
object, ol, output,
p, pre, progress,
q, 
s, samp, section, small, span, source, strike, strong, sub, sup,
table, tbody, tfoot, thead, th, tr, tdvideo, tt,
u, ul, 
var{
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
    vertical-align: top; }

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
table, table td { 
	padding:0;
	border:none;
	border-collapse:collapse;
}
img {
	vertical-align:top; 
}
embed { 
	vertical-align:top;
}
/* html 5 */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display:block;
}
mark, rp, rt, ruby, summary, time {
	display:inline;
}
/* Global properties */
html {
	width:100%;
}
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100%;
	color:#333;
	min-width:998px;
	font-size:16px;
	line-height:22px;
	background-image: url(header_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #f1f0f0;
	background-attachment: fixed;
}
.bg {
	width:100%;
	background-image: url(bg-top.jpg);
	background-repeat: no-repeat;
	background-position: right 0;
}
.main {
	width:990px;
	padding:0;
	margin:0 auto;
	position:relative;
}
.container {
	background-color: #fff;
	background-image: url(content_bg_tail.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	position: relative;
}
a {
	color:#1799cf;
	outline:none;
}
a:hover {
	text-decoration:none;
}
.clear {
	clear:both;
	width:100%;
	line-height:0;
	font-size:0;
}

.wrapper {
	width:100%;
}
.fleft {
	float:left;
	margin-right:20px;
	margin-bottom: 20px;
}
.fright {
	float:right;
	margin-left:20px;
	margin-bottom: 20px;
}
.color-1 {
	color:#fff;
}
.color-2 {
	color:#1F3259;
}
.color-3 {
	color:#444f7a;
}
.color-4 {
	color:#c03328;
}
/* header */
header {
	padding-top:120px;
	position:relative;
	z-index:5;
}
.inner2 {
	width:950px;
	margin:0 auto;
	position:relative;
}
a.logo {
	position:absolute;
	display:block;
	width:245px;
	height:120px;
	left:5px;
	top:-120px;
	text-indent:-5000px;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-decoration:none;
}
.lang {
	position: absolute;
	top: -100px;
	right: 10px;
}
nav {
	background:url(nav_bg.gif) 0 0 repeat-x #000;
	position:relative;
	z-index:100;
	width:100%;
}
.sf-menu {
	float:right;
	padding:0px 0px 0 0;
}
.sf-menu > li {
	float:left;
	font-size:16px;
	line-height:20px;
}
.sf-menu li {
	position:relative;
}
.sf-menu > li > a {
	display:block;
	color:#fff;
	background:url(menu_separator.gif) 0 1px no-repeat;
	padding-top: 7px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	text-decoration:none;
}
.sf-menu li .active, .sf-menu li a:hover {
	color:#ca9c51;
}
/* slider */
.slider_box {
	padding-top:20px;
	padding-bottom:20px;
	/*padding-left:347px;*/
	position:relative;
	overflow:hidden;
	background-image: url(header_inner_tail.png);
	background-repeat: no-repeat;
	
}
.slider_box.small {
	padding-bottom:20px;
}
.slider {
	position:relative;
	height:397px;
	width:603px;
	overflow:hidden;
}
.items {
	display:none;
}
.pagination {
	position:absolute;
	overflow:hidden;
	right:20px;
	top:368px;
	z-index:100;
}
.pagination li {
	float:left;
	margin-left:3px;
}
.pagination li:first-child {
	margin:0;
}
.pagination li a {
	display:inline-block;
	width:12px;
	height:12px;
	background:url(pagination.png) right 0 no-repeat;
}
.pagination li.current a, .pagination li a:hover {
	background-position:0 0;
}
.banner {
	position:absolute;
	bottom: 0px;
	left:0;
	width:250px;
	background:url(bg-slider.png) 0 0 repeat;
	text-shadow:1px 1px rgba(0,0,0,0.5);
	z-index:99;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 40px;
	color: #FFF;
	padding-left: 10px;
	height: 40px;
}

/* text style */
h1 {
	font-size:34px;
	line-height:34px;
	color:#ca9c51;
	font-weight: normal;
}

h2 {
	color:#000;
	font-size:24px;
	line-height:1.2em;
	margin-bottom:9px;
	font-weight: normal;
}
h3 {
	color:#444f7a;
	font-size:18px;
	line-height:1.2em;
	margin-bottom:9px;
	font-weight: normal;
}
.large_text {
	font-size:20px;
	color:#444f7a;
	line-height:24px;
}
.blinl {
	line-height:24px;
	display:inline-block;
	width:30px;
}
/* footer */
.inner {
	width:990px;
	margin:0 auto;
	position:relative;
}
footer {
	padding:20px;
	position:relative;
	line-height:18px;
	background-color: #FFF;
	background-image: url(footer_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 12px;
	color: #666;
}
.footer_menu {
	overflow:hidden;
	padding-bottom:14px;
	float:right;
}
.footer_menu li {
	float:right;
	margin-left:12px;
}
.footer_menu li a {
	text-decoration:none;
	color:#666666;
}
.footer_menu li a:hover {
	text-decoration:underline;
}
.footer_menu li a.active {
	color:#ca9c51;
}
footer a {
	text-decoration:none;
	color:#666666;
}
footer a:hover {
	text-decoration:underline;
	color:#ca9c51;
}
.copir {
	float: left;
	width: 425px;
}
/* content */
.content {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	background-image: url(header_inner_tail.png);
	background-repeat: no-repeat;
	padding-top:20px;
	padding-bottom:40px;
}
.content h1, .content h2, .content h3, .content p {
	margin-bottom: 10px;
}
.content ul {
	margin-left: 30px;
	padding-bottom:10px;
}
.content ul li {
	margin-bottom: 5px;
	background-image: url(marker.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 13px;
}
.boxCont {
	float: left;
	width: 727px;
}
/* aside */
aside {
	float: left;
	width: 200px;
	margin-right: 20px;
}
.content aside ul {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d4d2d2;
	margin-left: 0px;
	padding-bottom: 0px;
}
.content aside ul li {
	list-style-type: none;
	background-image: none;
	margin-bottom: 0px;
	padding-left: 0px;
}
aside ul li a {
	display: block;
	line-height: 25px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #d4d2d2;
	border-bottom-color: #d4d2d2;
	border-left-color: #d4d2d2;
	color: #5b5a5a;
	background-image: url(bullet.png);
	background-repeat: no-repeat;
	background-position: 7px 11px;
	padding-left: 18px;
	background-color: #f2f0ec;
	text-transform: uppercase;
	text-decoration: none;
}
aside ul li a:hover, aside ul li a.current {
	color: #c03328;
	background-color: #e2dfda;
}
textarea, input {
	margin:0;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	border:solid 1px #c7c6c7;
	padding:10px 5px;
	background:#fff;
	border-radius:3px 3px 3px 3px;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
	behavior:url(js/PIE.htc);
	width:298px;
	outline:none;
	color: #1F3259;
	z-index:99;
	position: relative;
}	
textarea {
	overflow:auto;
	height:100px;
}
label {
	min-height:60px;
	display:block;
	line-height: 40px;
	position: relative;
	text-align: right;
	padding-right: 10px;
}
.error {
	padding: 3px;
	width: 150px;
	border: 1px solid #c03328;
	color: #c03328;
	position: absolute;
	height: auto;
	left: 320px;
	top: -16px;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	background-color: #FFECEC;
	z-index: 100;
}
.button {
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-radius:3px 3px 3px 3px;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
	behavior:url(js/PIE.htc);
	color: #FFF;
	text-decoration: none;
	background-color: #2B2828;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	display: inline-block;
	margin-top: 15px;
	z-index:99;
	position: relative;
}
.button:hover {
	color: #E8B96B;
	background-color: #48517D;
}
small {
	font-size: 12px;
}
.mainText {
	width:320px;
	float: left;
	padding-right:25px;
}
.mainText p {
	padding-bottom: 10px;	
	text-align: justify;
}
.mainText p strong, strong.nameComp {
	font-size: 18px;
	font-weight: normal;
	color: #1F3259;
}
.nameComp2 {
	font-size: 18px;
}