/************************************************************************

	GLOBAL CSS
	==========

	Provides all global styles for the site which more specific sections 
	can be built on using the layered css technique

	Author:		Tom Harman		[www.optixsolutions.co.uk]

	Listing Order:
	==============

	Universal
	Forms
	General Structure / Layout
	Navigation Elements
	Header Elements
	Body Elements
	Footer Elements
	Messages

************************************************************************/

/***********************************************************************
	UNIVERSAL STYLES
************************************************************************/

body {
	font-size: .7em;
}

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#content ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

div#content p, div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, 
div#content h6, div#content table, div#content ul, div#content ol, div#content form {
	margin: 1em 0;
}

/***********************************************************************
	FORMS
************************************************************************/

fieldset, legend {
	border: none;
}

legend {
	background: transparent;
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0;
	padding: 0 .5em;
}

label {
	float: left;
	padding: 0 1em 0 0;
	text-align: right;
}

form fieldset div {
	clear: both;
	display: block;
	margin-bottom: .5em;
	padding: 0;
}

div.submit {
	clear: both;
	text-align: center;
	width: auto;
}

div.multi input {
	border: 0;
	width: auto;
}
 
form 									{ width: 100%; }

label		 							{ float: left;	height: 22px; width: 45%; }

fieldset div input,
fieldset div select,
fieldset div textarea  			{ width: 45%; }

fieldset div input.small,
fieldset div select.small,
fieldset div textarea.small 	{ width: 25%; }

div.req label, div.req p		{ font-weight: bold; }

div.multi label 					{ height: 22px; }

div.req label:before, 
div.req p:before {
	content: "* ";
}

input:focus, textarea:focus {
	background: #fafafa;
	color: #000;
}

fieldset div input, 
fieldset div select, 
fieldset div textarea  {
	border: 1px solid #aaa;
	color: #333;
	font-weight: normal;
	padding: 1px;
}

div.submit input {
	background: #777;
	border: 1px solid #333;
	color: #fff;
	font-weight: bold;
	padding: 1px .7em;
	width: auto;
}

/***********************************************************************
	GENERAL STRUCTURE/LAYOUT
************************************************************************/
div#container{
	margin: 0 auto;
	width: 788px;
}
div#header{
background-image: url(../i/layout/header-header.jpg);
background-repeat: no-repeat;
	width: 788px;
	height: 197px;
}
div#main{

background-image: url(../i/layout/body-repeat.jpg);
background-repeat: repeat-y;
/*	height:400px;*/
	width: 788px;	
}
div#footer{
	margin: 0 auto;
background-image: url(../i/layout/footer-footer.jpg);
background-repeat: no-repeat;
	width: 788px;
	height: 120px;
	padding-top: 70px;
}
/***********************************************************************
	HEADER ELEMENTS
************************************************************************/
div#nav{
	margin-top: 87px;
	height: 97px;
	width: 565px;
	text-indent: -999px;
/*	background: Fuchsia;*/
}
div#button1{
float:left;
	width: 78px;
	height: 97px;
}
div#button1 a{

float:left;
	width: 78px;
	height: 97px;
}
div#button1 a:hover{
background-image: url(../i/layout/button-home.jpg);
background-repeat: no-repeat;
float:left;
	width: 78px;
	height: 97px;
}
div#button2{
float:left;
/*	background: Blue;*/
	width: 101px;
	height: 97px;
}
div#button2 a{
float:left;
	width: 101px;
	height: 97px;
}
div#button2 a:hover{
background-image: url(../i/layout/button-contact.jpg);
background-repeat: no-repeat;
float:left;
	width: 101px;
	height: 97px;
}
div#button3{
float:left;

	width: 86px;
	height: 97px;
}
div#button3 a{
float:left;

	width: 86px;
	height: 97px;
}
div#button3 a:hover{
background-image: url(../i/layout/button-about.jpg);
background-repeat: no-repeat;
float:left;
	width: 86px;
	height: 97px;
}
div#button4{
float:left;

	width: 57px;
	height: 97px;
}
div#button4 a{
float:left;

	width: 57px;
	height: 97px;
}
div#button4 a:hover{
background-image: url(../i/layout/button-rates.jpg);
background-repeat: no-repeat;
float:left;
	width: 57px;
	height: 97px;
}
div#button5{

float:left;
	width: 51px;
	height: 97px;
}
div#button5 a{
float:left;
	width: 51px;
	height: 97px;
}
div#button5 a:hover{
background-image: url(../i/layout/button-rosi.jpg);
background-repeat: no-repeat;
float:left;
	width: 51px;
	height: 97px;
}
div#button6{
float:left;
	width: 58px;
	height: 97px;
}
div#button6 a{
float:left;
	width: 58px;
	height: 97px;
}
div#button6 a:hover{
background-image: url(../i/layout/button-ethics.jpg);
background-repeat: no-repeat;
float:left;
	width: 58px;
	height: 97px;
}
div#button7{
float:left;
	width: 111px;
	height: 97px;
}
div#button7 a{
float:left;
	width: 111px;
	height: 97px;
}
div#button7 a:hover{
background-image: url(../i/layout/button-services.jpg);
background-repeat: no-repeat;
float:left;
	width: 111px;
	height: 97px;
}

