@charset "UTF-8";
/* CSS Document */

/* common elements */
body {  
	background: url(images/menu_mainbg.jpg);
	background-color:#a8bfde;
	background-repeat:repeat-x;
	margin: 0px; 
	padding: 0px;
	text-align: left;
	font-size: 0.8em;
	font-family: verdana, sans-serif;
	}

hr {
	display:none;
	}

img {
	border: 0px;
	padding: 0px;
}

/* specific divs */


#container { 
	background: url(images/menu_mainbg.jpg);
	background-repeat:repeat-x;
	background-color:#a8bfde;
	padding: 0px;  
	margin: 0px auto 0px auto;
	width: 800px;
	text-align: left;
	}



/********************* top bar ********************/

#tattopbar{
	width: 800px;
	height: 146px;
	margin: 0px;
	padding: 0px;
	float: left;
	

}

.logoh1{
	background: url(images/taighantursa_logo.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height:130px;
	width: 476px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.logospan{
	display: none;

}


/******************* menu *********************/

#tatmenu{
	width:800px;
	float: left;
	height: 37px;
	margin: 0px;
	padding: 0px;
	

}

#tatmenuinner{
	float: left;
	padding:0px;
	margin:0px;
}

.menuul{
 padding: 0px;
 margin: 0px;

}

.spannone{
display: none;
}

.menulihome{
	background:url(images/menu_home.jpg); 
	width: 65px;
	height: 37px;
	list-style:none;
		float: left;

}

.menulihome:hover{
	background:url(images/menu_home_blue.jpg); 
	width: 65px;
	height: 37px;
	list-style:none;
		float: left;

}

.menulilocation{
	background:url(images/menu_location.jpg); 
	width: 80px;
	height: 37px;
	list-style:none;
		float: left;

}

.menulilocation:hover{
	background:url(images/menu_location_blue.jpg); 
	width: 80px;
	height: 37px;
	list-style:none;
		float: left;

}

.menulilocal{
	width: 143px;
	height: 38px;
	list-style:none;
		float: left;

}

.menulilocal:hover{
	width: 143px;
	height: 38px;
	list-style:none;
		float: left;

}

.menuliaround{
	background:url(images/menu_around.jpg);
	width: 133px;
	height: 37px;
	list-style:none;
		float: left;

}

.menuliaround:hover{
	background:url(images/menu_around_blue.jpg);
	width: 133px;
	height: 37px;
	list-style:none;
		float: left;

}

.menuligallery{
	background:url(images/menu_gallery.jpg); 
	width: 74px;
	height: 37px;
	list-style:none;
		float: left;

}

.menuligallery:hover{
	background:url(images/menu_gallery_blue.jpg); 
	width: 74px;
	height: 37px;
	list-style:none;
		float: left;

}

.menuliavailability{
	background:url(images/menu_availability.jpg);
	width: 102px;
	height: 37px;
	list-style:none;
		float: left;

}

.menuliavailability:hover{
	background:url(images/menu_availability_blue.jpg);
	width: 102px;
	height: 37px;
	list-style:none;
		float: left;

}

.menulicontactus{
	background:url(images/menu_contact.jpg); 
	width: 158px;
	height: 37px;
	list-style:none;
		float: left;

}

.menulicontactus:hover{
	background:url(images/menu_contact_blue.jpg); 
	width: 158px;
	height: 37px;
	list-style:none;
		float: left;

}



.menuliaccomodation{
	background:url(images/menu_accommodation.jpg);
	width: 135px;
	height: 37px;
	list-style:none;
		float: left;

}

.menuliaccomodation:hover{
	background:url(images/menu_accommodation_blue.jpg);
	width: 135px;
	height: 37px;
	list-style:none;
		float: left;

}

#trailimageid
{
	font-size: 0.75em;
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	width: 500px;
	height:400px;
	z-index: 200;
}

/****************** main ***************************/

#tatmain{
	float: left;
	width: 800px;
	margin:0px;
	padding: 0px;
}


#tatmaininner{
	padding: 10px;


}

.mainh2{
font-size:1.8em;
color:#000000;
font-weight:normal;
}

.mainh3{
font-size: 1.5em;
font-weight:normal;
color: black;

}

.welcomep{
text-align:center;
padding: 10px;
font-size: 1.2em;
font-style: italic;
}


.paraleft{
float:right;
padding: 0px 10px 5px 0px;

}


/************** calendar *************************/
.calendarholder{

float: left;
clear:both;

width: 780px;

}

.calendarindividual{
float: left;
width: 250px;
height: 200px;
background: url(images/calendar_bg.png) no-repeat;

}

.calendarindinner{
padding: 10px 0px 0px 0px;

}
.calendar {
float: left;
padding: 5px 10px 10px 10px;

}

.free{
color:#66cc00;
}

.booked{

color:#cc3300;
}

.change{
color:#FFFF00;
}

.calendarkey{
float: left;
width: 780px;
height:67px;
background:url(images/calendar_key_bg.png) no-repeat;
}

.calendarkeyinner{
padding-top: 5px;
padding-left: 10px;

}

.keyul{
margin: 0px;
padding: 0px;
}

.keyli{
float: left;
list-style:none;

}

.keylispace{
float: left;
list-style:none;
width: 30px;
}

.calendar-month{

font-size:1.2em;
color: black;
font-style:bold;


}


.nextyeara{
color: black;
text-decoration:none;


}

.nextyeara:hover{
color: #a8bfde;
text-decoration:underline;
}


/************* booking form **************/
.tdtitle{
text-align: right;
width: 200px;
color: white;
font-weight:bold;
vertical-align:top;
}

.tddata{

}

.tdheading{
color: black;
font-weight:normal;
font-size:1.2em;

}

.termsa{
color:#fff;
text-decoration:none;
}

.termsa:hover{
color:#000000;

text-decoration:underline;
}

.emailtoafrienda{
color:#000000;
text-decoration:none;
}

.emailtoafrienda:hover{
color:#000000;

text-decoration:underline;
}

.emailtoafriend{
font-size:.8em;
}

