/* 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 {
	font-size: 16px;
	padding: 10px;
	color:#FFFFFF;
	background-color:#4C90FE;
	cursor:pointer;
	height:25px;
	right:0;
	margin-right:-5px; 
	*margin-right:-5px; 
	overflow:hidden;
	position:fixed;
	*position:absolute;
	top:15px;
	*margin-top:10px;
	width:124px;
	z-index:100000;
	font-weight: bold;
	border: 1px solid #4C90FE;
	/*
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;*/
	
}

#contactForm {
	opacity: 0.8;
	background-color:#FFFF99;
	border-radius: 3px;
	color:#000000;
	height:310px;
	right:0;
	margin-right:-400px;
	*margin-right:-434px;
	margin-top:-160px;
	overflow:hidden;
	padding-left:20px;
	position:fixed;
	top:280px;
	width:240px;
	*width:394px;
	z-index:99;
	font-size: 14px;
}

form#contactForm input, textarea {
	background:#FFFFFF none repeat scroll 0 0;
	outline-style:none;
	outline-width:medium;
	width:200px;
	padding:5px;
	border:1px solid #dfdfdf;
	font-family: georgia;
	font-size:1em;
	margin-bottom:10px;
}

form#contactForm .submit {
	background: #F5410F none repeat scroll 0 0;
	outline-style:none;
	outline-width:medium;
	width:211px;
	padding:5px;
	border:3px solid #F52D0F;
	outline-color:-moz-use-text-color;
	font-family: georgia;
	font-size:1em;
	cursor:pointer;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bolder;
	font-family:Helvetica;
	margin-top:10px;
}

form#contactForm p {
	width:325px;
	font-size:0.9em;
}

form#contactForm .disclaimer {
	*margin-left:20px;
}

#contactForm .red {
	color:	#F5410F;
}

#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;
}

form#contactForm #loading {
	background: url(../images/ajax-loader.gif) no-repeat;
	width:55px;
	height:55px;
	margin: 100px auto;
	display:none;
}

#callback {
	font-family: georgia;
	font-size:1.1em;
	color: #000000;
	width:300px;
	margin: 100px auto;	
	display:none;
}
.holder {
	margin:0 auto;
	*margin-left:20px;
	padding-top:20px;	
}
 #content {
  background-color:#FDFDFD;
  border-left:2px solid #333333;
  border-right:2px solid #333333;
  margin:0 auto 0;
  padding:10px;
  position:relative;
  width:930px;
  height:100%;
  } 
	