@charset "UTF-8";
/* CSS Document */
body,td,th {
	font-family: Lucida Grande, Helvetica, Arial;
	font-size: 11px;
	color: #666666;
}
html, body {
	background-color: #FFFFFF;
	margin:0px;
	padding:0px;
	height: 100%;
}
p {
line-height:17px;
}
a:link {
	color: #8C8C8C;
}
a:visited {
	color: #8C8C8C;
}
a:hover {
	color: #AFAFAF;
}
a:active {
	color: #AFAFAF;
}
#header {
height:150px;
width:100%;
background:url(../media/menu.png) bottom repeat-x;
}
#headertop {
height:100px;
width:100%;
}
#logo {
width:213px;
height:80px;
margin-left:auto;
margin-right:auto;
padding-top:20px;
background:url(../media/logo.gif) no-repeat center;
}
#languages {
width:180px;
height:11px;
float:right;
margin-top:11px;
}
#menu {
height:50px;
width:100%;
padding-top:20px;
text-align:center;
color:#FFFFFF;
font-weight:bold;
text-transform:uppercase;
}
	
#menu ul {
	display: inline;
	}	
	
#menu li {
	display: inline;
	margin: 0 20px;
	}
	
#menu li a {
	text-transform: uppercase;
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	letter-spacing: 1px;
	}	

#menu li a:hover,
#menu li a.active {
	color:#333;
	}
#main {
width:850px;
margin: 0 auto;
padding-left:50px;
margin-top:25px;
background:url(../media/line.png) left bottom no-repeat;
}
#main2 {
background:url(../media/line.png) right bottom no-repeat;
}
#footer {
height:30px;
clear:both;
color:#999999;
text-align:center;
padding-top:20px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}
h1 {
	font-size: 20px;
	color: #828282;
	text-transform:uppercase;
}
h2 {
	font-size: 14px;
	color: #A4A4A4;
	display:inline;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
