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

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(' jetset-bg.gif');
	background-repeat: repeat-x;
	text-align: center;
}



a  {
    color: #666666;
	text-decoration: none;
	border-bottom: 0px dotted #666;
	border-top: 0px dotted 	#666;
	padding-top: 4px;
}


a:link	{
	color:	#666666;
	background-color: transparent;
	}


a:visited	{
	color:	#666666;
	background-color: transparent;
	}

a:active	{
	color:	#666666;
	background-color: transparent;
	}

	a:hover {
	color: #FF6600;
	border-bottom: 0px dotted #666;
	background-color: transparent;
    } 
	



p {
	padding: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 185%;
	background-color: #FFFFFF;
	
	}



p.fares {
	padding: 3px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: none;
	color: #999999;
	}
	
	
	
ul.menu {
	list-style: none;
	line-height: inherit;
	list-style-position: outside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #33CCFF;
	}	

#container {
    border: solid 1px;
	border-color: #666666;
	width: 850px;
	height: 1200px;
	margin: 0px auto;
	padding: 10px;
	text-align: left;
	background-image: url(' http://www.getjetset.net/coeurcobg.gif');
	background-repeat: repeat;
	}
	
div.box-left {
	border: solid 1px #eeeeee;
	width: 300px;
	height: 300px;
	margin: 7px;
	padding: 10px;
	background-color: #FFFFFF;
	float: left;

	}
	
div.box-center {
	border: solid 1px #eeeeee;
	background-color: #FFFFFF;
	height: 300px;
	width: 300px;
	margin: 7px;
	padding: 10px;
	float: left;

	}
	
	
div.box-right {
	border: solid 0px #eeeeee;
	background-color: #FFFFFF;
	height: 300px;
	width: 135px;
	margin: 7px;
	padding: 0px 0px 0px 0px;
	float: left;

	}
	
	
	
div.box-bottom-left {
	border: solid 1px #eeeeee;
	width: 300px;
	height: 140px;
	margin: 7px;
	padding: 10px;
	background-color: #FFFFFF;
	float: left;

	}
	
div.box-bottom-center {
	border: solid 1px #eeeeee;
	background-color: #FFFFFF;
	height: 140px;
	width: 451px;
	margin: 7px;
	padding: 10px;
	float: left;

	}
	
	

	
div.bar {
	height: 35px;
	width: 807px;
	border: solid 1px #eeeeee;
	margin: 7px 7px 7px 7px;
	background-color: none;	
	}
	
div.large-box {
	height: 350px;
	width: 798px;
	border: solid 1px #eeeeee;
	margin: 7px 7px 7px 7px;
	padding: 5px;
	background-color: none;	
	}
	
img.splash {
	border: solid 0px;
	padding-left: 17px;
	padding-top: 8px;
	}
	
	
img.discount {
	border: solid 0px;
	padding-left: 10px;
	padding-top: 8px;
	}
	

img.credit-card {
	border: solid 0px;
	padding-left: 12px;
	padding-top: 15px;
	}
	
img.arrow {
	border: solid 0px;
	padding-left: 10px;
	padding-top: 8px;
	float: left;
	}
	
img.seat {
	border: solid 0px;
	padding-left: 10px;
	padding-top: 8px;
	float: right;
	}
	
	
h1.quote {
	background-color: none;
	color: #666666;
	}
	
h2.header {
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 0px 2px 8px;
	font-size: 20px;
	color:#999999;
	}
	
h5.headline {
	color:#3399FF;
	padding-left: 7px;
	
	}	



<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.urbangreymenu{
width: inherit; /*width of menu*/
height: inherit;
}

.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: white;
background: #606060; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
margin-top: 0px;
text-transform: uppercase;
padding: 7px 0 7px 7px; /*31px is left indentation of header text*/
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 1px; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Arial;
color: #666666;
background-color: #eeeeee;
display: block;
padding: 5px 0;
line-height: 16px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: #666666;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: #666666;
}

</style>
