/* RESET */
html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, em, font, img, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

a {
	text-decoration:none;
	color:#C30;
}

a:hover {
	text-decoration:underline;
}

h3 {
	font-size: 18px;
	color: #069;
	font-weight:bold;
	margin:20px;
}

h4 {
	font-size: 13px;
	color: #F00;
	margin:20px;
}

hr {
	margin: -10px 20px 0px 20px;
	color: #d1d1d1;
}

/* MAIN */

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666;
	background-color: #CCC;
}

#fwrapper {
	border:2px #FFF solid;
	width: 800px;
	background-color: #FFF;
	margin:0 auto;
}

#continue {
	width:800px;
	margin:20px auto 40px auto;
	text-align:center;
}

#wrapper {
	border:2px #FFF solid;
	width: 800px;
	background-color:#FFF;
	margin:0 auto;
}

#header {
	position:relative;
	height:246px;
	width:800px;
	background:url(images/header-bg.jpg) no-repeat;
}

#title {
	position:absolute;
	bottom:20px;
	left:10px;
	width:420px;
	height:121px;
	background:url(images/title.png) no-repeat;
	text-indent:-9999px;
}

#plate {
	position:absolute;
	right:10px;
	bottom:-55px;
	background:url(images/plate.png) no-repeat;
	width:342px;
	height:221px;
}

#nav {
	height:30px;
	width:800px;
	border-top:1px #FFF solid;
	background-color: #C00;
}

#nav ul {
	width:700px;
	margin-left:18px;
}

#main_menu li a:hover{
	text-decoration:none;
	border-bottom:4px #FFF solid;
}

#main_menu li {
	float:left;
	padding-right:17px;
	_padding-right:10px;
}

#main_menu li a{
	padding-bottom:3px;
	font-size:11px;
	_font-size:9px;
	color:#FFF;
	text-align:center;
	padding-top:8px;
	height:15px;
	display:block;
	_width:50px;
}

#main_menu li a.active {
	border-bottom:4px #FFF solid;
}

#main_content {
	padding-bottom:40px;
	overflow:hidden;
	width:800px;
}

#main_content ul {
	margin-left:60px;
}

#main_content li {
	margin-bottom:10px;
	list-style: disc;
}

#main_content p {
	line-height:24px;
}

#content {
	-margin-bottom:100px;
	float:left;
	width:450px;
}

#content img {
	border:1px solid #666;
}

#main_sidebar {
	overflow:hidden;
	display:inline;
	float:right;
	margin:50px 20px 0 0;
	width:300px;
}

#main_sidebar p {
	text-align:left;
}

#content p{
	margin-left:20px;
	margin-bottom:40px;
	line-height:22px;
}

.fleft {
	float:left;
	margin:8px 8px 8px 0;
}

#sidebar {
	display:inline;
	float:right;
	margin:30px 20px;
	text-align:center;
	width:300px;
}

#firstever {
	display:inline; /* ie margin fix */
	float:left;
	text-indent:-9999px;
	margin:30px 0 0 20px;
	background:url(images/firstever.png) no-repeat;
	width:372px;
	height:89px;
}



#rightslide {
	width:368px;
	height:291px;
	display:inline; /* ie margin fix */
	margin-top:70px;
	margin-right:20px;
	float:right;
}

#top_p {
	display:inline; /* ie margin fix */
	margin-top:20px;
	margin-left:20px;
	width:380px;
	float:left;
}

#route {
	display:inline; /* ie margin fix */
	margin-left:20px;
	float:left;
}

#info_left {
	display:inline; /* ie margin fix */
	width:800px;
	float:right;
}

#info_left p{
	margin-left:20px;
}

#info_right {
	float:left;
}

#logos {
	float:left;
}

/* Itinerary Table */

table {
	border-left: 1px solid #6a8cb3;
	border-top: 1px solid #6a8cb3;
	background-color: #eef5ff;
	margin: 20px 0px 20px 20px;
	width: 760px;
	text-align: center;
}

th {
	background-color: #174386;
	color: #fff;;
	border: 1px solid #ccc;
	padding-bottom: 5px;
}

td {
	padding: 10px 5px;
	border-right: 1px solid #6a8cb3;
	border-bottom: 1px solid #6a8cb3;
	font-size: 0.9em:
}

table span {
	font-size: 0.8em;
	color: #09F;
}

/* Contact Form */

#contact-wrapper {
	margin-top:15px;
	margin-right:25px;
	float:right;
    width:400px;       
}  

#contact-wrapper div {  
    clear:both;  
    margin:1em 0;  
}  

#contact-wrapper label {  
    display:block;  
    float:none;  
    font-size:12px;  
    width:auto;  
}  

form#contactform input {
	border:1px solid #CCC;
    border-width:1px;  
    padding:5px; 
	margin-top:5px;
    font-size:16px;  
    color:#333;  
}  

form#contactform textarea {
	font-family:Tahoma, Geneva, sans-serif;
    font-size:12px; 
    padding:0.6em 0.5em 0.7em;  
	border:1px solid #CCC;  
    border-style:solid;  
    border-width:1px;  
	margin-top:5px;
} 

#submit {
	display:block;
	border:none;
	float: left;
}

#submit.submit {
	display:block;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:12px;
	color: #F00;
	border:none;
	width:85px;
	height:40px;
	background-color:#e6e6e6;
}

/* Gallery */

#gallery {
	margin: 0 20px 0 20px;
}

#gallery img {
	padding: 2px;
	margin: 10px 0 0 20px;
	border:1px solid #999;
}

#spacer {
	height:50px;
}

/* Footer */

#footer {
	float:left;
	width:800px;
	background-color: #C00;
	height:20px;
	margin-top:50px;
	padding-bottom:10px;
}

#footer p {
	float:right;
	margin-right:20px;
	margin-top:-10px;
	font-size:10px;
	color:#FFF;
}

#footer_menu {
	margin-top:7px;
}

#footer_menu a{
	color: #FFF;
	font-size:10px;
}

#footer ul{
	margin-left:20px;
}

#footer li{
	display:inline;
	margin-right:6px;
}


