/* theodin.co.uk -Designed and developed by Philip Beel All Rights Reserved*/

/* 
------------------------------------------------------------------------------------------------------Genetic--------------*/
* html .png{
	position:relative;
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "plugin-images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
	);
}
.contactAt { color:#FFFFFF;}

#contactable {
	background-image:url(../plugin-images/contact.png);
	color:#FFFFFF;
	cursor:pointer;
	height:170px;
	left:0;
	margin-left:-5px;
	overflow:hidden;
	position:fixed;
	text-indent:-100000px;
	margin-top:-155px;
	top:60%;
	width:68px;
	z-index:10;
}
*html #contactable {
	margin-top:0px;
	position:absolute;top:expression((-0 - contactable.offsetHeight+(document.documentElement.clientHeight ? document.documentElement.clientHeight/2:document.body.clientHeight/2)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop:document.body.scrollTop))+'px');
}

#contactForm {
	left:0;
	margin-left:-512px;
	margin-top:-250px;
	padding-left:-4px;
	position:fixed;
	top:60%;
	width:510px;
	z-index:99;
}

*html #contactForm {
	margin-top:100px;
	position:absolute;top:expression((-0 - contactForm.offsetHeight+(document.documentElement.clientHeight ? document.documentElement.clientHeight/2:document.body.clientHeight/2)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop:document.body.scrollTop))+'px');
}

#contactForm span{
	font-family:"Trebuchet MS", Georgia, "times New Roman", arial;
	font-size:13px;
}

#contactForm label{
	font-family:"Trebuchet MS", Georgia, "times New Roman", arial;
	font-size:13px;
}

form#contactForm p {
	width:325px;
	font-size:13px;
}

#contactForm .red {
	color:	#F5410F;
}

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

#contactForm .error { 	
	font:normal 13px "Trebuchet MS", Georgia, "times New Roman", arial;
	line-height:10px; color:#FF0000; 
}

#contactForm input.error,#contactForm textarea.error {color:#000; }

#contactForm #loading {
	width:155px;
	height:55px;
	margin: 100px auto;
	display:none;
}

#callback {
	display:none;
}

.thankNote {
	font:normal 13px "Trebuchet MS", Georgia, "times New Roman", arial;
	border-top:solid 1px #666666; 
	display:block; 
	clear:both; 
	margin:22px 19px 0 19px; 
	padding:25px 0 20px 0px; 
	text-align:center; 
}	

.feedContainer {
	width:510px;
	margin:65px auto 40px auto;
	padding-top:17px;
	position:relative;
	font:normal 14px/17px "Trebuchet MS", Georgia, "times New Roman", arial;
}

.feedContainer .close { position:absolute; right:0px; top:-8px; z-index:200000; }
.feedContainer .feedBtn { position:absolute; right:-36px; top:30%; z-index:200000; }
.gradient { background:#FDFDFD url(../plugin-images/form-bg.gif) repeat-x 0 100%; }	


.topCrv {
	background:url(../plugin-images/crv-top.png) no-repeat 0 0;
	position:absolute; top:0;
	width:512px; height:17px;
}

*html .topCrv {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='plugin-images/crv-top.png', sizingMethod=crop);
}	

.botCrv {
	background:url(../plugin-images/crv-bot.png) no-repeat 0 0;
	position:absolute;
	bottom:0;
	width:100%;
	height:17px; font-size:0px; line-height:0;
	}

*html .botCrv {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='plugin-images/crv-bot.png', sizingMethod=crop);
}
	
.flLeft { float:left; margin-left:-16px; }
.flRight { float:right; margin-right:-16px; }
.flLeftbot { float:left; margin-left:-16px; }
.flRightbot { float:right; margin-right:-16px;}	

.leftHand {
	padding-bottom:17px;
}
.leftHand div.leftshad {
	background:url(../plugin-images/shd-l.png) repeat-y 0 0; padding-left:6px;
}	

*html .leftHand div.leftshad {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='plugin-images/shd-l.png', sizingMethod=crop);
}
.rightHand {
	background:url(../plugin-images/shd-r.png) repeat-y 100% 0;
	height:100%; overflow:hidden;padding:0px 6px 0px 0;
}
*html .rightHand {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='plugin-images/shd-r.png', sizingMethod=scale);
}
.rightHand div.rightshad {
	background-color:#FDFDFD;
	padding-top:0px;
}
.feedContainer form {
	padding:16px 21px;
	height:100%; overflow:hidden;
}	
.feedContainer label {
	display:block;
	padding:4px 0;
	margin:0;
}
.feedContainer label input, .feedContainer label textarea {
	font:normal 14px/15px "Trebuchet MS", Georgia, "times New Roman", arial;
	width:438px;
	height:26px;
	border:solid 1px #DDDDDD;
	padding:15px 0 0 10px;
	color:#4D4D4D; overflow:auto;
}
.feedContainer label span {
	width:280px;
	padding-left:14px;
	float:left;
}	
.feedContainer label textarea {
	height:96px;
}
.feedContainer label input.btn {
	/*background:#333333 url(../plugin-images/input-bg.gif) repeat-x;*/
	background:url(../plugin-images/send.png);
	border:solid 1px #5F5F5F;
	width:128px;
	height:40px;
	padding:0;
	color:#fff;
	font-size:18px;
	float:left;
	cursor:pointer;
}
