/* =============================================
	©2007 Colorado/West Equipment, Inc. | www.cowest.net
	===========================================*/

/* =============================================
	element styles
	===========================================*/

body {
	font-size: small;
	padding: 0;
	margin: 0;
	font-family: Geneva, Arial, san-serif;
	background: url(../images/bgd.jpg) center top no-repeat #369;
}
img {
	border: 0;
}
input {
	display: inline;
}

/* =============================================
	navigation marker styles
	===========================================*/

#buses a.busesBtn {
	color: #fff;
	background: #900;
	padding: 0 4px;
}
#inventory a.inventoryBtn {
	color: #fff;
	background: #900;
	padding: 0 4px;
}
#staff a.staffBtn {
	color: #fff;
	background: #900;
	padding: 0 4px;
}
#links a.linksBtn {
	color: #fff;
	background: #900;
	padding: 0 4px;
}
#upcomingEvents a.upcomingEventsBtn {
	color: #fff;
	background: #900;
	padding: 0 4px;
}
#contactUs a.contactUsBtn {
	color: #fff;
	background: #900;
	padding: 0 4px;
}
#accessories a.accessoriesBtn {
	color: #fff;
	background: #900;
	padding: 0 4px;
}

/* =============================================
	container, header, navigation styles
	===========================================*/
	
#container {
	width: 870px;
	padding-top: 0;
	margin-top: 0;
	position: absolute;
	left: 50%;
	margin-left: -431px;
	height: 1200px;
}
#headerWrapper {
	width: 870px;
	height: 117px;
	margin-bottom: 3px;
}
#headerLogo {
	float: left;
	width: 210px;
	height: 117px;
	background: #fff;
}
#headerLogo p {
	font-size: 90%;
	color: #036;
	margin: 1em 0 0 0;
	padding: 63px 0 10px 5px;
}
#headerNavigation {
	float: right;
	width: 657px;
	height: 117px;
	background: #fff;
	font-size: 90%;
}
#headerNavigation img {
	padding: 3px 0 0 8px;
}
#navigation {
	margin: 0;
	padding: 9px 0 0 10px;
	color: #333;
}
#navigation a {
	color: #036;
	text-decoration: none;
	padding: 0 4px;
}
#navigation a:hover {
	color: #fff;
	background: #900;
	padding: 0 4px;
}
#contentWrapper {
	width: 870px;
}
#mainSidebar {
	float: left;
	width: 210px;
	height: 1000px;
	background: #369;
}
#mainSidebar p {
	font-size: 80%;
	color: #fff;
	padding-left: 5px;
	margin: 6px 0;
}
#mainSidebar a {
	color: #fc3;
	text-decoration: none;
}
#mainSidebar a:hover {
	color: #fff;
	text-decoration: none;
}
#mainSidebar input:focus {
	background: #ccc;
}
#mainSidebar .copyright {
	font-size: 70%;
	color: #036;
}
#alertMsg {
	margin: 6px;
	padding: 2px;
	text-align: center;
	background-color: #C10000;
	font-size: 85%;
	color: #FFF;
	font-weight: bold;
}
#mainContent {
	float: right;
	width: 657px;
	height: 1000px;
	background: #369;
}
#content {
	float: left;
	width: 492px;
	height: 1000px;
}
#content h1 {
	font-size: 120%;
	font-weight: normal;
	color: #fff;
	padding: 15px 10px;
}
#content table {
	padding: 0 10px;
}
#content h2 {
	font-size: 90%;
	font-weight: bold;
	color: #fff;
	margin: 15px 0 5px 0;
	padding-left: 10px;
	clear: both;
}
#content p, td, ul {
	font-size: 90%;
	line-height: 150%;
	color: #fff;
	padding: 0 20px 0 10px;
}
#content img {
	padding-left: 10px;
}
#content ul {
	margin-left: 25px;
}
#content li {
	list-style-type: square;
}
#content a {
	color: #fc3;
	text-decoration: none;
}
#content a:hover {
	color: #fff;
}
#contentSidebar {
	text-align: center;
	padding-top: 10px;
	height: 1000px;
}
#footer {
	clear: both;
}

/* =============================================
	Class Styles
	===========================================*/

.busLinks {
	margin: 0;
	padding: 0;
}
.busLinks li {
	list-style-type: none;
	display: block;
	float: left;
	margin: 1em 0;
}
.busLinks a {
	border: #036 1px solid;
	padding: .5em 1em;
	margin-right: 1em;
	color: #fff;
}
.busLinks a:hover {
	background: #036;
}
.inventory th, .inventory td {
	border-bottom: 1px solid #036;
	padding: 5px 10px;
	font-size: 95%;
}
.inventory tr {
	border-bottom: 1px solid #036;
}
.inventory th {
	padding-bottom: 8px;
	font-weight: bold;
	color: #fff;
}
	