html{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin-top: 0px;
	padding-top: 10px;
	background-image: url('/images/page_background.jpg');
	background-repeat: repeat;
	background-position: top left;	
	}

body{
	margin-top: 0px;
}
	
img{
	border: 0px;
}

p, span{
	font-size: 12px;
}
a:link, a:active, a:visited, a:hover{
		font-size: 12px;
		color: #2d96fb;
		font-weight: bold;
	}

a:hover{
	text-decoration: underline;
	color: #000000;
	
	}
	
h1,h2,h3{
}

h1{
	font-size: 22px;
}

h2{
	font-size: 16px;
}

h3{
	font-size: 14px;
	margin-left: 10px;
}

h4{
	font-size: 12px;
}

div.all{
	width: 960px;
	background-image: url('/images/site_background.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	margin: auto;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;	
	background-color: #FFFAC0;
}	
	
	
div.header{
	height: 100px;
	width: 940px;
	margin-left: 10px;
	background-image: url(/images/header_logo.gif);
	background-repeat: no-repeat;
	background-position: top left;
	}
	
	div.header div.toplinks{
		margin-left: 385px;
		padding-top: 25px;
	}
		div.toplinks a{
			font-size: 12px;
			font-weight: bold;
		}
	
			
div.header div.top_buttons{
		float: right;
		margin-top: -30px;
		margin-right: 40px;
	}
		div.top_buttons img{
			margin-top: 10px;
		}
		


.menu {
	width:730px; 
	height:30px; 
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	z-index:100;
	font-family:arial, sans-serif;
	background-image: url(/images/topmenu_button_background.jpg);
	background-repeat: repeat-x;
}
	
	
	/* remove all the bullets, borders and padding from the default list styling */
	.menu ul {
		padding:0;
		margin:0;
		list-style-type:none;
	}
	.menu ul ul {
		width:80px;
	}
	
	/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
	.menu li {
		float:left;
		width:80px;
		position:relative;
	}
	
	/* style the links for the top level */
	.menu a, .menu a:visited {
		display:block;
		font-size:11px;
		text-decoration:none; 
		color:#fff; width:80px; 
		height:25px; 
		border-right: 1px solid #666666;
		line-height:24px; 
		font-weight:bold;
		text-align: center;
	}
	
	/* style the top level hover */
	.menu a:hover, .menu ul ul a:hover{
		color: black; 
	}
	.menu :hover > a, .menu ul ul :hover > a {
		color: yellow; 
	}
	
	/* style the second level link */
	.menu ul ul li a {
				background-color: #dfdede;
	}
	
	/* style the second level hover */
	.menu ul ul li a:hover{
				background-color: #b5e7ff;
				color: #000000;
	}
	
	/* hide the sub levels and give them a positon absolute so that they take up no room */
	.menu ul ul {
		visibility:hidden;
		position:absolute;
		height:0;
		top:25px;
		left:0; 
		width:80px;
	}
	
	/* style the table so that it takes no ppart in the layout - required for IE to work */
	.menu table {
		position:absolute; 
		top:0; 
		left:0; 
		border-collapse:collapse;
	}
	
	/* style the second level links */
	.menu ul ul a, .menu ul ul a:visited {
		background-color: #dfdede;
		color:#000; 
		height:auto; 
		line-height:1em; 
		padding:5px 10px; 
		padding-top: 8px;
		padding-bottom: 8px;
		width:175px;
		
		text-align: left;
		border-bottom: 1px solid black;
		border-left: 1px solid black;
		border-right: 1px solid black;		
	}
	
	#last{
		border-right: none;
	}
	
	/* make the second level visible when hover on first level list OR link */
	.menu ul li:hover ul, .menu ul a:hover ul{
		visibility:visible; 
	}
		

