/*-------------------------- 
Author:		Henry Lockett 
Date:		August 2008
Subject:	www.eyemac.co.uk

Padding: Top Right Bottom Left
--------------------------*/




body {
	font: 8pt/14pt tahoma,arial;
	color: #4d4d4d;
	background: #f2f2f2;
	margin: 0;
	padding: 0;
}

/* 1. LAYOUT */

#content
{
	position:absolute;
	top:80px;
	left: 50%;
	margin-left: -275px;
	width: 550px;
	background-color: #ffffff;
	color: #4d4d4d;
	border: 1px solid #cccccc;
	line-height: 180%;
}

#top
{
	position:absolute;
	top:0px;
	height: 50px;
	padding: 0;
	background-color: #ffffff;
	border: none;
}

#links {
	position:absolute;
	left:50%;
	margin-left:-500px;
	width:1200px;
	height:3900px;
}

#links ul {
	list-style: none;
}

#links li {
	float: left;
	height:35px;
	width:180px;
	text-align:center;
	margin:2px;
}

#links li a {
	background:url('../images/button-off.png');
	font-weight:bold;
	color:#dadada;
	text-decoration:none;
	height:35px;
	line-height:35px;
	width:180px;
	display:block;
}


#links li a:hover {
	background:url('../images/button-hover.png');
	color:#ffffff;	
}

#links li a.on {
	background:url('../images/button-on.png');
	color:#ffffff;	
}

#mainarea
{
	position:relative;
	top:45px;
	padding:20px 20px 75px 20px;
}

#footer
{
	position: relative;
	top:0;
	height: 22px;
	background: #ffffff url(../images/footer.gif) 0 0 repeat-x;
	text-align: right;
	margin: 0;
	padding: 0 10px 0 10px;
}


div.section
{
	clear: both;
	padding: 0 10px 0 10px;
	margin: 0 0 60px 0;
}


div.indentsection
{
	width: 400px;
	padding: 10px;
	margin-left: 40px;
}

	div.indentsection p
	{
		margin: 0 0 0 80px;
		padding: 0;
	}

	div.indentsection h3
	{
			float: left;
	}


p.captionright
{
	white-space: pre;
	text-align: center;
	float: right;
	width: 220px;
	padding: 0 4px 0 0;
	margin: 0 0 40px 0;
	line-height: 110%;
	clear: right;
}


p.captionleft
{
	white-space: pre;
	text-align: center;
	float: left;
	width: 220px;
	padding: 0 4px 0 0;
	margin: 0 0 40px 20px;
	line-height: 110%;
	clear: left;
}


/* 2. TEXT */

a:link, a:visited {color: #72A8CD;}
a:hover	{color: #7BB5DD;}

h2
{
	font: 10pt/12pt tahoma, arial, sans-serif;
	font-weight: bold;
}

h3
{	
	font-size: 8pt;
	margin-top: 0;
	margin-bottom: 10px;
}

#footer p { padding: 0; }


#bulletlist li { list-style-type: round; padding-bottom: 10px; }


/* 3. IMAGES */

img
{	float: left;
	border: none;
	margin: 0;
	padding: 0;
}

.left 
{ 	
	float: left;
	border: solid 1px #CCCCCC; 
	padding: 4px;
	margin: 0 20px 4px 0; 
}

.right 
{ 	
	float: right;
	border: solid 1px #CCCCCC; 
	padding: 4px;
	margin: 0 0 4px 20px;
	clear: right; 
}

.center 
{ 	
	float: middle;
	border: solid 1px #CCCCCC; 
	padding: 4px;
	margin: 0 0 4px 20px;
	clear: both; 
}


/* 4. SITEMAP  */

#sitemap a 
{
	font-weight: bold;
	color:#444444;
	text-decoration:none;
}

#sitemap a:hover 
{
	font-weight: bold;
	color:#888888;
}

.root:hover, .category:hover, .subcategory:hover
{
	list-style: circle;
}

.root
{
	margin-left:20px;
}

.category
{
	margin-left:40px;
}

.subcategory
{
	margin-left:60px;
}
