/* ICONOGRAPHY 2006 - Standard Screen CSS */
/* Created by Michael Pratt */

body {
	background: #A0A0A0 url("../images/bg.gif") repeat-x top left;
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;	
	text-align: center;
	line-height: 1.3em;
	color: #333;
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* everyone else */
	}
	
	
/**************** STYLES FOR WYSIWYG CMS *******************/
.mceContentBody {
	background: #FFF;
	text-align: left;
	}
	
.mceContentBody p {	
	color: #506F9B;
	font-size: 85%;
	}
	
/*************************** TABS ****************************/
#tabs {
	/*float:left; */
	width: 800px;
	height: 23px;
	font-size: 75%;
	line-height: normal;
	background: #DDDDDD url("/images/tab_bar_bg.gif") repeat-x left top;
	border-left: #fff 16px solid;
	border-right: #fff 16px solid;
	padding: 0px 0px 0px 0px;
	margin:0px;
	position:relative;
	clear: both;
	/*text-align:center;*/
	text-decoration:none;
	}
#tabs img {
	margin:0;
	padding:0px ;
	}
#tabs ul {
	margin:0;
	padding:4px 0px 0px 6px ;
	list-style:none;
	
	/*float:center; */
	}
#tabs li {
	/*float:center; */
	color:#fff;
	list-style:none;
	font-weight:normal;
	text-decoration:none;
	display:inline;
	/*background:url("http://zone1.iconography.co.uk/images/left.gif") no-repeat left top;*/
	margin:0;
	padding: 0px 0px 0px 0px;
	/*text-align:center;*/
	}
#tabs a {
	/* background:#DDDDDD url(http://zone1.iconography.co.uk/themes/blue/right.gif) no-repeat scroll right top; */
	border-bottom:medium none;
	color:#fff;
	display:inline;
	/* float:left; */
	font-weight:normal;
	padding: 0px 0px 0px 0px;
	text-decoration:none;
	height: 23px;
	}
	
#tabs li a {
	padding: 0px 0px 0px 4px;
	}
/* Commented backslash hack hides rule from IE5-Mac \*/
#tabs a {
	/*float:none;*/
	}
/* End IE5-Mac hack */
#tabs a:hover {
	color:#ccc;
	}
#tabs #current {
	/* background-image:url("http://zone1.iconography.co.uk/images/left_on.gif");*/
	}
#tabs #current a {
	/* background-image:url("http://zone1.iconography.co.uk/images/right_on.gif"); */
	color:#333;
	margin: 0;
	padding-bottom:0px;
	}
  

/************* COMMON ****************/

a {
	color: #000066;
	text-decoration:underline;
	/* text-decoration: none;
	background: transparent url("http://zone1.iconography.co.uk/images/linkline1.gif") repeat-x bottom;
	*/
}
a:hover {
	color: #cc0000;
	text-decoration:underline;
	/*
	background: url("http://zone1.iconography.co.uk/images/linkline2.gif") repeat-x bottom;
	*/
	}
	
a.img {
	background: #fff;
}
a:hover .img {
	background: #fff;
	}
p {
	position: relative;
	margin: 1em 0 1em;
	padding: 0;
	}
h1 {
	font-family: "Arial", "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 180%;	
	font-weight: normal;
	text-transform: lowercase;	
	padding: 0;
	margin: 0;
	}
h2 {
	font-family: "Arial", "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 180%;
	font-weight: normal;
	text-transform: lowercase;
	line-height: 1.1em;
	padding: 0;
	margin: 0 0 0.5em 0;
	}
h3 {
	margin: 1.5em 0 0 0;	
	font-family: "Arial", "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 160%;
	font-weight: bold;
	text-transform: lowercase; 
	color: #000066;	
	}
h4 {
	margin: 1em 0 0 0;
	padding-bottom: 2px;
	font-family: "Georgia", "Times", "Arial", "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 160%;
	font-weight: normal;
	/* text-transform: lowercase; */
	color: #000066;
	line-height: 1.2em;
	/*border-bottom: 1px dotted #CCC;*/
	text-align: left;
	}
h5 {
	margin: 1.5em 0 -0.5em 0;
	font-family: "Arial", "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.2em;
	text-align: left;
	color: #000066;
	}
	
