/* theodin.co.uk -Designed and developed by Philip Beel All Rights Reserved*/
	/* 
------------------------------------------------------------------------------------------------------Genetic--------------*/
	/* Reset 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
} */
q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

/* body {
	font-family: georgia;
	font-size:1.1em;
	height:100%;
	width:100%;	
	background-color:#dfdfdf;
}*/
#contactable {
	background-image: url(../images/contact.png);
	color: #FFFFFF;
	background-color: #F26832;
	cursor: pointer;
	height: 102px;
	left: 0;
	margin-left: -5px; *
	margin-left: -5px;
	overflow: hidden;
	position: fixed; *
	position: absolute;
	text-indent: -100000px;
	top: 45px; *
	margin-top: 10px;
	width: 44px;
	z-index: 100000;
}

#contactForm {
	background-color: #F26832;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	height: 550px;
	left: 0;
	margin-left: -400px; *
	margin-left: -434px;
	margin-top: -160px;
	overflow: hidden;
	padding-left: 30px;
	position: fixed;
	top: 200px;
	width: 360px; *
	width: 394px;
	z-index: 99;
}

form#contactForm input,textarea {
	background: #FFFFFF none repeat scroll 0 0;
	outline-style: none;
	outline-width: medium;
	width: 325px;
	padding: 5px;
	border: 1px solid #dfdfdf;
	font-family: verdana, arial;
	font-size: 1.1em;
	margin-bottom: 10px;
}

form#contactForm .submit {
	background: #F5410F none repeat scroll 0 0;
	outline-style: none;
	outline-width: medium;
	width: 325px;
	padding: 5px;
	border: 3px solid #F52D0F;
	outline-color: -moz-use-text-color;
	font-family: verdana, arial;
	font-size: 1.7em;
	cursor: pointer;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bolder;
	font-family: Helvetica;
	margin-top: 10px;
}

form#contactForm p {
	width: 325px;
	font-size: 1em;
	font-weight: bolder;
}

form#contactForm .disclaimer { *
	margin-left: 20px;
	color: #FFFFFF;
}

#contactForm .red {
	color: #FFFFFF;
	font-size: 1.7em;
}

#overlay {
	background-color: #666666;
	display: none;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.error {
	background-color: #EDBE9C;
}

#name.error {
	background-color: #EDBE9C;
}

#email.error {
	background-color: #EDBE9C;
}

#comment.error {
	background-color: #EDBE9C;
}

form#contactForm label { *
	margin-left: 20px; *
	margin-left: 0px;
	color: #FFFFFF;
}

form#contactForm #loading {
	background: url(images/ajax-loader.gif) no-repeat;
	width: 55px;
	height: 55px;
	margin: 100px auto;
	display: none;
}

#callback {
	font-family: verdana, arial;
	font-size: 1.1em;
	color: #FFF;
	width: 325px;
	margin: 100px auto;
	display: none;
}

.holder {
	margin: 0 auto; *
	margin-left: 20px; *
	margin-left: 0px; 
	padding-top: 20px;
}