/*
-------------------------------------------------
URI: http://www.tenerifesunvacations.co.uk/
Created by Forte Trinity
-------------------------------------------------

CONTENTS

1: SITE MASTER SETUP (including reset from Tripoli)

2: TYPOGRAPHY/DESIGN 

3: LAYOUT
	3.1 main form
	3.2 container
	3.3 header
	3.4 content
	3.5 primary content
	3.6 secondary content
	3.7 tertiary content
	3.8 footer
	
4: GLOBAL ELEMENTS / CONTROLS
	4.1 accessibility
	
5: TEMPLATE / PAGE SPECIFIC
	
6: USEFUL CLASSES

/* -----------------------------------------------
1. SITE MASTER SETUP
----------------------------------------------- */

/* Imported mostly from Tripoli reset.css - http://www.monc.se/tripoli/css/reset.css */
* { margin:0; padding:0; text-decoration:none; outline:none } code, kbd, samp, pre, tt, var, textarea, input, select, isindex, listing, xmp, plaintext { font:inherit } a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet, table { border:none } table { border-collapse:collapse; border-spacing:0 } caption, th, td, center { text-align:left; vertical-align:top } q { quotes:"" "" } font { color:inherit !important; font:inherit !important; color:inherit !important } marquee { overflow:inherit !important } blink { text-decoration:none } nobr { white-space:normal }
/* end of import */
body { height:100%; text-align:center; min-width:775px;  background:url(../images/backgrounds/page-bg.jpg) no-repeat fixed  }
ul { list-style:disc outside }
ol { list-style:decimal outside }

/* -----------------------------------------------
2. TYPOGRAPHY / DESIGN
----------------------------------------------- */

