﻿/* ================================================================ **
** style.css
** ---------------------------------------------------------------- **
** Created: 14-06-08 (dd-mm-yy)
** Author: growldesign.co.uk
** Website: scanmetrics.co.uk
** ================================================================ */


/* ---------------------------------------------------------------- ** 
** Generic
** ---------------------------------------------------------------- */
html { font-size: 76%; }
body {
	background: #4D4D4D url(/img/bg.png);
	background-attachment: fixed;
	border-top: 5px solid #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #333;
	margin: 0;
	padding: 40px 0;
	text-align: center;
	}

/* headers */
h2, h3, h4, h5, h6 { 
	color: #396974; 
	margin: 0; 
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.3em; 
	}
h2 { font-size: 1.8em; margin: 35px 0 10px; }
h3 { font-size: 1.8em; margin: 35px 0 10px; }
h4 { font-size: 1.4em; margin: 20px 0 10px; color: #4F929F; }
h5 { font-size: 1em; margin: 20px 0 10px; }	
h6 { font-size: 1em; margin: 10px 0 10px; }

/* text */
p { margin: 15px 0; }
acronym { cursor: help; }

/* links */
a { text-decoration: underline; outline: none; color: #396974; }
a:hover { text-decoration: none; }

/* images */
img { border: 1px solid #ccc; padding: 2px; }	
a img { }
a:hover img { border-color: #aaa; }
img.right { margin: 0 0 20px 30px; }
img.left { margin: 0 30px 20px 0; }

/* lists */
ul, ol, dl { margin: 15px 0 15px 15px; padding: 0 0 0 15px; }
ul { list-style-type: disc; }
ul ul, ol ol { margin-top: 0; margin-bottom: 0; }
ol { margin-left: 25px; }
dl { margin-left: 0; }
dl dt { font-weight: bold; margin-top: 15px; }
dl dd { margin: 0; }
dl dt, li { color: #449497; }
li span { color: #333; }

/* forms */
form { 
	padding: 0; 
	margin: 25px 0 0; 
	}
form fieldset { border: 0; padding: 0; margin: 0; }
form fieldset legend { display: none; }
form p { height: 1%; }
form p:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
form p label {  
	font-size: 1em; 
	color: #333; 
	float: left; 
	display: block; 
	width: 24%; 
	margin-right: 20px; 
	font-family: Arial, Helvetica, Tahoma, sans-serif; 
	}
form p label.req { font-weight: bold; }	
form p input,
form p select,
form p textarea { 
	font-size: 1em; 
	color: #333; 
	border: 1px solid #ccc; 
	padding: 6px; 
	background-color: #fff; 
	width: 65%; 
	font-family: Arial, Helvetica, Tahoma, sans-serif;  
	}
* html form p input,
* html form p select,
* html form p textarea { width: 61%; }	
form p select { width: 57.5%; }
form ul.fieldlist { margin: -30px 0 10px 33%; padding: 0; list-style-type: none; }
form ul.fieldlist li { color: #333; padding: 0 30px 5px 0; white-space: nowrap; }
form .checkbox { width: auto; padding: 0; border: 0; background-color: transparent; }
form button {
	width: auto !important;
	overflow: visible !important;
	cursor: pointer;
	line-height: 1.2em;
	vertical-align: middle;
	background: url(/img/btn_.png) repeat-x right center;
	padding: 6px 10px !important;
	border: 0;
	font-size: 1em;
	color: #fff;
	font-weight: bold;
	margin: 0 10px 0 0;
	}	
* html form button {
	position: relative;
	}	
form .right,
form .left { width: 48%; }	
form p.right { text-align: right; margin: 0; }	

/* horizontal rule */
hr { clear: both; border: 0; height: 1px; background-color: #ddd; color: #ddd; margin: 0; }

/* classes */
.left { float: left; }
.right {float: right; }
.hide { display: none; }

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/
#container {
	background: #fff url(/img/container_.png) repeat-x;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	width: 910px;
	margin: 0 auto;
	text-align: left;
	}
#container div {
	background: url(/img/container__.png) repeat-x left bottom;
	padding: 50px 60px;
	height: 1%;
	}
#container div div { 
	background: none; 
	padding: 0;
	}	
	

/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/
#header { position: relative; }

/* Logo */
#header h1 { 
	background: url(/img/logo.png) no-repeat;
	color: #333;
	margin: 0 0 50px 6px;
	width: 193px;
	height: 104px;
	}
#header h1 a { 
	display: block;
	text-indent: -9999px;
	height: 100%;
	}
	
#header div {
	background: url(/img/monitors.png) no-repeat !important;
	width: 437px;
	height: 250px;
	position: absolute;
	right: -30px;
	top: -105px;
	overflow: visible;
	}	
	
#header h2 {
	position: absolute; 
	bottom: -10px;
	right: 50px;
	margin: 0;
	background: url(/img/summary.png) no-repeat;
	width: 250px;
	height: 69px;
	text-indent: -9999px;
	z-index: 999;
	}	

/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
#header ul {
	margin: 0;
	padding: 6px 3px;
	background-color: #333;
	list-style-type: none;
	height: 1%;
	}
#header ul:after { 	
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	font-size: 0;
	height: 0;
	}	
#header ul li {
	float: left;
	margin: 0 10px 0 3px; 
	}
#header ul li a {
	text-decoration: none;
	display: block;
	color: #fff;
	}	
#header ul li a span {
	color: #fff;
	font-size: 1.3em;
	padding: 9px 8px 7px;
	display: block;
	}
#header ul li a:hover { background: url(/img/nav_over__.png) no-repeat left center; }
#header ul li a:hover span { background: url(/img/nav_over_.png) no-repeat right center; }	 	
#header ul li.on a:hover,
#header ul li.on a { background: url(/img/nav_on__.png) no-repeat left center; }
#header ul li.on a:hover span,
#header ul li.on a span { background: url(/img/nav_on_.png) no-repeat right center; }	

/*------------------------------------------------------------*
**  Body
**------------------------------------------------------------*/
#body {
	padding: 1px 0 0; 
	}
#body:after { 	
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	font-size: 0;
	height: 0;
	}
	
p.info,
p.error,
p.success {
	background: #449497 url(/img/information.png) no-repeat 5px 5px;
	border: 1px solid #365A69;
	color: #fff;
	padding: 3px 5px 3px 25px;
	margin: 25px 0;
	}	
p.error {
	background-color: #9F1D1D;
	background-image: url(/img/exclamation.png); 
	border-color: #6F0D0D;
	}	
p.success {
	background-color: #589744;
	background-image: url(/img/accept.png); 	
	border-color: #2D5F1D;
	}	
	
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background-color: #333;
	width: 790px;
	margin: 0 auto;
	text-align: left;
	color: #ccc;
	padding: 0 60px;
	}
#footer:after {	
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 0;
	}
#footer ul { list-style-type: none; float: right; }
#footer ul li { display: inline; margin-left: 20px; }
#footer ul li a,
#footer ul li a span { color: #fff; }

	