*{
	margin:0;
	padding:0;
}
body {
	background: url('bg.jpg') repeat-x;
	color:#666;	
	font:12px/18px Tahoma, Arial, Helvetica, sans-serif;
	margin: 0 auto;
}
#wrap {
	background: url('') no-repeat top right;
}
#line1{	
	border-bottom: 1px solid #6EC4FF;
}
	#menu{
		width:525px;
		height:42px;
		background:url(images/menu_023_bg.jpg) no-repeat;
	}
		#menu ul{
			list-style:none;
			width:525px;
			margin:0 auto;
		}
			#menu li{
				list-style:none;
				display:block;
				float:left;
				margin:0 3px;
			}
				#menu li a{
					display:block;
					float:left;
					color:#8f8f8f;
					text-transform:uppercase;
					font-size:11px;
					font-weight:bold;
					line-height:42px;
					text-decoration:none;
					padding:0 18px;				
				}
					#menu li a:hover{
						color:#8f8f8f;
						background:url(images/menu_023_h.jpg) no-repeat center top;
					}
.prods {
	list-style-type: disc;
	padding-left:20px;
	margin:3px auto;
	line-height: 30px;
	border: 1px #111 dotted;
}
.prods a {
	font-weight: 600;
	color: #222;
	text-decoration: none;
}
.prods a:hover {
	font-weight: 600;
	color: #222;
	text-decoration: underline;
}
.content {
	padding: 5px 16px 5px 10px;
	text-align: justify;
}
.link {
	text-decoration: none;
	color: #333;
}
.link:hover {
	text-decoration: underline;
	color: #000;
}
.link1 {
	text-decoration: none;
	color: #fff;
}
.link1:hover {
	text-decoration: underline;
	color: #fff;
}
.footmenu {
	width:100%;
	font-weight: bold;
	line-height: normal;
	list-style-type: none;
	float: right;
	text-transform:  uppercase;	
	background-color: #fff;
}
.footmenu li {
	float: right;
	margin: 0 5px;	
	text-align: center;
}
.footmenu li a{
	text-decoration:none;
	color: #555;
	background-color: #fff;
}
.footmenu li a:hover{
	text-decoration:underline;
	color: #555;
	background-color: #fff;
}
#footer {
	width:100%;
	height:40px;
	background: url('images/foot-bg.jpg') repeat-x;
}
.info {
	color:#fff;
	font-weight: bold;
	text-align: center;
}
.list {
	padding:0 10px;
	line-height: 25px;
}
.request {
	line-height: 25px;
}