html{
	font-size: 10px;
}
body, html{
  background-color: white;
}
#wrap{
	width: 988px;
	margin: 0 auto;
}
#header{
	background: transparent url(/user/themes/d2/images/header-main-blue.png) no-repeat;
	z-index: 6;
}
#logo{
	display: block;
	margin-left: 20px;
	margin-top: 10px;
	float: left;
	width: 232px;
	height: 81px;
	padding-left: 48px;
	background: transparent url(/user/themes/d2/images/logo.png) no-repeat;
	font: 260% Impact, Arial, sans-serif;
	color: white;
	text-decoration: none;
}
#header form{   /* search button */
	float: right;
	margin: 10px 20px 0 0;
}
#header form input{
	width: 260px;
	height: 29px;
	border: 1px solid gray;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	font-size: 210%;
	padding-left: 6px;
}
.button{
	margin-top: 10px;
	display: block;
	float: left;
	text-align: center;
	padding-top: 6px;
	margin-right: 16px;
	height: 24px;
	background: transparent no-repeat;
	font: 170% Arial, sans-serif;
  font-weight: 700;
	color: #999999;
	text-decoration: none;
}
.button-textsize{
	width: 150px;
	margin-top: 10px;
	display: block;
	float: left;
	text-align: center;
	padding-top: 6px;
	margin-right: 16px;
	height: 24px;
	background: transparent no-repeat;
	font: 170% Arial, sans-serif;
  font-weight: 700;
	color: #999999;
	text-decoration: none;
}
#navigation li ul{
	display: none;
	width: 143px;
	margin: 0px 0 0 -1px;
	padding: 0;
	background-color: #E1E1E1;
	border-left: 1px solid gray;
	z-index: 500 !important;
}
#navigation{
	display: block;
	width: 988px;
	height: 35px;
	background: white url(/user/themes/d2/images/header-menu.png) repeat-x;
	margin: 0;
	padding: 0;
}
#navigation li{
	width: 140px;
	height: 35px;
	text-align: center;
	list-style: none;
	border: 1px solid gray;
	border-style: none solid solid none;
	float: left;
}
#navigation li ul li{
	position: relative;
	background-color: #E1E1E1;
	opacity: 1;
	z-index: 1000 !important;
}
#navigation li a:hover{
/*	background-color: #ECBF0C; */
	background-color: #FFD82F;
}
#navigation li:hover ul{
	display: block;
	z-index: 4000;
}
#navigation li a{
	display: block;
	width: 141px;
	height: 25px;
	padding-top: 10px;
	color: black;
	text-decoration: none;
	font: 175% Verdana, Arial, sans-serif;
/*	font: 135% Verdana, Arial, sans-serif; */
	font-weight: 700;
}
.ap {
	text-decoration: none;
	font: 100% Verdana, Arial, sans-serif;
	font-weight: 700;
}
#content{
	background-color: white;
	font: 100% Verdana, Arial, sans-serif;
	margin-top: 0px;
	padding: 1px;
}
#footer {
	padding-top: 15px;
	height: 48px;
	background-color: white;
	text-align: center;
	font: 80% Verdana, Arial, sans-serif;
}
#footer_left {
	padding-top: 5px;
	float: left;
        border-style: none; 
	border: 0px solid white;
}
#footer_right {
	padding-top: 5px;
	float: right;
        border-style: none; 
	border: 0px solid white;
	height: 84px;
	width: 150px;
}
