/* CSS Document */
body {
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}
.clr {
	clear:both;
}
img {
	border:none;
}
* {
	padding:0;
	margin:0;
}
#container {
	width:1004px;
	margin:auto;
	background:#373737;
}
#header {
	background:url(../images/header2.jpg) no-repeat center top;
	height:197px;
}
#header h2 {
text-align:center;
color:#999;
font-size:11px;
font-weight:bold;
padding:150px 90px 0 0;

	
}
#content{
	margin-bottom:10px;
}
#leftCol {
	float:left;
	width:270px;
}
#leftCol #topBar {
	background:url(../images/left-menu-top-bar.jpg) no-repeat left top;
	padding-top:36px;
}
#leftCol #midBar {
	background:url(../images/left-menu-middle-bar.jpg) repeat-y left bottom;
}
#leftCol #bottomBar {
	background:url(../images/left-menu-bottom-bar.jpg) no-repeat left bottom;
	padding-bottom:106px;
}

#leftCol #loginbox{
	font-size:10px;
	background-color:#8b8b8b;
	width:200px;
	margin:0px 0 10px 39px;	
}

#leftCol #loginbox h1 {
	padding:7px 0 0 10px;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	color:#FFFF00;
}


#leftCol #loginbox ul#login {
	font-weight:bold;
	font-size:10px;
	list-style:none;
	padding:10px;
	width:180px;
	float:left;
	
}
#leftCol #loginbox ul#login li {
	margin-bottom:2px;
	float:left;
	
}
#leftCol #loginbox ul#login li label {
	float:left;
	margin-top:4px;

}
#leftCol #loginbox ul#login li input {
	width:140px;
	float:left;
}
#leftCol #loginbox ul#login li input.btn {
	width:60px;
	margin-left:10px;
}
#leftCol #loginbox ul#login li img {
	float:left;
	margin-right:5px;
	margin-top:4px;
}
#leftCol #loginbox ul#login li a {
text-decoration:underline;
color:#0000FF;
}

.arrowlistmenu ul{
  	list-style-type: none;
	margin: auto;
	margin-bottom: 20px;
	width:70%;
}
.arrowlistmenu ul li{
	padding-bottom: 5px; 
}

.arrowlistmenu ul li a{
	color: #ccc;
	background: url(arrow.gif) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration:underline;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 16px;

}
.arrowlistmenu ul li a:visited{
   color: #ccc;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
   color: #ccc;
}

#leftCol h2 {
	color:#990000;
	font-size:28px;
	text-align:center;
	font-weight:bold;
	padding-bottom:5px;
}
#leftCol h2 span {
	color:#ccff00;

}
#leftCol p {
	text-align:left;
	color:#ccc;
	font-size:14px;
	padding:0 0 12px 25px;
	font-weight:bold;
}
#leftCol p.small {
	text-align:left;
	color:#ccc;
	font-size:10px;
	padding:0 0 12px 25px;
}

#leftCol h3 {
	color:#000;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	padding:10px 0;
}
#leftCol .detail {
padding:10px 0 15px 25px
}
#leftCol .detail p {
	text-align:center;
	color:#ccff00;
	font-size:18px;
	font-weight:bold;
}

#midCol {
	float:left;
	width:714px;
	background:#6d6d6d;
	padding:10px;
}
#description {
	float:left;
	width:500px;
	background:#B0B0B0;
	padding:15px 5px;
}
#description h1 {
	font-size:18px;
	font-weight:bold;
	color:#000;
	padding-bottom:10px;
}
#description p {
	font-size:12px;
	color:#000;
	line-height:18px;
	padding-bottom:10px;
}
#limo-detail {
	background:#fff;
	padding:20px 5px 5px;
	margin-top:25px;
}

#limo-detail .lCol {
	float:left;
	width:227px;
	margin-right:8px;
	border:2px solid #ccc;
	padding:5px;

}
#limo-detail .rCol {
	float:left;
	width:227px;
	border:2px solid #ccc;
	padding:5px;
	margin-bottom:10px;
}
#limo-detail h3{
font-size:12px;
font-weight:bold;
margin-bottom:10px;
}

#rightCol {
	float:left;
	width:190px;
}
#footer {
width:950px;
color:#fff;
margin:15px 0 15px 50px;
float:left;
font-size:12px;
}

#footer  a {
	padding:5px;
	text-decoration:underline;
	color:#fff;
	line-height:20px;
}

#footer  a:hover {
	text-decoration:none;
	color:#fff;
}
