@charset "utf-8";
/* CSS Document */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#660000;
	margin-top:0;
	color:#d0b500;

}
#mainWrap{
	width:850px;
	margin:0 auto;
	background:#000000;
	padding:0px 10px 10px 10px;
	border:solid 1px #f6cf02;
	clear:both;
}

#leftbox{
	width:190px;
	float:left;
}
#rightbox{
	width:619px;
	float:left;
	clear:right;
	margin-left:36px;
}
#picbox{
	border:solid 1px #f6cf02;
}
#icons{
	border:solid 1px #f6cf02;
	margin-top:10px;
}
#header{
	height:255px;
	background:url(images/header.jpg);
	border:solid 1px #f6cf02;
}
#tag{
	height:65px;
	background:#000000;
	margin-top:185px;
	margin-left:5px;
	margin-right:5px;
	filter:alpha(opacity=80);
	moz-opacity:.80;opacity:.80;
}
#tleft{
	width:180px;
	float:left;
	font-size:12px;
}
#tright{
	width:426px;
	float:left;
	clear:right;
	text-align:center;
	font-size:14px;
}

#login{
	background:#311f15;
	height:240px;
	margin-top:10px;
	border:solid 1px #f6cf02;
	text-align:center;
}
#ltitle{
	background:#220f05;
	height:25px;
	margin-left:8px;
	margin-top:15px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	padding-top:5px;
}

#nav{
	height:40px;
	margin-top:10px;
	display:block;
	background:#000000;
	border:solid 1px #f6cf02;
	font-weight:bold;
	font-size:14px;
	
}


#nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	
}

#nav ul li{
	display:block;
	height:40px;
	float:left;
	background:url(images/btnstatic.gif);
	margin:0 2px 0 0;
	text-align:center;
	
}

#nav ul li a{
	display:block;
	float:left;
	color:#d0b500;
	text-decoration:none;
	height:40px;
	padding:8px 10px 0 10px;
}

#nav ul li a:hover{
	color:#d0b500;
	background:url(images/rollover.gif);
	background-repeat:repeat-x;
	height:40px;
	
	
}

#nav #selected a{
	background:url(images/rollover.gif);
	background-repeat:repeat-x;
	height:40px;
}

#contentBox{
	background:#311f15;
	margin-top:10px;
	border:solid 1px #f6cf02;
	font-size:12px;
	text-align:center;
}

#contentBox p {
  line-height: 1.7em;
}

#ctitle{
	font-size:14px;
	font-weight:bold;
	background:#220f05;
	padding:5px 0px 5px 0px;
	margin-top:15px;
	text-align:center;
}

#discount{
	font-size:10px;
	font-weight:bold;
	background:#220f05;
	padding:5px 0px 5px 0px;
	margin-top:10px;
	text-align:center;
}

#footer{
	border:solid 1px #f6cf02;
	background:#311f15;
	text-align:center;
	font-size:12px;
}

a{
	color:#FF3300;
	text-decoration:none;
}
a:hover{
	color:#FFCC00;
	text-decoration:none;
}
#from{
	width:203px;
	float:left;
	border:solid 1px #f6cf02;
}
#dest{
	width:203px;
	float:left;
	clear:right;
	border:solid 1px #f6cf02;
}
#price{
	width:203px;
	float:left;
	clear:right;
	border:solid 1px #f6cf02;
}
#extra{
	width:412px;
	float:left;
	text-align:left;
	border:solid 1px #f6cf02;
}
#fees{
	width:200px;
	float:left;
	clear:right;
	text-align:center;
	border:solid 1px #f6cf02;
}

.h1{
	font-weight:bold;
	font-size:14;
	color:#990000;
}
.h2{
	font-size:10px;
}
.h3{
	font-size:12px;
	font-weight:bold;
}