div.content{
	width: 720px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #fffabf;	
	}
	
	div.content div.fullwidth{
		background-image: url('/images/fullwidth_bottom.gif');
		background-repeat: no-repeat;
		background-position: bottom left;
		margin-left: 5px;
		margin-right: 15px;
		margin-bottom: 20px;
		width: 720px;
		padding: 10px;
		padding-bottom: 20px;		
		clear: none;
	}
		
	div.fullwidth h2{
		margin-left: -10px;
		margin-top: -20px;
		margin-bottom: -5px;
		padding-top: 12px;
		padding-bottom: 10px;
		padding-left: 18px;
		background-image: url('/images/homepage_banner_top.gif');
		background-repeat: no-repeat;
		background-position: top left;
		font-size: 14px;
	}	

	div.fullwidth ul{
		float: left;
		margin-left: 10px;
		font-size: 10px;
		padding-left: 10px;
	}
	
	div.fullwidth p{
		padding: 10px;
		padding-right: 30px;
	}
	
	div.fullwidth img{
		padding: 5px;
		border: 1px solid #CCCCCC;
		margin: 10px;
		margin-right: 20px;
	
	}

	div.fullwidth_user_feedback{
		margin-left: 5px;
		margin-right: 15px;
		margin-bottom: 20px;
		width: 720px;
		padding: 10px;		
		color: green;
		clear: none;
	}
	
	div.fullwidth table{
		margin-left: 10px;
		font-size: 12px;
		}
			
	div.user_feedback{
		color:red;
		font-weight: bold;
		margin-left: 10px;
		font-size: 12px;
		padding-top: 10px;
	}
	
	hr.fullwidth{
		width: 680px;
		margin-right: 30px;	

		border-top: 1px dotted #303052;
		height: 1px;
		
	}
	
	table { border-collapse:collapse; }
	
	tr.dotted{
		border-bottom: 1px dotted #303052;
	}
	
	td{
		padding: 5px;
	}
	
	tr.oddrow{
		background-color:#E8E8E4;
	}

	tr.evenrow{
		background-color:#FFFDE0;
	}
	
	
	
	span.black{
		color: black;
}
	
div.rightpanel{
	margin-left: 750px;
	margin-top: -45px;
	width: 205px;

}

	div.rightpanel div.rightpanel_login{
		width: 200px;
		background-color: #e2e1e1;
		padding-bottom: 0px;
	}
		div.rightpanel_login h2{
			height: 30px;
			padding-top: 5px;
			padding-left: 8px;
			font-size: 14px;
			text-align: center;
			color: #fffabf;
			background-image: url(/images/topmenu_button_background.jpg);
			background-repeat: repeat-x;
			background-position: top left;
		}
		
		div.rightpanel_login p{
			padding-left: 10px;
		}
		
		div.rightpanel_login div.login_formrow{
			margin-bottom: 5px;
		}
		
		div.rightpanel_login span.email_label{
			padding: 10px;
			font-size: 12px;
			padding-right: 26px;
		}
		
		div.rightpanel_login span.email_field{
			height: 12px;
			font-size: 10px;
		}

		div.rightpanel_login span.password_label{
			padding: 10px;
			padding-right: 0px;
			font-size: 12px;
		}

		div.rightpanel_login span.password_field{
			margin-left: 2px;
		}
		
		div.rightpanel_login span.not_registered{
			margin-left: 12px;
			padding-top: 10px;
			line-height: 20px;
			font-weight: bold;
			color: red;
			font-size: 12px;
		}
		div.rightpanel_login a.login_link{
			margin-left: 12px;
			font-size: 12px;
		}
		div.rightpanel_login a.logout_link{
			margin-left: 12px;
			font-size: 12px;
			color: #99D5FF;
			font-weight: bold;
			text-decoration: none;
		}

		div.rightpanel_login a.logout_link:hover{
			text-decoration: underline;
		}
		
		

		
	div.rightpanel div.rightpanel_offers{
		background-color: #aadfff;
		width: 200px;
		height: 200px;
		margin-top: -12px;
		
	}
		div.rightpanel_offers h2{
			height: 30px;
			padding-top: 5px;
			padding-left: 8px;
			font-size: 14px;
			text-align: center;
			color: #fffabf;
			background-image: url(/images/topmenu_button_background.jpg);
			background-repeat: repeat-x;
			background-position: top left;
		}
		
		div.rightpanel_offers p{
			padding: 0px;
			margin: 0px;
		}
		
		div.rightpanel_offers img{
			padding: 0px;
			margin-top: -10px;
		}
	div.rightpanel div.rightpanel_contact{
		width: 200px;
		margin-top: -12px;
		background-color: #e2e1e1;
		padding-bottom: 10px;
	}
		div.rightpanel_contact h2{
			height: 30px;
			padding-top: 5px;
			padding-left: 8px;
			font-size: 14px;
			text-align: center;			
			color: #fffabf;
			background-image: url(/images/topmenu_button_background.jpg);
			background-repeat: repeat-x;
			background-position: top left;
		}
		
		div.rightpanel_contact p{
			padding-left: 15px;
			padding-top: 0px;
			font-size: 12px;
			
		
		}
		
	
