
/*
	@Version 0.2
	@Created by Joey Rabbitt (createanet)
	@23 July 2008
*/


/* /////////////// TAG RESETS / DEFAULTS //////////////////// */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, 
h4, h5, h6, pre, form, fieldset, input, p, 
blockquote, th, td 
{ margin : 0; padding : 0; }

*{
	font-size: 100%;
}
input{
	font-size:110%;
}

h1, h2, h3, h4, h5, h6{
	margin:0 0 15px 0;
	padding:0;
	font-size: 100%;
}
h1{
	font-weight:normal;
	font-size:300%;
}
h2{
	font-weight:normal;
	font-size:180%;
}
h3{
	font-size:150%;
}
h3, h3 a{
	color:#b09d20;
}
h4{
	font-size:120%;
}
p{
	margin:0 0 15px 0;
	padding:0;
	line-height:1.4em;
}
ul{
	margin:0 0 15px 0;
	padding:0;
	list-style:none;
}
	li{
		margin:0 0 10px 0;
		padding:0;
	}
	li.enditem{
		margin:0;
	}
ol{
	margin:0 0 15px 0;
	padding:0 0 0 20px;
}
	ol li{
		list-style:decimal;
	}

hr{
	display:none;
}
.hr, .hr-clear{
	height:1px;
	font-size:0px;
	margin:0 0 20px 0;
	border-bottom:1px dashed #ccc;
}
.hr-clear{
	clear:both;
}
a{
	outline:none;
	color:#333;
}
a img{
	border:none;
}
a:hover{
	text-decoration:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #f2ed9f;
	margin:0 0 15px 0;
}

th, td {
	padding: 7px;
}
th {
	background:#333;
	color:#fff;
	text-align:left;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
	.clearfix {
		display: inline-block;
	}
	
	html[xmlns] .clearfix {
		display: block;
	}
	
	* html .clearfix {
		height: 1%;
	}

/* ------------- SOME DEFAULT STYLES --------------- */	
	
.floatright{
	float:right;
}
.floatleft{
	float:left;
}
.clearboth{
	clear:both;
}
	div.clearboth{
		font-size:0;
		height:0;
		line-height:0;
	}
.displaynone, .hidden{
	display:none;
}
* .nomargin{
	margin-bottom:0;
}
.subtext{
	color:#999;
	font-size:90%;
}
.banner{
	margin:0 0 10px 0;
}
a.rss{
	background:url(../images/rss.gif) no-repeat 0px 1px;
	line-height:12px;
	padding:0 0 0 15px;
	text-decoration:none;
}
a.rss:hover{
	text-decoration:underline;
}
.overflowbox{
	height: 250px;
	overflow: auto;
}

/*---------------- CMS AREA FORMATING -----------------*/

.cms{
	margin:0 0 15px 0;
}
.cms ul {
	padding-left: 20px;
}
.cms ul li {
	list-style: circle;
}

body {
	font:74% Arial, Helvetica, sans-serif;
	text-align:center;
	background:url(../images/body.gif) repeat-x 0px 0px;
}

/*////////////  Template Variables  //////////////////////*/

#wrap{
	width: 960px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
}
#main_content, .main_column{
	width: 700px;
	margin-left: 0px;
	display: inline;
	float: left;
	margin-bottom: 10px;
	min-height: 400px;
	padding:0 0 0 10px;
}
.right_column, #subcontent{
	width: 230px;
	margin-left: 10px;
	float: left;
	padding:0 10px 0 0;
}
.left_column{
	width: 0px;
	margin-left: -960px;
	float: left;
	margin-bottom: 10px;
		display:none;
	}
.main_column img{
	max-width:700px;
}


#header {
	margin-bottom: 10px;
	height:149px;
	position:relative;
	background:url(../images/header.gif) repeat-x;
}

#headertext{
	position:absolute;
	top:70px;
	left:0px;
}
#headertext a{
	background:url(../images/logo.gif) no-repeat;
	display:block;
	width:480px;
	text-indent:-9999px;
	height:59px;
}





