@charset "utf-8";
/* CSS Document */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

body {
	background:url(image/bg.gif) repeat-y center;
}

.header {
	width:940px;
	font-family:arial, verdana;
	font-size:13px;
	color:#293794;
}

.logo {
	width:250px;
	height:50px;
	float:left;
}

.topmenu{font-family:Verdana, Arial, Helvetica, sans-serif;};

.menubar {
	width:690px;
	height:32px;
	float:left;
	text-align:left;
}

.menu {
	width:100px;
	height:24px;
	float:left;
	font-size:11px;
	font-weight:bold;
	color:#3a363a;
	font-family:Verdana,Arial,Helvetica, sans-serif;
	cursor:pointer;
}
.menuhome {
	width: 65px;
}
.submenu {
	height:20px;
	float:left;
	font-size:11px;
	display:none;
	cursor:pointer;
	vertical-align:top;
	line-height:20px;
}

.search {
	width:940px;
	height:25px;
	text-align:right;
	float:right;
	background-color:#f3f3f3;
}

.main {
	width:940px;
	font-family:verdana,arial;
	font-size:13px;
	color:#333333;
	background-color:#ffffff;
}

.ad {
	width:100%;
	height:300px;
}

.midbar {
	background-color:#e5e5e5;
}

.btn {
	float:left;
	background-color:#f0efdb;
}

.midl {
    width:560px;
	float:left;
	background-color:#f0efdb;
}

.prodis {
    width:170px;
	float:left;
	text-align:center;
}

.midr {
	width:355px;
	float:left;
	background-color:#f0efdb;
}

.left {
	width:225px;
	float:left;
}

.fill {
	width:35px;
	float:left;
}

.right {
	width:680px;
	float:left;
}

.footer {
	width:940px;
	height:40px;
	font-family:verdana,arial;
	padding-top:8px;
	text-align:left;
	font-size:11px;
	color:#686868;
}

.clear{
    width:100%;
	clear:both;
	margin:0;
	padding:0;
	height:1px;
}
#sidemenu {
	list-style-type: none;
	float: left;
}
#leftside {
	width: 200px;
	float: left;
	background-color:#FFFFFF;
}
ul.nobullets {
	list-style-type: none;
}
