﻿/*
	StyleSheet 
*/
body {
	padding: 0;
	margin: 0;
	font: .74em Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	color: #000;
}
a {
	color: #DA3B3B;
	background: inherit;
}
a:hover {
	color: #DA3B3B;
	background: inherit;
	text-decoration: underline;
}
p {
	margin: 5px 0;
}
h1 {
	font: bold 1.8em Arial, Sans-Serif;
	padding: 8px 0 4px 0;
	margin: 0;
	letter-spacing: -1px;
}
h2 {
	font: bold 1.6em Arial, Sans-Serif;
	letter-spacing: -1px;
}
h3 {
	padding: 4px 0;
	margin: 0;
}
ul {
	margin: 0;
	padding : 0;
	list-style: none;
}
img {
	border: 0;
}
hr {
	height: 1px;
	border-style: none;
	color: #d0d0d0;
	background-color: #C0C0C0;
	margin: 10px 0;
}

.center_content {
	 margin-left:auto;
	 margin-right:auto;	
	 width:800px;
	 padding:0px 20px;
}

#logo{
	width:180px;
}

#topWrapper
{
	background: url('../images/bluegrad.png') repeat-x top left;
}

/* Top part */
#topWrapper #top {
	margin: 0px auto;
	width: 800px;
	height: 33px;
	position: relative;
}

#topWrapper #top #logo {
	position:absolute;
	top: 0;
	left: 0;
}

#banner{
	 margin-left:auto;
	 margin-right:auto;	
	 width:870px;
}


#sfbanner
{
	float:left;
	margin-left:270px;
	margin-top:-25px;
}

#lang
{
	margin-top:28px;
	margin-left:700px;
}

#lang a
{
	  text-decoration:none; 
}

#lang a:hover
{
	 color:#800000	
}

/* Second part */
#prec {
	clear:both;
	width: 870px;
	margin: 0 auto 0 auto;
	padding-top:30px;
	background-image: url('../en/images/round_rect_bg_t.png');
	background-repeat: no-repeat;
	background-position:center top;
}
#prec_close{
	width: 870px;
	margin: 0 auto 0 auto;
	padding-bottom:30px;
	background-image: url('../en/images/round_rect_bg_b.png');
	background-repeat: no-repeat;
	background-position:center bottom;
	min-height:350px;
}

/* main */
#div_sep1
{
	clear:both;
	height:1em;
}

/* The footer */
#footer_banner{
	height: 20px;
	background: url('../en/images/banner_t2.png') repeat-x;
	}

#footer {
	clear: both;
	margin:0 auto 0 auto;
	color: #777;
	background: #fff;
}
#footer .right {
	float: right;
	text-align: right;
	background: #FFF;
}
#footer a {
	text-decoration: none;
	background: #FFF;
}
#footer .cr {
	color: #0099FF;
}
