@charset "utf-8";
/* CSS Document */
body {
	background-color: #000;
}
#wrapper {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 1024px;
	background-image: url(images/bar.png);
	height: 150px;
	background-repeat: no-repeat;
	background-position: bottom;
}
#logo {
	float: left;
	width: 663px;
}
#motor {
	float: right;
	width: 253px;
}
#content {
	width: 1024px;
}
#nav {
	width: 247px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}
#nav ul li {
	display: block;
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(images/nav-background.png);
	margin-top: 5px;
	width: 213px;
	padding-left: 5px;
}
#contenttxt {
	float: left;
	width: 550px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #CCC;
	margin-right: 10px;
	margin-left: 10px;
}
#contentright {
	float: right;
	width: 250px;
}
.background {
	background-image: url(images/gradient_background.png);
	height: 174px;
	width: 167px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFF;
	padding-top: 5px;
	clear: both;
	padding-right: 10px;
	padding-left: 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
#navcontainer {
	width: 187px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	float: left;
	height: 400;
}
ul#navlist {
	text-align: left;
	list-style: none;
	padding: 0;
	width: 187px;
	height: 40px;
}
ul#navlist li {
	display: block;
	margin: 0;
	padding: 0;
}
ul#navlist li a {
	display: block;
	width: 177px;
	text-decoration: none;
	background-image: url(images/nav-background.png);
	color: #FFF;
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	margin-bottom: 5px;
}

ul#navlist li#active a {
	background: #f0e7d7;
	color: #800000;
}
ul#navlist li a:hover, ul#navlist li#active a:hover {
	color: #800000;
	background: transparent;
	border-color: #aaab9c #fff #fff #ccc;
}
#leftcontent {
	float: left;
	width: 200px;
	height: 1000;
	clear: left;
}
.clear{
	clear: none;
	float: none;
}
#rightcontent {
	float: right;
	width: 200px;
	clear: right;
	padding-top: 20px;
}
#footer{
	width: 1024px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #CCC;
}

