/* CSS Document

Designed by BlueberryTech

// CREATED: JAN 2009
// SUPPORT: SUPPORT@BLUEBERRYTECH.CO.UK
// ARCHITECT: IAN ISTED

*/

body, html {
	margin:0px;
	padding:0px;
	font-family:Trebuchet ms, arial, "lucida console", sans-serif;
	background-color:#222222;
	font-size:10pt;
}

#wrapper  {
	width:750px;
	min-height:500px;
	background-color:#ff9900;
	padding:20px;
	margin:auto;
	margin-bottom:10px;
	margin-top:40px;
}

#wrapper .sb-inner {
	background-color:#ff9900;
}

#banner {
	text-indent:-4000px;
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	height:75px;
	width:182px;
	margin-left:20px;
	padding:0;
	margin-right:0;
	float:left;
}

#bannerwrap {
	height:90px;
	width:720px;
}

#navigation {
	height:90px;
	width:400px;
	margin-top:-10px;
	float:right;
}

#navigation div {
	height:90px;
	margin-top:20px;
	font-size:14pt;
	font-family:Trebuchet ms, arial, "lucida console", sans-serif;
	text-align: right;
	color:#ffffff;
}


#navigation ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
}

#navigation ul li {
	margin-left: 0;
	padding: 0px 0px 0px 10px;
	display: inline;
	list-style: none;
}

#navigation a:link {
	color:#ffffff;
	text-decoration:none;
}

#navigation a:visited {
	color:#ffffff;
	text-decoration:none;
}

#navigation a:hover {
	color:#ffffff;
	text-decoration:underline;
}


h1 {
	font-family:trebuchet ms, arial, "lucida console", sans-serif;
	margin-top:0px;
	font-weight:normal;
}

h2 {
	font-family:trebuchet ms, arial, "lucida console", sans-serif;
	margin-top:0px;
	font-size:12pt;
	font-weight:bold;
}

hr {
  border: 0;
  height: 1px;
  text-align: right;
  background-color:#ffffff;
  color:#ffffff;
}

p {
font-family:trebuchet ms, arial, "lucida console", sans-serif;
	font-weight:normal;
	
}

.conform1 {
	float:left;
	border-right:1px dotted;
	padding-right:15px;
}

.conform2 {
	float:left;
	padding-left:15px;
}

 
.clearer  {
	clear:both;
}

#log {
	width:300px;
	margin-top: 10px;
}
 
#log_res {
	overflow: auto;
}
 
#log_res.ajax-loading {
	padding: 0px 0;
	background: url(http://demos.mootools.net/demos/Group/spinner.gif) no-repeat center;
}

#main {
	min-height:315px;
	width:670px;
	clear:both;
	padding:20px;
	margin-bottom:20px;
	overflow:auto;
	margin-left:20px;
	background-color:#ffffff;
}
#cons  {
	font-size:10pt;
}

#footer  {
	text-align:center;
}

#footer a:link {
	color:#000000;
	text-decoration:none;
}

#footer a:visited {
	color:#000000;
	text-decoration:none;
}

#footer a:hover {
	color:#ffffff;
	text-decoration:underline;
}



.picright {
	float:right;
	margin-left:1em;
}


#main ul li {
	padding: 3px 0 0px 20px;
	margin: .4em 0;
	background-image: url(images/bullet.gif);
	list-style:none;
	background-repeat: no-repeat;
	background-position: 0 50%;
}

#main .sb-inner {
	background-color:#ffffff;
}