input { 
	border: 1px solid #666; 
	}

/******************** DROP-SHADOW WRAP ***********************/

#dropshadow_wrap {
	background: transparent url("../images/side_shadow.gif") repeat-y right;
	margin:0pt auto;
	/*padding: 0px 0px 0px 1px;*/
	/*position:relative;*/
	width:840px;
	clear:both;
	display:block;
	
	
	 
	height: auto;
	/*height: 1%;
	clear:both;
	/*padding:0;*/
	}

	

/* Hides from IE-mac \*/
* html #dropshadow_wrap {height: 1%; width:820px;} /* IE5 escaping float hack */
/* End hide from IE-mac */	
/******************** HEADER IMAGE SEPARATOR ***********************/

#header_image_separator {
	clear: both;
	/*position:relative;*/	
	display: inline;
	padding:0px;
	margin:0px;
	}
/******************** border IMAGE align ***********************/

/*
By RW 7/11/07

	Purpose:	For aligning the top and bottom-most images with the main body.
				This div is outside the 'dropshadow_wrap' and 'wrap' divs because of the
				shadow gif down the right hand side of the page

	Caveat:		The present fix below fixes the image shift right by 1px
				in IE6/win - but unfortunately adds an extra 1px shift to the right
				in Firefox... doh.

****************new hack ignore above notes!********

*/
#border_image_align_btm ,#border_image_align_top {
clear:both;}
#border_image_align_top img {
	
	/*pa\dding: 0px;
	*/
	margin: 0 auto;
	padding: 0;
	position:relative;
	}
	
/* Hides from IE-mac \*/
* html #border_image_align_top img {padding: 0px 0px 0px 2px;} /* IE5 escaping float hack */
/* End hide from IE-mac */
#border_image_align_btm img {
	
	/*pa\dding: 0px;
	*/
	margin: 0 auto;
	padding: 0;
	position:relative;
	}
/* Hides from IE-mac \*/
* html #border_image_align_btm img {padding: 0px 0px 0px 2px;} /* IE5 escaping float hack */
/* End hide from IE-mac */
/******************** HEADER ***********************/

#wrap {
	margin:0px;
	padding:0pt 6px 0px 0px;
	position:relative;
	text-align:left;
	width: 100%;
	height: 1%;
	}
/* Hides from IE-mac \*/
* html #wrap {height: 1%;} /* IE5 escaping float hack */
/* End hide from IE-mac */

#header {
	/*overflow: hidden;*/
	clear: both;
	width: 800px;
	/*height: 90px;*/
	color: #fff;
	padding: 0;
	margin: 0;
	border-left: #fff 16px solid;
	border-right: #fff 16px solid;
	}
#header a  {
	border-style: none;
	display: block;
	}
/* image replacement technique for logo */
#header h1 {
	position: absolute;	
	font-size: 140%;
	color: #6287D5;
	top: 20px;
	left: 28px;
	width: 230px;
	padding-top: 50px;
    background-repeat: no-repeat;  
	overflow: hidden;
	height: 50px; /* for IE5/Win hack */
	he\ight: 0px; /* for most browsers */
	}
#search {
	float: right;
	display: inline; /* removes IE/Win double margin bug */
	padding: 0 0 20px 0;
	margin: 30px 30px 0 0;
	}
#search label {
	font-family: Verdana, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #FFF;
	}
#search .textfield {
	border: #1D3C6B 1px solid;
	background: #FFF url("http://zone1.iconography.co.uk/images/formfield.gif") repeat-x;
	padding: 2px;
	vertical-align: middle;
	color: #666;
	width: 104px; /* for IE5/Win hack */
	w\idth: 100px; /* for most browsers */
	}
#search .submitgo {
	vertical-align: middle;
	margin-left: 2px;
	border: 1px solid #22396B;
	}

/************** MAIN CONTENT *****************/

#main-body {
	float: left;
	background: #e2e2e2 url("../images/sidebar_repeat_y.gif") repeat-y right;
	width: 787px; /* for IE5/Win */
	w\idth: 800px; /* for everyone else */
	border-left: #fff 16px solid;
	border-right: #fff 16px solid;
	
	clear:both;
	margin:0;
	padding:0;
	}
	/* Hides from IE-mac \*/
