body {
	background: #717074 url(../medias/bg_body.gif) fixed;
	font-family: Arial, Verdana, sans-serif;
	color: #59595b;
	line-height: 16px;
	font-size: 12px;
	text-align: center;
}

td {
	font-family: Arial, Verdana, sans-serif;
	color: #59595b;
	line-height: 16px;
	font-size: 12px;
}

.clearer {
	clear: both;
}

#global {
	width: 778px;
	margin: 0 auto 20px auto;
	background-color: white;
}

/* HEADER */

#header {
	height: 148px;
	background: url(../medias/bg_header.jpg) repeat-x;
}

#header #header_left {
	width: 320px;
	padding-top: 58px;
	float: left;
	text-align: left;
}

#header #header_right {
	width: 458px;
	padding-top: 60px;
	float: left;
	text-align: right;
}

#header #header_right #nav_asc {
	padding-right: 28px;
	padding-top: 7px;
}

#header #header_right #nav_asc a {
	margin-left: 7px;
}

/* BANNEER */

#banneer {
	height: 157px;
}

#banneer #nav_main {
	padding-top: 131px;	
}

#banneer #nav_main ul {
	list-style-type: none;
	margin-left: 26px;
}

#banneer #nav_main ul li {
	float: left;
	margin-right: 12px;
	height: 26px;
}

#banneer #nav_main ul li a {
	display: block;
	background-color: white;
	text-align: center;
	color: #b51e3a;
	height: 26px;
	line-height: 26px;
	width: 132px;
	font-size: 11px;
}

#banneer #nav_main ul li a:hover , #banneer #nav_main ul li a.active {
	background-color: #fcbe57;
	text-decoration: none;
}

/* NAV LANG */

#nav_lang {
	margin: 23px 26px 0 26px;
}

#nav_lang ul {
	list-style-type: none;
}

#nav_lang ul li {
	float: right;
	margin-left: 6px;
}

#nav_lang ul li a {
	display: block;
	background-color: white;
	text-align: center;
	color: #717074;
	padding: 1px 3px;
	font-size: 11px;
}

#nav_lang ul li a:hover , #nav_lang ul li a.active {
	background-color: #b51e3a;
	color: white;
	text-decoration: none;
}

/* CONTENT */

#content {
	padding: 10px 26px 26px 26px;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
}

#content h1 {
	font-size: 15px;
	font-weight: bold;
	color: #b51e3a;
	text-transform: uppercase;
	margin: 15px 0;
	line-height: 22px;
	width: 450px;
}

#content h2 {
	font-size: 14px;
	font-weight: bold;
	color: #b51e3a;
	text-transform: uppercase;
	margin: 5px 0;
	line-height: 20px;
}

#content a {
	color: #b51e3a;
	text-decoration: underline;
}

#content p {
	font-size: 14px;
	margin: 15px 0;
	line-height: 18px;
}

#content td {
	font-size: 14px;
	margin: 15px 0;
	line-height: 18px;
	vertical-align: top;
}

#content ul {
	list-style-type: square;
	margin: 15px 20px;
	color: #b51e3a;
}

#content ul li {
	padding: 3px 0;
}

#content ul li span {
	color: #59595b;
}

#content sub, sup {
  vertical-align : baseline;
  position : relative;
} 

#content sup {
	top : -0.5em;
}

#content #content_home_left {
	width: 426px;
	float: left;
}

#content #content_home_left #content_home_left_inner {
	padding-right: 25px;
}

#content #content_home_right {
	width: 300px;
	float: left;
}

#latest_news {
	border: 1px solid #c4c2c3;
}

#latest_news #title {
	text-align: left;
	padding: 7px 10px;
	font-size: 14px;
	color: #b51e3a;
	text-transform: uppercase;
	border-bottom: 1px solid #c4c2c3;
}

#latest_news ul {
	list-style-type: square;
	margin: 5px 20px;
	color: #b51e3a;
}

#latest_news ul li {
	font-size: 12px;
	padding: 3px 0;
}

#latest_news ul li a {
	color: #717074;
	text-decoration: none;
}

#latest_news ul li a:hover {
	text-decoration: underline;
}

/* SERVICES */

#nav_services {
	margin-bottom: 20px;
}

#nav_services ul {
	list-style-type: none;
	margin-left: 26px;
}

#nav_services ul li {
	float: left;
	margin-right: 3px;
	height: 22px;
}

#nav_services ul li a {
	display: block;
	background-color: #fdbf57;
	text-align: center;
	color: #b51e3a;
	height: 22px;
	line-height: 22px;
	width: 180px;
	font-size: 11px;
	text-transform: uppercase;
}

#nav_services ul li a:hover , #nav_services ul li a.active {
	background-color: #b51e3a;
	color: #fdbf57;
	text-decoration: none;
}

/* FOOTER */

#footer {
	text-align: center;
	font-variant: small-caps;
	padding: 50px 20px 20px 20px;
	line-height: 18px;
}

#footer a {
	font-variant: normal;
	color: #59595b;
	text-decoration: underline;
}
