

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {color: #C60;}

img {
border: 0;
}

body {
	background-color:#151414;
	color: #FFF;
	font: normal 62.5% Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.6em Tahoma,sans-serif;
	margin-bottom: 12px;
	color: #fff;
}

h1,h2,h3 {
	padding-top: 6px;
}

h2 {
	font: normal 1.4em Tahoma,sans-serif;
	margin-bottom: 4px;
}

h6 {
	padding-top: 6px;
	font: normal 1.2em Tahoma,sans-serif;
	margin-bottom: 4px;
}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background-color: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 5px 5px 5px;
	width: 1080px;
}

/* header */
.top {
	padding: 0px 0px 0;
}

/* title */
.header {

	font-size: 1.2em;
	height: 7px;
	margin: 0 auto;
	padding: 10px 0px 5px;
	width: 1080px;
}
.header .left, .header .right {
	color: #FFF;
	height: 14px;	
}
.header .left {

	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 93px;
	width: 564px;
	text-align: left;
	margin-left: -10px	
	
}
.header .right {
	overflow: auto;
	width: 160px;
}
.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}

/* navigation */
.navigation {	
	background: #D9E1E5 url(../images/nav.jpg);
	border: 1px solid #D8EBD8;
	height: 41px;
}
.navigation a {
	background: transparent url(../images/nav.jpg) left top repeat-x;
	border-right: 1px solid #D8EBD8;
	color: #FFF;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 18px;
	text-decoration: none;
}
.navigation a:hover {
background: transparent url(../images/nav.jpg) left bottom; 
color: #333300;
}
/* main */
.topPicture {
	border-top: 4px solid #FFF;
	border-bottom: 4px solid #FFF;
	background-color:#000000;
}


/* main */
.main {
	border-top: 4px solid #FFF;
	background-color:#000000;
}

/* sub navigation */
.sidenav {
	margin-top: -2px;
	margin-right: 1px;
	float: right;
	width: 210px;
	z-index: 2;
	border-LEFT: 4px solid #FFF;
}
.sidenav h2 {
	color: #333300;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;

}
.sidenav li {border-bottom: 1px solid #D8EBD8;}
.sidenav li a {
	background-color: #000000;
	font-size: 1.2em;
	color: white;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}

.sidelogo {
	margin-top: 10px;
	float: right;
	width: 210px;
	z-index: 2;
	text-align:center;
}

.sub{
	font-size: 0.9em;
}

.sidenav li a:hover {
	background-color: #000000;
	color: #654;	
}

/* content */
.content {
	margin-top: -2px;
	float: left;

	padding: 0 16px;
	width: 833px;
		border-top: 4px solid #FFF;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(../images/li.gif);
	margin-left: 18px;
}

.content .imgright {
padding: 5px;
border: 1px solid #D8EBD8;
margin-left: 4px;
float: right;
}

.content p
{
color: #fff;
}


/* footer */
.footer {
	background: url(../images/bgfooter.gif) repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: center;
}
.footer a,.footer a:hover {color: #FFF;}

.space{
	clear: both;
}

.product{
	background-color: #FFF;
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.product img{
	float: right; 
	padding-left: 10px;
}