* html #main-body {height: 1%;} /* IE5 escaping float hack */
/* End hide from IE-mac */
	
	
	
#main-body img{
	padding: 0px;
	margin: 0px;
	}	
.content_bg{
	background:#e2e2e2 url("../images/sidebar_repeat_y.gif") repeat-y right;
	margin: 0px;
	padding: 0px;
	width:auto;
	}
.content {
	float: left;
	display: inline;
	position: relative;
	width:585px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	height: auto;
	/*border-bottom: 1px solid #CDCAC1;
    border-right: 1px solid #CDCAC1;
	*/
    background: #e2e2e2;
	}
.content a {
	font-weight: bold;
}
.content p, .content dl, .content ul, .content ol {
	color: #666;
	font-size: 85%;
	}
.content h3 {
	margin: 0px 5px 5px 30px;
	text-transform: uppercase;
	font-family: "Georgia", "Times", "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	padding: 50px 0px 12px 0px;
	font-size: 150%;
	letter-spacing: 1px;
	font-weight: normal;
	color: #000066;
	background: url("../images/h3_dashed_underline.gif") no-repeat bottom left;
	/* background: #F9F5F0 url("http://zone1.iconography.co.uk/images/box-bar.gif") repeat-x top left;*/
	}
.article-text {
	margin: 0pt 20px 40px 30px;
	overflow: hidden;
	width:75%;
	font-family: "Georgia", "Times", "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 100%;
	line-height: 1.8;
	}
.article-text dl {
	position: relative;
	text-align: left;
	border-bottom: 1px dotted #ccc;
	padding: 15px 0 15px 0;
	}
/* Hides from IE-mac \*/
* html .article-text {height: 1%;} /* IE5 escaping float hack */
/* End hide from IE-mac */
.article-text .date {
	font-size: 80%;
	color: #999;
}
.article-text dd.image {
	position: absolute;
	left: -80px;
	top: 20px;
}
.article-text dd.searchscore {
	position: absolute;
	left: -45px;
	top: 20px;
	padding: 2px;
	background-color: #EEE;
	border: 1px solid #CCC;
}
.article-text .contactform {
	text-align: right;
	}
.article-text textarea {
	width: 272px;
	border: 1px solid #999;
	background: #FFF url("http://zone1.iconography.co.uk/images/formfield.gif") repeat-x;
	padding: 2px;
	color: #666;
	}
.article-text .textfield {
	width: 150px;
	border: 1px solid #999;
	background: #FFF url("http://zone1.iconography.co.uk/images/formfield.gif") repeat-x;
	padding: 2px;
	color: #666;
	}
.article-text .submitgo {
	border: 1px solid #999;
	}
	
.imageframe {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 4px;
	margin: 8px;
	}

/******************* right column ***********************/

#sidebar {	
	float:right;
	
	display: block;
	overflow:hidden;
	position: relative;
	/*margin: 1%;*/
	padding: 0px 0px 10px 0px;
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
	background-color: #cbcbcb;
	width: 215px;
	height: 1%;
	text-decoration:none
	}
#sidebar p, #sidebar dl {
	margin: 0;
	padding: 5px 10px 5px 10px;
	list-style: none;
	}	
#sidebar dt {
	margin-top: 10px;
	padding-right: 10px
	}
#sidebar dd {
	margin: 0;
	padding-right: 20px;
	}
#sidebar ul{
	display: block; 
	margin: 0;
	padding: 10px;
	}
#sidebar li {
	display: block; 
	/*background:transparent url("../images/bullet.gif") no-repeat scroll left top;*/
	background:transparent url("../images/bullet.gif") no-repeat scroll left top;
	/*
	list-style-image:url("../images/bullet.gif");
	list-style-position:outside;
	*/
	margin: 0;
	padding-left: 10px;
	}

#sidebar li a {
	display: block;	
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: "Georgia", "Times", "Arial", "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	/*background: url("../images/bullet.gif") no-repeat top left;*/
/*	background:transparent url("../images/bullet.gif") no-repeat scroll left top;*/
	/*
	list-style-image:url("../images/bullet.gif");
	list-style-position:outside;
	*/
	text-decoration:underline;
	color: #000066;
	}
