/*
================================================================
		Author: 	Stuart Buckell
		Copyright:	Buckhill Ltd 2007
		Version:	BCMS
		URL: 		http://www.buckhill.co.uk
		MEDIA:		Screen/Print/Reader
		CSS:		IE 7+/FF 2.0+
================================================================
*/

/*
================================================================
| General Elements
================================================================
*/
*, html, body
{
	margin: 0; padding: 0; border: 0;
}
a, a:visited, a:active
{
	color: #4b4b4b;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
BODY 						
{ 
	font-family: "Lucida Grande", geneva, arial, sans-serif;
	color: #181818;
	font-size: 0.8em;
	background: url(/client_side/images/bg.png) repeat-x #fff;
}
li { list-style: none; margin: 0; padding:0; }
/*
================================================================
| Text
================================================================
*/
p
{
	line-height: 1.5em;
}
p a
{
	font-weight: normal;
}
p a:hover
{
	text-decoration: underline;
}
p.bold
{
	font-weight: bold;
	font-size: 11px;
}
p.bold a
{
	font-weight: bold;
	color: #181818;
}
a.back
{
	font-size: 11px;
}
p.small
{
	font-size: 11px;
}
p.back
{
	background: url(/client_side/images/back_breadcrumb.png) no-repeat left;
	padding-left: 12px;
}
p.link
{
	background: url(/client_side/images/download.png) no-repeat left;
	padding-left: 15px;
}
p.italic
{
	font-style: italic;
}
p.error
{
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
}
h1
{
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 20px;
}
h1 a
{
	color: #181818;
}
h2
{
	font-size: 14px;
	margin-bottom: 10px;
}
/*
================================================================
| Inputs
================================================================
*/
INPUT#submit
{
	padding: 2px;
	font-size: 11px;
	border: 1px solid #222;
}
INPUT#submit:hover
{
	background: red;
	color: #fff;
	cursor: pointer;
}
/*
================================================================
| Wrappers
================================================================
*/
div#wrapper
{
	width: 100%;
}
div#wrapperInner
{
	width: 950px;
	margin: auto;
}
div#top
{
	height: 77px;
}
div#navigation
{
	float: left;
	width: 250px;
	margin-top: 80px;
	border-right: 1px dotted #ccc;
}
div#pictures
{
	float: left;
	width: 616px;
	height: 380px;
	background: url(/client_side/images/index_06.png) no-repeat;
}
div#content
{
	float: left;
	margin-top: 78px;
	width: 687px;
	padding-left: 10px;
}
div#footer
{
	clear: left;
	font-size: 10px;
	color: #707070;
	text-align: left;
	padding-top: 20px;
}
div#footer a
{
	color: #707070;
}
div.error
{
	float: left;
	clear: left;
	padding: 10px;
	width: 666px;
	background: red;
	color: white;
	margin-bottom: 15px;
	border: 1px solid #b70000;
}
/*
================================================================
| div#navigation
================================================================
*/
div#navigation .navInner
{
	margin-top: 10px;
	margin-bottom: 10px;
}
div#navigation .navInner a
{
	font-size: 11px;
	font-weight: bold;
	color: #444444;
}
div#navigation .navInner a:hover
{
	color: #121212;
}
div#navigation img
{
	float: left;
	padding-top: 5px;
	padding-right: 5px;
}
/*
================================================================
| Product Listing
================================================================
*/
div.quickNav
{
	float: right;
}
div.quickNav SELECT, div.quickNav OPTION
{
	font-size: 11px;
	padding: 1px;
}
div.quickNav SELECT
{
	border: 1px solid #ccc;
}
div.quickNavLinks
{
	font-size: 11px;
	float: left;
}
div.quickNavLinks a
{
	text-decoration: underline;
}
div.quickNavLinks a:hover
{
	text-decoration: none;
	background: #f0f0f0;
}
div.productListing
{
	float: left;
	clear: left;
	width: 685px;
}
div.products
{
	width: 665px;
}
div.product
{
	float: left;
	text-align: center;
	width: 150px;
	height: 170px;
	margin-right: 15px;
	margin-top: 15px;
}
div.product img
{
	margin-bottom: 5px;
	padding: 1px;
	border: 1px solid #ccc;
}
div.product a
{
	font-size: 11px;
	font-weight: bold;
}
div.subCategories
{
	float: left;
	clear: both;
	margin-top: 10px;
	padding-bottom: 20px;
	border-top: 1px dotted #ccc;
	width: 687px;
}
div.subCategories h3
{
	font-size: 12px;
}
div.catDesc
{
	margin-top: 10px;
}
div.catSub
{
	float: left;
	width: 150px;
	margin-top: 15px;
	margin-right: 15px;
	text-align: center;
}
div.catSubImg
{
	width: 150px;
	height: 150px;
	text-align: center;
	margin-bottom: 10px;
}
div.catSub a
{
	font-size: 11px;
}
div.prodImages
{
	float: left;
	margin-right: 10px;
	width: 160px;
	text-align: center;
	padding-top: 15px;
}
div.prodImages img
{
	padding: 1px;
	border: 1px solid #ccc;
}
div.prodDesc
{
	float: left;
	width: 517px;
	padding-top: 15px;
	text-align: justify;
}
table.prodAttrib
{
	clear: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
table.prodAttrib TD.title
{
	width: 15px;
	padding-right: 20px;
}
table.prodAttrib TD.attrib
{
	text-align: left;
	padding-right: 5px;
}
div.newsletter
{
	padding-top: 15px;
}
div.newsletter INPUT
{
	font-size: 11px;
	padding: 3px 5px 3px 5px;
	border: 1px solid #e5e5e5;
}
div.newsletter INPUT:focus
{
	border: 1px solid #b20000;
}

.inputText
{
	border: 1px solid #000;
	width: 200px;
	height: 15px;
	font-size: 11px;
	padding: 2px 1px 1px 2px;
}
.inputTextLarger
{
 	width: 300px;
}
.inputLabel
{
	width: 120px;
	float: left;
	clear: left;
}
.inputSearch
{
	border: 1px solid #ccc;
	width: 200px;
	height: 15px;
	font-size: 11px;
	padding: 2px 1px 1px 2px;
}
.inputSearch:focus
{
	border: 1px solid #b70000;
}
SELECT.inputSelect
{
	width: 305px;
	padding-left: 2px;
	background: #FFF;
	border-top: 1px solid #404040;
	border-left: 1px solid #404040;
	border-bottom: 1px solid #D4D0C8;
	border-right: 1px solid #D4D0C8;
}
div.goBack
{
	clear: left;
	margin-top: 10px;
	float: left;
}
div.category
{
	width: 154px;
	height: 194px;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 10px;
	float: left;
}
div.categoryImg
{
	width: 154px;
	height: 154px;
}
div.categoryImg img
{
	padding: 1px;
	border: 1px solid #ccc;
}
/*
================================================================
| Case Studies & Gallery
================================================================
*/
div.line
{
	float: left;
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 18px;
	border-bottom: 1px dotted #ccc;
	width: 687px;
}
div.caseStudy
{
	float: left;
	clear: left;
	width: 687px;
	margin-bottom: 10px;
}
div.caseStudy img
{
	float: left;
	margin-right: 10px;
	padding: 1px;
	border: 1px solid #ccc;
}
div.caseStudy p, div.caseStudy h2
{
	float: left;
}
div.caseStudy h2
{
	font-size: 11px;
}
div.caseStudyDesc
{
	margin-top: 10px;
}
div.caseStudyImg img
{
	padding: 1px;
	border: 1px solid #ccc;	
}
div.caseStudyImg
{
	height: 150px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
/*
================================================================
| Contact Form
================================================================
*/
div.contactLeft
{
	float: left;
	width: 365px;
	margin-bottom: 20px;
}
div.contactLeft img
{
	padding: 1px;
	border: 1px solid #ccc;
}
div.contactRight
{
	float: left;
	width: 300px;
	margin-left: 5px;
}
div#contactForm
{
	width: 680px;
}
div#contactForm LABEL
{
	float: left;
	clear: left;
	width: 150px;
}
div#contactForm INPUT
{
	margin-bottom: 5px;
	float: left;
	width: 450px;
	border: 1px solid #222;
	padding: 2px;
}
div#contactForm .contactField
{
	float: left;
	margin-bottom: 5px;	
}
div#contactForm TEXTAREA
{
	margin-bottom: 5px;
	float: left;
	width: 450px;
	height: 150px;
	border: 1px solid #222;
	padding: 2px;
}

div.results
{
	float: left;
	clear: left;
	width: 600px;
	margin-bottom: 10px;
}
div.results img
{
	border: 1px solid #ccc;
	padding: 1px;
}
div.resultsImg
{
	width: 154px;
	float: left;
}

/*
================================================================
| Pagination
================================================================
*/

div.pagesCount 
{
	height: 20px;
	margin: 3px 0px 5px 0px;
	clear: left;
	color: #fff;
}

div.pagesCount a 
{
	color: #F0F0F0;
	text-decoration: none;
	font-weight: bold;
	background: #5b5b5b;
	padding: 2px 8px 3px 8px;
	border: 1px solid #222;
}

div.pagesCount a:hover 
{
	text-decoration: none;
	color: #282828;
	border: 1px solid #222;
}

div.pagination span.inactive
{
	color: #282828;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 8px 3px 8px;
	border: 1px solid #222;
}
