/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.htmlarea {
	border: 1px solid #ccc;
}

body {
	text-align: center;
	background: #000 url(../images/bgbody.jpg) no-repeat scroll center top;
	color: #FFF;
	font: 1em Arial, Tahoma, Verdana;
}

h1 {
	color: #ed1c24;
	font: normal 25px Impact, Charcoal, sans-serif;
}

h2 {
	font-size: 1.4em;
}

a {
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}


.red{color: #ed1c24;}

p {
	padding: 0;
	margin: 10px 0;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

textarea, select {
	border: 1px solid #ccc;
	font-family: Arial, Tahoma, Verdana;
	font-size: 1em;
	padding: 5px;
}

textarea {
	width: 658px;
	height: 68px;
}

.textbox {
	border: 1px solid #ccc;
	width: 288px;
	padding: 5px;
}

#container {
	width: 980px;
	margin: auto;
	text-align: left;
}

#header{
	height: 275px;
	width: 980px;
	padding-top: 45px;
	position: relative;
}

#header ul{
	height: 33px;
	width: 600px;
	font-family: Impact, Charcoal, sans-serif;
	position: absolute;
	top: 203px;
	right: 0px;
}

#header ul li{
	float: left;
	display: inline;
}

#header ul li.on a {color: #ed1c24;}

#header ul li#middle{
	padding-right: 170px;
	padding-left: 170px;
	display: inline;
}

#header ul li a{
	color: #FFF;
	font-size: 17px;
	font-weight: normal;
}

#header ul li a:hover{
	color: #ed1c24;
}

#content{
	height: 528px;
	clear: both;
	float: left;
	width: 980px;
}

.home{
}
.services{
}
.contact{
}

ul.services{
	font: normal 34px Impact, Charcoal, sans-serif;
	float: left;
	width: 300px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
ul.services li{
	color: #ed1c24;
	padding-bottom: 52px;
}

#fixings {
	float: right;
	margin-top: -70px;
	position: relative;
	left: -60px;
}

#footer{
	font: normal 18px Impact, Charcoal, sans-serif;
	height: 140px;
	padding: 10px 0;
	clear: both;
	float: left;
	width: 980px;
	font-size: 0.9em;
}

#footer img {
	margin-top: 20px;
}

#footer .iso{
	float: right;
	padding-top: 38px;
	padding-left: 40px;
}

#contact{
	float: right;
	width: 670px;
}

.small {
	font-size: 0.9em;
}

/* common */

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.leftpic {
	float: left;
	margin: 0 20px 20px 0;
}

.rightpic {
	float: right;
	margin: 0 0 20px 20px;
}

.verify {
	border: 1px solid #ccc;
	position: relative;
	top: 6px;
}

.boldred {
	font-weight: bold;
	color: red;
	list-style: disc inside;
}

.textright {
	clear: both;
	text-align: right;
}
