/*-------------------------------------------------------

	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 {
	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 {color:#fff;font-size:0.85em;}
h1 {
	margin:0;
	padding:0;
	text-indent:-9000px;
}
	body#exp h1 {
		height:104px;
		width:748px;
		background:url(../images/exp_header.jpg) top left no-repeat;
	}
	body#wedbar h1 {
		height:104px;
		width:748px;
		background:url(../images/wedbar_header.jpg) top left no-repeat;
	}
	body#events h1 {
		height:104px;
		width:748px;
		background:url(../images/events_header.jpg) top left no-repeat;
	}

h2 {color:#fff;font-size:1.3em;}
h3 {}
h4 {}
h5 {}


										/* ---------- 3. listography ---------- */ 
										
										
										/* ---------- 4. base structure ---------- */ 

html {
}

/* Body */

body#wedbar {
	font-size		: 80%;
	font-family		: Arial, Helvetica, sans-serif;
	background		: url(../images/wedbar_page_bg.jpg) repeat;
}

body#events {
	font-size		: 80%;
	font-family		: Arial, Helvetica, sans-serif;
	background		: url(../images/blank_backg.gif) repeat;
}

body#exp {
	font-size		: 80%;
	font-family		: Arial, Helvetica, sans-serif;
	background		: url(../images/exp_page_bg.jpg) repeat;
}

/* ---------------------- */


/* Wraps */

#wedbar #div-wrap {
	position		: relative;
	margin			: 0 auto;
	width			: 748px;
	background		: url(../images/wedbar_wrap_bg.jpg) repeat;
	border-left		: 1px solid #000;
	border-right	: 1px solid #000;
	border-bottom	: 1px solid #000;
}
#div-wrap {
	position		: relative;
	margin			: 0 auto;
	width			: 748px;
	background		: #000 url(../images/events_wrap_bg.jpg) 100px right no-repeat;
	border-left		: 1px solid #000;
	border-right	: 1px solid #000;
	border-bottom	: 1px solid #000;
}
#exp #div-wrap {
	position		: relative;
	margin			: 0 auto;
	width			: 748px;
	background		: url(../images/exp_wrap_bg.jpg) repeat;
	border-left		: 1px solid #000;
	border-right	: 1px solid #000;
	border-bottom	: 1px solid #000;
}

/* -------------- */



	#div-header {
		position:relative;
		width:748px;
	}
	
	#div-main {
		position:relative;
		width:748px;
	}
		#div-aside {
			position:relative;
			float:left;
			width:196px;
		}
		#div-content {
			position:relative;
			float:left;
			width:552px;
		}


#div-ftr {
	position:relative;
	width:728px;
	margin:5px auto;
	color:#fff;
	
}
	#div-ftr a {
		color:#fff;
		padding:0 5px;
	}
	#div-ftr a:hover {
		color:#B850DB;
	}
	
	.ftr_l {
		position:relative;
		float:left;
		font-size:0.85em;
	}
	.ftr_r {
		position:relative;
		float:right;
		font-size:0.9em;
	}

										/* ---------- 5. navigation ---------- */ 
										
#div-nav ul {
	margin:0;
	padding:0;
}
#div-nav ul li {
	margin:0;
	padding:0;
	display:block;
	width:162px;
	height:25px;
	background:url(../images/nav_bg_a.jpg) no-repeat;
	padding-left:34px;
	border-top:1px solid #404043;
}
#div-nav ul > li:first-child {
	border-top:none;
	background:url(../images/nav_bg_top_a.jpg) no-repeat;
	height:22px;
}

#div-nav ul li a {
	color:#fff;
	font-size:0.75em;
	font-weight:bold;
	line-height:24px;
}

#div-nav ul > li:first-child a {
	line-height:18px;
}

#div-nav ul li a:hover {
	color:#B850DB;
}
										

										/* ---------- 6. page specific structure ---------- */ 
										

										/* ---------- 7. images ---------- */ 
										

										/* ---------- 8. tables ---------- */ 
										
										
										/* ---------- 9. forms ---------- */ 