/***********************************************
* http://www.spicers.net
* @copyright Copyright (C) 2007 Spicers. All rights reserved.
* @version 1.0
* @author iluminis UK Ltd <info@iluminis.com>
***********************************************/


/***** Global Settings *****/

html, body {
border:0;
margin:0;
padding:0;
}

body {
font:100%/1.25 arial, helvetica, sans-serif;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

h1, h4 {
padding:5px 0 0 0;
letter-spacing:-1px;
font:2em arial, helvetica, sans-serif;
}

h2, h5 {
padding:10px 0;
letter-spacing:-1px;
font:1.5em arial, helvetica, sans-serif;
}

h3, h6 {
font:1em arial, helvetica, sans-serif;
font-weight:bold;
}

p, ul, ol {
margin:0;
padding:0 0 10px 0;
}

ul {
	color: #777777;
	list-style:disc;
	padding:0 0 10px 40px;
}

ol {
	color: #777777;
	list-style:decimal;
	padding:0 0 10px 40px;
}

li {
	padding: 7px 0px;
}

blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a, a:visited {
text-decoration:none;
}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}




/* hide from IE mac \*/
html
{
	height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body
{
	background: url("../images/header.jpg") #7d7d7f top center no-repeat;
	height: 100%;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
}

#container {
	position: relative;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 530px;    
	text-align: left;
	/*background: #FFFFFF;*/
	/*border: 1px solid #000;*/
}

#flash_window {
	height: 210px;
	margin: 130px auto 0px auto;
}

#footer {
	background: url("../images/gradient.jpg") #7d7d7f top center no-repeat;
	color: #ddd;
	padding: 20px;
	text-align: center;
}

#footer a{
	color: #fff;
	text-decoration: none;
}
#footer a:hover{
	color: #ffff00;
	text-decoration: underline;
}

#footer small{
	color: #ffff00;
}
