/** WRAPPER */

#wrapper {
	width: 900px;
	margin: 0px auto;
	padding: 0px 10px 10px 10px;
		
}


/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-position: top;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-color: #000;
}


body2 {
	margin: 0px;
	padding: 0px;
	background: url(images/background_wheel.jpg);
	background-position: top;
}
/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1  {
	margin-left:5px;
	padding: 0px 0px 0px 0px;
	color:#999999;
	font-family: helvetica;
	font-size:14px;
	font-style:strong;
}

h2  {
	margin-left:18px;
	padding: 0px 0px 0px 0px;
	color:#999999;
	font-family: helvetica;
	font-size:14px;
	font-style:strong;
}

.topic {
	font-size:16px;
	color:#000000;
	margin-top:10px;
	margin-left:10px;
	
}	


/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 1em;
	margin-right:10px;
	text-align: left;
	font-size: 12px;
	font-family: Helvetica;
	color:#FFFFFF;
}

p1 {
	text-align: right;
	margin-right:10px;
}

.download {
	margin-left:23px;
	

.right {
	text-align:right;
	
}	

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	
}

.list1 {
	margin: 20px 0px 20px 0px;
	
	
}

.list1 li.first {
	border: none;
}

img.left {
	float: left;
	margin: 0px 0px 10px 0px;
}

/** LINKS */

a {
	color:#000000;
}

a1 {
	color:171D71;
}
	
	
a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

.list-style-image {
	background: url(css/images/arrowsList.gif);
	

}



.style6  {
	font-size: 10px;
	color:#000000;
	text-align: right;
	
	
}

.style5  {
	font-size: 12px;
	color: 560e00;
	text-decoration: underline;
	
}

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	height: 31px;
	background: url(css/images/homepage05.gif) repeat-x left center;
}

.logos {
	margin-top: 10px;
	margin-left: 35px;
	}


/** BANNER */

#banner {
	background: #;
}

#banner h1 {
	margin: 0px;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 27px;
	color: #FFFFFF;
}

#banner p {
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 17px;
	color: #9DE4FF;
}

#banner .more {
	margin: 0px;
}

#banner a {
	display: block;
	height: 39px;
	padding: 8px 0px 0px 40px;
	background: url(css/images/homepage03.gif) no-repeat left top;
	text-transform: none;
	text-decoration: none;
	font-size: 18px;
	color: #FFFFFF;
}

#banner a:hover {
	text-decoration: underline;
}

/** FOOTER */

#footer p {
	text-align: left;
	font-size:10px;
	color: #666666;
}

.footer a {
	font-size:11px;
	color:#666666;
}

.copyright {
	color:#666666;
	font-size: 9px;
}	
