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

/* 
------------------------------------------------------------------------------------------------------Genetic--------------*/

/* Reset */
#contactable {
	background-image: url(../images/contact_puller.png);
	cursor:pointer;
	height:127px;
	left:0;
	margin-left:-5px; 
	*margin-left:-5px; 
	overflow:hidden;
	position:fixed;
	*position:absolute;
	text-indent:-100000px;
	top:329px;
	*margin-top:10px;
	width:48px;
	z-index:100000;
	
}

#contactForm {
	height:320px;
	left:0;
	margin-left:-282px;
	margin-top:-160px;
	overflow:hidden;
	padding-left:30px;
	position:fixed;
	top:400px;
	width:282px;
	z-index:9999;
	background-image: url(../images/f_bg.png);
	background-repeat: no-repeat;
	overflow: hidden;
}
#contactForm ul {
	list-style-type: none;
	margin-top: 70px;
	margin-left: -13px;
	}

#contactForm li {
	list-style-type: none;
	font-size: 14px;
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 10px;
}
#contactForm li a {
	font-size: 14px;
	color: #00B4FF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
#contactForm li a:hover {
	text-decoration: underline;
}