#navigations ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
	#navigations ul li {
		float: left;
		margin: 0 18px 0 0;
		padding: 0;
		font-size: 135%;
	}
	#navigations ul a {
		display: block;
		color: #000;
		text-decoration: none;
		padding: 10px 0 0 0;
		font-weight: bold;
		border-top:4px solid #e9c417;
		font-size:0.9em;
		/*
		height:41px;
		*/
	}
	#navigations ul li a .subtitle{
		font-size:0.7em;
		font-weight:normal;
		color:#b09d20;
	}
	#navigations a:hover, #navigations li.current a {
		border-top:4px solid #5d4a0a;
		text-decoration: none;
	}
	#navigations a:hover .subtitle, #navigations li.current a .subtitle {
		color:#5d4a0a;
	}
#navigations ul{
	margin: 0;
	padding: 0;
	list-style: none;
}






#navigations {
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height:55px;
}
/*
	#navigations ul {
		margin: 0;
		padding: 0;
		list-style: none;
		height:55px;
	}

	#navigations ul li {
		float: left;
		margin: 0 20px 0 0;
		padding: 0;
	}

	#navigations ul li a {
		display: block;
	}
	#navigations li {
		float: left;
		margin: 0 5px 0 0;
		padding: 0;
		font-size: 135%;
	}

	#navigations a:hover, #navigations li.current a {
		border-top:4px solid #5d4a0a;
		text-decoration: none;
	}
	#navigations a:hover .subtitle, #navigations li.current a .subtitle {
		color:#5d4a0a;
	}

	#navigations  ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
*/
ul#subnav{
	position:absolute;
	top:76px;
	right:0px;
}
	ul#subnav li{
		display:inline;
		margin:0 0 0 10px;
		font-weight:bold;
	}
	ul#subnav li.btn1{
		padding:0 0 0 15px;
		background:url(../images/bullets/notes.gif) no-repeat 0% 50%;
	}
	ul#subnav li.btn2{
		padding:0 0 0 15px;
		background:url(../images/bullets/speech.gif) no-repeat 0% 50%;
	}
	ul#subnav li.btn3{
		padding:0 0 0 15px;
		background:url(../images/bullets/mobile.gif) no-repeat 0% 50%;
	}
#frmSrch label{
	display:none;
}
#frmSrch ul{
	position:absolute;
	top:104px;
	right:0px;
}
	#frmSrch ul li{
		display:inline;
		margin:0 0 0 10px;
		font-weight:bold;
	}
	#frmSrch ul li input{
		display:inline;
		vertical-align:middle;
	}
/*
#navigations{
	display: block;
}
	#navigations ul li { margin:0; display:inline; }

	#navigations a {
		display: block;
		background-color: #f2ed9f;
		margin:0 0 1px 0;
		padding: .2em;
		text-decoration: none;
	}

	#navigations a:hover, #navigations ul#rss li a:hover {
		background-color:#b09d20;
		color:#fff;
	}
		#navigations ul#rss li a {
		background: #f2ed9f url(../images/rss.gif) 10px 4px no-repeat; padding-left: 30px;
	}
*/

#footer{
	clear: left;
	padding: 10px;
	background:url(../images/bgs/footer.gif) repeat-x;
	position:relative;
	font-size:90%;
	color:#333;
}
	#footer a{ text-decoration:none; color:#333; }
	#footer a:hover{ text-decoration:underline; }
	#footer p { }
	#footer p.address {
		text-align:right;
		position:absolute;
		top:10px;
		right:10px;
		line-height:17px;
	}
	#footer p.charity {
		width:160px;
		padding:0 0 0 80px;
		background:url(../images/fnf.gif) no-repeat 0px 0px;
		position:absolute;
		top:10px;
		left:450px;
	}
	#footer ul{
		width:417px;
	}
	#footer li {
		float:left;
		width:139px;
		margin:0 0 5px 0;
	}

/* -------- SIDE COLUMNS / BOXES -------- */