div.footer{
	height: 12px;
	text-align: center;
	background-color: #858585;
	color: #FFFFFF;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 2px;
	padding-top: 6px;
	padding-bottom: 10px;	
	clear: both;
	font-size: 12px;
}

	div.footer a{
		text-decoration: none;
		font-size: 11px;
		color: #FFFFFF;
	}

form{
margin-left: 10px;
}

form fieldset {
	padding-bottom: 5px;
	width: 660px;
}


fieldset.noborder{
	border: 0;
}

fieldset{
	border: 0;
}

div.formrow {
	padding-top: 10px;
}


div.formrow input.radio{
	margin-left: 20px;
}

span.radiolabel{
	font-size: 12px;

}


div.formrow span.label {
  float: left;
  width: 150px;
  font-size: 12px;
  }
  
  span.keywords{
  	font-size: 12px;
  }

div.formrow span.field {
	margin-left: 10px;
	padding: 5px;
	width: 500px;
	text-align: left;
  } 

	textarea {
		margin-left: 150px;
	}
	
	div.textarea_label{
		float: left;
	  	width: 85px;
		  font-size: 12px;
	}
	
	
	legend{
		font-size: 14px;
		font-weight: bold;
		margin-left: -5px;
		margin-top: 10px;

	}

br.clear{
	clear: both;
}
.red{
	color: red;
	font-weight: bold;
}

.green{
	color: green;
}


/**************************/	
/* individual page styles */
/**************************/

/* index page */

div.content div.blank_leftcol{
	width: 352px;
	float: left;
	padding-bottom: 10px;
	margin-left: 5px;
	margin-top: -10px;
}
		
div.content div.blank_rightcol{
	width: 352px;
	float: right;
	padding-bottom: 10px;
	margin-right: -5px;
	margin-top: -11px;
}
		
