/* CSS STYLE SHEET for Villa Lemoni
#######################################################
*/
/* changed bg colour#064 #3366CC  
*/
body {
	margin:0px;
	padding:0px;
	font:normal 0.72em/1.6em Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	background-image: url(../images/Page_Gradient.jpg);
	background-repeat: repeat-x;
}


/* #### MAIN DIVS ######################################################### */

#container {
width: 940px;
border: 2px solid #FFF;
margin: 0px;
margin-left: auto;
margin-right: auto;
padding: 0px;
background-color:#FFF;
}

#masthead {
height:180px;
padding: 0px;
margin:0px;
background: #0066CC url('../images/luxury-villa-lefkada.jpg') no-repeat;
border-bottom:1px solid #FFF;
}

#icons {

}

#logo {

}

#navbar {
height:70px;
margin: 0px;
padding: 4px 4px 0px 0px;
background: transparent url('../images/bg-curve.jpg') no-repeat;
text-align:right;
}

#navbar img {
border-bottom:1px solid #CCC;
}

#content {
width:490px;
padding: 0px;
margin:0px;
background-color: #FFF;
color:#666;
float:left;
}
#content_full {
width:900px;
padding: 0px;
margin:10px;
background-color: #FFF;
color:#666;
float:left;
}

#sidebar-a {
float: left;
text-align:center;
width: 390px;
margin: -10px 20px 0px 16px;
padding: 0px;
background-color: transparent;
color:#333;
font-size:90%;
}
#sidebar-b {
float: left;
text-align:center;
width: 10px;
margin: -10px 10px 0px 16px;
padding: 0px;
background-color: transparent;
color:#333;
font-size:90%;
}

#footer {
	clear: both;
	padding:10px 0px;
	margin:0px;
	background-color:#E0ECF8;
	font:normal 10px Verdana, Arial, Helvetica, sans-serif;
	line-height:10px;
	color:#036;
	text-align:center;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0000A0;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0000A0;
}

.topHome {
text-align:right;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Text and Headings */

.printOnly {display:none;}
img {border:0px;}
.imgLeft {float:left; margin-right:4px;}
.imgRight {float:right; margin-left:4px;}

h1 {
	color:#6F83C2;
	margin:4px 0px 16px 0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
}

h2 {
	color:#0080C0;
	margin:0px 0px 2px 0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#sidebar-a h2 {
font:bold 12px Verdana, Arial, Helvetica, sans-serif;
color:#C33;
margin:0px 0px 2px 0px;
padding:0px;
}


h3 {
font:bold 12px Verdana, Arial, Helvetica, sans-serif;
color:#093;
margin:0px 0px 2px 0px;
}

p {margin:0px 0px 16px 0px;}

th {text-align:left; border-bottom:1px solid #CCC;}

hr {height:1px; color:#CCC;}


#features {
	background-color: #EEE;
	border: 1px solid #CCCCCC;
}
.note {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #777;
}
.boxed {
	background-color: #EEE;
	padding: 4px;
	border: 1px solid #666666;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Anchors */

#navbar a:hover{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6BAA24;
}

caption {
	font-size: 12px;
	font-weight: bold;
	color: #036;
}
.btn {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #196AC7;
	border: 1px solid #FFFFFF;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~
Property Box Styles */

.propertyBox {
width:100%;
clear:both;
border-bottom:2px solid #064;
padding-top:6px;
}

.propertyImage {
text-align:center;
width: 370px;
margin: 10px 20px 0px 0px;
padding: 0px;
background-color: transparent;
color:#333;
font-size:90%;
float:left;
}

.propertyText {
width:500px;
padding: 10px 0px 0px 0px;
margin:0px;
background-color: transparent;
color:#333;
float:right;
}
/*Top Menu*/
/*Top menu bar below*/  
.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: 120px; /*Width of top level menu link items*/
padding: 2px 8px;
border: 1px solid #202020;
border-left-width: 0;
text-decoration: none;
background: url(../images/menubg1.gif) center center repeat-x;
color: white;
font: bold 13px Tahoma;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 160px; /*width of sub menu levels*/
font-weight: normal;
padding: 2px 5px;
background: #416FC5;
border-width: 0 1px 1px 1px;
}

.horizontalcssmenu ul li a:hover{
background: url(../images/menubgover1.gif) center center repeat-x;
}

.horizontalcssmenu ul li ul li a:hover{
background: #7293D6;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(../images/menuarrow2.gif) no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */