/*
================================================================
		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/index_01.png) repeat-x #fff;
}
/*
================================================================
| 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;
}
p.news
{
	padding-left: 15px;
	background: url(/client_side/images/news.png) no-repeat left;
}
p.news a
{
	text-decoration: underline;
}
p.small
{
	font-size: 11px;
	margin-top: 5px;
}
/*
================================================================
| Wrappers
================================================================
*/
div#wrapper
{
	width: 100%;
}
div#wrapperInner
{
	width: 950px;
	margin: auto;
}
div#top
{
	height: 77px;
	padding-left: 50px;
}
div#navigation
{
	float: left;
	width: 250px;
	margin-top: 80px;
	height: 400px;
	margin-left: 50px;
}
div#pictures
{
	float: left;
	width: 616px;
	height: 380px;
	background: url(/client_side/images/index_06.png) no-repeat;
}
div#content
{
	float: left;
	width: 568px;
	margin-left: 24px;
	text-align: justify;
}
div#footer
{
	clear: left;
	font-size: 10px;
	color: #707070;
	text-align: left;
	padding-top: 20px;
}
div#footer a
{
	color: #707070;
}
/*
================================================================
| div#navigation
================================================================
*/
div#navigation .navInner
{
	margin-top: 20px;
	margin-bottom: 10px;
	clear: left;
	width: 200px;
}
div#navigation .navInner a
{
	font-size: 11px;
	font-weight: bold;
	color: #444444;
}
div#navigation .navInner a:hover
{
	color: #121212;
}
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;
}

.inputSearch
{
	border: 1px solid #ccc;
	width: 200px;
	height: 15px;
	font-size: 11px;
	padding: 2px 1px 1px 2px;
}
.inputSearch:focus
{
	border: 1px solid #b70000;
}
