html{
	width:100%;
	height:100%;
	overflow-y:scroll;
	overflow-x:hidden;
}
body{
	width:100%;
	height:100%;
	margin:0px;
	background:url(/images/bg.gif) top center #FFFFFF;
}
body, a{
	font-family:Verdana, Arial;
	font-size:12px;
	color:#000000;
}
h1{
	margin:0px;
	color:#616161;
	font-size:24px;
	font-weight:bold;
	font-family:"Trebuchet MS", Verdana, Arial;
}
a{
	color:#666666;
	text-decoration:none;
}
a:hover{
	color:#000000;
	text-decoration:underline;
}
form{
	margin:0px;
}
table{
	border-collapse: collapse;
}
td, th{
	text-align:left;
	vertical-align:top;
	padding:2px 1px 1px 2px;
}
th{
	font-weight:bold;
}
input.text{
	width:125px;
	border:solid 1px #A8A9AA;
	background-color:#D7D7D7;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}
input.button{
	border:solid 1px #A8A9AA;
	background-color:#D7D7D7;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
}
input.button:hover{
	background-color:#E2E2E2;
	border:solid 1px #D7D7D7;
}
#container{
	position:relative;
	margin:auto;
	width:990px;
	height:100%;
	border:solid 2px #616161;
	border-top:0px;
	border-bottom:0px;
}
html>body #container{
	height:auto;
	min-height:100%;
}
	#menu{
		position:relative;
		height:44px;
		padding-left:84px;
		border-top:solid 1px #616161;
		background:url(/images/menu_bg.png);
	}
		#menu a{
			float:left;
			display:block;
			margin:5px 17px 0px 17px;
			height:22px;
			padding:6px 9px 0px 9px;
			background:url(/images/menu_buttons_bg.png);
			border-top:solid 1px #ABABAB;
			border-left:solid 2px #E6E8E9;
			border-right:solid 2px #E6E8E9;
			border-bottom:solid 1px #E6E8E9;
			color:#FFFFFF;
			font-weight:bold;
		}
		#menu a:hover{
			border-color:#F8F8F8;
			text-decoration:none;
		}
	#border1{
		position:absolute;
		top:42px;
		left:0px;
		width:990px;
		height:10px;
		background:url(/images/border.png);
		z-index:2;
	}
	#header{
		position:relative;
		margin-top:5px;
		margin-bottom:5px;
		width:990px;
		height:105px;
		background:url(/images/header.png);
	}
		#logo{
			position:absolute;
			display:block;
			top:0px;
			left:0px;
			width:405px;
			height:105px;
			background:url(/images/logo.png) 1px -1px;
		}
		#header form{
			position:absolute;
			top:20px;
			right:5px;
			color:#7A7A7A;
		}
	#border2{
		position:absolute;
		top:153px;
		left:0px;
		width:990px;
		height:10px;
		background:url(/images/border.png);
		z-index:2;
	}
	#products{
		position:relative;
		width:972px;
		height:122px;
		padding:15px 0px 0px 8px;
		background:url(/images/products_bg.png);
		border-bottom:solid 2px #A8A9AA;
	}
	html>body #products{
		padding:10px 0px 0px 18px;
	}
		.product{
			float:left;
			position:relative;
			margin:0px 15px 0px 15px;
			width:200px;
			height:100px;
			padding:13px 0px 0px 10px;
			background:url(/images/product.png);
			color:#EAEFF2;
			font-size:9px;
			line-height:8.2px;
			font-weight:bold;
		}
			.product .number{
				position:absolute;
				top:9px;
				right:11px;
				color:#FFFFFF;
				font-size:15px;
				line-height:15px;
				font-weight:bold;
			}

			.product h3{
				position:absolute;
				top:5px;
				left:20px;
				color:#FFFFFF;
				font-size:10px;
				font-weight:bold;
			}

	#shadow{
		width:990px;
		height:20px;
	}
	html>body #shadow{
		background:url(/images/shadow.png);
	}
	#content{
		float:right;
		width:680px;
		padding:10px 50px 10px 0px;
	}
	#news{
		float:left;
		width:204px;
		margin:6px 0px 0px 15px;
	}
	html>body #news{
		margin:6px 0px 0px 34px;
	}
		#news_top{
			width:204px;
			height:26px;
			padding-top:14px;
			color:#FFFFFF;
			text-align:center;
			font-size:15px;
			font-weight:bold;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/news_top.png');
		}
		html>body #news_top{
			filter:none;
			background:url(/images/news_top.png);
		}
		#news_content{
			width:164px;
			padding:10px 20px 10px 20px;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/news_content.png');
		}
		html>body #news_content{
			filter:none;
			background:url(/images/news_content.png);
		}
		#news_bottom{
			width:204px;
			height:15px;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/news_bottom.png');
		}
		html>body #news_bottom{
			filter:none;
			background:url(/images/news_bottom.png);
		}