.right_column, .left_column{
	/*background:#f2ed9f;*/
}

.sidebox{
	background:#e3dba6;
	margin:0 0 10px 0;
}
	.sidebox.yellow{
		background:#f2ed9f;
	}
	.sidebox.blue{
		background:#e3ecf4;
	}
	.sidebox.green{
		background:#deedad;
	}
	.sidebox.purple{
		background:#f6e6f2;
	}
	.sidebox.red{
		background:#ffe5d8;
	}
	.sidebox.none{
		background:none;
	}
.sideboxwrap{
	padding:0 10px;
}

/*------------ FORM ELEMENTS ------------ */

form{
	margin:0;
	padding:0;
}

fieldset{
	border:1px solid #f2ed9f;
	padding:0;
	margin:0 0 15px 0;
}
	.sidebox fieldset{
		border:none;
		padding:0;
		margin:0;
	}

.sidebox h3, fieldset h3, h1.bartitle, h2.bartitle, h3.bartitle{
	background:url(../images/bgs/titlebg_brown.gif) repeat-x 50% 50% #b09d20;
	color:#fff;
	font-size:115%;
	letter-spacing:-0.03em;
	height:27px;
	line-height:27px;
	padding:0 10px;
	font-weight:bold;
}
	.sidebox.yellow h3, .yellow fieldset h3, .yellow h1.bartitle, .yellow h2.bartitle, .yellow h3.bartitle{
		background:url(../images/bgs/titlebg_yellow.gif) no-repeat 50% 50% #e9c417;
	}
	.sidebox.blue h3, .blue fieldset h3, .blue h1.bartitle, .blue h2.bartitle, .blue h3.bartitle{
		background:url(../images/bgs/titlebg_blue.gif) no-repeat 50% 50% #28567f;
	}
	.sidebox.green h3, .green fieldset h3, .green h1.bartitle, .green h2.bartitle, .green h3.bartitle{
		background:url(../images/bgs/titlebg_green.gif) no-repeat 50% 50% #69a82a;
	}
	.sidebox.purple h3, .purple fieldset h3, .purple h1.bartitle, .purple h2.bartitle, .purple h3.bartitle{
		background:url(../images/bgs/titlebg_purple.gif) no-repeat 50% 50% #a61b82;
	}
	.sidebox.red h3, .red fieldset h3, .red h1.bartitle, .red h2.bartitle, .red h3.bartitle{
		background:url(../images/bgs/titlebg_red.gif) no-repeat 50% 50% #cc6633;
	}
fieldset h3{
	margin:5px;
}
	.sidebox h3{
		margin:0 0 5px 0;
	}
	.sidebox h3.marginbase{
		margin:0 0 10px 0;
	}
	#recentoffers{
		height:250px;
	}

fieldset ul{
	margin:0 10px 10px 10px;
}
fieldset ul li ul{
	margin:0;
	padding:0;
}
	.sidebox fieldset ul{
	}

legend{
	background-color:#fff;
	padding:5px 10px;
	font-size:125%;
	margin:0;
}

input.sumbit{
	width:auto;
}
label.checklabel{
	display:inline;
	padding:0 5px 0 0;
	margin:0;
}
option {
	font-size: 1em !important;
}
label {
	display: block;
	margin: 0 0 5px 0;
	font-weight:bold;
}

/* default width of form elements in main column */

.main_column fieldset input,
.main_column fieldset select,
.main_column fieldset textarea{
	width:300px;
}
.main_column fieldset input.checkbox,
.main_column fieldset input.submit{
	width:auto;
}



/* widths of elements floating into 2 columns */

.colwrap2 {
}
	.colwrap2 fieldset.column-a{
		float:left;
		width:248px;
		margin:0 15px 15px 0;
	}
	.colwrap2 fieldset.column-b{
		float:left;
		width:248px;
	}
	.colwrap2 fieldset.column-a input,
	.colwrap2 fieldset.column-a select,
	.colwrap2 fieldset.column-a textarea,
	.colwrap2 fieldset.column-b input,
	.colwrap2 fieldset.column-b select,
	.colwrap2 fieldset.column-b textarea {
		width:210px;
	}
	.colwrap2 fieldset.column-b{
		float:left;
		width:248px;
	}
	.colwrap2 input.submit{
		width:auto;
	}


