/* =========================================== Document */
html { height:100%; }

body {
	background:#d9eaf2 url('../img/bg.jpg') repeat-x 0 0;
	color:#808285;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 75%;
	}
	
a, a:visited, a:active {
	color:#f37624;
	text-decoration:none;
	}

a:hover {
	}
	
h1, h2{	
	padding:5px 0px -1px 3px;
	margin-bottom:10px;
	letter-spacing:-0.5pt;
	color:#808285;
	line-height:0;
	}

h1 {font-size:190%;line-height:1.3em;margin-top:40px;font-weight:600;}	
h2 {font-size:160%;line-height:35%;font-style:italic;margin-bottom:40px;margin-top:20px;}

p {
	margin-bottom:15px;	
	line-height:1.5em;
	}

img {border:none;}
.left {float:left;}
.right {float:right;}

.clear {
	display:block;
	clear:both;
	visibility:hidden;
	height:0em;
	border-width:0;
	margin:0;
	padding:0;
	font-size: 0em;
	}
/* =========================================== LAYOUT */
#wrapper {
	width:100%;
	height:100%;
	}
	
* html #document-wrapper {height: 100%;} /* IE6 */
#document-wrapper {
	width:897px;
	height:100%;
	min-height:100%;
	margin:auto;
	}

#header {
	margin-top:118px;
	padding-top:25px;
	width:100%;
	height:85px;
	}
	
#header-content {
	display: inline;
	}
		
.logo{
	width: 206px;
	height: 71px;
	padding-left: 10px;
	}
	
.banner{
	width: 329px;
	height: 71px;
	padding-left: 95px;
	}
	
.phone {
	color: #AAAFB6;
	letter-spacing:2px;
	font-size: 160%;
	line-height: 71px;
	vertical-align: middle;
	padding-right: 10px;
	font-style:italic;
	}

.switch-language {
	letter-spacing:2px;
	font-size: 120%;
	font-style:italic;
	padding: 15px 15px 0 0;
	}
	
.switch-language a {
	color: #AAAFB6;
	}

.switch-language a:link {
	text-decoration:none;
	border-bottom:1px solid red;
	}

.switch-language a:visited {
	border-bottom:1px solid red;
	}

.switch-language a:hover {
	border-bottom:1px solid red;
}

#navigation {}
.menu {}
.menu li a {
	color:#808285;
	display:block;
	}
.menu li a:hover, .menu li a.selected {color:#000;}
.menu li {
	float:left;
	padding:5px;
	background:url('../img/menu-bg.png') repeat-x 0 0;
	border:1px solid #ccc;
	border-bottom:2px solid #b8aba3;
	margin-left:2px;
	width:10%;
	text-align:center;
	}
	
/* =========================================== CONTENT */
#content-wrapper {
	background-color:#fff;
	padding-top: 1px;
	}
	
#content {
	width: 500px;
	padding: 20px 60px 20px 20px;
	float: right;
	}
	
#content h2 {
	font-size: 160%;
	font-style: italic;
	margin-bottom: 20px 0 40px 0;
	}	

/* =========================================== SIDEBAR: Left */
#sidebar {
	width:271px;
	float:left;
	}
	
#sidebar-tagline {
	/*padding:5px;*/
	background:url('../img/menu-bg.png') repeat-x 0 0;
	border:1px solid #ccc;
	border-bottom:2px solid #7cbcc1;
	width:267px;
	text-align: left;
	}

#sidebar-title {
	padding: 15px;
	text-align:left;
	background:url(../img/sidebar-bg.jpg) no-repeat;
	}
	
#sidebar-title h1 {
	color: #AAAFB6;
	font-weight:normal;
	font-size:170%;
	line-height:1em;
	margin: 0;
	font-style:italic;
	letter-spacing: 2px;
	}
	
#sidebar-image {
	margin-bottom:30px;
	}
	
#section-body {
	padding:0 0 60px 20px;
	
	}		
/* =========================================== FOOTER */
#footer {
	padding:20px;
	height:20px;
	color:#AAAFB6;
	font-size:11px;
	}

#footer a {color:#AAAFB6}
	
/* =========================================== Intro / Note / Info / Warning */
p.intro {
	font-size:130%;
	border-bottom:1px solid #ccc;
	padding:5px 0 15px 0;
	}
	
span.note, span.info, span.warning, {
	display: block;
	}
	
div.note, span.note {
	margin: 10px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	background: #f4f5f6;
	border-top: 1px dotted #aab4be;
	border-bottom: 1px dotted #aab4be;
	text-align:justify;
	}
	
div.info, span.info, div.warning, span.warning {
	margin: 10px 0px 10px 0px;
	padding: 7px 10px 7px 35px;
	}

div.info, span.info {
	background: #f4f5f6 url(../img/info.png) 5px 50% no-repeat;
	border-top: 1px dotted #aab4be;
	border-bottom: 1px dotted #aab4be;
	}
div.warning, span.warning {
	background: #fff5eb url(../img/warning.gif) 5px 50% no-repeat;
	border-top: 1px dotted #ffb4a0;
	border-bottom: 1px dotted #ffb4a0;
	}