html { height: 100%; }
body {
	background: url(../images/bg_gradient.jpg) 0 0 repeat-x #000;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9F9;
}
a { color: #c00; text-decoration: none; }
a:hover { text-decoration: underline;  color: #900; }
/*=page wrap
-------------*/
#pageWrap {
	height: auto;

	*height: 100%; /* IE fix */
	min-height: 100%;
	width: 100%;
}
/*=page
--------*/
#page {
	width: 770px;
	margin: 0 auto;
	background: #000;
	_text-align: center;
}
#page * { _text-align: left; }
/*=head
--------*/
#head {
	margin: 0 18px;
	height: 66px;
	position: relative;
}
#head #logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 262px;
	height: 66px;	
}
/*=nav
-------*/
#head #nav {
	width: 472px;
	height: 48px;
	position: absolute;
	left: 262px;
	top: 24px;
	background: url(../images/nav_bg.gif) 0 0 repeat-x #000;
}
#nav li {
	position: absolute;
	height: 13px;
	top: 8px;
}
#nav li a {
	display: block;
	height: 13px;
	text-decoration: none;
	text-indent: -9999px;
	background: url(../images/nav.gif) 0 0 no-repeat;
}
#nav #navProducts { width: 141px; left: 15px; }
#nav #navProducts a { width: 141px; }
#nav #navAbout { width: 61px; left: 173px; }
#nav #navAbout a { width: 61px; background-position: -158px 0; }
#nav #navNews { width: 35px; left: 252px; }
#nav #navNews a { width: 35px; background-position: -237px 0; }
#nav #navGallery { width: 55px; left: 305px; }
#nav #navGallery a { width: 55px; background-position: -290px 0; }
#nav #navContact { width: 78px; left: 376px; }
#nav #navContact a { width: 78px; background-position: -361px 0; }
/*=banner
---------*/
#banner {
	height: 125px;
	margin: -14px 18px 0 18px;
	padding: 60px 25px 0 530px;
	position: relative;
	width: 179px;
	z-index: 2;
	color: #000;
}
/*=footer
----------*/
#footer {
	text-align: center;
	clear: left;
	padding: 14px 0 20px;
}
#footer p { text-align: center; }

