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

body
{
	background:#030303;
	text-align: center;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#container
{
	background:#3581c4;
	background-image:url(images/footerbg.jpg);
	background-position:bottom;
	background-attachment:inherit;
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 50em;
	text-align: left;
	width:780px;
	height: 100%;
}

#header
{
	background-image:url(images/stripe.gif);
	background-repeat:repeat-x;
	height: 165px;
}

#logo
{
	float:left;
	height:150px;
	width: 250px;
}

#address
{
	float:right;
	width: 495px;
	height: 20px;
	padding: 15px 35px 0 0;
	text-align:right;
	font-size: 12px;
	font-weight:bold;
	color:#CCC;
	letter-spacing:.05em;
}

#nav
{
	float:right;
	width: 495px;
	height: 20px;
	padding: 7px 35px 25px 0;
	text-align:right;
	color:#000;
	font-size: 13px;
}

#info
{
	float:right;
	width: 495px;
	padding: 0px 35px 0 0;
	font-size: 36px;
	text-align:right;
	letter-spacing:.1em;
	text-shadow: #333 2px 2px 2px;

}

#page
{
	padding: 0px 50px;
	clear:both;
	float:clear;
	width: 680px;
}

#main_1col
{
	background-image:url(images/trans75.png);
	padding: 0 15px;
	float: left;
	width: 650px;
	color: #000;
	font-size:13px;
}

#main_1col h1
{
	font-size: 24px;
	font-weight: bold;
}

#main_1col h2
{
	font-size: 16px;
	font-weight: bold;
}

#main_2col
{
	background-image:url(images/trans75.png);
	padding: 0 15px;
	float: left;
	width: 435px;
	color: #000;
	font-size:13px;
}

#main_2col h1
{
	font-size: 24px;
	font-weight: bold;
}

#main_2col h2
{
	font-size: 16px;
	font-weight: bold;
}

#right
{
	background-image:url(images/greytrans75.png);
	padding: 0 10px;
	float: right;
	width: 175px;
	color:#333;
	font-size:12px;
}

#right h1
{
	font-size: 18px;
	font-weight: bold;
}

#right h2
{
	font-size: 13px;
	font-weight: bold;
}

#footer
{
	padding: 35px 40px 20px;
	clear:both;
	float:clear;
	width: 700px;
}

#footer_content
{
		background-image:url(images/blacktrans75.png);
		padding: 7px;
		font-size:10px;
		text-align:center;
		color:#CCC;
}

/* 4 rounded corners */
.rounded-corners {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
	
#nav a {
	text-decoration:none;
	color:#000;
	padding: 1px;
	}
	
#nav a:link {
	text-decoration:none;
	}
	
#nav a:visited {
	text-decoration:none;
	}

#nav a:active {
	text-decoration:none;
	}
	
#nav a:hover {
	text-decoration: none;
	color:#FFF;
	background-color:#000;
	}
	
#nav a:hover .bracket {
		color:#000;
}

#footer a {
	text-decoration:underline;
	color:#FFF;
	padding: 1px;
	}

#page a {
	text-decoration:none;
	}
	
#page a:link {
	text-decoration:none;
	}
	
#page a:visited {
	text-decoration:none;
	}

#page a:active {
	text-decoration:none;
	}
	
#page a:hover {
	text-decoration: underline;
	}

div#bike1
{ display: none; }

div#bike2
{ display: none; }
	
