*{
	font-family: Arial;
	font-size: 11px;
}

body{
	background-image: url(../images/body-background.gif);
	background-repeat: repeat-x;
	background-color: #F09D00;
	margin:0px;
	padding:0px;
}

h1,h2.titles{
	font-family: Georgia, Arial, Times New Roman;
	color: #E04C16;
	font-size: 16px;
	border-bottom: #CFCFCF 1px dashed;
	margin-top:7px;
}
h2.titles{
	color: #746097;
	font-size: 14px;
}
h3.subTitle{
	padding-left:5px;
}
p{
	margin:5px 0px 5px 0px;
}

li{
	list-style-image: url(../images/icons/li.gif);
}

a img{
	border:none;
}

#aligener{
	width:960px;
	/*background-color: #7D6943;*/
	background-color: #FFFFFF;
	padding:0px 1px 0px 1px;
	margin:auto;
}

#main{
	background-color: #FFFFFF;
}

#header{
	background-image: url(../images/header-background.png);
	height:82px;
	overflow: hidden;
}

#logo{
	display:block;
	float: left;
	margin: 10px 0px 0px 20px;
}

#header_links{
	float:right;
	padding:5px;
	text-align: right;
}

#header_links a{
	font-size: 11px;
	font-weight: bold;
	color: #222222;
	text-decoration: none;
	text-transform: lowercase;
}

#header_links a:hover{
	text-decoration: underline;
}

#left_column{
	float: left;
	width:185px;
}

#left_column_content{
	margin:7px 5px 0px 5px;
}

#menu, DIV.boxItems,#navigationMeni{
	float:left;
}

#middle_column{
	float: left;
	width:614px;
}

#middle_column_content{
	padding:0px 5px 5px 5px;
}

#right_column{
	/*float: left;*/
	float: right;
	width:154px;
}

#right_column_content{
	margin:7px 5px 0px 5px;
}

.left_column_box{
	margin-bottom: 10px;
	background-color: #DBD6CD;
	background-image: url(../images/left-box-title-background.gif);
	background-repeat: repeat-x;
	border-bottom: 2px solid #F2EDE2;
}

.left_column_box h2{
	margin:0px;
	padding:0px;
	text-transform: uppercase;
	height:20px;
	line-height: 22px;
	overflow: hidden;
	padding:0px 4px 0px 18px;
	background-image: url(../images/icons/arrow.gif);
	background-repeat: no-repeat;
	background-position: 4px 50%;
}
.left_column_box h2,#searchFormButton,.searchTitleMidle{
	color: #FFFFFF;
}


.left_column_box p, .left_column_box p.second, .left_column_box div.paragraph, .left_column_box div.paragraphsecond{
	margin:0px;
	padding:5px;
}


.left_column_box div.paragraphsecond, .left_column_box p.second{
	padding-top:0px;
}

select, input, textarea{
	border:1px solid #969696;
	width:100%;
}

input.button{
	text-transform: uppercase;
	color: #4C4C4C;
	cursor: pointer;
	font-weight: bold;
	width: auto;
}


/* BOXES WITH BROCHURES */
.brochure_image{
	float:left;
	width:65px;
	overflow: hidden;
}
.brochure_text{
	float:left;
	width:90px;
	padding:5px;
}
.brochure_text ul{
	margin-left:0px;
	padding-left:15px;
}

.brochure_text a, ul li a{
	color: #222222;
	text-decoration: none;
}

.brochure_text a:hover, ul li a:hover{
	text-decoration: underline;
}

/* BOXES WITH ICONS */
.left_column_box .image{
	display:block;
	float:left;
	width:43px;
}

.left_column_box .text{
	color: #222222;
	text-decoration: none;
}

/* MENU BOXES */
.menubox{
	float:left;
	background-repeat: no-repeat;
	width:154px;
}

.menubox_separator{
	float:left;
	height:1px;
	width:1px;
}

.image_holder{
	height: 129px;
	overflow: hidden;
}

.menubox .menu_image{
	padding:5px 5px 0px 5px;
	overflow:hidden;
}

.menu_title, .menu_title a{
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	padding:0px 5px 0px 5px;
	color:#000000;
	text-decoration: none;
}

.menu_select{
	padding:5px;
}

.menublue{
	background-image: url(../images/menubox-bg-blue.jpg);
	background-color: #016DB3;
}

.menu_image_blue img{
	border: #016DB3 1px solid;
}

.menuyellow{
	background-image: url(../images/menubox-bg-yellow.jpg);
	background-color: #F1A402;
}

.menu_image_yellow img{
	border: #F1A402 1px solid;
}

.menugreen{
	background-image: url(../images/menubox-bg-green.jpg);
	background-color: #005E1F;
}

.menu_image_green img{
	border: #005E1F 1px solid;
}

.menured{
	background-image: url(../images/menubox-bg-red.jpg);
	background-color: #E04C16;
}

.menu_image_red img{
	border: #E04C16 1px solid;
}

.menubrown{
	background-image: url(../images/menubox-bg-brown.jpg);
	background-color: #603811;
}

.menu_image_brown img{
	border: #603811 1px solid;
}


/* RIGHT COLUM BOXES */
.box_right{
	margin-bottom:10px;
}

.box_right .title{
	color:#004C91;
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia, Arial, Times New Roman;
	border-bottom: 1px #CFCFCF dashed;
}

.box_right .content,#navigationMeni{
	background-image: url(../images/right-box-content-background.gif);
	background-repeat:repeat-x;
	padding:5px;
	color: #222222;
}

.box_right .content a{
	color: #222222;
}

/* BANNERS */
.banner{
	display:block;
	text-align: center;
	margin-bottom:10px;
}


/* HOME TEMPLATE */
#home_left_column, #home_right_column{
	width:50%;
	float:left;
}

