	html{
	
		}
	body{
		background-color:#364042;
		font-size:12px;
		font-family:"Lucida Grande", Arial, Helvetica;
		}
	
	#header{
		border:5px solid #FFF;
		border-bottom:1px solid #C9D1A6;
		width:711px;
		margin:0 auto 0 auto;
		}
		#header img{
			border-bottom:5px solid #FFF;
		}
	#outer{
		border:5px solid #FFF;
		border-top:0px solid #C9D1A6;
		width:711px;
		margin:0 auto 0 auto;
		background-repeat:no-repeat;
		background-position:top left;
		background-color:#F5F7EF;		
		}

	#inner{
		width:711px;
		}
		
	
	a{
		color:#0099cc;
		text-decoration:none;
		}
		a:hover{
			text-decoration:underline;
			}
	
	.cb{
		clear:both;
		}
	
	/* * * * * * * * * * */
	/* NAVIGATION BLOCK  */	
	/* * * * * * * * * * */
	#nav{
		background-color:#FFFFFF;
		width:210px;
		margin:-1px 0 0 28px;
		padding:90px 10px 10px 10px;
		background-repeat:no-repeat;
		background-position:top right;
		float:left;
		border-right:1px solid #C9D1A6;
		border-bottom:1px solid #C9D1A6;
		}
		#nav ul{
			margin:0;
			padding:0;
			list-style-type:none;
			}
			#nav li{
				border-top:1px solid #EAE8D3;
				border-bottom:1px solid #EAE8D3;
				margin:-1px 10px 0 10px;
				padding:6px 0 6px 4px;
				}
			
			
	/* * * * * * * * * * */
	/* PAGE CONTENT */	
	/* * * * * * * * * * */
	#page_content{
		width:410px;
		float:left;
		padding:20px;
		color: #3e3e3e;
		font-size: 0.9em;
		line-height:1.6em;
		}

	/* * * * * * * * * * */
	/* PAGER STYLES      */	
	/* * * * * * * * * * */
	div.pager{
		text-align:center;
		padding:2px;
		background-color: #FFF;
		margin:0 0 10px 0;
		}
	.currentPage{
		display:none;
		}

/* CONTACT */
	#contact{
		padding:20px;
		background-color:#FFFFFF;
		}

		#contact h1{
			font-family: Times, Georgia, "Times New Roman", serif;
			font-size:1.4em;
			color:#585F37;
			font-weight:normal;
			margin:30px 0 6px 0;			
		}
		#contact p{
			color: #3e3e3e;
			font-size: 0.9em;
		}		
		#contact address{
			font-variant: normal;
			font-style: normal;
			font-size: 1.2em;
			color: #3e3e3e;
		}
		#contact li{
			margin: 4px 0 6px 0;
		}
		
/* NEWS */
	#news{
		padding:0;
		}

		#news h1{
			font-family: Times, Georgia, "Times New Roman", serif;
			font-size:1.4em;
			color:#585F37;
			font-weight:normal;
			margin:30px 0 6px 0;			
		}
		#news p{
			color: #3e3e3e;
			font-size: 1em;
		}	
			
/* STOCKISTS */
	#stockists{
		padding:20px;
		background-color:#FFFFFF;
		}

		#stockists h1{
			font-family: Times, Georgia, "Times New Roman", serif;
			font-size:1.4em;
			color:#585F37;
			font-weight:normal;
			margin:30px 0 6px 0;			
		}
		#stockists p{
			color: #3e3e3e;
			font-size: 0.9em;
		}		
		#stockists address{
			font-variant: normal;
			font-style: normal;
			font-size: 1.2em;
			color: #3e3e3e;
		}
		#stockists ul{
			list-style-type:none;
			margin:0;
			padding:0;
		}		
		#stockists li{
			margin: 4px 0 6px 0;
			color: #3e3e3e;
			font-size: 0.9em;
		}
		
		
/* FOOTER */
#footer{
	padding:20px 0;
	width:711px;
	margin:0 auto 0 auto;
	}
	#footer p{
		margin:0;
		padding:0;
		font-size:0.9em;
		color:#999;
		}
		#footer a{
			color:#CCC;
			text-decoration:none;
			}
			#footer a:hover{
				text-decoration:underline;
				}




