/* CSS Document */
body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
}
p, dd, dt, li
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
p
{
	margin-bottom:8px;
}
p a, p a:visited
{
	color:#003366;
	text-decoration:underline;
}
p a:hover
{
	text-decoration:none;
}
.boldp
{
	font-weight:bold;
	color:#FF3300;
}
h2
{
	font-size:18px;
	color:#FF3300;
}
#head
{
	margin:0px;
	background:#5d8dc2 url(images/logo.gif) 15px top no-repeat;
	height:100px;
	border-bottom:3px solid #FF6600;
}
#lang
{
	float:right; 	
	margin-right:20px;
}
#lang td
{
	padding-left:10px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#lang a, #lang a:visited
{
	color:#FFF;
	text-decoration:none;
}
#lang a:hover
{
	text-decoration:underline;
}
#main
{
	width: 960px;
	margin-left:auto;
	margin-right:auto;
}
#left
{
	width:255px;
	float:left;
}
#right
{
	margin-left:275px;
}
dt
{
	font-weight:bold;
	margin-bottom:5px;
	color:#3366CC;
}
dd
{
	margin-bottom:5px;
}
#searchbox
{
	width:250px;
	font-weight:bold;
	color:#FF9900;
	background:url(images/searchback.gif) top left no-repeat;
}
#searchbox form
{
	margin:10px;
}
#searchbox .bottom
{
	background:url(images/searchback-bottom.gif) bottom left no-repeat;
}
#searchbox input, #searchbox select
{
	margin-bottom:10px;
}
.button
{
	background-color:#FF9900;
	color:#000033;
	font-weight:bold;
}
#ddcolortabs{
position:relative;
top:-25px;
left:320px;
padding: 0;
background: transparent;
padding-left: 5px;
}

#ddcolortabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

#ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}


#ddcolortabs a{
float:left;
color: white;
background: #FF6600 url(images/color_tabs_left.gif) no-repeat left top;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

#ddcolortabs a span{
float:left;
display:block;
background: transparent url(images/color_tabs_right.gif) no-repeat right top;
padding:4px 9px 2px 6px;
}

#ddcolortabs a span{
float:none;
}


#ddcolortabs a:hover{
background-color: #ffa900;
}

#ddcolortabs a:hover span{
background-color: #ffa900;
}

#ddcolortabs #current a, #ddcolortabs #current span{ /*currently selected tab*/
background-color: #ffa900;
}

#ddcolortabsline{
clear: both;
position:relative;
top:-25px;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #FF6600;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}
#footer
{
	border-top:2px solid #FF6600;
	text-align:center;
	padding:5px;
	color:#003399;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	clear:both;
}
#footer a, #footer a:visited
{
	color:#003399;
	text-decoration:none;
}
#dests
{
	margin-bottom:10px;
}
#dests h2
{
	background: url(images/hotdest.jpg) left top no-repeat;
	width:650px;
	margin-left:20px;
	text-transform:none;
	padding:30px 0 0 0;
}
#dests h2 span
{
	display:none;
}
#dests img
{
	float:right;
	margin-right: 25px;
}
#seltrans
{
	border: 2px solid #5d8dc2;
	margin-right:10px;
}
#seltrans .headerrow td
{
	font-weight:bold;
	font-size:16px;
	color:#fff;
	background-color:#5d8dc2;
}
#seltrans td
{
	padding:5px;
}
#seltrans .price
{
	font-weight:bold;
	color:#336699;
	text-align:right;
	padding-right:10px;
	width:100px;
}
#seltrans .select
{
	text-align:center;
}

.memberform
{
	background-color:#fff;
	padding:0px 5px;
	width:300px;
}
.memberform h2
{
	color:#3a6dab;
	font-size:16px;
	margin:2px;
}
.memberform p
{
	width:300px;
	color:#008080;
	margin:0;
	padding: 5px 5px;
	padding-left:145px; /*width of left column containing the label elements*/
	height: 1%;
}
.memberform .button
{
	cursor:pointer;
	margin-top:10px;
}

.memberform label
{
	font-weight: bold;
	float: left;
	line-height:24px;
	margin-left:-145px; /*width of left column*/
	width: 145px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.memberform input[type="text"], .memberform textarea, .memberform select
{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 150px;
}
.memberform textarea
{
	height: 120px;
}
h2 a, h2 a:visited
{
	text-decoration:none;
	color:#FF3300;
}
h2 a:hover
{
	text-decoration:underline;
}