/* CSS Document */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #FFF;
}
body {
	font:12px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
h1{
	font-size:22px;
}
h2 {
	font-size:15px;
}
h3 {
	font-size:15px;
	margin-bottom:10px;
	margin-top:0;
	padding:0;
}
h4 {
	font-size: 14px;
	text-transform:uppercase;
	margin-bottom:0;
	padding:0;
	margin:0 0 5px 0;
}


a {
	color:#006699;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
:focus{
  -moz-outline-style: none;
}

p{
	margin:0 0 15px 0;
	padding:0;
}

img {
	border: none;
}

abbr, acronym{
	border-bottom:1px dotted #FC0;
}

.spacer {
	clear: both;
}

#Wrapper {
	width: 960px;
	min-height: 100%; 
	height: auto !important; 
	height: 100%; 
	margin: 0 auto; 
}
.push {
	height: 190px;
}
#Header {
	width:100%;
	margin:15px 0 0 0;
	overflow: hidden;
}
#Header h1 {
	margin:0 0 15px 0;
	padding:0;
	background: url(/img/logo.jpg) no-repeat;
	text-indent: -1000em;
	width: 241px;
	height: 61px;
	float: left;
}
#Header h1 a {
	display: block;
	height: 61px;
}
#ServiceMenu {
	width:700px;
	float: right;
	text-align:right;
}
#ServiceMenu p,
#ServiceMenu span {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color:#fff;
	display:inline;
}
#ServiceMenu a {
	color:#000;
	text-decoration:underline;
}
#ServiceMenu a:hover {
	text-decoration:none;
}
#ServiceMenu span a {
	color: #000;
	margin:0;
}
#ServiceMenu .lang a{
	color:#006699;
}
.search {
	padding:0;
	margin:25px 0 0 0;
	float:right;
	clear:both;
}
.search .text {
	font: 11px arial, sans-serif;
	width: 160px;
	height: 17px;
	_height: 19px;
	line-height:17px;
	margin:0 2px 0 0;
	padding:3px 0 0 3px;
	_padding:1px 0 0 3px;
	float: left;
	color:#8C8C8C;
	border:1px solid #666666;
}
.search .submit {
	width: 22px;
	height: 22px;
	border: none;
	background:url(/img/search_submit.jpg) no-repeat;
	float: left;
	cursor:pointer;
	text-indent:-9999px;
}
#GlobalMenu {
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	
	clear:both;
}
#GlobalMenu ul {
	width:100%;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow:hidden;
	background: url(/img/globalmenu_back.jpg) repeat-x;
}
#GlobalMenu li {
	float: left;
	height: 41px;
	line-height: 41px;
	padding:0;
	background:none;
}
#GlobalMenu a {
	height: 41px;
	line-height: 41px;
	display:block;
	padding:0 15px;
	float: left;
	color:#000;
	text-decoration: none;
}
#GlobalMenu a:hover {
	color:#FFCC11;
	background: url(/img/globalmenu_over.jpg) repeat-x;
}
#GlobalMenu li.active {
	background: url(/img/globalmenu_active.jpg) repeat-x;
}

#BottomMenu{
	width:100%;
	overflow:hidden;
	background:url(/img/bottommenu_back.jpg) #F7F6F5;
}
#BottomMenu ul{
	list-style:none;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0;
	padding:0;
}
#BottomMenu ul li{
	width:117px;
	margin:0;
	padding:10px;
	float:left;
	background:none;
}
#BottomMenu ul li a{
	margin:5px 0;
	display:block;
}

#BottomMenu ul li ul{
	font-size:11px;
	font-weight:normal;
	text-transform:none;
}
#BottomMenu ul li ul li{
	margin:5px 0 0 0;
	padding:0;
	border:none;
}
#BottomMenu ul li ul li a{
	margin:0;
}
#BottomMenu a{
	color:#666666;
}


#Footer {
	font-size:11px;
	padding:20px 0;
	clear: both;
	color:#666666;
}
#Footer li{
	padding:0;
}
#Footer p {
	margin:0;
	padding:0;
}
#Footer a {
	text-decoration:underline;
	margin:0 0 0 20px;
}
#Footer p.copyrights {
	text-align:right;
	margin:-15px 0 0 0;
}
#Footer p.copyrights a{
	margin:0;
	text-decoration:none;
}


