body {
	text-align: center;
	margin: 20px 0;
	font-size: 12px;
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
}
a  {
	color: gray;
	text-decoration: none;
}

a:hover  {
	color: red;
}

img {
	border: 0;
}

#container {
	width: 800px;
	margin: auto;
}

#top {
	height: 50px;
	text-align: right;
	border-bottom: 1px solid #cccccc;
}

#top #logo  {
	padding-top: 5px;
	float: left;
}

#topmenu  {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	float: right;
}

#topmenu li  {
	line-height: 20px;
	margin-top: 25px;
	height: 20px;
	float: left;
	display: inline-block;
	padding: 0 0 0 15px;
}

#topmenu input {
	font-size: 11px;
	margin: 0 5px 0 0;
	padding: 2px 5px 2px 5px;
	float: left;
	color: #CCCCCC;
	height: 14px;
	background: white;
	border: 1px solid gray;
}

#searchbutton {
	font-size: 11px;
	line-height: 18px;
	margin: 0;
	padding: 0 5px 0 5px;
	float: left;
	color: gray;
	height: 18px;
	background: white;
	border: 1px solid gray;
}

#searchbutton:hover {
	color: #ff0000;
	cursor: pointer;
}


#menu div {	
	margin: 10px 0 30px 0;	
	background-repeat: no-repeat;	
	background-position: 0 top;	
	/*height: 14px;*/
}
#menu span {
	display: none;
}

#menu .separator {
	width: 14%;	
}


.submenuitem {

	position: absolute;
	display: none;
	
	padding-top: 7px;
	padding-left: 11px;
	padding-right: 20px;
	
	top: 76px;
	
	background-color: #FFFFFF;
	
	border-color: #BDBDBD;
	border-style: solid;
	border-width: 1px;
	
	text-align: left;
}

.submenuitem span {

	display: none;
}

.submenuitem  ul {

	display: block;
	list-style: none;
	
	margin: 0;
	padding: 0;
	padding-top: 12px;
}

.submenuitem  li {

	background:none;
	display:block;
	list-style: none;

	margin: 0;
	padding-bottom: 6px;
	
	line-height:normal;
}

.submenuitem a, .submenuitem  a:visited {
	
	display:block;
	
	color: #827C7C;
	
	font-size: 14px;
	font-weight: bold;
}

.submenuitem a:hover {

	color: #E62727;
}

#submenu {
	line-height: 18px;
	padding: 0 0 0 17px;
	margin: 0;
	width: 163px;
	float: left;
	color: #555555;
	font-size: 11px;
	font-weight: bolder;
}

#submenu span {
	display: block;
}

#submenu a, #submenu a:visited {

	font-family: Verdana;
	font-size: 11px;
	font-weight:bold;
	line-height: 18px;
	display: block;
/*	color: #666666;
	text-decoration: none;*/
	color: #660000;
	text-decoration: underline;	
}

#submenu a:hover {
	color: #660000;
}


#content {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	color: #333333;
	font-size: 11px;
	text-align: left;
	clear: both;
}

#content a {
	color: #660000;
	text-decoration: underline;
}

#content a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#footer {
	margin-left: 0;
	margin-bottom: 20px;
	margin-right: 0;
	margin-top: 20px;
	text-align: center;
	color: gray;
	clear: both;
	font-size: 11px;
}
#footer span {
	padding: 0 5px 0 5px;
	border-right: 1px gray solid;
	display: inline-block;
}
#footer .last, #footer .legal {
	border: 0px;
}

#footer .legal {
	margin-top: 15px;
	display: block;
}

h1 {
    font-size: 23px;
	line-height: 33px;
	font-weight: bold;
	color: #660000;
	margin-bottom: 10px;
	word-spacing: -1.0px;
}

h2 {
	font-weight: bold;
	color: #333333;
	font-size: 16px;
	line-height: 19px;
	margin: 0 0 5px 0;
	word-spacing: -1.0px;
}

h3 {
	font-weight: bold;
	color: #333333;
	font-size: 14px;
	line-height: 17px;
	margin: 0 0 5px 0;
	word-spacing: -1.0px;
}


hr {
	width: 800px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-left-style: none;
	border-bottom-style: solid;
	border-right-style: none;
	border-top-style: none;
	border-bottom-color: #cbcbcb;
	padding-top: 20px;
	margin-top: 30px;
	height: 1px;
	clear: both;
}


#language .submenu {
margin-top: 0px;
margin-left: 600px;
border:solid 1px #cccccc;
border-top:none;
background:#FFFFFF;
position: absolute;
width: 198px;
padding:6px 0;
z-index:100;
display:none;
}

#language .submenu li{
text-align: left;
background:none;
display:block;
float:none;
margin:0 6px;
height:auto;
line-height:normal;
}


#language .submenu li a{
display:block;
float:none;
padding:6px 6px;
margin:0;
border:0;
height:auto;
line-height:normal;
}

#language .submenu img{
	height: 25px;
	width: 25px;
	margin-right: 5px;
}

#banner {

	text-align: center;
}

#bannerRight {

	margin-left: 20px;
}

#modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    
    background: black;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

#popup {
    display: none;
    background: white;
    padding: 32px 16px;
    
    position: fixed;
    left: 0;
    width: auto;
    max-width: 50%;
    z-index: 1001;
}