/* -------------------- LISTS ------------------- */


.sidebox .list1{
	padding:0; margin:0; list-style:none;
}
.sidebox .list1 li{
	margin:0 0 10px 0;
	padding:0 0 0 15px;
	background:url(../images/bullets/col1.gif) no-repeat 0px 4px;
}
.sidebox .list1 li h4{
	font-size:90%;
}
.sidebox .list1 li h4 a{
	text-decoration:none;
}
.sidebox ol.list1 li{
	list-style-type:none;
	list-style-position:inside;
}
	.sidebox.red .list1 li{
		background:url(../images/bullets/col2.gif) no-repeat 0px 4px;
	}
	.sidebox.blue .list1 li{
		background:url(../images/bullets/col3.gif) no-repeat 0px 4px;
	}
	.sidebox.purple .list1 li{
		background:url(../images/bullets/col4.gif) no-repeat 0px 4px;
	}
	.sidebox.green .list1 li{
		background:url(../images/bullets/col5.gif) no-repeat 0px 4px;
	}
	.sidebox.brown .list1 li{
		background:url(../images/bullets/col6.gif) no-repeat 0px 4px;
	}


/* -------------------- HOMEPAGE ------------------- */
#prodlist{
	background:none;
}
#prodlist ul{
}
#prodlist ul li{
	width:100px;
	margin:0 20px 0 0;
	float:left;
	padding:120px 0 0 0;
}
#prodlist ul li ul{
	margin:0 0 7px 0;
}
#prodlist ul li ul li{
	width:auto;
	margin:0 0 2px 0;
	float:none;
	padding:0 0 0 11px;
}
#prodlist ul li ul li a{
	text-decoration:none;
	font-weight:bold;
	font-size:0.9em;
}
#prodlist ul li ul li a:hover{
	text-decoration:underline;
}
#prodlist h4{
	margin:0 0 7px 0;
}

		#prodlist ul li.prod1{
			background:url(../images/bgs/featuredprods/prod1.jpg) no-repeat 0% 0%;
		}
		#prodlist ul li.prod1 ul li{
			background:url(../images/bullets/col1.gif) no-repeat 0px 4px;
		}
		#prodlist ul li.prod1, #prodlist ul li.prod1 h4 a, #prodlist ul li.prod1 h4, #prodlist ul li.prod1 .viewall{
			color:#b09d20		}
		#prodlist ul li.prod2{
			background:url(../images/bgs/featuredprods/prod2.jpg) no-repeat 0% 0%;
		}
		#prodlist ul li.prod2 ul li{
			background:url(../images/bullets/col2.gif) no-repeat 0px 4px;
		}
		#prodlist ul li.prod2, #prodlist ul li.prod2 h4 a, #prodlist ul li.prod2 h4, #prodlist ul li.prod2 .viewall{
			color:#cc6633		}
		#prodlist ul li.prod3{
			background:url(../images/bgs/featuredprods/prod3.jpg) no-repeat 0% 0%;
		}
		#prodlist ul li.prod3 ul li{
			background:url(../images/bullets/col3.gif) no-repeat 0px 4px;
		}
		#prodlist ul li.prod3, #prodlist ul li.prod3 h4 a, #prodlist ul li.prod3 h4, #prodlist ul li.prod3 .viewall{
			color:#28567f		}
		#prodlist ul li.prod4{
			background:url(../images/bgs/featuredprods/prod4.jpg) no-repeat 0% 0%;
		}
		#prodlist ul li.prod4 ul li{
			background:url(../images/bullets/col4.gif) no-repeat 0px 4px;
		}
		#prodlist ul li.prod4, #prodlist ul li.prod4 h4 a, #prodlist ul li.prod4 h4, #prodlist ul li.prod4 .viewall{
			color:#a61b82		}
		#prodlist ul li.prod5{
			background:url(../images/bgs/featuredprods/prod5.jpg) no-repeat 0% 0%;
		}
		#prodlist ul li.prod5 ul li{
			background:url(../images/bullets/col5.gif) no-repeat 0px 4px;
		}
		#prodlist ul li.prod5, #prodlist ul li.prod5 h4 a, #prodlist ul li.prod5 h4, #prodlist ul li.prod5 .viewall{
			color:#69a82a		}
		#prodlist ul li.prod6{
			background:url(../images/bgs/featuredprods/prod6.jpg) no-repeat 0% 0%;
		}
		#prodlist ul li.prod6 ul li{
			background:url(../images/bullets/col6.gif) no-repeat 0px 4px;
		}
		#prodlist ul li.prod6, #prodlist ul li.prod6 h4 a, #prodlist ul li.prod6 h4, #prodlist ul li.prod6 .viewall{
			color:#5d4a0a		}
	#prodlist ul li.prod6{
		margin:0;
	}


