/*--------------------------------
Oaseas Resorts

TYPE - Typography Style Sheet

web	  	: http://www.oaseasresorts.com
filename	: /css/type.css

---------------------------------*/



#footerwrapper {
color: #fff;
font-family: Trebuchet MS;
font-size: 12px;
}

.toplinks {
text-decoration: none;
}

.toplinks a {
font-weight: bold;
font-family: Trebuchet MS;
font-size: 12px;
color: #ffffff;
text-decoration: none;
}

.toplinks a:hover {
color: #14029f;
}

.reservations {
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: bold;
	float: right;
	margin-top: 12px;
	color: #FFF;
	position: relative;
	z-index: 5;
}

#address {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #0e5db2;
	width: 200px;
}

#reserve_holder {
	color: #ffffff;
	font-family: Trebuchet MS;
	font-size: 12px;
	width: 185px;
	margin: 20px 0 0 10px;
}

#reserve_holder table {
color: #ffffff;
font-family: Trebuchet MS;
font-size: 12px;
}

#reserve_holder select{
font-family: Trebuchet MS;
font-size: 12px;
font-size: 9px;
}

.beds select{
color: #fff;
font-size: 10px;
}
.adult_count select{
color: #fff;
font-size: 10px;
}
.kids_count select{
color: #fff;
font-size: 10px;
}


/*BANNERS*/



/*END OF BANNERS*/

/*TEXT AREA*/
#main a{
text-decoration: none;
color: #0e5db2;
border-bottom: 1px dotted #0e5db2;
}

#main a:hover{
text-decoration: none;
color: #064378;
border-bottom: 1px dotted #064378;
}

#main h1 {
	font-family: Georgia;
	font-size: 16px;
	font-style: italic;
	color: #008770;
}

#main h2{
color: #eb8719;
font-weight: normal;
font-family: Georgia;
font-size: 18px;
}

#main h3{
color: #edff8a;
font-weight: normal;
font-family: Verdana;
font-size: 16px;
}

#main h4{
color: #008770;
font-weight: normal;
font-style: italic;
font-family: Georgia;
font-size: 16px;
line-height: 18px;
padding-left: 10px;
}

.heading5{
margin: 0;
padding: 0;
color: #008770;
font-weight: bold;
font-family: Verdana;
font-size: 14px;
}
.heading6{
margin: 0;
padding: 0;
color: #2d56a1;
font-style: italic;
font-weight: bold;
font-family: Georgia;
font-size: 12px;
}

#text h7{
color: #eb8719;
font-weight: normal;
font-family: Georgia;
font-size: 14px;
}

#text p{
color: #0e5db2;
font-family: Verdana;
font-size: 12px;
}

#text ul li{
color: #0e5db2;
font-family: Verdana;
font-size: 12px;
}

#amenities h2{
color: #5b7c66;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 19px;
}

#amenities ul li{
padding-right: 5px;
color: #000099;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 12px;
font-style:italic; 
}

.restable {
color: #0e5db2;
font-family: Verdana;
font-size: 12px;
font-weight: bold;
}

/*END OF TEXT AREA*/


/*   Slider   */
#s3slider {

/*background:#CCCCCC url(images/school-vacation/top-banner.jpg);*/
   width: 620px; /* important to be same as image width */
   height: 276px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   margin: 0px 0px 0px 0px;
}

#s3sliderContent {
   width: 620px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0px; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: absolute; /* important */
   display: none; /* important */
   border: none;
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 10px 5px 10px;
   width: 300px;
   height: 75px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   bottom: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.s3sliderImage span h4{font-weight: bold;}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #555;
	text-decoration: none;
}

#footer a:visited {
	color: #555;
	text-decoration: none;
}

#footer a:hover {
	color: #555;
	text-decoration: underline;
}

#footer a:active {
	color: #555;
	text-decoration: none;
}

#footer {
	padding: 0 30px 15px 70px;
	background-image: url(../images/footerbg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 190px;
	font-size: 10px;
	color: #369;
	line-height: 16px;
	font-family: Verdana, Geneva, sans-serif;
}

#footer .title {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	color: #369;
	font-size: 10px;
}