/***********************************************************************
	BODY ELEMENTS
************************************************************************/
div#content{
	float: left;
	position: relative;
	left: 25px;
	text-align: justify;
	padding: 20px;
	width:457px;
	min-height: 521px;
	background: White;
	margin-bottom: 20px;
}
* html div#content{
	height: 521px;
}
div#content img#badge{
	float: right;
}
div#content img#keys{
/*	float: left;
	position: relative;
	display: inline;
	clear: both;*/
}
div#content h1{
	font-size: 1.2em;
	font-weight: bold;
}
div#content h2{
	font-weight: bold;
	color: #6D9B5F;

}
div#content h4{
		font-weight: bold;
	color: #6D9B5F;
	text-align: center;
}
div#content strong.first-letter{
			font-weight: bold;
	color: #6D9B5F;
	font-size: 1.5em;
}

div#content ul{
	list-style: none;
	list-style-position: outside;	
	/*margin-bottom: 40px;*/
	margin-left: 0px;
	padding-left: 0px;
}
div#content ul li{
	background-image: url(../i/layout/tick.jpg);
	background-repeat: no-repeat;
	background-position: 0 -2px;
	height: 20px;
	padding-left: 30px;
	color: #6D9B5F;
	font-size: 1.1em;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1.1em; 
}
div#content ul.index-list{
	list-style: none;
	list-style-position: outside;	
	/*margin-bottom: 40px;*/
	margin-left: 0px;
	padding-left: 0px;
}
div#content ul.index-list li{
	background-image: url(../i/layout/tick.jpg);
	background-repeat: no-repeat;
	background-position: 0 -2px;
	height: 20px;
	padding-left: 30px;
	color: #6D9B5F;
	font-size: 1.1em;
	margin-top: 30px;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 1.1em; 
}


div#image-right{
	left: -35px;
	position: relative;
	float: right;
	width: 212px;
	height: 400px;
	margin-bottom: 20px;
/*	background-color: Fuchsia;*/
	background-image: url(../i/layout/cutup_06.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
div#image-right a{
float: left;
	width: 210px;
	height: 399px;
	text-indent: -9999px;
}


div#image-right-badge{
	left: -15px;
	position: relative;
	float: right;
	width: 237px;
	height: 139px;
	margin-bottom: 20px;
/*	background-color: Fuchsia;*/
	background-image: url(../i/layout/in-the-sh1t-badge.jpg);
	background-repeat: no-repeat;
	/*background-position: bottom;*/
}
div#image-right-badge a{
float: left;
	width: 237px;
	height: 139px;
	text-indent: -9999px;
}

div#table{
	display: block;
	width: 455px;
	height: 100px;
/*	background-color: Blue;*/
}
div.top1{
background-color: #BBDDB1;
float: left;
width: 229px;
height: 20px;
margin-right: 2px;
padding: 5px;
margin-bottom: 2px;
text-align: center;
}
div.top2{
background-color: #BBDDB1;
float: left;
width: 95px;
height: 20px;
margin-right: 2px;
padding: 5px;
margin-bottom: 2px;
text-align: center;
}
div.top3{
background-color: #BBDDB1;
float: left;
width: 95px;	
height: 20px;
margin-right: 2px;
padding: 5px;
margin-bottom: 2px;
text-align: center;
}

div.top4{
background-color: #E4F4DF;
float: left;
width: 229px;
height: 30px;
margin-right: 2px;
padding: 5px;
margin-bottom: 2px;

}
div.top5{
background-color: #E4F4DF;
float: left;
width: 95px;
height: 30px;
margin-right: 2px;
padding: 5px;
margin-bottom: 2px;
text-align: center;
}
div.top6{
background-color: #E4F4DF;
float: left;
width: 95px;	
height: 30px;
margin-right: 2px;
padding: 5px;
margin-bottom: 2px;
text-align: center;
font-weight: bold;
}
div.top6-lite{
background-color: #E4F4DF;
float: left;
width: 95px;	
height: 30px;
margin-right: 2px;
padding: 5px;
margin-bottom: 2px;
text-align: center;
}
div#content a{
	color:  Green;
}
div#content a:hover{
	color:  Lime;
}
/***********************************************************************
	NAVIGATION
************************************************************************/

/***********************************************************************
	FOOTER ELEMENTS
************************************************************************/


div#footer-nav{
	float: left;
	padding-left: 25px;
}
div#footer-nav ul{
	color: #000000;
}
div#footer-nav ul li{
		display: inline;
}
div#footer-nav ul li a{
	color: #000000;
}
div#footer-nav ul li a:hover{
	color: #ffffff;
}
div#optix{
float: right;
padding-right:35px;
}
/***********************************************************************
	MESSAGES
************************************************************************/

.error, .notice, .message { 
	color: #b22;
	font-weight: bold;
}

.error ol li {
	font-weight: normal;
	list-style-type: lower-roman;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: 1em;
}