/*developer*--------------------------------------------

Copyright (c) 2009 Gregory Pike

http://www.gregpike.ca

CREATED BY: Gregory A. Pike
CREATE DATE: YYYY/MM

--------------------------------------------*developer*/

td, body, p, input, select, ul, li {
	font: 12px Arial, Sans Serif, Helvetica;
	color: #343e47;
}
a {
	font-weight: bold;
	color: #d32435;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Reset margins and padding */
html, body, h1, h2, h3, h4, h5, h6, ul, li, form {
	margin: 0; padding: 0;
}

body {
	background: url('images/bg.gif');
}

ul {
	display: block;
	list-style: none;
}

ul li {
	padding-left: 15px;
	background: url() top left;
}

img {
	border: 0;
}

#container {
	width: 776px;
	height: auto;
	margin: auto;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background: #031a03 url('images/bg-top-menu.gif') repeat-x top left !important;
}

#header {
	width: 100%;
	height: auto;
}

#header h1 {
	width: 776px;
	height: 100px;
	background: url('images/mile-zero-ultimate.png') no-repeat top left;
	float: left; 
}

#header h1 span {
	display: none;
}

#top-menu {
	width: 704px;
	height: 36px;
	padding: 0 36px;
	float: left;
	background: #031a03 url('images/bg-top-menu.gif') repeat-x top left;
}

#top-menu li {
	width: auto;
	height: auto;
	padding: 0 17px;
	display: inline;
	position: relative;
	top: 10px;
}

#top-menu li a {
	color: #fff;
	font-weight: bold;
}

#bottom-menu {
	width: 776px;
	height: 76px;
	padding-top: 16px;
	text-align: center;
	background: #15191c url('images/bg-darker-blue.png') repeat-x top left;
}

#bottom-menu ul {
	list-style-type: none;
}

#bottom-menu li {
	padding: 4px;
	display: inline;
}

#bottom-menu a {
	font-size: 11px;
	font-weight: normal;
	color: #80858d;
}

#bottom-menu a:hover {
	color: #c2c6d1;
	text-decoration: none;
}

.msg {
	font-weight: bold;
	color:#cc0000;
}

.clear {
	clear: both;
}

/* FORMS */

form .row {
	margin-bottom: 5px;
	clear: both;
}

form label {
	width: 110px;
	height: 20px;
	padding-top: 2px;
	float: left;
}

form input {
	width: 120px;
	height: 22px;
	padding: 2px;
	float: left;
}

form .button {
	margin-top: 10px;
	margin-bottom: 10px;
	
}

form .button input {
	width: 130px;
	height: 32px;
}
