body {
	background-color:#666666;
    background-image:url(images/elements/bg_body.gif);
    background-repeat:repeat-y;
    background-position:top center;
	margin:0;
}
#container {
	width:100%;
	height:100%;
	text-align:center;
}
#main {
	width:800px;
    padding:0;
    height:100%;
    border-left:3px solid #FFFFFF;
    border-right:3px solid #FFFFFF;
    background:#333333;
	margin:auto;
	text-align:left;
    z-index:2;
}
#logo {
	width:220px;
	height:120px;
    line-height:120px;
    padding-right:0;
    text-align:center;
	top:0;
    border-right:1px solid #CCCCCC;
	background:#333333;
}

/*
****************************** Buttons
*/
#buttons {
	top:120px;
	width:220px;
	height:300px;
	background-color:black;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
    margin:0;
    border-right:1px solid #999999;
}
#buttons ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 220px;
}
#buttons ul li {
	position: relative;
    background:#333333;

}
#buttons li ul {
	position: absolute;
	left: 221px;
	top: 0;
	display: none;
}
#buttons ul li a {
	display: block;
	text-decoration: none;
    padding-left:2.3em;
    line-height:26px;
	border: 0;
    margin:1px;
	border-bottom: 0;
    color:#FFF;
    text-decoration:none;
    font-family:Verdana,Arial,sans-serif;
    font-size:11px;
    background:#212121;
    background-image:url(images/elements/buttons_alink.gif);
    background-repeat:no-repeat;
    background-position:center right;
}
#buttons li:hover ul, #buttons li.over ul {
    display: block;
}
#buttons a:hover {
    background:#FFFFFF;
    color:#CC0000;
    background-image:url(images/elements/buttons_ahover.gif);
    background-repeat:no-repeat;
    background-position:center right
}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */
/*
/*
****************************** END of Buttons
*/
/*
****************************** sub_buttons
*/
#partners {
    width:100%;
    height:30px;
    margin-top:30px;
    font-weight:bold;

}
#partners a {
    display:block;
    color:#FFF;
    text-decoration:none;
    font-family:Verdana,Arial,sans-serif;
    font-size:11px;
    background-image:url(images/elements/buttons_alink.gif);
    background-repeat:no-repeat;
    background-position:center right;
}
#partners a:link, #partners a:visited {
    border-top:1px solid #CCCCCC;
    border-bottom:1px solid #000000;
    line-height:30px;
    padding-left:72px;
    background-image:url(images/elements/bg_partners.gif);
    background-repeat:repeat-x;
}
#partners a:hover {
    background-image:url(images/elements/bg_partners_hover.gif);
    background-repeat:repeat-x;
    color:black;
}
#language {
    width:100%;
    text-align:center;
    margin-top:3px;
    font-family:sans-serif;
    font-size:10px;
    color:white;
}


#data {
    position:absolute;
    margin:0;
    padding:0;
    width:800px;
    background:black;
    border-top:1px solid black;

}
#inner_data {
   width:800px;
}
#footer {
     border-top:1px solid #CCCCCC;
     border-bottom:1px solid #CCCCCC;
     margin-top:30px;
     text-align:center;
     font-family:Arial,sans-serif;
     font-size:11px;
     color:#999999;
}
#footer a {
    line-height:26px;
}
#foot a:link, #footer a:visited {
	text-decoration:none;
    color:#999999;	
}
#footer a:hover {
	color:red;
}

#image_submenu {
    width:100%;
    margin-top:10px;
    margin-bottom:10px;
    border-collapse:collapse;
}
#image_submenu td {
    padding-top:5px;
    text-align:center;
    font-family:Verdana,Arial,sans-serif;
    font-size:11px;
}
#image_submenu td img {
    border:1px solid white;
}
#image_submenu div {
    padding-left:15px;
    line-height:20px;
}

#image_submenu a:link, #image_submenu a:visited {
    color:white;
    text-decoration:none;
}
#image_submenu a:hover {
    color:#FF0000;
}
#image_submenu a:hover img {
    color:#FF0000;
    border:1px solid red;
    Filter: invert; /* Only for IE */
}











