@charset "utf-8";
/* CSS Document */

@import url('VillasList.css');
@import url('areaDescription.css');
@import url('VillasInfo.css');
@import url('CarRental.css');
@import url('LastMinutes.css');
@import url('ferries.css');
@import url('RealEstate.css');
@import url('homePage.css');
@import url('reviews.css');

/* Setup html and body */
html, body
{
	margin: 0px;
	height:100%; 
	width:100%;
	/*overflow:auto; */
	
	background-color: #083950;
	background-image: url(../images/bg_grd.jpg);
	background-repeat: repeat-x;
}

/* Standard setup for all elements */
*
{
	font-size: 11pt;
	color: #0A2742;
}

h1
{
	font-size: 150%;
}

h2
{
	font-size: 140%;
}

h3
{
	font-size: 130%;
}

h3
{
	font-size: 110%;
}

#mainBody
{
	/*
	width: 1024px;
	*/
	
	width: 970px;
	
	padding-top: 30px;
	padding-bottom: 30px;
	
	margin-left: auto;
	margin-right: auto;
}

#header
{
	/*width: 1012px;*/
	width: 952px;
	height: 329px;
	
	background-image: url(../images/HeaderBG.jpg);
	background-repeat: no-repeat;
	
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 9px;
}

#menuBar
{
	/*width: 1006px;*/
	width: 952px;
	height: 40px;
	background-image: url(../images/menuBg.jpg);
}

ul.menu
{
	width: 952px;
	/*width: 1006px;*/
	height: 40px;
	
	list-style: none;
	
	margin: 0px;
	padding: 0px;
}

ul.menu li
{
	float: left;
	width: auto;
	height: 30px;
	padding-left: 8px;
	padding-right: 8px;
	
	padding-left: 6px !important;
	padding-right: 6px !important;
}

ul.menu li a
{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 9px;
}

ul.menu li a:hover
{
	color: #000033;
}

#languageBar
{
	width: 952px;
	/*width: 1006px;*/
	height: 20px;
}

#flashArea
{
	width: 952px;
	/*width: 1006px;*/
	height: 260px;
	
	background-image: url(../images/flashArea.jpg);
	background-repeat: no-repeat;
}

#contentArea
{
	width: 952px;
	/*
	width: 1006px;
	*/
	
	padding: 9px;
	margin-top: -10px;
	background-color: #FFFFFF;
}

#contentArea #leftSide
{
	width: 270px;
	
	float: left;
	
	/*border: 1px solid #FF00AA;*/
}

#contentArea #leftSide .pannel
{
	width: 250px;
	
	background-image: url(../images/leftPanel.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding: 10px;
	padding-top: 1px;
}

#contentArea #rightSide
{
	margin-left: 20px;
	float: left;
	
	/*width: 675px;*/
	width: 620px;
	
	background-image: url(../images/rightPanel.jpg);
	background-repeat: no-repeat;
	padding: 20px;
	
	/*border: 1px solid #FFAA00;*/
}

#footer
{
	/*width: 1006px;*/
	width: 952px;
	height: 40px;
	
	padding: 9px;
	
	font-size: 10px;
	
	background-color: #FFFFFF;
	
	border-top: 1px solid #DADADA;
}

#footer .footerLeft
{
	float: left;
	font-size: 125%;
	width: auto;
}

#footer .footerLeft a
{
	text-decoration: none;
	font-size: 99%;
	color: #0A2742;
}

#footer .footerLeft a:hover
{
	text-decoration: underline;
}

#footer .footerRight
{
	float: right;
	font-size: 125%;
	text-align: right;
	width: auto;
}

#footer .footerRight a
{
	text-decoration: none;
	font-size: 99%;
	color: #0A2742;
}

#footer .footerRight a:hover
{
	text-decoration: underline;
}

h2.green
{
	background-image: url(../images/headerGreen.jpg);
	background-repeat: repeat-x;
	
	width: 245px;
	height: 26px;
	padding-top: 9px;
	padding-left: 5px;
	color: #252525;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin-top: 9px;
}

ul
{
	list-style-image: url(../images/listArrow.jpg);
	
	display: block;
	
	padding-left: 25px;
}

ul a
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	color: #0A2742;
}

ul a:hover
{
	text-decoration: underline;
}

p
{
	text-align: justify;
	line-height: 20px;
	padding: 10px;
	padding-bottom: 0px;
}

a.lk
{
	text-decoration: none;
	color: #0B91C6;
}

a.lk:hover
{
	text-decoration: underline;
}

h3.crs
{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #ABABAB;
}

.feed-list
{
  margin: 0 0 15px 15px;
  padding: 0;
  list-style-type: none;
}

.feed-list li
{
  margin: 0 0 2px 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

.feed-list li a
{
  padding: 0 0 0 19px;
  background: url("../images/feed.png") no-repeat 0 50%;
  list-style-type: none;
}

.feed-list li a.emptyLI
{
	padding: 0px !important;
	background-image: none;
	list-style-type: none;
}

#fav li a.rmv
{
	font-size: 12px;
	color: #FF3300;
}

#fav li a.rmv img
{
	border: none;
	display: block;
	position: absolute;
	margin-top: 2px;
}

#areaPcs
{
	margin-bottom: 25px;
	padding: 5px;
}

#areaPcs div.pcs
{
	display: block;
	width: 197px;
	height: 172px;
	float: left;
	margin-right: 6px;
}

#areaPcs div.pcs img
{
	padding: 5px;
	border: 1px solid #999999;
	background-color: #EEEEEE;
}

#areaPcs div.pcs h5
{
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	display: block;
	text-align: center;
}

#bottomContacts
{
	display: block;
	width: 100%;
	margin-top: 25px;
}

#favoriesDesc,
#favoriesDesc strong
{
	font-size: 85%;
}

#favoriesDesc strong
{
	color: #CC3300;
}

#favoriesDesc strong.str
{
	font-size: 95%;
	color: #CC3300;
}

div.favoritesDesc,
div.favoritesDesc strong
{
	font-size: 85%;
}

div.favoritesDesc strong
{
	color: #CC3300;
}

div.favoritesDesc strong.str
{
	font-size: 95%;
	color: #CC3300;
}