@charset "utf-8";

body {
	margin:0px;
	text-align:center;
	background:url(../images/template/body_bg.jpg) 0px 169px repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}

h1 {
	font-size:12px;
	margin:0px;
	padding:0px;
}

h6 {
	font-size:8px;
	font-weight:bold;
	color:#FF9900;
	margin:0px;
	padding:0px 0px 2px 0px;
}

p {
	margin:0px;
	padding:0px;
}

a {
	text-decoration:none;
	color: #FF9900;
	font-weight: bold;
	font-size: 12px;
}

img {
	border:none;
}

div#wrapper {
	width:966px;
	margin:0px auto 0px auto;
}

div#header {
	width:auto;
	height:128px;
	padding:21px 0px 21px 0px;
	text-align:left;
}

div#body {
	width:966px;
	height:271px;
	text-align:left;
}

div#body div#left {
	width:159px;
	height:271px;
	float:left;
	text-align:right;
}

div#body div#right {
	width:536px;
	height:271px;
	padding:0px 0px 0px 17px;
	float:left;
	text-align:left;
}

div#footer {
	width:auto;
	height:100px;
	background:url(../images/template/footer_bg.jpg) 0px 0px no-repeat;
	text-align:left;
}

div#main_menu {
	width:168px;
	height:98px;
	margin:0px 0px 0px 399px;
}

div#main_menu div.item {
	width:48px;
	height:98px;
	margin:1px 4px 0px 4px;
	float:left;
}

div#main_menu div.item a.link {
	width:48px;
	height:32px;
	padding:16px 0px 0px 0px;
	display:block;
	background:url(../images/template/main_menu_item_link.jpg) 0px 0px no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:lowercase;
	text-align:center;
}

div#main_menu div.item a.link:hover {
	background:url(../images/template/main_menu_item_link_hover.jpg) 0px 0px no-repeat;
}

div#main_menu div.item a.active {
	background:url(../images/template/main_menu_item_link_active.jpg) 0px 0px no-repeat;
}

div#main_menu div.item div.reflection {
	width:48px;
	height:50px;
	background:url(../images/template/main_menu_item_reflection.jpg) 0px 0px no-repeat;
}

#drawling {
	min-width:300px;
	width:auto !important;
	width:300px;
	position:absolute;
	border:1px dotted #888;
	background:#fff;
	text-align:left;
	padding:10px 10px 10px 10px;
	z-index:2;
}

#drawling a {
	margin-top:10px;
	display:block;
	background:#eee;
	color:#999;
	padding:5px;
	text-decoration:none;
}

#drawling a:hover {
	color:#000;
	background:#ccc;
}

#overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background:#fff;
	opacity:0.6;
	filter:alpha(opacity=60);
	z-index:1;
}

form#form label {
	display:block;
	width:100px;
	text-align:right;
	margin-right:5px;
	float:left;
}

form#form input, textarea {
	display:block;
	float:left;
}

form#form br{
	clear:both
}

#top_menu {
	float: right;
	text-transform: lowercase;
}

#top_menu a {
	color: #666;
}

#top_menu a:hover {
	color: #FF9900;
}
