/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/


body {
	background: #1e1e1e url(../images/bg_body.jpg) repeat-x;
	color: #fff;
	font: 13px/1.5 Verdana, Tahoma, sans-serif;
}

a {
	color: #0080ff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Custom CSS
----------------------------------------------------------------------------------------------------*/
#pagewrap {
	background: url(../images/ravehands.jpg) top center no-repeat;
	margin-top: -24px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

h1.header_title {
	padding:0;
	margin-left:12px;
	display:block;
	height:200px;
	font-size: 36px;
	text-indent: -9999px;
	background: transparent url(../images/title.jpg) no-repeat top center;
}

pre {
	font: 13px/1.8 Monaco, MonoSpace;
}

.container_contents {
	position:relative;
	height:300px;
	background: url(../images/bg_bottom.jpg) no-repeat;
	border-top: 1px solid #9bcdff;
	text-align:left;

}

.container_contents .grid_4 h3 {
	color:#1e1e1e;
	text-align:left;

}

.container_contents .grid_4 ul {
	margin-top:-2px;

}

.container_contents .grid_4 ul li {
	margin:3px;

}

.container_profile {
	position:relative;
	height:300px;
	background: url(../images/bg_profile.jpg) no-repeat;
	border-top: 1px solid #9bcdff;
	text-align:left;

}

.container_footer {
	bottom:3px;
	margin:20px 0 10px 0;
}



h2.ourfleet {
	padding:0;
	margin:0;
	display:block;
	width:960px;
	height:40px;
	background: #fea600 url(../images/bg_ourfleet.jpg) no-repeat;
	color:#fff;
	text-align:left;
}

h2.ourfleet a{
	color:#fff;
}

h2.ourfleet a:hover{
	color:#1e1e1e;
}

h2.enter {
	position:relative;
	padding:0;
	margin:0;
	display:block;
	height:40px;
	text-align:center;
	background: url(../images/bg_enter.jpg) no-repeat center top;
}

h2.enter a{
	color:#1e1e1e;
	text-decoration:none;
}

h2.enter a:hover{
	color:#fff;
	text-decoration:none;
}

.cities {
	padding:80px;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ul li {
	font-weight: bold;
	list-style-type: circle;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
table,
address,
fieldset {
	margin: 10px 0;
}