/*
URI: http://www.Last-minute-ski-deals.co.uk
Version: Frames - Site skin
Author: Matt Branthwaite
Created: 5 Dec 06
Updated: 6 Dec 06
---------------------------------------------------------------------------------------------------- */

/*
----------------------------------------------------------------
	B A S E   S T Y L E S
---------------------------------------------------------------- */

html, body, ul, ol, li, p, blockquote, q, h1, h2, h3, h4, h5, h6, form, fieldset, a, div, img, table, th, td, caption  {
	margin: 0; padding: 0px; border: 0px; text-decoration: none; list-style: none;
	}

/*
----------------------------------------------------------------
	H E A D E R
---------------------------------------------------------------- */
#header {
	position: relative;
	background: #dfdfdf url("images/header-bg.png") left top no-repeat;
	height: 142px;
	width: 100%;
	}
	
#header-phone {
	position: absolute;
	left: 520px;
	top: 0;
	width: 280px;
	height: 45px;
	}
	
/*
----------------------------------------------------------------
	G L O B A L   N A V
---------------------------------------------------------------- */
	
#gnav {
	position: absolute;
	width: 800px;
	background: #ca0000;
	padding-bottom: 1px;
	bottom: 0;
	}
	
#gnav ul {
	float: right;
	}
	
#gnav li{
	display:inline;
	}

#gnav li a{
	display: block;
	background: transparent url("images/gnav-bg.png") left top repeat-x;
	float: left;
	padding: 7px 9px 7px 9px;
	font: bold 11px Arial, sans-serif;
	color: #fff;
	border-left: 1px solid #e58080;
	border-right: 1px solid #e58080;
	margin: 0 1px 0 1px;
	}

#gnav li a:hover {
	background-position: left -56px;
	border-left: 1px solid #f4cccc;
	border-right: 1px solid #f4cccc;
	}
	
#gnav li a.on,
#gnav li a.on:hover {
	background-position: left -28px;
	border-left: 1px solid #f4cccc;
	border-right: 1px solid #f4cccc;
	}
	
.nav-clear {
	clear: both;
	}
