/* CSS Document */

/* ----------- MAIN LAYOUT ----------- */
html {font-size: 101%}

body {font-size: 0.8em; font-family: arial, helvetica}

h1, h2, h3, p, pre, label, ul, ol, dl, fieldset, address {margin: 0em 0 1em 0; padding: 0;}
p.last {margin-bottom: 2em;}
li, dd {margin-left: 5%; margin-bottom: 0.2em; padding: 0;}
fieldset {padding: .5em;}

blockquote {margin-top: 1em; margin-bottom: .5em;}

a, object {outline: 0;} /* FF removes dotted line around links */
a:link {text-decoration: none;color:#0000FF}
a:hover {text-decoration: none; color:#FF0000}
a:visited {text-decoration: none;color:#0000FF}
a:visited:hover {text-decoration: none; color:#0000FF}

img {border: 1;}

h1,h3 {color: #000;}
h1 {font-size: 1.5em;}
h2 {font-size: 1.2em; color: #225c9d;}
h3 {font-size: 1em;}
a {color: #000000;}

#header {
	height: 150px;
	background: url("../02webimages/merlinsheaderimage.jpg") top right no-repeat #000000; /* Main background top colour */
}

#menutop {
	float: left;
	height: 26px;
	width: 780px;
	padding-left: 15px;
	overflow: none;
	clear: left;
}

#menubottom {
	float: left;
	height: 10px;
	background: #4389CC;  /* Menu bottom line colour #4389CC */
	width: 100%;
}

#header a {
	display: block;
    float: left;
	height: 23px;
	width: 100px;
	background: url("../02webimages/menulow.gif") no-repeat;
	margin-left: 5px;
	color: #FFFFFF;  /* Tab text colour */
	text-decoration: none;
	text-align: center;
	padding-top: 3px;
}

#header a:hover, #header a.active {
	background: url("../02webimages/menuhigh.gif") no-repeat;
}

#rightbar {
	float: right;
	width: 260px;
	margin-right: 10px;
	margin-left: 10px;
}

#rightproducts, #rightcustomers {
	width: 257px;
	height: 132px;
	background: url("../02webimages/rightboxback.jpg") bottom center no-repeat;
}

#rightcustomers {
	margin-top: 20px;
	margin-bottom: 20px;
}


.productsinner, .customersinner {
	padding: 10px;
	padding-top: 15px;
	text-align: center;
}

.customersinner {
	padding-top: 0px;
}

.productsinner{
	padding-top: 0px;
}

.productsinner img, .customersinner img {
	margin-left: 5px;
}

.productsinner img.first, .customersinner img.first {
	margin-left: 0px;
}

#content {
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
}

#footer {
	clear: both;
	width: 100%;
	height: 25px;
	background: #000;
	color: #fff;
	text-align: right;
	padding-top: 5px;
}

#footer p {
	margin: 0px;
	padding-right: 20px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}