/* @override 
	http://www.spacepark.com/vehicleturntables/css/screen.css
*/

@import "/webfonts/stylesheet.css";

/* @group general */

* {
	outline: none !important;
}

html {
	background-color: #fff;/**/
	float: left;
	width: 100%;
	font-size: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.75em;
	line-height: 1.5;
	color: #333;
	float: left;
	width: 100%;
	position: absolute;
}

a {
	color: #009bda;
}

a:hover {
	color: #333;
}

.hidden {
	position: absolute;
	left: -9999px;
}

.left {
	float: left;
}

.right {
	float: right;
}

p {
	margin: 0 0 10px 0;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4 {
	font-family: "VAG Rundschrift Light", "VAG Rounded W01 Light", VAGRundschriftD-Lig, Arial, "Helvetica Neue", Helvetica, Verdana, sans-serif;
	color: #009bda;
	font-weight: normal;
}

h2 {
	font-size: 2.5em;
}

/* @end */

/* @group layout */

#wrapper {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0 0 15px 0;
	text-align: left;
}

#container {
	width: 760px;
	margin: 0 auto;
	padding: 0;
}

#header {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 10; /* for ie7 */
}

#content {
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

#main {
	float: left;
	width: 100%;
	display: inline; /* combat IE6 Doubled float-margin bug */
	margin: 15px 0 5px 0;
	padding: 0;
	background: transparent url(../images/interface/keywords.png) no-repeat 100% 0;
}

#footer {
	float: left;
	width: 740px;
	display: inline; /* combat IE6 Doubled float-margin bug */
	font-size: 0.9em;
	margin: 15px 0 0 0;
	padding: 0.5em 10px;
	color: #999;
	background-color: #eee;
}

/* @end */

/* @group header */

#header h1 {
	float: right;
	padding: 0;
	margin: 0;
	height: 120px;
	width: 220px;
	position: relative;
	background: transparent url(/images/interface/logo.png) no-repeat 0 0;
	clear: none;
	overflow: hidden;
	text-indent: -9999em;
}

#header h1 a {
	float: left;
	width: 220px;
	height: 60px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	margin: 40px 0 0 0;
	padding: 0;
	position: relative;
}

/* @end */

/* @group main */


/*#main a {
	text-decoration: none;
	border-bottom: 1px solid #d2d6d4;
}

#main a:hover {
	border-color: #fff;
	border-bottom-color: #fff;
}*/

#main *:first-child {
    margin-top: 0;
}

/* @end */

/* @group footer */

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer em {
	padding: 0 0 0 10px;
	font-style: normal;
	font-weight: bold;
}

#footer strong {
	padding: 0 10px 0 0;
	text-transform: uppercase;
}

/* @end */

/* @group copyright */

p.copyright {
	margin: 5px 0 0 0;
	font-size: 0.9em;
	float: right;
	color: #999;
}

p.copyright a {
	color: #999 !important;
}

/* @end */