@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#868686;
}

body { background:url(images/gradient.jpg) no-repeat top right;}

.clr { clear:both;}

#wrapper {
	width:682px;
	margin:0 auto 0 auto;
	background:url(images/page_bg.gif) no-repeat top left;
	padding: 132px 0 0 98px;
}

#left_zone {
	float:left;
	width:300px;
}

#right_zone {
	float:left;
	width:285px;
	padding:70px 0 100px 50px;
	border-left:2px solid #0657a9;
	margin-bottom: 30px;
}

#logo { float:left;}

#menu {
	float:left;
	margin:30px 0 0 140px;
	display:inline;
	width:160px;
}

#menu li {
	list-style:none;
	margin:0;
	padding:0;
	display:inline;
}



a.bt, a.bt:link, a.bt:visited {
	background:url(images/bullet.gif) no-repeat left 3px;
	float:left;
	height:16px;
	width:160px;
	display:block;
	text-decoration:none;
	outline: none;
	line-height:16px;
	color:#0657a9;
	margin-bottom: 15px;
}

a.bt:hover, a.bt_sel { background:url(images/bullet.gif) no-repeat left 3px;
	float:left;
	height:16px;
	width:160px;
	display:block;
	text-decoration:none;
	outline: none;
	line-height:16px;
	color:#0657a9;
	margin-bottom: 15px;
	font-size:14px;
	font-weight:bold;
}

a.bt span, a.bt_sel span {
	color:#FFFFFF;
	font-size:9px;
	margin-right:10px;
	margin-left: 3px;
}

#right_zone h1 {
	font-weight:normal;
	font-size:14px;
}

#footer {
	float:left;
	width:682px;
	color:#0657a9;
}