﻿/*

Henley Business Awards 2007 CSS

v1.0	25/04/07	Dave Crawford	Created

*/

*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: verdana, sans-serif;
	font-size: .7em;
}

p
{
	line-height: 1.5em;
	margin-bottom: .5em;
}

a
{
	text-decoration: none
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: none;
}

h1, h2, h3, h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;

	line-height: 2em;
}

h1
{
	font-size: 2em;
	padding-right: 20px;
	background-image: url('../images/star.png');
	background-repeat: no-repeat;
	background-position: top right;
	display: inline;
	color: #c89950;
}

h2
{
	font-size: 1.8em;
}

h3
{
	font-size: 1.6em;
	border-bottom: 1px #cf9c47 solid;
}

h4
{
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 10px;
}

#pagecontainer
{
	width: 800px;
	margin: 10px auto;
	background-image: url('../images/background_tile.png');
	background-repeat: repeat-y;
	position: relative;
}

#pageheader
{
	background-image: url('../images/header.png');
	background-position: top left;
	background-repeat: no-repeat;
	height: 136px;
	z-index: 12;
}

#contentcontainer
{
	padding: 0 10px;
	z-index: 2;
}

#leftcontainer
{
	float: left;
	width: 170px;
	padding: 10px 0 0 0px;
/*
	background-image: url('../images/leftbar_tile.png');
	background-repeat: repeat;
*/
	background-color: #000;
}

#leftcontainer ul
{
	width: 170px;
	list-style: none;
}

#leftcontainer ul li
{
	width: 170px;
	display: block;
}

#leftcontainer ul li a
{
	width: 150px;
	padding: 5px 10px;
	display: block;
	color: #fff;
}

#leftcontainer ul li a:hover
{
/*	
	background-image: url('../images/leftbar_tile_highlight.png');
	background-repeat: repeat;
*/
	background-color: #464646;
}

#leftcontainer .bottom
{
	background-image: url('../images/leftbar_bottom.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 21px;
}



#rightcontainer
{
	float: left;
	width: 590px;
	padding: 10px;
}

#rightcontainer a
{
	color: #ba002b;
}

#rightcontainer ul
{
	list-style-position: outside;
	margin-bottom: 1em;
	margin-left: 20px;
}

#rightcontainer ul li
{
	line-height: 1.5em;
	margin-bottom: .5em;
}

.sponsorcontainer
{
	margin-bottom: 30px;
}

.sponsorcontainer .header
{
	float: left;
}

.sponsorcontainer h2
{
	font-size: 1.4em;
	color: #000;
	line-height: 1em;
}

.sponsorcontainer h3
{
	font-size: 1.2em;
	color: #000;
	border: none;
}

.sponsorcontainer img
{
	float: right;	
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

#footercontainer
{
	background-image: url('../images/footer.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 300px 300px 20px 20px;
	height: 10px;
}

#carpet
{
	width: 240px;
	height: 300px;
	background-image: url('../images/carpet.png');
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 1;
}

.clearfloats
{
	clear: both;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

