/*-------------------------------------------------------

	doc title: stylesheet
	filename: primary.css
	author: JBMoss Ltd - http://www.jbmoss.com
	developer: JBMoss Ltd - DPETRIE
	date: 14/01/2009
	
	-----------------------
	
	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, table {
	margin			: 0.6em 4%;
}
li, dd {
	margin-left		: 5%;
}
fieldset {
	padding			: .5em;
}

a {
	text-decoration	: none;
	outline			: none;
	
}

.clr {
	clear:both;
	height:0; !important
	width:0; !important
	padding:0;
	margin:0;
}

img, div { behavior: url(iepngfix.htc) }

										/* ---------- 2. typography ---------- */ 

p {}
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}


										/* ---------- 3. listography ---------- */ 
										
										
										/* ---------- 4. base structure ---------- */ 

html {
}
body {
	font-size		: 80%;
	font-family		: Arial, Helvetica, sans-serif;
	background		: #C2E9D4;
}


#div-wrap {
	position		: relative;
	margin			: 20px auto;
	width			: 948px;
	border			: 1px solid #016F00;
	background		: #fff;
}
	#div-header {
		position		: relative;
		width			: 948px;
		border-bottom	: 1px solid #016F00;
	}
	
	#div-session {
		position		:relative;
		width			:948px;
		border-bottom	: 1px solid #016F00;
	}
	
		.login {
			display:block;
			float:left;
			color:#016F00;
			line-height:30px;
			padding-left:10px;
		}	
			.login a, .basket a {
				color:#016F00;
			}
			.login a:hover, .basket a:hover {
				text-decoration:underline;
			}
			
		.basket {
			display:block;
			float:right;
			color:#016F00;
			line-height:30px;
			padding-right:10px;
		}
		
	#div-main {
		position:relative;
		width:948px;
		background:url(../styleImages/main_bg.jpg) repeat-y;
	}
		#div-nav {
			position:relative;
			float:left;
			width:180px;
		}
		#div-content {
			position:relative;
			float:left;
			width:745px;
			border-left:1px solid #016F00;
			padding:10px;
		}
		

#div-ftr {
	position:relative;
	width:948px;
	margin:5px auto;
	color:#016F00;
	text-align:center;
}
	#div-ftr a {
		color:#016F00;
	}
	#div-ftr a:hover {
		text-decoration:underline;
	}


#site-links {
	position:absolute;
	top:34px;
	right:20px;
	color:#fff;
	font-size:1.1em;
	line-height:24px;
}
	#site-links a {
		color:#fff;
		border-left:1px solid #fff;
		padding:0 7px;
	}
	#site-links a:first-child  {
		border:none;
	}
	
	
#site-cont {
	position:absolute;
	right:0px;
	top:7px;
	color:#007000;
	font-size:0.9em;
	width:630px;
}
#site-cont a {
	color:#007000;
}
#site-cont a:hover {
	text-decoration:underline;
}
										/* ---------- 5. navigation ---------- */ 


#div-nav ul li {
	padding:10px 0;
	font-size:1.3em;
	list-style:none;
}
#div-nav ul li a {
	color:#016F00;
	text-transform:uppercase;
	font-weight:bold;
}
#div-nav ul li a:hover {
}
										

										/* ---------- 6. page specific structure ---------- */ 
										

										/* ---------- 7. images ---------- */ 
										

										/* ---------- 8. tables ---------- */ 
										
										
										/* ---------- 9. forms ---------- */ 