#locationbox h3, #brochurebox h3, #mapbox h3, #cataloguebox h3, #cataloguebox_right h3 {
	color:#fff;
	font-size:115%;
	letter-spacing:-0.03em;
	margin:0 0 10px 0;
}
#locationbox, #brochurebox, #cataloguebox, #cataloguebox_right {
	width:150px;
	height:97px;
	margin:0 0 10px 0;
	padding:5px 60px 0 10px;
}

#mapbox { height: auto; width:210px; margin:0 0 10px 0; padding:5px 5px 0 5px;  }

#home #locationbox, #home #brochurebox, #mapbox, #home #cataloguebox { float:left; }

#locationbox p, #brochurebox p, #mapbox p, #cataloguebox p, #cataloguebox_right p{
	font-size:90%;
	margin:0 0 6px 0;
}
#locationbox{
	background:url(../images/bgs/box_gallery.gif) no-repeat;
}
#brochurebox{
	background:url(../images/bgs/box_green.gif) no-repeat;
}
#mapbox {
	background:#deedad url(../images/bgs/box_green2.gif) no-repeat;	
}
#cataloguebox{
	background:url(../images/bgs/box_yellow.gif) no-repeat;
}
#cataloguebox_right {
	background:url(../images/bgs/box_yellow.gif) no-repeat;
}

#homeintro{
	width:470px;
	float:right;
}
#homeintro p{
	font-size:95%;
}

/* -------------------- REGISTER FOR UPDATES ------------------- */

.sidebox fieldset ul li.col1{
	margin:0 10px 6px 0;
}
.sidebox fieldset ul li.col2{
	margin:0 0 6px 0;
}
.sidebox fieldset ul li.col1, .sidebox fieldset ul li.col2{
	float:left;
	width:100px;
}
fieldset ul li.col1 input, .sidebox fieldset ul li.col2 input{
	width:90px;
}
#registerbox{
	height:156px;
	width:230px;
	overflow:hidden;
	position:relative;
}
	#registerbox .submit{
		position:absolute;
		bottom:10px;
		left:10px;
	}
	#registerbox label, #registerbox input{
		margin:0;
	}
	#registerbox p.unsubscribe{
		position:absolute;
		bottom:10px;
		right:10px;
		text-align:right;
		padding:0; margin:0;
	}
	#registerbox.sidebox ul{
		margin:0 10px;
		padding:0;
	}
	#registerbox.sidebox li.clearboth{
		margin:0;
		padding:0;
	}

/* -------------------- ERRORS ------------------- */
ul.error, ul.success {
	list-style:disc;
	padding:10px 10px 5px 25px;
}
	ul.success {
		background:#FFFF99;
	}
	ul.error {
		background:#CC0000;
		color:#fff;
	}
	ul.error li, ul.success li {
		margin:0 0 5px 0;
	}
	li.error {
		border:1px dashed #CC0000;
		margin:0 0 10px 0;
		padding:10px;
	}
	em.error  {
		color: #CC0000;
		font-weight: bold;
		display: block;
		margin:0 0 5px 0;
	}
	.sidebox ul.error, .sidebox ul.success {
		padding:0;
		margin:0 0 5px 0;
		background:none;
	}
	.sidebox ul.error li, .sidebox ul.success li {
		margin:0 0 2px 0;
		padding:0;
		list-style:none;
		color:#cc0000;
		font-weight:bold;
		font-size:90%;
	}



