body {
	background: #000 url(../img/bg.jpg) repeat-x left top;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	text-align:center;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#header {
	padding: 0;
	position:relative;
	left:0px;
	background: url(../img/header.jpg) left top repeat-x;
	height: 130px;
}
#header * {
	margin: 0;
	padding: 0;
}
#header #logo {
	float: left;
}
#header #nav {
	position:absolute;
	right: 0;
	top:0;
	width: 663px;
}
#header #nav li {
	display: inline;
	float: right;
}
#header #nav li img {
	height: 130px;
}
#header #nav li img#products {
	width: 179px;
}
#header #nav li img#demo {
	width: 109px;
}
#header #nav li img#head_bg {
	background-image: url(../img/header.jpg);
	width: 375px;
}
#mainContent {
	position: relative;
	z-index:1;
	background-image: url(../img/bg-main.jpg);
	margin: 0 15px 0 19px;
	padding: 0 20px;
}
#mainContent #centre .product {
	padding-top: 1.2em;
	padding-bottom: 2.3em;
	clear: both;
}
#mainContent #centre .product img {
	margin: 0 12px;
}
#mainContent #centre {
	margin-top: 0px;
	margin-right: 180px;
	margin-left: 180px;
}
#footer {
	padding-top: 2em;
	padding-bottom: 1em;
	background: url(../img/bg-bottom.jpg) no-repeat;
}
#footer .legs {
	margin-left: 30px;
	text-indent: 10px;
}
a { 
text-decoration: none;
color: #082;
}
sup {
	font-size: 75%;
}
h1 {
	font-size: 20px;
	margin-bottom: 20px;
}em {
	text-decoration: underline;
	font-weight: bold;
}
.marque {
	font-style: italic;
}
.aleft {
	float: left;
	width: 170px;
	text-align:left;
	position:relative;
}
.aright {
	float: right;
	width: 170px;
	position:relative;
}
.encars {
border: medium solid ;
padding: 5px 10px;
background: rgb(255, 255, 204) none repeat scroll 0% 0%;
position: absolute;
top: 29px;
right: 21px;
width: 147px;
overflow: auto;
-moz-background-clip: border;
-moz-background-origin: padding;
-moz-background-inline-policy: continuous;
}
