/*-------------------------------------------------------

	doc title: stylesheet
	filename: primary.css
	author: JBMoss Ltd - http://www.jbmoss.com
	developer: JBMoss Ltd - DPETRIE
	date: 25/01/2010
	
	-----------------------
	
	1. master reset
	2. typography
	3. listography
	4. base structure
	5. navigation
	6. page specific structure
	7. images
	8. tables
	9. forms
	
	
-------------------------------------------------------*/




										/* ---------- 1. master reset ---------- */ 

* {
	padding			: 0;
	margin			: 0;
	border			: 0px solid red;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
	margin			: 0.6em 4%;
}
li, dd {
	margin-left		: 5%;
}
fieldset {
	padding			: .5em;
}

a {
	text-decoration	: none;
	outline			: none;
	
}

.clr {
	clear:both;
	height:0;
	width:0;
	padding:0;
	margin:0;
}

* { behavior: url(iepngfix.htc) }

										/* ---------- 2. typography ---------- */ 

p {color:#00295E;}
	p a {}
	p a:hover {}
	
h1 {color:#00295E;font-size:1.8em;}
	h1 a {}
	h1 a:hover {}
	
h2 {color:#00295E;}
	h2 a {}
	h2 a:hover {}
	
h3 {color:#00295E;}
	h3 a {}
	h3 a:hover {}
	
h4 {color:#00295E;}
	h4 a {}
	h4 a:hover {}

h5 {
	display:block;
	color:#fff;
	background:#00295E;
	padding:4px 5px;
	font-size:1.6em;
}
	h5 a {}
	h5 a:hover {}
	
	
	

.div-aside-wrap h4 {
	display:block;
	color:#fff;
	background:#00295E;
	padding:4px 5px;
	font-size:1.2em;
}
.div-aside-wrap .special {
	background:#E30020;
}


.div-aside-wrap h6 {
}
.div-aside-wrap p {
	font-size:0.85em;
}


.as-breaker {
	clear:both;
	margin:0 auto 25px auto;
	width:306px;
	height:0px;
	border-bottom:1px solid #00295E;
	padding-top:25px;
}

.enq_btn {
	display			: block;
	margin			: 0.6em 4%;
	background		: #efe884;
	border			: 1px solid #00295e;
	color			: #00295e;
	padding			: 3px 4px;
	font-size		: 0.85em;
	width			: 120px;
	font-weight		: bold;
}

.enq_btn a:visited {
	color			: #00295e;
}
.enq_btn a:active {
	color:#FF0000;
}


.aside-offers .as-breaker {
	width:406px;
}
.aside-offers .enq_btn {
	width			: 190px;
}
	

										/* ---------- 3. listography ---------- */ 


ul li {
	color:#00295E;
}
										
										
										/* ---------- 4. base structure ---------- */ 

html {
}
body {
	font-size		: 80%;
	font-family		: Arial, Helvetica, sans-serif;
}

#div-wrap {
	position		: relative;
	margin			: 0 auto;
	width			: 950px;
}

#div-banner {
	position:relative;
	width:950px;
}

#div-nav {
	position		: relative;
	height			: 30px;
	line-height		: 30px;
	text-align		: center;
	width			: 950px;
	background		:#00295d;
}


#div-main {
	position		: relative;
	width			: 950px;
	margin-top		: 20px;
}

	#div-content {
		position		: relative;
		float			: left;
		width			: 598px;
	}
	#div-aside {
		position		: relative;
		float			: right;
		width			: 334px;
		background		: #E5E9EF;
		padding-bottom	:25px;
	}
		
	
	
		.div-aside-wrap {
			position:relative;
			width:334px;
		}
			.div-aside-wrap img {
				display:block;
				padding-left:10px;
			}
			
	.aside-offers {
		position		: relative;
		float			: left;
		width			: 434px;
		background		: #E5E9EF;
		padding-bottom	: 25px;
		margin-left		: 27px;
	}
		.aside-offers .div-aside-wrap {
			position:relative;
			width:434px;
		}
			.aside-offers .div-aside-wrap img {
				display:block;
				padding-left:10px;
			}



#div-ftr {
	position:relative;
	width:950px;
	color:#00295E;
	font-size:0.75em;
	border-top:10px solid #00295E;
	padding-top:15px;
	margin-top:30px;
}
#div-ftr a {
	color:#00295E;
}
	#div-ftr-l {
		position:relative;
		float:left;
	}
	#div-ftr-m {
		position:absolute;
		top:15px;
		width:314px;
		margin-left:-200px;
		left:50%;
	}
	#div-ftr-r {
		position:relative;
		float:right;
		text-align:right;
	}






										/* ---------- 5. navigation ---------- */
										
#div-nav a {
	color:#fff;
	font-size:0.9em;
	text-transform:uppercase;
	padding:3px 24px;
}

#div-nav a:hover {
	color:#E30020;
} 
										

										/* ---------- 6. page specific structure ---------- */ 
										

										/* ---------- 7. images ---------- */ 
										

										/* ---------- 8. tables ---------- */ 
										
										
										/* ---------- 9. forms ---------- */ 