/*---------------------- PAGING ---------------------- */

.paging{
	padding:10px;
	border:1px solid #e4e4e4;
	text-align:center;
	clear:both;
	margin:0 0 20px 0;
}
.paging a{
}


/* -------------------- BREADCRUMBS ------------------- */

ul#page_slugs li {
	display: inline;
	font-size: 85%;
}

/* -------------------- FILTER BOX ------------------- */

.filter  {
	border:1px solid #ccc;
	background:#f2ed9f;
	padding:10px 10px 0 10px;
	margin-bottom:15px;
	min-height:29px;
}
	.filter ul{
		margin:0 0 10px 0;
	}
	.filter ul li{
		display:inline;
		margin:0 10px 0 0;
	}
	.filter a{
		font-weight:bold;
	}
	.filter label {
		display:inline;
		margin:0;
		padding:0 5px 0 0;
	}
/* ----------------------- LISTS ---------------------- */

ul.listinline{
}
	ul.listinline li{
		display:inline;
		padding:0 8px 0 0;
		margin:0 7px 0 0;
		border-right:1px solid #ccc;
	}
	ul.listinline li.enditem{
		padding:0;
		margin:0;
		border-right:none;
	}
	ul.listinline a{
		text-decoration:none;
	}
	ul.listinline a:hover{
		text-decoration:underline;
	}

/*---------------------- FAQ --------------------- */

#faq li{
	padding:0 0 20px 0;
	margin:0 0 20px 0;
	border-bottom:1px dashed #f2ed9f;
	line-height:130%;
}
#faq li h4{
	line-height:170%;
	background:url(../images/bgs/Q.gif) no-repeat;
	padding:0 0 0 25px;
}
#faq li p{
	margin:0;
	background:url(../images/bgs/A.gif) no-repeat;
	padding:0 0 0 25px;
}



/*---------------------- LINKS LISTINGS --------------------- */

.links {
}
	.links h3{
	}
	.links li{
		padding:0 0 15px 0;
		margin:0 0 15px 0;
		border-bottom:1px dashed #333;
	}
	.links .thumbnail{
		width:160px;
		height:90px;
		margin:0 18px 0 0;
		float:left;
		border:1px solid #333;
	}
	.links .textwrap {
		width: 340;
		margin-left: 180px;
	}
	.links a {
		display: block;
		margin-top: 10px;
		font-size: 110%;
	}

	/*---------------------- JOBS LISTINGS --------------------- */

.jobs {
}
	.jobs h3{
	}
	.jobs li{
		padding:0 0 15px 0;
		margin:0 0 15px 0;
		border-bottom:1px dashed #333;
	}
	.jobs a {
		display: block;
		margin-top: 10px;
		font-size: 110%;
	}
	h3.job_title {
	}
	div.job_description {
		margin: 5px 0px;
	}



/* -------------------- ARTICLE LISTINGS  ------------------- */

