/* CSS Document */

body {
	padding:0;
	margin:0 auto;
	background-image: url(../images/bg.jpg);
	background-repeat:repeat-x;
	}
	
	
#container {
	width:970px;
	margin:0 auto;
	}
	
.h1forum {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:11px;
	color: #333;
	font-weight:normal;
	padding-top:12px;
	padding-bottom:9px;
	}
	/*------------------------Menu Items------------------------------------*/
ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:100%;
	position:relative;
	display:block;
	height:40px;
	font-size:12px;
	background-color:#dbdfe2;
	font-family: Arial, Helvetica, sans-serif;
	line-height:40px;
	background-image:url(../images/menu_right.jpg);
	background-repeat:no-repeat;
	background-position:right;
	margin-bottom:10px;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	pading:0;
	border-right:1px solid #ffffff;
	}
ul#menu li a{
	display:block;
	float:left;
	color:#556f94;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	}
ul#menu li a:hover{
	color: #333;
	padding-left:10px;
	padding-right:10px;
	}

.menuleft {
	background-image:url(../images/home.jpg);
	width:42px;
	height:40px;
	background-repeat:no-repeat;
}
.menuleft a{
	background-image:url(../images/home.jpg);
	width:42px;
	height:40px;
	background-repeat:no-repeat;
}
.menuleft a:hover{
	background-image: url(../images/bg_hover.jpg);
	width:42px;
	height:40px;
	background-repeat:no-repeat;
}
/*----------------------------End Menu---------------------------------------*/

.wrapper {
background-color: #fff;
margin:0 auto;
overflow:hidden;
width:970px;
}
	
.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	}
.footer a{
	color:#000000;
	text-decoration:underline;
	}
.footer a:hover{
	color:#000000;
	text-decoration:none;
	}
#logo {
	background-image:url(../images/logo.jpg);
	background-position:left;
	background-repeat:no-repeat;
	width:380px;
	height:130px;
	float:left;
	}
	
.offer {
	text-align:left;
	margin-top:5px;
	margin-bottom:5px;
	border:1px  #9E9E9E solid;
	background-color: #f2f2f2;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:468px;
	margin-left:400px;
	overflow:hidden;
}
.offer img {
	float:left;
	padding-right:3px;
}
.claim a{
	color:#900;
	font-weight:bold;
	text-decoration:underline;
}
.claim a:hover {
	color:#900;
	text-decoration:none;
	font-weight:bold;
}
	
	
.footerright a{
	color:#556f94;
	text-decoration:none;
	line-height:27px;
}
.footerright a:hover{
	color: #000;
	line-height:27px;
	text-decoration:none;
}

.footerleft {
	float:left;
	line-height:19px;
	width:600px;
	}
.footerleft p {
	margin:5px 0 5px 0;
}
.footerright {
	float:right;
	background-image:url(../images/wm_bg.png);
	background-repeat:no-repeat;
	background-position:right top;
	width:200px;
	height:100px;
	padding-right:140px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
#headbanner{
	float:right;
	border: 1px solid #9E9E9E;
	width:540px;
	height:90px;
	padding:10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	background-color:#f2f2f2;
	color:#000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.footerup {
	background-image:url(../images/footer_up.jpg);
	background-repeat:no-repeat;
	width:100%;
	height:4px;
	margin-top:5px;
	
}
.footerdown {
	background-image:url(../images/footer_down.jpg);
	background-repeat:no-repeat;
	width:100%;
	height:4px;
	margin-bottom:5px;
}
.insider{
	width:100%;
	margin:0 auto;
	}
.wrapperfooter {
background-color:#dbdfe2;
margin:0 auto;
overflow:hidden;
padding:10px;

	}
