 /* CSS Document VA-tenerifeproperties.com
 designed and maintained by emasai.com*/
 
body {
	background-color: #000;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
}

a {
	color: #8ca9cc;
	text-decoration: none;
}

a img {
	border: 0;
}

a:hover {
	color: #FFF;
}
h1 {
	font: small-caps bold 1.5em Georgia, "Times New Roman", Times, serif;
	color: #8ca9cc;	
	text-align: center;
} 

h2 {
	color: #8ca9cc;
	font-size: 1em;	
}

h3 {
	color: #8ca9cc;
	font-size: 1em;
	text-align: center;
	padding-bottom: 10px;	
}

h4 {
	color: #8ca9cc;
	font-size: .9em;
	text-align: center;
	padding-bottom: 10px;	
}

h5 {
	color: #8ca9cc;
	font-size: 1em;
	text-align: left;
}  

span {
color:#8ca9cc;
font-weight: 600;
font-size: 1em;
}
 
#container {
	width: 800px;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
	border: 2px solid #333;
	padding: 10px;
	padding-top: 0px;	
}

.tour {
margin: 5px 0;
text-align: center;
font-size: 1em;
}

/*BEGIN NAVIGATION */
#menu {
	width:100%;
	height: 137px;
	background-color: #000;
	background-image: url(images/menu.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#menu_center{
    width: 800px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

#menu ul, #menu li {
	list-style-type: none;
	position: relative;
	margin: 0 ;
	padding : 0;
}
	
#menu ul {
	height: 28px;
}

#menu li {
	float: left;
	font: bold 1em Georgia, "Times New Roman", Times, serif;
}

#menu li a {
	display: block;
	height : 24px;
	width:94px;
	line-height: 24px;
	color: #8ca9cc;
	padding:0px 5px;
	margin: 22px 0 0 0;	
}

#menu li a:hover {
	color: #FFF;
}

/*DROP DOWN MENU*/
#dropmenudiv{
position:absolute;
text-align: center;
border:1px solid #999;
border-bottom-width: 0;
font: bold 1em Georgia, "Times New Roman", Times, serif;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #999;
padding: 1px 0;
text-decoration: none;
/*font-weight: bold;*/
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #777;
}

/* END OF NAVIGATION */

/* MAIN CONTENT*/		
#content {
width: 570px;
padding: 10px 10px 20px 0;
margin: 0;
background: #000;
font-size: .9em;
}
		
#content img{
/*width: 250px;*/
float: left;
margin: 5px 10px 5px 0px;
border: 2px solid #212121;	
}
/*RIGHT HAND COLUMN*/

#contentright {
position: relative;
float: right;
width: 200px ;
margin: 0;
border: 2px solid #333;
}
		
#contentright h3{
position: relative;
width: 200px;
margin-top: 0;
padding: 5px 0 0 0;
font-size: 95%;
}

#contentright h4{
margin: 0;
padding: 0 0 3px 0;
font-size: 85%;
color: #FFFFFF;
}

#contentright ul li{
list-style-type: square;
font-size: .85em;
padding: 0 3px 0 0;
}

#contentright img{
padding: 0 10px;	
}

#contentright p{
width: 183px;
margin-bottom: 0;
padding: 10px 10px 20px 10px;
background-color: #333;
font-size: 85%;	
}

/*PROPERTIES PAGE ONLY*/
#propertiespage {
width: 780px;
padding: 10px;
font-size: .9em;
}

#propertiespage img{
padding-right: 4px;
}

.property{
min-height: 100px;
margin-bottom: 20px;
}
.property img {
width: 120px;
float: right;
margin: 20px 0 10px 10px;
clear: right;
}

/*FORM ELEMENTS*/
.contact{
	width: 515px;
	float: left;
	padding: 5px 20px;
	border: 2px solid #333;
	margin-bottom: 10px; 
}
label {
	display:block;
	margin:5px 0;
	color: #8ca9cc;
	font-weight:bold;
	font-size: 90%;
}
input {
	padding: 2px;
		
}
textarea {
	width: 500px;
	margin-top: 3px;
	padding:2px;
	height:78px;
	display:block;
	color:#000;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #999;
	background: #333; 
	padding: 2px 3px; 
	color:  #FFF;	
}
/*END FORM*/

/*GALLERY PAGE CSS*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer {
width: 550px;
/*height: 550px;*/ /* MAY NEED TO CHANGE WHEN ADDING MORE THUMBNAILS*/
margin: 0 ;
background: url(images/golf.jpg) no-repeat 142px 0; /* CHANGE Y position WHEN ADDING MORE THUMBNAILS*/
position: relative; 
}

.gallerycontainer .text { 
font-size: .9em;
margin-bottom: 10px; 
}

.gallerycontainer p {
margin: 5px 20px 10px 0;
font-size: .85em;
} 
.gallerycontainer li, .gallerycontainer ul { 
list-style-type: none; 
margin: 0; 
padding: 0; 
}

.thumbnail img { 
margin: 0px 2px 5px 0; 
width: 99px; 
height: 73px;
border: 2px solid #999; 
}

.thumbnail:hover { 
background-color: transparent; 
}

.thumbnail:hover img { 
border: 2px solid #8ca9cc; 
}

.thumbnail span {/*CSS for enlarged image*/ 
position: absolute; 
left: -2000px; 
visibility: hidden; 
}

.thumbnail:hover span img {/*CSS for enlarged image*/ 
margin: 0px 0 5px 0; 
border: 2px solid #999; 
height: 300px; 
width: 400px;
}

.thumbnail:hover span {/*CSS for enlarged image on hover*/ 
visibility: visible; 
top: 0px;/*position where enlarged image should offset from top */ 
left: 140px;/*position where enlarged image should offset horizontally CHANGE Y WHEN ADDING THUMBNAILS*/ 
z-index: 50; 
font-size: .9em; 
color: #8ca9cc;
}

a: {
text-decoration: none;
}

.clear {
clear: left;
}
/*END GALLERY*/

/*VIRTUAL TOUR*/
.videocontainer {
width: 550px;
margin: 0;
position: relative;
padding: 0 0 20px 50px; 
}



/*END VIRTUAL TOUR*/


#footer {
	width: 800px;
	clear: left;
	padding: 10px 0 0 0;
	background: url(images/menu.jpg) repeat-x;	
}
		
#footer p{
	text-align:center;
	font-size:.75em;
	margin-top: 25px;
	padding: 25px 0 0 0;	
}		