ul.articles {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
	ul.articles li {
		position: relative;
		width: 330px;
		float: left;
		margin-right: 10px;
		height: 120px;
		border-bottom: 1px solid #b4d394;
	}
	ul.articles li.end {
		margin-right: 0px;
	}

	ul.articles li img {
		float: left;
		margin: 0px 5px 0px 0px;
		padding: 1px;
		border: 1px solid #69a82a;
	}

	ul.articles li div.textwrap {
		margin-left: 110px;
	}

	ul.articles li div.textwrap h5 {
		margin-bottom: 2px;
		color: #b09d20;
	}

	ul.articles li a.morelink {
		position: absolute;
		bottom: 5px;
		right: 0px;
	}
	ul.articles li a.morelink img {
		border: none;
		padding: 0;
		margin: 0;
	}

/* -------------------- ARTICLE / PRODUCT PAGE ------------------- */

ul.attributes{
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #f2ed9f;
}
ul.attributes li{
	float: left;
	margin-right: 10px;
}
ul.attributes li.end {
	margin-right: 0px;
}
ul.attributes li ul{
	padding: 5px 0 0 20px;
}
ul.attributes li ul li{
	margin: 0 0 5px 0;
	list-style: disc;
}

.article-pics{
	float: right;
	margin: 0 0 0 10px;
	width: 225px;
}
	.article-pics img{
		margin:0 0 15px 0;
		padding: 2px;
		border: 1px solid #69a82a;
	}

	h5.price_text {
		margin-bottom: 2px;
		color: #b09d20;
		font-size: 120%;
	}

#prodimages {
	float: left;
}
	#prodimages img {
		padding: 2px;
		border: 1px solid #69a82a;
	}
/*------------ EVENT LISTINGS ------------ */

#events .articles li{
	position:relative;
}
	#events .articles li h3	{
		padding:0 40px 0 0;
	}
	div.event_icon, div.notice_icon{
		position:absolute;
		top:0px;
		right:0px;
		text-indent:-9999px;
	}
	div.event_icon{
		width:32px;
		height:42px;
		background:url(../images/icon_event.gif) no-repeat 50% 0%;
	}
	div.notice_icon{
		width:32px;
		height:42px;
		background:url(../images/icon_notice.gif) no-repeat 50% 0%;
	}


/*------------ GALLERY ------------ */

#gallerylisting {
}
	#gallerylisting img{
		width: 160px;
	}
	#gallerylisting li{
		width: 160px;
		height: 126px;
		border: 1px solid #CCC;
		background: #FFF;
		padding: 5px;
		text-align: center;
		position: relative;
		float: left;
		display: inline;
		margin: 0 2px 10px 0;
	}
	#gallerylist li img {
		margin-bottom: 0px;
	}
	#gallerylisting li.enditem{
		margin: 0 0 10px 0;
	}
	#gallerylisting li.firstitem{
		clear:both;
	}

	#gallerylisting li a span{
		position: absolute;
		left: -9999px;
	}
	#gallerylisting li a:hover span{
		top: 5px;
		left: 5px;
		width: 150px;
		background: #333;
		color: #FFF;
		padding: 7px 5px;
		font-size: 0.9em;
		border: 1px solid #b09d20;
		border-width:0 0 2px 0;
	}
.galleryimages{
	float: left;
	margin-right: 10px;
}
.galleryimages img{
	margin: 0px 5px 0px 0px;
	padding: 1px;
	border: 1px solid #69a82a;
}


/*------------ LOCATION SHOTS ------------ */

#locationshots {width:700px; list-style:none; margin:0; padding:0px;}
#locationshots li {width:229px; margin:0 6px 6px 0; padding:0px; float:left;}
#locationshots li img {border:3px solid #4c7f1a;}



