@charset "UTF-8";

body {
	margin-top: 0;
	margin-left:  auto;
	margin-right: auto;
	background-color: #fff;
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #333333;
	width: 760px;
}

img{
	border: 0;
	line-height: 0;
}

address{
	float: right;
	font-style: normal;
	padding-top: 5px;
	text-align: right;
}

/* 
---------------------------------------------------------------------------*/
#header{
	background: #fff;
	width: 758px;
}

#content{
	border: solid 1px #000;
	width: 758px;
}

#content #crumb{
	background: #eee;
	color: #666;
	font-size: 10px;
	font-family:  Arial, Helvetica;
	padding: 10px;
}


#content #crumb a{
	color: #666;
	font-weight: normal;
}

#content #main_image{
	margin: 0;
	padding: 0;
}

#main{
	background: #fff;
	width: 758px;
	padding-bottom: 25px;
	line-height: 0;
	font-size: 0;
}

#main p{
	line-height: 1.6;
	font-size: 12px;
	margin-left: 50px;
	margin-right: 50px;
}

#main p.narrow{
	margin-left: auto;
	margin-right: auto;
	width: 350px;
}

#main #lang{
	float: left;
	width: 135px;
	padding-top: 15px;
}

#main #map{
	float: right;
	width: 596px;
	padding-top: 15px;
}

#table{
	background: #e4e4e4;
	border: solid 1px #fff;
}

#footer{
	background: url(../images/bg_f.gif) repeat-x 0 0;
	color: #fff;
	font-weight: normal;
	font-family:  Arial, Helvetica;
	font-size: 10px;
}

/* 
---------------------------------------------------------------------------*/
#main #lang dl{
	margin-bottom: 0;
	padding-bottom: 0;
}

#main #lang dl dt{
	margin-bottom: 0;
	line-height: 0;
	font-size: 0;
}

#main #lang dl dd{
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}

#main #lang ul{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 0;
}

#main #lang ul li{
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 0;
	line-height: 0;
	font-size: 0;
}

/* 
---------------------------------------------------------------------------*/
#header .imgright{
	float:right;
}

#header .imgleft{
	float:left;
}

/* 
---------------------------------------------------------------------------*/
#table table{
	padding-bottom: 10px;
}

#table table tr td{
	padding-left: 15px;
	padding-right: 10px;
}

#table .padding15{
	padding-top: 15px;
}

#table .padding5{
	padding-top: 5px;
}

/* 
---------------------------------------------------------------------------*/
#footer a{
	color: #fff;
	font-weight: normal;
}

#footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer ul li{
	float: left;
	padding: 5px;
}

/* Wrapper
---------------------------------------------------------------------------*/
#wrapper {
	text-align: center;
}

table {
	margin: 0 auto;
	text-align:left;
}
th,td {
	font-size: 12px;
	line-height: 16px;
}
a:link,a:visited {
color: #cc0000;
font-weight: bold;
text-decoration:none;
}
a:hover {
color: #ff0000;
font-weight: bold;
text-decoration: underline;
}
a:active {
color: #ff9900;
font-weight: bold;
text-decoration: none;
}

h1{
	margin: 20px 50px 30px 50px;
}

h2{
font-size: 14px;
color: #333;
background-color: #ccc;
font-weight: bold;
line-height: 18px;
margin-top: 30px;
margin-left: 50px;
margin-right: 50px;
text-align: center;
}

.w10b {
font-size: 10px;
color: #333333;
line-height: 14px;
}
.w12g {
font-size: 12px;
color #666666;
line-height: 16px;
}

div.margT30 {
	margin-top:30px;
}
div.margB30 {
	margin-bottom:30px;
}
td.backBorder {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

/* CSS hack
---------------------------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */