html, body {
	font-size: 90%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
html {
	background: #090602 url(../img/bg_site.jpg) top center no-repeat fixed;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.centered900 {
	display: block;
	width: 900px;
	margin: 0 auto;
}
#header {
	height: 155px;
}
#logo {
	display: block;
	float: left;
	width: 410px;
	height: 165px;
}
#fill_basket {
	display: none;
	float: right;
	margin-top: 20px;
	width: 210px;
	height: 80px;
}
#fill_basket a, #fill_basket a:visited {
	display: block;
	width: 210px;
	height: 80px;
	background: url(../img/fill_basket.png) 0 0 no-repeat;
}
#fill_basket a:hover {
	background: url(../img/fill_basket.png) 0 -80px no-repeat;
}
#nav_wrapper {
	width: 99%;
	display: block;
	height: 40px;
	position: absolute;
	top: 109px;
}
#main_nav {
	display: block;
	height: 40px;
	text-align: right;
}
#main_nav ul {
	margin-top: 25px;
	display: inline;
	width: 620px;
	height: 40px;
	float: right;
}
#main_nav ul li {
	display: inline;
	float: left;
	text-align: right;
	padding: 0 0 0 1em;
}
#main_nav a, #main_nav a:visited {
	display: block;
	float: left;
	height: 40px;
	margin: 0 0 0 10px;
	font-size: 120%;
	color: #fff;
	font-style: italic;
	text-decoration: none;
	padding: 0 0 0 .5em;
}
#main_nav a:hover {
	color: #39f;
}
#footer {
	font-size: 90%;
}
#footer p {
	color: #cc9;
	text-align: center;
	line-height: 1.75em;
}
#footer a, #footer a:visited, #footer a:link {
	color: #cc9;
	text-decoration: none;
}
#footer a:hover {
	color: #ffc;
	text-decoration: none;
}
