@charset "utf-8";
html, body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	background-color: #CFDCF1;
}
/* Generic tag reset */
h1, h2, h3, h4, h5, h6, form, p, dl, dt, dd, ol{
	margin: 0px;
	padding: 0px;
}
/* Set width for site */
#wrapper {
	width: 960px;
	margin: 0px auto 0px auto;
	text-align: left;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
#header {
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
	height: 110px;
	width: 960px;
	float: left;
}
#header #logo_link {
	float: left;
	background-image: url(../images/svs_logo.png);
	margin: 0px;
	padding: 0px;
	height: 110px;
	width: 250px;
}
#header #logo_img {
	float: left;
}
/* NAVIGATION */
#nav {
	background-color: #4B90CD;
	list-style-type: none;
	margin: 59px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	display: block;
	width: 690px;
	float: left;
	border-top: 1px solid #FFF;
	font-size: 16px;
	border-bottom: 1px solid #FFF;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	/**/
	text-shadow: 1px 1px 1px #407cb0;
	height: 39px;
	z-index: 999;
}
/* FOR INT NAV - DEU */
#nav.nav_int_deu{
	font-size: 14px;
	/*For IE Wrap bug*/
	white-space: nowrap;
}
/* FOR INT NAV - ESP */
#nav.nav_int_esp {
	font-size: 14px;
	/*For IE Wrap bug*/
	white-space: nowrap;
	width: 700px;
	padding: 0px 0px 0px 10px;
}
/* FOR INT NAV - FRA*/
#nav.nav_int_fra{
	/*For IE Wrap bug*/
	white-space: nowrap;
}
#nav li {
	float: left;
	display: block;
	margin-right: 10px;
	cursor: pointer;
	height: 39px;
	position:relative;
	z-index: 999;
}
#nav li:hover {
	background-color: #3F78AB;
}
#nav li a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding: 10px;
	display: block;
	height: 19px;
	position:relative;
	z-index: 999;
}

#nav li:hover a {
	/**/
	text-shadow: 1px 1px 1px #2d5579;
}
#nav li .dropdown {
	margin: 0px auto;
	position: absolute;
	left: -999em; /* Hides the drop down */
	text-align: left;
	padding: 10px 0px 5px 0px;
	background-color: #3F78AB;
	font-size: 14px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	/**/
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1); 
	z-index: 999;
}
#nav li:hover .dropdown, #nav li:hover a div.dropdown{
	left: 0em;
	top: auto;
	margin-left: 0%; /* Corrects IE7 bug */
}
#nav li .dropdown a:link, #nav li .dropdown a:active, #nav li .dropdown a:visited{
	padding: 5px 0px 5px 10px;
	background-color: #3F78AB;
	font-size: 14px;
	display: block;
	margin: 0px 0px 5px;
}
#nav li .dropdown a:hover {
	background-color: #35658f;
}
/* INT FLAGS */
/* CHI FLAG */
#nav li .dropdown a.flag_chi:link, #nav li .dropdown a.flag_chi:active, #nav li .dropdown a.flag_chi:visited {
	background-image: url(../images/flag_sprite.png);
	background-repeat: no-repeat;
	padding: 5px 0px 5px 32px;
	background-position: 4px -157px;
}
/* DEU FLAG */
#nav li .dropdown a.flag_deu:link, #nav li .dropdown a.flag_deu:active, #nav li .dropdown a.flag_deu:visited {
	background-image: url(../images/flag_sprite.png);
	background-repeat: no-repeat;
	padding: 5px 0px 5px 32px;
	background-position: 4px -254px;
}
/* ENG FLAG */
#nav li .dropdown a.flag_eng:link, #nav li .dropdown a.flag_eng:active, #nav li .dropdown a.flag_eng:visited {
	background-image: url(../images/flag_sprite.png);
	background-repeat: no-repeat;
	padding: 5px 0px 5px 32px;
	background-position: 4px -494px;
}
/* ESP FLAG */
#nav li .dropdown a.flag_esp:link, #nav li .dropdown a.flag_esp:active, #nav li .dropdown a.flag_esp:visited {
	background-image: url(../images/flag_sprite.png);
	background-repeat: no-repeat;
	padding: 5px 0px 5px 32px;
	background-position: 4px -446px;
}
/* FRA FLAG */
#nav li .dropdown a.flag_fra:link, #nav li .dropdown a.flag_fra:active, #nav li .dropdown a.flag_fra:visited {
	background-image: url(../images/flag_sprite.png);
	background-repeat: no-repeat;
	padding: 5px 0px 5px 32px;
	background-position: 4px -205px;
}
/* JAP FLAG */
#nav li .dropdown a.flag_jap:link, #nav li .dropdown a.flag_jap:active, #nav li .dropdown a.flag_jap:visited {
	background-image: url(../images/flag_sprite.png);
	background-repeat: no-repeat;
	padding: 5px 0px 5px 32px;
	background-position: 4px -302px;
}
/* END INT FLAGS */
#nav .dropdown .section_name {
	display: block;
	float: left;
	font-style: italic;
	color: #CFDCF1;
	font-weight: bold;
	margin: 5px 0px 50px 10px;
	padding: 0px;
	text-shadow: 1px 1px 1px #2d5579;
}
#nav .dropdown .drop_section {
	display: block;
	float: right;
	clear: right;
}
#nav .dropdown hr {
	color: #CFDCF1;
	background-color: #CFDCF1;
	border-width: 0px;
	border-style: none;
	margin: 15px 10px 15px 10px;
	padding: 0px;
	height: 2px;
	display: block;
	clear: both;
}