#home_left_column_content{
	margin-right:5px;
}

#home_right_column_content{
	margin-left:5px;
}

/* NEWS & OTHER LISTING */
ul.listing{
	margin-left:0px;
	padding-left:15px;
}

ul.listing li{
	list-style-image: url(../images/icons/li_blue.gif);
}

ul.listing li a{
	color: #222222;
	text-decoration: none;
}

ul.listing li a:hover{
	text-decoration: underline;
}

.date{
	color: #004C91;
	font-weight: bold;
}

/* SEARCH BOX ON HOME */
.searchbox{
	border:1px solid #D3D5D4;
	background-color: #FFFFF0;
	background-image: url(../images/search-form-background.gif);
	background-repeat: no-repeat;
	background-position: 0% 100%;
}

.searchbox form{
	display:block;
	padding:5px;
}

.searchbox form .search_form_left{
	float:left;
	width:125px;
	margin-bottom:3px;
	background-image: url(../images/icons/li.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left:10px;
	font-weight: bold;
}

.searchbox form .search_form_right{
	float:left;
	width:150px;
	margin-bottom:3px;
}

.more{
	display: block;
	float:left;
	background-image: url(../images/icons/li.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left:10px;
	color: #222222;
	text-decoration: none;
}

.more:hover{
	text-decoration: underline;
}

/* FORMS */
form.contact{}

form .columnL, form .columnR{
	width:250px;
}

.contact .key{
	
}

/* TABLES */
.table{
	background-color: #DBD6CD;
}

.table td{
	background-color: #FFFFFF;
	padding: 3px 5px 3px 5px;
}


/*SEARCH FORMS*/

DIV.mediumSelect {
	width:303px;
	float: left;
}

DIV.smallSelect {
	width:205px;
	float: left;
}
 
DIV.smallSelectDate{
	width:60px;
	float: left;
}
h4.searchFromTitle{
	margin: 15px 0px 0px 0px;
	
}

#searchFormButton{
	width:60px;
	 background-image: url(../images/button.jpg);
	 background-repeat: repeat-x;
	 font-weight: bold;
	 border:none;
	 float:left;
}


.searchTitleLeft, .searchTitleMidle, .searchTitleRight{
    float:left;
	height:20px;
	font-size: 12px;
	background-repeat:no-repeat;
	margin-top:3px;
}
.searchTitleLeft{
	width: 13px;
	background-image: url(../images/titleLeft.jpg);
}

.selection{
	width:152px;
	float:left;
	
}

.destination{
	width:120px;
}

.searchTitleMidle,div.sailing_category h4{
	background-image: url(../images/titleMiddle.jpg);
	background-repeat: repeat-x;
	padding: 0px 5px 0px 0px ;
	font-weight: bold;
}
.searchTitleRight{
	width: 20px;
	background-image: url(../images/titleRight.jpg);
	line-height: 16px;
}
	
 .searchTitleMidle span{
 	margin-top:10px;
 }
 
 .offerSelection{
 	width:200px;
 }
 
 .smallSelect{
 	width: 70px;
 	float:left;
 }
 
DIV.outerBox {float:left;}
DIV.box_small,DIV.box_middle_right,DIV.box_middle { border: 1px solid #e04c16; width: 135px; padding: 0px; }
DIV.box_middle {margin-left:12px;margin-right:0px;}
DIV.box_middle_right { margin-left: 12px; margin-bottom:0px; padding-bottom: 0px;}
 
 DIV.box_title1,DIV.box_title1_right { 
	font-weight: bold;
	color: #000000;
	background-image: url(../images/tab_title.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 130px;
	position:relative;
	top:7px;
	padding:3px 3px 3px 3px;
	margin-left:12px;
}
DIV.box_title1_right{
	margin-left: 12px;
}

DIV.box_title  { 
	background-image: url(../images/tab_title2.gif);
	background-repeat: repeat-x;
	border-width: 1px;
	border-color: #DDDDDD;
	border-style: solid solid none solid;
	
}

.boxItemTile,.boxItems, DIV.box_title {
	height: 18px;
	padding-left: 2px;
	padding-top: 2px;
}
.boxItemTile,.boxItems{float:left;}
.boxItemTile,DIV.headerTitle{
	color:#000000;
	font-weight: bold;
}

DIV.contentDiv{
	border-color: #e04c16;
	border-style:solid;
	border-width: 1px;
	border-bottom-width:0px;	
	width:100%;
	background-image: url(../images/templateBackground.jpg);
	background-repeat: repeat-x;
	 
}

div.newsContent{
	padding:5px;
}

div.midleContent{
	border-bottom-color: #e04c16;
	border-bottom-style:solid;
	border-bottom-width: 1px;
}

DIV.headerTitle{
	width:100%;
	background-repeat: repeat-x;
	padding-left: 2px;
	padding-top: 2px;
	background-image: url(../images/header.jpg);
	height: 17px;
	color:#FFFFFF;
}

DIV.leftContent{
	border-right-color: #e04c16;
	border-right-style:solid;
	border-right-width: 1px;
	width:50%;
	float:left;
}

DIV.headerTitle span{
	background-image: url(../images/icons/arrow4.gif);
	padding-left:5px;
	background-repeat:no-repeat;
	margin: 10px 3px 0px 10px;
	background-position:center;
	background-position:left;
}

a.searchResultLink{
	margin: 0px 3px 0px 5px;
	background-image: url(../images/icons/arrow5.gif);
	padding-left:5px;
	background-repeat:no-repeat;
	background-position:center;
	background-position:left;
	color:#000000;
}

div.outerBox a.more{
	margin: 0px 0px 10px 12px;
}

img.linkImage{
	 border: 1px solid #e04c16;
}