#sidebar li a:hover, .box dt a:hover {
	/*background: url("../images/bullet_on.gif") no-repeat top left;*/
	text-decoration:none;
	}
#sidebar li p {
	padding-top: 0px;
	}
#sidebar h4 {
	margin:0px;
	padding:10px 0px 5px 10px;
	font-size: 110%;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #CDCAC1;
	text-transform: uppercase;
	}
.boxform {
	padding: 10px;
	text-align: right;
	}
.boxform span {
	color: #C00;
	display: block;
	padding-bottom: 10px;
	}
.boxform .textfield {
	width: 100px;
	border: 1px solid #999;
	background: #FFF url("http://zone1.iconography.co.uk/images/formfield.gif") repeat-x;
	padding: 2px;
	margin-bottom: 4px;
	vertical-align: middle;
	color: #666;
	}
.boxform .submitgo {
	border: 1px solid #999;
	margin-bottom: 4px;
	vertical-align: middle;
	}
#ourclients {
	text-align: center;
	padding-top: 10px;
	}
#recentwork {
	margin: 0 10px 0 100px;
	}
#recentwork dl {
	position: relative;
	text-align: left;
	border-bottom: 1px dotted #ccc;
	padding: 15px 0 5px 0;
	}
/* Hides from IE-mac \*/
* html #recentwork dl { 
	height: 1%; /* IE5 escaping float hack */
	he\ight: auto; /* IE6 overide to fix 3 pixel indent bug */
	} 
/* End hide from IE-mac */
#recentwork dd.image {
	position: absolute;
	left: -85px;
	top: 20px;
	padding-right: 5px;
	background: url("../images/shadow.gif") no-repeat;
	}
#recentwork dd.summary {
	min-height: 34px;
	}
#recentwork img {
	border: 1px solid #000;
	}

#clearDiv, #bluebar{
clear:both;
}
#right_hand_logos{
position:relative;
bottom:1em;
}
/********************* footer *********************/

#footer {
	position: relative;
	clear: both;
	margin: 0;
	text-align: center;
	width: 800px;
	border-width: 0px 16px 0px 16px;
	border-color: #fff;
	border-style: solid;
	padding:0px;
	height:27px;	
	}
	
#footer img{
	margin: 0px;
	padding: 0px;
	border:0px;
}
#footer p {
	margin: 0px;
	font-size: 75%;
	color: #FFF;
	}
#footer a {
	color: #FFF;
	background: none;
	text-decoration: underline;
	}
#footer a:hover {
	color: #CCC;
	background: none;
	text-decoration: underline;	
	}

/********************* MISC ***********************/

a img {
	border: none;
	}
.hide, hr {
	display: none;
	}
code {
	color: #7B9905;
	font-size: 90%;
	line-height: 1.2em;
	text-align: left;
	}
abbr, acronym {
	font-style: normal;
	border-bottom: 1px dotted #bbb;
	cursor: help;
	}
a abbr {
	border: none;
	}
form {
	margin: 0;
	}
label {
	cursor: pointer;
	}
em {
	font-style: normal;
	text-decoration: underline;
	}
dl, dt, dd {
	margin: 0;
	padding: 0;
	}
fieldset { 
	margin: 0; 
	padding: 0; 
	border: none; 
	}

	#content_height{
	float:left;
	height:inherit;
	}
/************************* BULLET PROOF BOXES *************************/

.box {
	width: 100%;	
	margin-bottom: 10px;
	/*padding-bottom: 5px;*/
	background-color: #cbcbcb;
	color: #666;
	height: 100%;
	
	}
.box h3 {
	margin:0px;
	padding:0px 0px 5px 10px;
	font-size: 110%;
	font-weight: normal;
	color: #fff;
	border-bottom: 1px solid #CDCAC1;
	/* background: #F9F5F0 url("http://zone1.iconography.co.uk/images/box-top.gif") no-repeat top left; */
	background-color: #000066;
	text-transform: uppercase;
	}