/*

#offers .category #offer_thmb { float: left; margin: 0 10px 10px 0; }
#offers .category { margin-bottom: 10px; border-bottom: 1px solid #000; padding-bottom: 10px; }
#categorylisting li { border-bottom: 1px solid #ccc; padding: 20px 0 0 0; }
#categorylisting li a { }
#categorylisting p { margin-bottom: 0; }
.category_thumb { float: left; margin: 0 10px 10px 0; }
#categorylisting li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#recentnews li { margin-bottom: 10px; }




.download {
	background: #fffeef;
	padding: 5px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	}
	.download a {
		background: url(../images/pdf.gif) 0 2px no-repeat;
		padding: .2em .8em;
		padding-left: 20px;
	}
	div.download span {
		font-size: 90%;
	}
	.pdf a {
		background: url(../images/pdf.gif) 0 2px no-repeat;
		display: block;
	}
	.swf a {
		background: url(../images/swf.gif) 0 2px no-repeat;
		display: block;
	}












.links li { padding: 5px; }




form.brochureForm fieldset {
	padding: 5px 20px;
	border: 1px solid #999;
	margin: 0 0 10px 0;
}
form.brochureForm legend {
	text-transform: capitalize;
	font-weight: bold;
	color: #039;
	padding: 0 5px;
}
form.brochureForm ol {
	list-style: none;
}
form.brochureForm ol li {
	margin: 5px 0;
}
	form.brochureForm ol li ol li {
		display: inline;
	}
	form.brochureForm ol li ol label {
		display: inline;
	}
form.brochureForm em {
	font-weight: bold;
	color: #E00;
}
form.brochureForm label {
	display: block;
	text-transform: capitalize;
}
form.brochureForm label.radio {
	display: inline;
	padding-left: 5px;
}








#type_select {
	float:left;
	width:100%;
	border-bottom:1px solid #333;
	margin:0 0 10px 0;
	line-height:normal;
}

#type_select ul {
	margin:0;
	padding:0;
	list-style:none;
	padding:10px 10px 0 0;

}
#type_select li {
	float:left;
	border: 1px solid #333; border-bottom: none; border-right: none;
	margin:0;
	padding:0;
}
#type_select a {
	display: block;
	text-decoration: none;
	padding:5px 15px 4px;

}
#type_select ul li.bookend { border-right:1px solid #333;}

#type_select #current {
}
#type_select #current a {
		background: #333; color: white;
}
#type_select a:hover { color: white; background:#333; }









ol.archive_list ol {
	padding:20px;
	list-style:disc;
}
ol.archive_list ol li { margin-bottom: 10px; }
ol.archive_list ol p { margin-bottom:0; }

ol.archive_list ol span { display: block; font-size: 90%; font-weight: normal; }


*/





ul.prod1 h3, h1.prod1, li.prod1 h3 { background-image: url(../images/bgs/titlebg_yellow.gif); background-color: #e9c417;}
ul.prod2 h3, h1.prod2, li.prod2 h3 { background-image: url(../images/bgs/titlebg_red.gif);background-color: #cc6633; }
ul.prod3 h3, h1.prod3, li.prod3 h3 { background-image: url(../images/bgs/titlebg_blue.gif);background-color: #28567f; }
ul.prod4 h3, h1.prod4, li.prod4 h3 { background-image: url(../images/bgs/titlebg_purple.gif);background-color: #a61b82; }
ul.prod5 h3, h1.prod5, li.prod5 h3 { background-image: url(../images/bgs/titlebg_green.gif); background-color: #69a82a; }
ul.prod6 h3, h1.prod6, li.prod6 h3 { background-image: url(../images/bgs/titlebg_brown.gif); background-color: #b09d20;}


.view_all { padding: 2px 15px 2px 5px; text-decoration: none; color: #fff; display: block; background: transparent url('../images/transp_arrow.gif') 90% 50% no-repeat;}
.view_all:hover { text-decoration: underline;}

li.prod1 .view_all { background-color: #e9c417; }
li.prod2 .view_all { background-color: #cc6633; }
li.prod3 .view_all { background-color: #28567f; }
li.prod4 .view_all { background-color: #a61b82; }
li.prod5 .view_all { background-color: #69a82a; }
li.prod6 .view_all { background-color: #b09d20; }


ul.prod1 .category_thumb img { border: 1px solid #e9c417;}
ul.prod2 .category_thumb img { border: 1px solid #cc6633;}
ul.prod3 .category_thumb img { border: 1px solid #28567f;}
ul.prod4 .category_thumb img { border: 1px solid #a61b82;}
ul.prod5 .category_thumb img { border: 1px solid #69a82a;}
ul.prod6 .category_thumb img { border: 1px solid #b09d20;}




/* ------- Google maps ------ */

#map_address { float: left; width: 200px; margin: 10px 0 10px 0; }
#map_container { width: 200px; margin: 5px; padding-top: 10px; padding-bottom: 10px; }




