/************************************************************************/
/* MAIN SETTINGS									      */
/************************************************************************/

body {
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 10px;
	letter-spacing: 0.02em;
	/* background: #2f2f2f; */
	background: #a3a66B; 
	margin: 10px 0px 10px 0px;
	padding: 0;
}

a {
	color: #B3B67B;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 15px;
	padding: 0;
}

img {
	border: none;
}

#page {
	/* background: #000; */
	background: #830;
	width: 838px;
	position: relative;
	margin: auto;
	padding: 0px 6px 70px 6px;
	/* border: solid 1px #444; */
	border: solid 1px #ccc;
}

#container {
	width: 800px;
	position: relative;
	/* background: #0000ff; */
	margin-top: 170px;
	padding: 0px 0px 0px 19px;
}

.main {
	width: 100%;
	overflow: hidden;
	/* background: #00ffff; */
	margin: 0;
	padding: 0;
}

.left-column {
	width: 180px;
	float: left;
	overflow: hidden;
}

#header {
	position: absolute;
	top: 0;
	left: 25px;
	margin-top: 13px;
	width: 800px;
	/* height: 389px; */
	height: 140px;
	/* z-index: 1; */
	background: url(../images/galvansgorge600140.jpg) no-repeat #332;
	/* background: url(../images/header600140.jpg) no-repeat #444; */
}

.contact {
	float: right;
	margin-right: 0px;
	display: inline;
	width: 200px;
	height: 93px;
	/* overflow: hidden; */
	position: relative;
	font-size: 11px;
	text-align: center;
}

.contact a {
	color: white;
}

.middle-column-wide {
	width: 590px;
	float: left;
	display: block;
	font-weight: 400;
	font-size: 12px;
	overflow: hidden;
	margin: 0px;
	padding: 0 0 0 30px;
}

.galtop {
	font-weight: 400;
	font-size: 11px;
	color: #B3B67B;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 8px 0px 0px 0px;
	display: inline;
}

.galnav {
	position: absolute;
	top: 260px;
	left: 760px;
	width: 50px;
}

#footer {
	width: 800px;
	margin: auto;
	position: relative;
	color: #444;
	text-align: center;
	padding: 10px 0px 20px 0px;
}

#footer a {
	color: #444;
}

/************************************************************************/
/* SUB SETTINGS									      */
/************************************************************************/

ul.product_menu_list {
	margin: 0;
	padding: 0;
}

ul.product_menu_list li {
	list-style: none;
	width: 170px;
	overflow: hidden;
	padding: 1px;
}

ul.product_menu_list li a {
	color: #FFF;
	background: #332;
	/* background: #1f1f1f; */
	text-decoration: none;
	border-right: 1px solid #646464;
	border-left: 1px solid #646464;
	display: block;
	font-size: 11px;
	padding: 10px;
}

ul.product_menu_list li a:hover {
	color: #000;
	background: #B3B67B;
	display: block;
	text-decoration: none;
	padding: 10px;
}

td.form_field {
	width: 120px;
}

.fltrt {
float:right;
margin-left:8px;
}

.fltlft {
float:left;
margin-right:8px;
}

.clearfloat {
clear:both;
height:0;
font-size:1px;
line-height:0;
}

.booking_form {
	/* background: #1f1f1f; */
	background: #332;
	/* border: 1px solid #323232; */
	border: 1px solid #646464;
}

.cabin_rates {
	/* background: #1f1f1f; */
	background: #332;
	/* border: 1px solid #323232; */
	border: 1px solid #646464;
	width: 100%;
	padding: 4px;
}

.cabin_rates a {
	color: white;
}

.cabin_rates li {
	padding: 5px 0 5px 5px;
}

.cabin_rates td,.cruise_calendar td {
	vertical-align: top;
	/* background: #1a1a1a; */
	background: #332;
	padding: 6px;
	text-transform: none;
	font-size: 12px;
	line-height: 120%;
}

td.tl{
	/* border-top:1px solid #323232; */
	border-top:1px solid #646464;
}


/************************************************************************/
/* TEXT SETTINGS									      */
/************************************************************************/

.main h1 {
	font-weight: 400;
	font-size: 19px;
	/* color: #DFDFCA; */
	color: #c3c68b;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0;
      padding: 8px 0px 8px 0px;
	border-top: 1px solid #b3b67b;
	border-bottom: 1px solid #b3b67b;
	background: #332;
}

.middle-column-box {
	background: #a50;
	line-height: 200%;
	margin: 0px;
	padding: 6px 0px 6px 10px;
}

.middle-column-box a {
	color: white;
      text-decoration: underline;
}


.middle-column-text {
	line-height: 170%;
}

.middle-column-text a {
	color: white;
}

.left-column h2,.middle-column-products h2,.middle-column-content h2,.middle-column-wide h2,.right-assets-column h2 {
	font-weight: 400;
	font-size: 12px;
	color: #B3B67B;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 12px 0px 10px 0px;
	padding: 0 0 5px;
}

.middle-column-products h3,.middle-column-content h3,.middle-column-wide h3 {
	font-weight: 400;
	font-size: 11px;
	color: #B3B67B;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 8px 0px 0px 0px;
}

.smallgrey {
	color: gray;
	font-size: 11px;
}

.smallwhite {
	color: white;
	font-size: 11px;
}

/************************************************************************/
/* TOP MENU										      */
/************************************************************************/

.menuitem {	 		
				color: #ccc4b3;
				line-height: 30px;
				font-weight: bold;
				letter-spacing: 1px;
				margin-top: 5px;
				padding: 0px 10px 0px 10px;
				float: right;
				/* background-color: red; */ 
				/* border-bottom: solid silver 1px; */
				}

.menuitem a 		{color: #ccc4b3; 	}		

.menuitem a:link 		{text-decoration:none;}
.menuitem a:visited 	{text-decoration:none;}
.menuitem a:focus 	{text-decoration:none;}
.menuitem a:hover 	{text-decoration:none; color: white; }
.menuitem a:active 	{text-decoration:none;}

.menusubitem {	 	
				color: #ffffff;
				line-height: 20px;
				font-size: 11px;
				font-weight: normal;
				font-style: italic;
				letter-spacing: 0px;
				margin-left: 0px;
				}

.menusubitem a 		{color: #ffffff; }

.menusubitem a:link 	{text-decoration:none;}
.menusubitem a:visited 	{text-decoration:none;}
.menusubitem a:focus 	{text-decoration:none;}
.menusubitem a:hover 	{text-decoration:none; background: #73763B; }
.menusubitem a:active 	{text-decoration:none;}

.menusubfiller {	 	line-height: 5px; }

.menu { 			position: absolute; 
				top: 36px; 
				left: 574px; 
				display: none; 
				/* background: #B3B67B; */
				background: #93965B;  
				padding: 10px 10px 10px 10px;
				border: solid 1px gray; 
				width: 200px; }