/* FOOTER */
#footer {
	clear: both;
	background-color: #4B90CD;
	color: #FFF;
	border-top: 1px solid #FFF;
	float: left;
	width: 960px;
	margin: 0px 0px 20px;
	padding: 0px 0px 20px;
}

#footer #footer_divider {
	background-image: url(../images/footer_divider_bg.png);
	height: 38px;
	background-repeat: repeat-x;
	border-bottom: 1px solid #FFF;
	margin: 0px 0px 20px;
	padding: 0px;
}

#footer .footer_col {
	width: 60px;
	float: left;
	margin-left: 20px;
	display: block;
	font-size: 12px;
}

#footer .col_2, #nav .col_2 {
	width: 120px;
}
#footer .col_3, #nav .col_3 {
	width: 180px;
}
#footer .col_4, #nav .col_4 {
	width: 240px;
}
#footer .col_5, #nav .col_5 {
	width: 300px;
}
#footer .col_6, #nav .col_6 {
	width: 360px;
}
#footer .col_7, #nav .col_7 {
	width: 420px;
}
#footer .col_8, #nav .col_8 {
	width: 480px;
}
#footer .col_9, #nav .col_9 {
	width: 540px;
}
#footer .col_10, #nav .col_10 {
	width: 600px;
}
#footer .col_11 {
	width: 660px;
}
#footer .footer_col h5 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	display: block;
	color: #FFF;
	margin: 0px 0px 20px;
	padding: 0px 0px 8px;
	border-bottom: 2px solid #6FA6D7;
	/**/
	text-shadow: 1px 1px 1px #407cb0;
}
#footer .footer_col ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
#footer .footer_col ul li {
	display: block;
	margin: 0px 0px 15px;
	padding: 0px;
}
#footer .footer_col ul li a:link,  #footer .footer_col ul li a:active, #footer .footer_col ul li a:visited  {
	color: #FFF;
	text-decoration: none;
}
#footer .footer_col ul li a:hover  {
	color: #FFF;
	text-decoration: underline;
}
#footer .footer_col p#footer_address {
	display: block;
	float: left;
}
#footer .footer_col form#footer_form {
	display: block;
	float: left;
	margin: 0px 0px 0px 20px;
	width: 300px;
}
#footer .footer_col #footer_form label {
	display: block;
	margin: 0px 0px 5px;
	padding: 0px;
}
#footer #footer_form .txt_input {
	margin: 0px 0px 20px;
	padding: 3px;
	border: 1px solid #356590;
}
#footer .footer_col a.link_facebook:link, #footer .footer_col a.link_facebook:active, #footer .footer_col a.link_facebook:visited{
	display: block;
	width: 60px;
	padding-left: 20px;
	height: 16px;
	background-image: url(../images/facebook_16.png);
	background-repeat: no-repeat;
	color: #FFF;
	text-decoration: none;
	
}
#footer .footer_col a.link_facebook:hover{
	color: #FFF;
	text-decoration: underline;
	
}
/* MISC. STYLES ~ UTILITY */
#content #left_col .margin_b_20 {
	margin: 0px 0px 20px 0px;
}
#content #left_col .margin_b_30 {
	margin: 0px 0px 30px 0px;
}
#content #left_col .margin_b_40 {
	margin: 0px 0px 40px 0px;
}
 .float_left{
	float:left;
}
 .float_right{
	float:right;
}
#content .padding_t_10{
	padding-top: 10px;
}
#content #left_col .margin_r_10 {
	margin-right: 10px;
}
#content #left_col .margin_r_20 {
	margin-right: 20px;
}
#content #left_col .margin_r_30 {
	margin-right: 30px;
}

