/************************************************************************

	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
				Nick Watson
				Tom Fletcher
				[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;
	background-color: #352348;
}

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;
}

img#bwc {
	margin: 0px 0px 10px 115px;
}
/***********************************************************************
	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{
	width: 770px;
	margin: 0 auto;
}
div#header{
	width: 770px;	
	height: 165px;
	background-image: url(../i/layout/header-header.jpg);
	background-repeat: no-repeat	;	
}
div#main{
	width: 770px;	
	background-image: url(../i/layout/body-repeat.jpg);
	background-repeat: repeat-y;
	float: left;	
}
div#content-left{
	width: 398px;	
	background-image: url(../i/layout/content-left.jpg);
	background-repeat: no-repeat	;	
	float: left;
	padding-left: 30px;
	padding-right: 10px;
}
* html div#content-left{
	width: 398px;	
	background-image: url(../i/layout/content-left.jpg);
	background-repeat: no-repeat	;	
	float: left;
	padding-left: 30px;
	padding-right: 10px;
}
div#content-right{
	width: 332px;
/*	height: 441px;*/
	background-image: url(../i/layout/content-right.jpg);
	background-repeat: no-repeat;	
	float: right;
}
* html div#content-right{
	width: 332px;
/*	height: 441px;*/
	background-image: url(../i/layout/content-right.jpg);
	background-repeat: no-repeat	;	
	float: right;
/*	margin-right: 8px;*/
}
div#footer{
margin: 0 auto;
	width: 770px;
	height: 150px;
	background-image: url(../i/layout/footer-footer.jpg);
	background-repeat: no-repeat	;
	clear: both;
	padding-top: 50px;
}
/***********************************************************************
	HEADER ELEMENTS
************************************************************************/

/***********************************************************************
	BODY ELEMENTS
************************************************************************/
div#content-left p{
	text-align: justify;
	margin-bottom: 10px;
}
div#content-left h1{
/*width: 412px;*/
height: 36px;
background-image: url(../i/layout/content-title.jpg);
background-repeat: no-repeat;
margin-top: 20px;
text-indent: -999em;
}
div#content-left h1.tele{
/*width: 412px;*/
height: 36px;
background-image: url(../i/layout/tele-content-title.jpg);
background-repeat: no-repeat;
margin-top: 20px;
text-indent: -999em;
}

div#content-left ul{
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
div#content-left ul li{
	height: 25px;
	background-image: url(../i/layout/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0 0 ;
	padding-top: 5px;
	padding-left: 20px;
}
div#content-left ul li a{
color: #666666;
text-decoration: underline;
	
}
div#content-left ul li a:hover{
	color: #D2C9E1;
}
div#main div#content-right a.contact{
	width: 330px;
	height: 441px;
	float: left;

}


div#content-right ul{
	margin-left: 50px;
	margin-right: 20px;
	margin-top: 50px;
	margin-bottom: 20px;
	clear: both;


}
div#content-right ul li{
	height: 25px;
	background-position: 0 0 ;
	padding-top: 5px;
	padding-left: 20px;
	margin-bottom: 5px;
	text-align: center;
}
div#content-right ul li a.points{
color: #666666;
text-decoration: underline;
	width: 100px;
	height: 20px;
/*	float: left;*/

}
div#content-right ul li a:hover{
	color: #ffffff;
}



div#content-left ul.header{
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 1.8em;
}
div#content-left ul.header li{
	height: 25px;
	background-image: url(../i/layout/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0 6px ;
/*	padding-top: 5px;*/
	padding-left: 20px;
}
div#content-left ul.header li a{
color: #666666;
text-decoration: none;	
}
div#content-left ul.header li a:visited{
color: #666666;
/*text-decoration: underline;*/	
}
div#content-left ul.header li a:hover{
	color: #D2C9E1;
}
h2{
	font-size: 1.2em;
	margin-bottom: 4px;
}

div#header a{
	float: left;
		width: 770px;	
	height: 165px;

}
/***********************************************************************
	NAVIGATION
************************************************************************/

/***********************************************************************
	FOOTER ELEMENTS
************************************************************************/
div#footer ul{
	margin-top: 60px;
	float: left;
	margin-left: 30px;
	width: 500px;
}
div#footer ul li{
	float: left;
}
div#footer  p{
	color: #ffffff;
}
div#footer  a{
	color: #ffffff;
}
div#footer  a:hover{
	color: #d2c9e1;
}
div#gumph{
	width: 500px;
	margin-left: 30px;
	margin-top: 5px;
	float: left;
	color: #ffffff;
}
div#gumph a{
	color: #ffffff;
	text-decoration: underline;
}
div#gumph a:hover{
	color: #d2c9e1;
	text-decoration: underline;
}
div.footer-stuff{
	margin-left: 30px;
	margin-top: 10px;
}
/***********************************************************************
	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;
}