/*
author: Rob Griffiths
company: Campbell Shaw Ltd
email: r.griffiths@campbellshaw.co.uk
*/

* {
	padding:0;
	margin:0;
}

html {
	background:#2a2a2f url(../img/html_bg.jpg) center repeat-y;	
}

body {
	background:url(../img/body_bg.jpg) top center no-repeat;	
}

html,body {
	font-size:100%;
	height: 100%;
}

td,div,body {
	font-family:Verdana,Arial,Helvetica,sans-serif
}

h3, h4, h5 {
	margin: 0 0 3px 0
}

h1 {
	font-size:2em;
	margin: 0 0 15px 0
}

h2 {
	font-size:1.2em;
	margin: 0 0 5px 0
}

h3 {
	font-size:1.1em;
}

h4,h5 {
	font-size:1em;
}

h5 {
	font-weight:normal;
	font-style:italic
}

p {
	line-height:1.5em;
	margin: 0 0 10px 0
}

dl.legal dt,ol li {
	list-style-type:decimal
}

li {
	list-style-type:square
}

a img {
	border:0
}

a {
	color:#AFAFAF	
}

#scrn-read {
	display:none
}

table th, table td {
	padding:5px 10px 5px 0;
	vertical-align: top;
	font-size: 0.9em;
	text-align: left
}

#maincontents div ol, #maincontents div ul {
	margin: 0 0 10px 1.5em;
	color:#afafaf
}

#container {
	background:#000 url(../img/content_bg.jpg) center bottom no-repeat;
	font-size:0.7em;
	width:770px;
	height:100%;
	margin:0 auto;
	position:relative;
	color:#464646
}

body>#container {
	height:auto;
	min-height:100%
}

#wrap {
	padding-bottom: 9em;
}

#branding {
	position:relative;
	overflow:hidden
}

#branding h1 {
	position:absolute;
	left:-999em;
}

#main-nav {
	font-size:0.9em;
	width:770px;
	float:left;
	clear: both;
	margin:0 auto;
	padding:1px 0 25px 0;
}

#breadcrumb {
	clear: both;
	background:url('../img/maincontents_top.png') center top no-repeat;
	padding: 17px 47px 10px 47px;
	color: #afafaf
}

#breadcrumb a {
	color: #c2c2c2;
	text-decoration: none;
}

#maincontents {
	clear:both;
	margin:0 30px 0 30px;
	background:url('../img/maincontents.png') center repeat-y
}

#sidebar {
	margin:0 17px;
	width:231px;
	float:left;
	display:inline
}

#content {
	margin-right: 17px;
	width:422px;
	float:right;
	display:inline
}

#content.full-body {
	margin:0 17px;
	width:676px;
	float:right;
	display:inline
}

div.base {
	width: 100%;
	clear: both;
	height: 0;
}

#base {
	height: 26px;
	background:url('../img/maincontents_bottom.gif') center bottom no-repeat;
}

#site-info {
	color: #8b9eca;
	text-align:center;
	text-decoration:none;
	width:100%;
	position:absolute;
	bottom:0;
	font-size:0.9em;
	background:#000 url(../img/footer.png) center bottom no-repeat;
}

#site-info a {
	color: #8b9eca;
	text-decoration: none;
}

#sitemap ul {
	list-style-type:none;
	padding-top:5px;
	padding-bottom:5px;
}
#sitemap li {
	list-style-type:none;
	padding-left:10px;
}
#sitemap li ul {
	padding-bottom:0;
}

#prod-articles {
	margin: 0;
	padding: 0;
}

#prod-articles li {
	list-style: none;
	padding-left: 20px;
	background:url('../img/article_arrow.png') left 52% no-repeat
}

#prod-articles li a {
}

.left {
	float: left;
	margin: 0 10px 10px 0
}

.right {
	float: right;
	margin: 0 0 10px 10px
}