/* ---------------------------
Author: Barry G. White
Author URL: http://www.creativebridge.co.uk
Website: http://www.mirrey-mcgregor.co.uk
------------------------------ */

/* Eric Meyer's CSS Reset */
/* (http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
ol, ul {list-style: none; margin-bottom: 1em;}
/* tables still need 'cellspacing="0"' in the markup */
table {border: 0; border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}


/* Global Styles
------------------------------ */
body {
	font-family: Arial,"Helvetica Neue", Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000;
	background: #041c43;
	}

/* Classes */
.gutter {padding: 0 15px;}
.clear {clear: both;}
.float-l {float: left;}
	.float-l img, img.float-l {padding: 0 10px 0 0;}
.float-r {float: right;}
	.float-r img, img.float-r {padding: 0 0 0 10px;}
.em {font-weight: bold;}
.small {font-size: 0.9em;}
.large {font-size: 2.4em;}
.uppercase {text-transform: uppercase; color: #fff;}


/* Typography
------------------------------ */
p {font-size: 1.2em; margin-bottom: 1.5em; line-height: 1.5em;}

strong {font-weight: bold;}
address {font-style: normal; font-size: 1.4em; line-height: 1.5em; margin-bottom: 0.5em;}
blockquote p {font-style: italic;}
cite {font-style: normal;}
sub {vertical-align: sub; font-size: 0.8em;}
ul {margin-bottom: 1.5em;}
ul li {font-size: 1.2em; line-height: 1.5em;}
#main ul {list-style: disc; margin-left: 4em;}
dl {margin-bottom: 1em; font-size: 1.4em;}
small {font-size: 0.8em;}

/* links */
a, a:link, a:visited {color: #840018; text-decoration: underline;}
a:hover {color: #fff; text-decoration: none;}

/* headings */
h1 {
	font-size: 2em;
	margin-bottom: 0;
	text-indent: -999em;
	background-repeat: no-repeat;
	background-position: center;
	height: 79px;
	float: left;
	}
h2 {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 1.5em;
	}
	/* image replacement */
	.spain h1 {background-image: url(../img/h-spain.jpg); width: 234px;}
	.tenerife h1 {background-image: url(../img/h-tenerife.jpg); width: 368px;}

/* Layout
------------------------------ */
#wrap {
	width: 780px;
	margin: 0 auto;
	background: #88bbda;
	border-right: 50px solid #fff;
	border-left: 50px solid #fff;
	}

#header {float: left;}

#content {
	float: left;
	background: #88bbda url(../img/header-bot.jpg) no-repeat top left;
	margin: 0 0 50px 0;
	}

#nav {
	float: right;
	font-size: 0.9em;
	text-transform: lowercase;
	}
	#nav li {
		float: left;
		width: 102px;
		text-align: center;
		text-indent: -5px;
		}
		#nav li#n-advertise, #nav li#n-links {width: 101px;}
		#nav li a, #nav li a:link #nav li a:visited {
			background-color: #041b44;
			color: #fff;
			display: block;
			text-decoration: none;
			line-height: 1.8em;
			background-image: url(../img/nav-blue.jpg);
			background-repeat: no-repeat;
			background-position: bottom right;
			line-height: 20px;
			}
			#nav li#n-spain a, #nav li#n-destinations a, #nav li#n-links a {
				background-color: #850119;
				background-image: url(../img/nav-red.jpg);
				}
		#nav li a:hover, #nav li#n-spain a:hover, #nav li#n-destinations a:hover, #nav li#n-links a:hover {
			background-color: #008aa4;
			background-position: top right;
			}
	#home-page #nav, #destinations-page #nav, #advertise-page #nav, #links-page #nav {margin-bottom: 90px;}

img.2ndtitle {float: left;}

#main {
	width: 590px;
	float: right;
	}
	#main .main-text {width: 555px; float: left; clear: both;}
		#home-page #main .main-text, #spain-page #main .main-text, #tenerife-page #main .main-text {
			width: 345px;
			}
	#spain-page #main a img, #tenerife-page #main a img {float: right; padding-right: 40px; margin-top: 65px;}
		#tenerife-page #main a img {margin-top: 20px;}
	.spain #main {background: url(../img/strip-spain.jpg) no-repeat top right;}
	.tenerife #main {background: url(../img/strip-tenerife.jpg) no-repeat top right;}

#gallery {clear: both;}
	#gallery a img {padding: 10px 80px 0 0;}

#sidebar {
	width: 190px;
	float: left;
	}
	#sidebar .gutter {padding-top: 20px;}
		.spain #sidebar .gutter {padding-top: 100px;}
		.tenerife #sidebar .gutter {padding-top: 100px;}
	#sidebar ul {
		font-size: 0.9em;
		text-transform: lowercase;
		font-weight: bold;
		text-align: right;
		margin-right: 45px;
		margin-bottom: 3em;
		}
		#sidebar ul li a {text-decoration: none;}
		#sidebar ul li a:hover {color: #041c43;}
			.tenerife #sidebar ul li a {color: #031f46;}
			.tenerife #sidebar ul li a:hover {color: #840018;}

#footer {
	width: 780px;
	clear: both;
	background: #fff;
	}

#footnav {text-align: center;}
	#footnav li {display: inline; line-height: 50px;}
		#footnav li a:hover {color: #000;}