.box h4 {
	margin:0px;
	padding:10px 0px 5px 10px;
	font-size: 110%;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #CDCAC1;
	/* background: #F9F5F0 url("http://zone1.iconography.co.uk/images/box-top.gif") no-repeat top left; */
	/*background-color: #000066; */
	text-transform: uppercase;
	}


.box ol{
list-style-type: square;
padding:0px 10px 5px 10px;
}
.box ol li { 
display: block;		
list-style-type: square;
list-style-position:inside;
list-style-image:url("../images/bullet.gif");
	}
.box a{
	padding: 0px; 
	margin:0px 0px 0px 20px;
	}
.box li a, .box dt a {
	display: block;	
	padding-left: 10px;
	background: url("../images/bullet.gif") no-repeat top left;
	text-decoration:none;
	color: #666666;
	}
.box li a:hover, .box dt a:hover {
	background: url("../images/bullet_on.gif") no-repeat top left;
	text-decoration:underline;
	}
.box dt {
	font-weight: bold;
	}
.box .date{
	color: #000066;
	border:black 1px; 
	padding: 0px; 
	margin:0px 0px 0px 20px;
	}	
 .date{
	color: #000066;
	border:black 1px; 
	padding: 0px; 
	margin:0px 0px 0px 20px;
	}
.box dd.desc {
	padding-bottom: 10px;
	
	border-bottom: 1px dotted #ccc;
	}
.box .quality {
	color: #EEE;
	}
.box .quality img {
	vertical-align: middle;
	}
.advert {
	width: 200px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	background: #fff url("http://zone1.iconography.co.uk/images/ad-bottom.gif") no-repeat bottom left;
	}
.advert h4 {
	margin: 0px;
	padding: 40px 0 10px 8px;
	font-size: 90%;
	color: #3B9CC9;  
	border-bottom: none;
	}
.advert a {
	display: block;
	color: #FFF;	
	padding-left: 10px;
	font-size: 85%;
	line-height: 1em;
	background: #5E88D4 url("http://zone1.iconography.co.uk/images/bullet_white.gif") no-repeat left;
	}
.advert a:hover {
	color: #FFF;	
	text-decoration: underline;
	background: #5E88D4 url("http://zone1.iconography.co.uk/images/bullet_white.gif") no-repeat left;
	}
	
#ivor h4 {
	  background: url("http://zone1.iconography.co.uk/images/ad-top-ivor.gif") no-repeat top left;
	}
#zone10 h4 {
	  background: url("http://zone1.iconography.co.uk/images/ad-top-zone10.gif") no-repeat top left;
	}
#weather dl {
	position: relative;
}
#weather dl img {
	position: absolute;
	top: 5px;
	right: 15px;
}
.copyright {
	font-size:70%;
	color:#444444;
	text-decoration:none;
	}
.newsdesc{
	padding: 0px; 
	margin:0px 15px 0px 20px;
	}	
/***************** PORTFOLIO PAGE *******************/

/* Hides from IE-mac, fixes float bug in IE-win \*/
* html #portfolio-grid {height: 1%;}
/* End hide from IE-mac */
#portfolio-grid ul{
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}
#portfolio-grid li {
	float: left;
	width: 128px;
	margin-top: 20px;
	padding: 0;
	background: url("http://zone1.iconography.co.uk/images/shadow.gif") no-repeat 25px 0px;
	}
#portfolio-grid img {
	background: #CCC;
	border: 1px solid #000;
	}
#portfolio-grid a {
	font-weight: normal;
	font-size: 85%;	
	}
#portfolio-grid p {
	clear: both;
	padding-top: 40px;
	text-align: center;
}
#portfolio-grid h4 {
	clear: both;
	margin: 15px 0 0 25px;
}

/*************** extra classes for CMS ***************/
.alternative {
	color: #C00;
	}
.highlight {
	background-color: #FF0;
	}
	
.odd {
	background-color: #EEE;
}
	
#errbox {
	margin: 20px auto;
	color: #ff0000;
	border: 1px solid #ff0000;
	padding: 10px;
	width: 300px;
	text-align: center;
}
#confbox {
	margin: 20px auto;
	color: #003399;
	border: 1px solid #003399;
	padding: 10px;
	width: 300px;
	height: 50px;
	text-align: center;
}
#errbox a {
	color: #ff0000;
}
#errbox a:hover {
	color: #000000;
}
#errbox a:visited {
	color: #ff0000;
}
.category1 {
	float: left;
	width: 201px;
	margin: 0;
	padding: 0;
}
.category2 {
	float: right;
	width: 201px;
	margin: 0;
	padding: 0;
}

