/*
STYLE SHEET FOR HUCK ENQUIRY FORM
Created by Kirsty Burgoine
www.xxxxxxxx.co.uk
ToC
	1.  defaults
	2.  structure
	3.  links and navigation
	4.  fonts
	5.  images
	6.  hacks
Notes
*/

/* ------- 1. defaults ------- */

* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
}

/* ------- 2. structure ------- */

#wrapper {
	margin: 10px auto;
	height: 700px;
	width: 971px;
	background-color: #ffffff;
	overflow: hidden;
}

#failure{
	position:relative;
	left:287px;
	top:10px;
	margin-bottom:6px;
}
#masthead {  /* Company logo or banner */
background: url(../images/header.jpg) no-repeat top center;
height: 74px;
}

#content {  /*  Main central content box  */
background:url(../images/background.jpg) no-repeat top center;
overflow: hidden;
height:621px;
}

#left-top {
float: left;
height: 200px;
width: 570px;
padding-top: 1em;
}

#left-bottom {
padding: 14px 0 0 30px;;
float: left;
width: 500px;
}

#right {
float: right;
padding-right: 30px;
margin-top:-200px;
width: 400px;
}

.grey-box {
	float: left;
	width: 194px;
	height: 110px;
	background-color: #b1b3b5;
	margin-right: 20px;
	margin-bottom: 10px;
	font-size:11px;
}
.grey-box h4{
	font-size:14px;
	color: #000000;
	padding-top:5px;
	padding-left:10px;
}
.grey-box p {
	color: #000000;
	padding-bottom:5px;
	padding-left:10px;
}
.downloads {
float: left;
width: 214px;
background-color: #b1b3b5;

}

#info {
width: 200px;
float: right;
margin-top: 100px;
}

.seperator {
	clear: both;
	height: 0;
}

/* ------- 3. links and navigation ------- */

a {
	font-family: Arial, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited {
}

a:hover {
	color: #660000;
}

a:active {
}

/* -------4. fonts ------- */

h1, h2, h3, h4, p, ul, ol, label{
	color: #ffffff;
}



#masthead h1 {
	color: #000000;
	font-size: 36px;
	padding-top: 0.5em;
	text-align: center;
	font-weight: bold;
}

#left-top h1 {
float: right;
color: #FFFFFF;
font-size: 3em;
text-align: right;
/*text-shadow: #000000 0.1em 0.1em 0.1em; */
font-style: italic;
width: 250px;
font-weight: bolder; 
}

/* CSS drop shadow trick for text */
.shadow  { /* used for cross browser compatability on drop shadow on #left-top h1 */
position:relative; 
display:block; 
color:#fff; 
height: 1em; /* Needed for IE drop shadow */
filter: Shadow(Color=#000000, 
               	Direction=135, 
                Strength=5);
}

.shadow span { 
position:absolute; 
display:block; 
top:-100px;  
}

.shadow:before { 
display:block; 
padding: 0px; 
margin: 0 -2px -135px 0;
content: attr(title); 
color:#000;  
} 


#right h3 {
padding: 0.5em 0 1.2em 0;
text-align: right;
font-size: 1.4em;
}

#left-bottom h3{
margin-top: 0.5em;
font-size: 1.4em;
}

.downloads h4 {
	font-size:14px;
	font-weight:bold;
	color:#000000;
}

#left-top p {
text-align: right;
float: right;
margin: 10px 50px 0 150px;
font-size: 0.95em;
width: 350px;
}


.downloads{
	padding: 10px;
}


#right p {
font-size: 1em;

}

ul {
}


ol {
	list-style:outside;
	list-style-type:decimal;
	margin-left: 24px;
	margin-top:5px;
	font-size: 12px;
	
}
#listwrap{
	width: 350px;
	padding:10px 0px 10px 5px;
}
li {
	line-height: 15px;
	padding-bottom:7px;
}

hr {
}

.red {
color: #FF0000;
}

form {
float: right;
width: 300px;
}

.formfield {
width: 200px;
float: right;
}

textarea {
width: 200px;
height: 50px;
float: right;
}

label {
text-align: right;
float: left;
width: 90px;
}

.button {
	border:1px solid #666;
	background-color:#CCCCCC;
	float: right;
	width:100px;
	height:30px;
	font-size:12px;
}


/* ------- 5. images ------- */

a img {
	border: 0;
}


/* -------6. hacks ------- */

body {/*IE 5 centring bug fix */
text-align: center;
}

#wrapper {
text-align: left;
}

*html #left-top p {
margin: 10px 25px 0 0px;
}

*html #left-bottom h3 {
padding-top: 0;
}

*html .grey-box {
margin-bottom: 0;
}