div.content div.bordered_leftcol{
	background-image: url('/images/yellow_box_base.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 343px;
	padding: 5px;
	padding-bottom: 10px;
	float: left;
	margin: 0px;
	margin-left: 5px;
}
	div.bordered_leftcol h2{
		margin-left: -5px;
		margin-top: -20px;
		margin-bottom: -5px;
		padding-top: 12px;
		padding-left: 18px;
		background-image: url('/images/yellow_box_top.jpg');
		background-repeat: no-repeat;
		background-position: top left;
		font-size: 13px;
	}
	
	div.bordered_leftcol p{
		padding-top: 12px;
		padding-left: 18px;
		padding-right: 10px;
		
		font-size: 12px;
		}
	
div.content div.bordered_rightcol{
	background-image: url('/images/yellow_box_base.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;	
	padding-bottom: 10px;
	margin-left: 370px;
	width: 350px;
	
}
	div.bordered_rightcol h2{
		margin-left: 0px;
		margin-top: -15px;
		margin-bottom: -5px;
		padding-top: 12px;
		padding-left: 18px;
		background-image: url('/images/yellow_box_top.jpg');
		background-repeat: no-repeat;
		background-position: top left;
		font-size: 13px;
	}
	
	div.bordered_rightcol p{
		padding-top: 12px;
		padding-left: 18px;
		padding-right: 10px;
		font-size: 12px;
		}


/* news page */

div.newsbody{
	display: none;
}

div.story{
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 0px;	
	margin-bottom: 5px;
	margin-right: 12px;

}
	div.story h3{
		font-size: 14px;
	}
	
	div.moreinfo{
		margin-top: -5px;
		font-size: 12px;
	}

/* events page */

	div.eventlisting h2{
		background-image: none;
	
	}
div.eventbody{
	display: none;
}

span.event_date{
	font-size: 12px;
}

a.filter{
	font-size: 12px;
}

/* product catalogue */

li.category{
	list-style: none;
	background: url(/images/link.gif);
	background-position: center left;
	background-repeat: no-repeat;
	margin-left: -20px;
	padding: 0px;
	padding-left: 20px;

}

div.breadcrumbs{
		font-size: 11px;
	margin-bottom: 5px;
}

	div.breadcrumbs a{
	font-size: 11px;
	}
	
div.product{
	padding: 5px;
	margin: 5px;
	width: 670px;
}

div.product div.product_title {
	background:#E8E8E4;
	font-size: 14px;
	font-weight: bold;

	padding-bottom: 5px; /* allows baseline padding */
	border-bottom: 1px dotted #303052;
	padding-top: 5px; /* allows baseline padding */
	border-top: 1px dotted #303052;
	padding-left: 10px;

}

	div.product div.image{
		float: left;
		width: 220px;
		text-align: center;
		font-size: 12px;
		font-weight: bold;
		
	}
		div.image img{
			max-width: 180px;		
		}
	
	div.product div.description{
		float: left;
		width: 200px;
		font-size: 12px;	
		margin-top: 40px;	
		padding: 5px;		
	}
	
	div.product div.info{
		border-left: 1px dotted #707070;
		font-size: 12px;
		float: left;
		width: 200px;
		margin-top: 40px;
		padding: 5px;
		margin-left: 20px;
	}
	
	input.add_to_basket{
		position: relative;
		top: 10px;
		margin-left: 5px;
	}
	
	form.searchform{
		margin-left: 18px;
		}
		
	li.pdf_download{
		background: url(/images/download.gif)  no-repeat left center;	
		padding-left: 30px;
	}
	
/* view basket */

#delivery, #purchase_order {
	display: none;
	}
	
	div.preview_basket_buttons{
		text-align: center;
	}
	
		div.preview_basket_buttons img{
			border: none;
		}
	
	div.empty_basket_preview_basket_buttons{
		text-align: left;
	}

		div.empty_basket_preview_basket_buttons img{
			border: none;
		}
	
	td.total{
		background-color: #e8e8e4;
	}
	
 div.first_order_note {
	background:#E8E8E4;
	font-size: 12px;
	width: 660px;
	padding-bottom: 5px; /* allows baseline padding */
	border-bottom: 1px dotted #303052;
	padding-top: 5px; /* allows baseline padding */
	border-top: 1px dotted #303052;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 20px;

}

li.account{
	list-style: none;
	background: url(/images/link.gif);
	background-position: center left;
	background-repeat: no-repeat;
	margin-left: -20px;
	padding: 0px;
	padding-left: 20px;

}

		/* find us page */

div.map_text{
	float: right;
	width: 250px;

}

#.button{
	border: 0px;
}

span.contact_label{
	margin-top: -30px;

}

.noborder{
	border: none;
}



/* welcome login page */

div.fullwidth_content{
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #fffabf;	
	}
	
	div.fullwidth_content div.fullwidth{
		background-image: url('/images/fullwidth_bottom.gif');
		background-repeat: no-repeat;
		background-position: bottom left;
		width: 800px;
		margin-left: 100px;
		margin-right: 15px;
		margin-bottom: 20px;
		padding: 10px;
		padding-bottom: 20px;		
		clear: none;
	}
	
		div.fullwidth_content h2{
		margin-left: -10px;
		margin-top: -20px;
		margin-bottom: -5px;
		padding-top: 12px;
		padding-bottom: 10px;
		padding-left: 18px;
		background-image: url('/images/homepage_banner_top.gif');
		background-repeat: no-repeat;
		background-position: top left;
		font-size: 14px;
	}	
		




