
/* CSS RESET */
* {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {font-size:1em; font-weight:normal; font-style:normal;}
fieldset,img,hr {border:none;}
caption,th {text-align:left;}
table {border-collapse:collapse; border-spacing:0;}
td {vertical-align:top;}

input,textarea {
	padding: 5px;
	border: 1px solid #000;
}

button {
	border: 1px solid #000;
	color: #FFF;
	background-color: #c80000;
	font-weight: bold;
	padding: 3px;
}

button:active {
	border: 1px solid #000;
	color: #FFF;
	background-color: #000;
	font-weight: bold;
}

a:link,a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

/* overlay */
.cycle-overlay { 
    	font-family: tahoma, arial;
   	position: absolute; bottom: 0; width: 95.3%; z-index: 600;
   	background: black; color: white; padding: 15px; opacity: .5;
}

body {
	background: #404040; //url('images/bg.png') repeat-x;
	//background-attachment: fixed;
	color: #000;
	font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	font-size: 14px;
	line-height: 100%;
	padding: 10px;
	text-align: center; /* centers board in MSIE */
}

div#main-wrapper {
	width: 960px;
	height: auto;
	//border: 1px solid #000;
	margin-left: auto;
	margin-right: auto;
	//background-color: blue;
	padding: 15px;
}

div#header-wrapper {
	width: 960px;
	height: auto;
	//background-color: #FFF;
	margin-bottom: 10px;
	text-align: left;
}

/* NAVBAR */

#navbar {
    	margin: 0;
    	padding: 0;
	background: #808080;
	float: left;
	width: auto;
	border: 2px solid #000;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}

#navbar li {
    	display: inline;
    	padding: 0;
    	margin: 0;
}

#navbar a:link,
#navbar a:visited {
	color: #FFF;
	background: #c80000;
	padding: 7px 12.2px 5px 10px;
	float: left;
	width: auto;
	border-right: 2px solid #000;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

#nav a:hover {
	color: #FFF;
	background: #000;
	font-weight: bold;
}

#nav li:first-child a {
	-webkit-border-radius: 10px 0px 0px 0px;
	-moz-border-radius: 10px 0px 0px 0px;
	border-radius: 10px 0px 0px 0px;
}

#nav li:last-child a {
	-webkit-border-radius: 0px 10px 0px 0px;
	-moz-border-radius: 0px 10px 0px 0px;
	border-radius: 0px 10px 0px 0px;
	border-right: 0px;
}

/* -------------- */

div#content-wrapper {
	width: 940px;
	height: 475px;
	padding: 10px;
	border: 2px solid #000;
	background-color: #fff;
	margin-top: 10px;
	text-align: left;
}

div#map {
	float: left;
}

div#location-info {
	float: left;
	text-align: left;
	margin-left: 10px;
}

div#location-info p {
	margin-bottom: 8px;
}

form#contactform {
	margin-top: 15px;
}

form#contactform p {
	margin-top: 10px;
}

form#contactform input,textarea {
	margin-top: 5px;
}

div#footer-wrapper {
	width: 940px;
	border: 2px solid #000;
	background-color: #c80000;
	color: #FFF;
	margin-top: 10px;
	padding: 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}

#trailer-left {
	float: left;
	border: 1px solid #000;
	height: 463px;
	width: 670px;
	padding: 5px;
}

#trailer-right {
	float: right;
	height: 473px;
	width: 245px;
}

#trailer-right img {
	border: 1px solid #000;
	height: 230px;
}