@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 1.5em;
	background-image: url(../images/subygarage.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;
}

#menu a:link   {
	color: #FFF;
	text-decoration: none;
}
#menu a:visited {
	text-decoration: none;
	color: #FFF;
}
#menu a:hover {
	color: #FFF;
	text-shadow: 0px 0px 3px #FFF;
}
#menu a:active {
	text-decoration: none;
}
#sidebar a:link   {
	color: #666;
	text-decoration: none;
}

#container {
	width: 1000px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#menu {
	float: left;
	height: auto;
	width: auto;
}

#home, #about, #products, #contact {
	float:left;
	height:80px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	padding-top: 10px;
	padding-left: 10px;
	color: #FFF;
	font-style: italic;
	padding-right: 40px;
}
