@charset "utf-8";
@import "products.css";

html
{
	height: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	/*overflow:hidden;*/
}

body 
{
	background: #f4f4fa url(/images/css/2009/gradient.png) repeat-x;
	height: 100%;
	max-height: 100%;
	/*overflow: hidden;*/
	padding: 0;
	margin: 0;
	border: 0;
}

#content 
{
	padding-top: 52px;
	/*display:block;*/
	/*overflow:auto;*/
	position:absolute;
	z-index:1; 
	left: 0; 
	top:0; 
	/*bottom:0;*/
	width:100%;
	margin:0; 
}

#header
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
	background: #FFF;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	border-bottom: #CCC solid 1px;
	z-index: 2;
}

#header-nav
{
	margin: 0 auto;
	width: 942px;
	vertical-align: bottom;
}

#topBanner, #top, #top-10px, #middle, #bottom, #footer
{
	position:relative;
	margin: 0 auto;
	width: 962px;
}

#topBanner
{
	background: no-repeat url("/images/css/2009/banner.png");
	height: 61px;
	margin-bottom: 6px;
	color: #FFF;
}

#topBanner a
{
	text-decoration: underline;
}

#top
{
	background: no-repeat url("/images/css/2009/top.png");
	height: 62px;
}

#top-icons
{
	float: right;
	position: relative;
	width: auto;
	top: 20px;
	right: 20px;
	text-align: right;
}

#top-10px
{
	background: no-repeat url("/images/css/2009/top_10px.png");
	height: 10px;
}

#top-logo
{
	position: absolute;
	background: no-repeat url("/images/css/2009/logo.png");
	width: 129px;
	height: 37px;
	left: 22px;
	top: 13px;
}

#top-nav, #top-nav a
{
	font-size: 9px;
	color: #999;
	text-decoration: none;
}

#top-nav
{
	position: absolute;
	text-align: right;
	left: 388px;
	top: 22px;
	width: 550px;
}

#middle
{
	background: repeat-y url("/images/css/2009/middle.png");
	overflow: hidden;
}

#middle-content
{
	margin: 0 20px;
	padding: 0;
	width: auto;
	min-height: 400px;
}

#bottom
{
	background: no-repeat url("/images/css/2009/bottom.png");
	height: 18px;
}

#footer
{
	padding: 12px 0;
	text-align: center;
}

#footer, #footer a
{
	font-size: 9px;
	color: #BBB;
}