.viewdetails {
	margin: 4px auto;
	display: block;
	width: 100px;
	text-decoration: none;
	text-align: center;
	font-size: 85%;
	font-weight: bold;
	color: #fff;
	background: #C60;
	padding: 2px;
	cursor: pointer;
	border: 1px solid #C60;
}
.addtobasket {
	text-decoration: none;
	text-align: center;
	font-size: 85%;
	font-weight: bold;
	color: #fff;
	background: #8EAC91;
	padding: 4px;
	margin: 0;
	cursor: pointer;
}

#viewbasket {
	clear: both;
	color: #FFF;
	font-size: 80%;
	float: right;
	background: none;
	margin: 0 30px 0 0;
}

.padding { padding: 10px; }

.qty {
	width: 3em;
	}

.forumtopic {
	background-color: #EEE;
	border: 1px solid #999;
	margin-top: 10px;
	}
	
.productframe {
	padding: 5px;
	margin: 10px;
	border: 1px solid #CCC;
	width: 25%;
	float: left;
	text-align: center;
	}
	
#prodlist {
	clear: both;
	}
	
.left {
	float: left;
	}
	
.right {
	float: right;
	}	

.price {
	font-size: 150%;
	margin: 5px 0 5px 0;
	padding: 5px;
	color: #900;
	}
/*--jquery slickbox---------------------------*/
#slickbox, #fixedbox{
background: #DDDDDD url("/images/tab_bar_bg.gif") repeat-x left top;
height:23px;
font-size: 75%;
text-decoration:none;
}

/*************************** slickbox menu (clone of TABS) ****************************/
/*
#tabs {
	
	width: 800px;
	height: 23px;
	font-size: 75%;
	line-height: normal;
	background: #DDDDDD url("/images/tab_bar_bg.gif") repeat-x left top;
	border-left: #fff 16px solid;
	border-right: #fff 16px solid;
	padding: 0px 0px 0px 0px;
	margin:0px;
	position:relative;
	clear: both;
	
	text-decoration:none;
	}
	*/

#slickbox ul, #fixedbox ul{
	margin:0;
	padding:4px 0px 0px 51px ;
	list-style:none;
	text-transform: uppercase; 
	
	/*float:center; */
	}
#slickbox li, #fixedbox li {
	/*float:center; */
	color:#fff;
	list-style:none;
	font-weight:normal;
	text-decoration:none;
	display:inline;
	/*background:url("http://zone1.iconography.co.uk/images/left.gif") no-repeat left top;*/
	margin:0;
	padding: 0px 0px 0px 0px;
	/*text-align:center;*/
	}
#slickbox a, #fixedbox a{
	/* background:#DDDDDD url(http://zone1.iconography.co.uk/themes/blue/right.gif) no-repeat scroll right top; */
	border-bottom:medium none;
	color:#fff;
	display:inline;
	/* float:left; */
	font-weight:normal;
	padding: 0px 0px 0px 0px;
	text-decoration:none;
	
	}
	
#slickbox li a , #fixedbox li a{
	padding: 0px 0px 0px 4px;
	}
/* Commented backslash hack hides rule from IE5-Mac \*/
#slickbox a, #fixedbox a {
	/*float:none;*/
	}
/* End IE5-Mac hack */
#slickbox a:hover, #fixedbox a:hover {
	color:#ccc;
	}
#slickbox .subcurrent, #fixedbox .subcurrent {
	/* background-image:url("http://zone1.iconography.co.uk/images/left_on.gif");*/
	color:#333;
	margin: 0;
	padding-bottom:0px;
	}
#slickbox .subcurrent a,#fixedbox .subcurrent a {
	/* background-image:url("http://zone1.iconography.co.uk/images/right_on.gif"); */
	color:#333;
	margin: 0;
	padding-bottom:0px;
	}
  
/*--end of slickbox---------------------------*/