html { font-size:62.5%; font-family:verdana, arial, "microsoft sans serif", helvetica, sans-serif; line-height:1.4em; color:#000 }
code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea { font-size:1.1em; font-family:monaco, "Lucida Console", courier, mono-space }
h1 { font-size:1.6em; color:#000; margin:0 0 12px 0 }
h2 { font-size:1.5em; color:#000; margin:0 0 12px 0 }
h3 { font-size:1.4em; color:#000; margin:0 0 12px 0 }
h4 { font-size:1.3em; color:#000; margin:0 0 12px 0 }
h5 { font-size:1.2em; color:#000; margin:0 0 12px 0 }
h6 { font-size:1.1em; color:#000; margin:0 0 12px 0 }
p {  font-size:1.2em; color:#666; margin:0 0 12px 0; line-height:180% }
a { color:#ff9900 }
a:hover { color:#ff6400; text-decoration:underline }

ul { margin:0 0 12px 0; font-size:1.1em }
ol { margin:0 0 12px 0; font-size:1.1em }
dl { margin:0 0 12px 0; font-size:1.1em }
hr { display:block; background:#ccc; color:#ccc; width:100%; height:1px; border:none; margin:20px 0 }
address { font-size:1.1em; color:#000; font-style:normal; margin-bottom:20px }
blockqoute {  }
table { border-top:1px solid #ccc;  border-left:1px solid #ccc }
th, td { border-bottom:1px solid #ddd; border-right:1px solid #ccc }
fieldset { border:1px solid #ccc; }
legend { background:#fff; }
label { font-size:1.1em }
textarea, input[type='text'], select { border:1px solid #000; background:#fff; font-size:11px; color:#000 }
img { border:none }

/* -----------------------------------------------
3. LAYOUT
----------------------------------------------- */

/* 3.1 - main form */
form.main { width:100%; height:100% }

/* 3.2 - container */
div#container { text-align:left;  margin:0 auto; width:966px; padding:15px; background:#fff }

/* 3.3 - wrapper */
div#wrapper {  }

/* 3.4 - header */
div#header { }

/* 3.5 - content */
div#content { width:100%; float:left; clear:both}

/* 3.6 - primary content */
div#primary-content { width:722px; float:right }

/* 3.7 - secondary content */
div#secondary-content { width:192px; float:left; background:#ebe9e9; padding:15px }

/* 3.7 - tertiary content */
div#tertiary-content {  }

/* 3.8 - page banner */
div#page-banner { width:734px; float:right  }

/* 3.9 - footer */
div#footer { clear:both; padding:10px; color:#666; border-top:1px solid #cacaca; font-size:0.8em }


/* -----------------------------------------------
4. GLOBAL ELEMENTS / CONTROLS
----------------------------------------------- */

/* 4.1 - accessibility */
ul#skiplinks { display:none }
ul#skiplinks a, ul#skiplinks a:hover, ul#skiplinks a:visited { position:absolute; left:0px; top:-500px; width:1px; height:1px; overflow:hidden } 
ul#skiplinks a:active, ul#skiplinks a:focus { position:static; width:auto; height:auto }
ul#text-resize { text-align:right; background:#fff; font-size:1.4em; padding:10px 0 10px 0 }
ul#text-resize li { display:inline; list-style:none }

/* 4.2 - primary navigation */
ul#primary-navigation {}
ul#primary-navigation li { float:left; padding:0; margin:0; list-style:none }
ul#primary-navigation li a.thispage { background-position:0% 100% }
ul#primary-navigation li a:hover { background-position:0% 100% }

#index-nav a { width:136px; height:42px; background:url(../images/navigation/home-nav.gif) no-repeat; display:block; text-indent:-9999px }
#about-nav a { width:138px; height:42px; background:url(../images/navigation/about-nav.gif) no-repeat; display:block; text-indent:-9999px }
#special-nav a { width:138px; height:42px; background:url(../images/navigation/special-nav.gif) no-repeat; display:block; text-indent:-9999px }
#apartments-nav a { width:140px; height:42px; background:url(../images/navigation/apartments-nav.gif) no-repeat; display:block; text-indent:-9999px }
#villas-nav a { width:138px; height:42px; background:url(../images/navigation/villas-nav.gif) no-repeat; display:block; text-indent:-9999px }
#resorts-nav a { width:138px; height:42px; background:url(../images/navigation/resorts-nav.gif) no-repeat; display:block; text-indent:-9999px }
#contact-nav a { width:138px; height:42px; background:url(../images/navigation/contact-nav.gif) no-repeat; display:block; text-indent:-9999px }


/* 4.3 - footer links */
ul#footer-links { float:right; list-style:none }
ul#footer-links li {float:left; margin:0 0 0 10px}
ul#footer-links li a {color:#666; text-decoration:none }
ul#footer-links li a:hover {color:#eb855c} 
div#footer span {float:left; font-size:1.1em; margin:0 0 0 0}
div#footer span a {color:#666; text-decoration:none }
div#footer span a:hover {color:#eb855c}


/* -----------------------------------------------
5. TEMPLATE/PAGE SPECIFIC
----------------------------------------------- */

/* page titles */
#apartments-villas-ttl { height:34px; background:url(../images/titles/apartments-villas-ttl.gif) no-repeat; display:block; text-indent:-9999px; margin:15px 0 28px 0 }
#villas-apartments-ttl { height:38px; background:url(../images/titles/villas-apartments-ttl.gif) no-repeat; display:block; text-indent:-9999px; margin:15px 0 28px 0 }
#useful-links-ttl { height:38px; background:url(../images/titles/useful-links-ttl.gif) no-repeat; display:block; text-indent:-9999px }
#local-info-ttl { height:38px; background:url(../images/titles/local-info-ttl.gif) no-repeat; display:block; text-indent:-9999px }
#contact-info-ttl { height:38px; background:url(../images/titles/contact-info-ttl.gif) no-repeat; display:block; text-indent:-9999px }
#about-us-ttl { height:34px; background:url(../images/titles/about-us-ttl.gif) no-repeat; display:block; text-indent:-9999px; margin:15px 0 28px 0 }
#special-interest-ttl { height:34px; background:url(../images/titles/special-interest-ttl.gif) no-repeat; display:block; text-indent:-9999px; margin:15px 0 28px 0 }
#apartments-in-tenerife-ttl { height:34px; background:url(../images/titles/apartments-in-tenerife-ttl.gif) no-repeat; display:block; text-indent:-9999px; margin:15px 0 10px 0 }
#villas-in-tenerife-ttl { height:34px; background:url(../images/titles/villas-in-tenerife-ttl.gif) no-repeat; display:block; text-indent:-9999px; margin:15px 0 10px 0 }
#resorts-in-tenerife-ttl { height:34px; background:url(../images/titles/resorts-in-tenerife-ttl.gif) no-repeat; display:block; text-indent:-9999px; margin:15px 0 28px 0 }
#contact-us-ttl { height:34px; background:url(../images/titles/contact-us-ttl.gif) no-repeat; display:block; text-indent:-9999px; margin:15px 0 28px 0 }

/* header ctas */
ul#header-ctas { float:left; width:228px }
ul#header-ctas li { width:228px; list-style:none }
ul#header-ctas li a:hover { background-position:0% 100% }
#planning-holiday-cta a { width:228px; height:155px; background:url(../images/ctas/planning-holiday-cta.jpg) no-repeat; display:block; text-indent:-9999px }
#family-get-cta a { width:228px; height:155px; background:url(../images/ctas/family-get-cta.jpg) no-repeat; display:block; text-indent:-9999px; margin-top:5px }
#family-get-cta-sub a { width:228px; height:155px; background:url(../images/ctas/family-get-cta.jpg) no-repeat; display:block; text-indent:-9999px }

/* banners */
div.banner-index { width:734px; height:314px; float:right; background:url(../images/banners/header.jpg) no-repeat ;}
div.banner-sub { width:734px; height:155px; float:right; background:url(../images/banners/sub-header.jpg) no-repeat ;}

/* index-villas */
div.index-villas { clear:both }
div.index-villas ul { }
div.index-villas ul li { width:333px; float:left; list-style:none; padding:0 20px 30px 0 }
div.index-villas ul li img { float:left; margin:0 15px 60px 0; border:1px solid #ccc }
div.index-villas ul li h2 { font-size:1.4em; color:#eb6633; margin:0 0 3px 0; line-height:120% }
div.index-villas ul li h3 { font-size:1.2em; color:#333; margin:0 0 3px 0 }
div.index-villas ul li em { color:#666; font-style:normal }
div.index-villas ul li p { font-size:0.9em; line-height:140% }

#local-information { line-height:160%; color:#666 }
#local-information dt { font-weight:bold; margin-top:5px }

#contact-information { line-height:160%; color:#666 }
#contact-information dt { font-weight:bold; margin-top:5px }


/* useful links */
ul#useful-links { padding-bottom:15px }
ul#useful-links li { padding:16px 0 0 40px; border-bottom:1px solid #ccc; list-style:none }
ul#useful-links li a { font-size:1.2em; font-weight:bold; color:#666 }
#special-offers { height:36px; background:url(../images/links-icons/special-offers.gif) no-repeat 0% 50%; display:block }
#hotels { height:36px; background:url(../images/links-icons/hotels.gif) no-repeat 0% 50%; display:block }
#currency-converter { height:36px; background:url(../images/links-icons/money.gif) no-repeat 0% 50%; display:block }
#average-temperatures { height:36px; background:url(../images/links-icons/sun.gif) no-repeat 0% 50%; display:block }
#history { height:36px; background:url(../images/links-icons/scroll.gif) no-repeat 0% 50%; display:block }
#dates { height:36px; background:url(../images/links-icons/calender.gif) no-repeat 0% 50%; display:block }

/* about us */
#about-us-imgs { padding:20px 0 0 0 }
#about-us-imgs li { width:33%; float:left; text-align:center; list-style:none }
#about-us-imgs li img { border:3px solid #eb855c }

#playa-de-las-americas-ttl { height:38px; background:url(../images/titles/playa-de-las-americas-ttl.gif) no-repeat; display:block; text-indent:-9999px; margin-top:20px }
div#properties { width:722px; float:right; padding:0; margin:0 }
div#properties h2 { font-size:1.5em; color:#ff6835; margin:0 0 15px 0; padding:0 }
div#properties {}
div#properties a { color:#666 }
div#properties a:hover { color:#eb855c }
div#properties .main-img { float:right; margin:20px 0 40px 30px }
div#properties .drawers li  p { font-size:1.0em }
div#properties .drawers { margin-top:20px }
div#properties .drawers li { list-style:none }
div#properties .drawer ul { background:#ebe9e9; padding:20px }
div#properties .drawer-handle { font-size:1.0em; color:#666 }
div#properties h4 { font-size:1.2em; color:#666 }
div#properties .drawer-handle a { clear:both; font-size:1.2em; color:#666; background:url(../images/properites/arrow.gif) no-repeat; padding:0 0 0 20px }
div#properties .content { width:682px; float:left }
div#properties .properties-gallery { width:100%; clear:both }
div#properties .properties-gallery dt { font-size:1.0em; font-weight:bold; color:#ff6835; margin-bottom:20px}
div#properties .properties-gallery dd { width:24%; float:left; padding-bottom:30px; text-align:center }



div#special h2 { font-size:1.4em; color:#eb6633; margin:0 0 3px 0 }
div#special .img { float:right; margin-left:20px; border:3px solid #ebe9e9 }
div#special a { color:#666; font-weight:bold }
div#special a:hover { color:#eb6633 }


div#resorts h2 { font-size:1.4em; color:#eb6633; margin:0 0 3px 0 }
div#resorts .img { float:right; margin:0 0 60px 20px; border:3px solid #ebe9e9 }
div#resorts a { color:#666; font-weight:bold }
div#resorts a:hover { color:#eb6633 }

/* compliance */
div#compliance { padding:27px }

/* basescript */
div#basescript { padding:0 10px; margin:30px 0 0 0 }
div#basescript p { font-size:0.9em }
div#basescript h2 { font-size:1em; color:#999 }

ul#basewords { text-align:center; margin:0 }
ul#basewords li { list-style:none; display:inline; margin:0 4px; color:#666; font-size:0.9em; }
ul#basewords strong { font-weight:normal }

/* -----------------------------------------------
6. USEFUL CLASSES
----------------------------------------------- */

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden }
.clr { overflow:hidden; clear:both; height:1px; margin-top:-1px }
.la { text-align:left }
.ra { text-align:right }
.ca { text-align:center }
.fl { float:left }
.fr { float:right }
.vt { vertical-align:top }
.vm { vertical-align:middle }
.vb { vertical-align:bottom }
.nb { border:0 none }
.bt { font-weight:bold }
.clear-both { clear:both }
.no-margin { margin:0 }
#preview { position:absolute; border:1px solid #ccc; background:#fff; padding:5px; display:none; color:#000 }