/* 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-size:1.1em;
	height:100%;
	width:100%;	
	background-color:#dfdfdf;
}

#contact{
	padding-top:1px;
	}

#contactable {
	background-image:url(../images/NeedAssistancePng.png);
	color:#FFFFFF;
	/*background-color:#333333;*/
	cursor:pointer;
	height:202px;
	left:0;
	margin-left:-5px; 
	overflow:hidden;
	position:fixed;
	*position:absolute;
	text-indent:-100000px;
	top:0px;
	*margin-top:110px;
	margin-top:110px;
	width:35px;
	z-index:100000;
}

#contactForm {
	background-color:#586769;
	border:2px solid #FFFFFF;
	color:#FFFFFF;
	height:300px;
	left:0;
	margin-left:-300px;
	margin-top:-90px;
	overflow:hidden;
/*	padding-left:10px;*/
	padding-right:10px;
	position:fixed;
	*position:absolute;
	top:200px;
	width:275px;
	*width:275px;
	z-index:99;
}

form#contactForm input, textarea {
	background:#FFFFFF none repeat scroll 0 0;
	outline-style:none;
	outline-width:medium;
	width:225px;
	padding:5px;
	border:1px solid #dfdfdf;
	
	font-size:1em;
	margin-bottom:10px;
}

form#contactForm .submit {
	background: #ecc157 none repeat scroll 0 0;
	outline-style:none;
	outline-width:medium;
	width:225px;
	padding:5px;
	border:2px solid #c8a44d;
	outline-color:-moz-use-text-color;
	font-family: georgia;
	font-size:1em;
	cursor:pointer;
	color:#000;
	text-transform:uppercase;
	font-weight:bolder;
	font-family:Helvetica;
	margin-top:10px;
}

form#contactForm p {
	width:225px;
	font-size:0.9em;
}

#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;
}

#name.error { background-color: #EDBE9C; }
#email.error { background-color: #EDBE9C; }
#comment.error { background-color: #EDBE9C; }
#phone.error { background-color: #EDBE9C; }

#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: #FFF;
	width:225px;
	margin: 100px auto;	
	display:none;
}


.holder {
	margin:0 auto;
	padding-top:20px;
	text-align: left;
	padding-left:25px;
}	
.number	{
	font:12px "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	}