/*-------------------------------------------------------

	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;
}
pre, blockquote, label, ul, ol, dl, fieldset, address {
	margin			: 0.6em 4%;
}
h1, h2, h3, h4, h5, h6, p {
	margin			: 0.6em 0%;
}
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 {}
	p a {}
	p a:hover {}
	
#pr_desc p {
	margin:0;
}	
	
h1 {}
	h1 a {}
	h1 a:hover {}
	
h2 {}
	h2 a {}
	h2 a:hover {}
	
h3 {}
	h3 a {}
	h3 a:hover {}
	
h4 {}
	h4 a {}
	h4 a:hover {}

h5 {}
	h5 a {}
	h5 a:hover {}
	

										/* ---------- 3. listography ---------- */ 
										
										
										/* ---------- 4. base structure ---------- */ 

html {
}
body {
	font-size		: 80%;
	font-family		: Arial, Helvetica, sans-serif;
	background		: #fff;
}


#div-wrap {
	position		: relative;
	margin			: 0 auto;
	width			: 1078px;
}
	#div-top {
		position:relative;
		width:1076px;
		border:1px solid #BCBEC0;
		border-top:none;
		background:#000;
		color:#fff;
		padding-top:6px;
		padding-bottom:4px;
		font-size:0.9em;
	}
		#div-top a {
			color:#fff;
		}
	
	
	#div-banner {
		position:relative;
		width:1078px;
	}
		#div-logo {
			poition:relative;
			float:left;
		}
		#div-bag {
			position:relative;
			float:right;
			width:250px;
			font-size:0.9em;
			text-transform:uppercase;
			text-align:right;
			margin-right:10px;
			padding-top:10px;
		}
		
	#div-main {
		position:relative;
		width:1078px;
		padding-top:15px;
	}
		
		#div-nav {
			position:relative;
			width:138px;
			border:1px solid #BCBEC0;
			float:left;
			height:685px;
			margin-bottom:15px;
			z-index:2;
		}
			#div-mail {
				position:absolute;
				bottom:0;
				left:0;	
			}
			
		#div-content {
			position:relative;
			float:left;
			width:921px;
			margin-left:17px;
			padding-bottom:15px;
		}
		
		
	#div-footer {
		position:relative;
		padding-top:5px;
		font-size:0.75em;
		text-transform:uppercase;
		width:1078px;
		margin-bottom:50px;
	}
		#div-footer a {
			color:#000;
			text-decoration:none;
		}
		#div-ftr-left {
			position:relative;
			float:left;
		}
		
		#div-ftr-mid {
			position:absolute;
			width:500px;
			left:50%;
			margin-left:-250px;
			text-align:center;
		}
		
		#div-ftr-right {
			position:relative;
			float:right;
		}




										/* ---------- 5. navigation ---------- */ 
										
										
#div-nav #mainmenu-nav {
	margin:0;
	padding:10px 0 0 0;
	width:135px;
}
#div-nav #mainmenu-nav .li-nav {
	padding:5px 0;
	margin:0 0 0 10px;
	list-style:none;
	font-size:0.85em;
}
#div-nav #mainmenu-nav .li-nav a {
	color:#000;
	text-transform:uppercase;
}										

										/* ---------- 6. page specific structure ---------- */ 
										

										/* ---------- 7. images ---------- */ 
										

										/* ---------- 8. tables ---------- */ 
										
										
										/* ---------- 9. forms ---------- */ 
