/* Anovid Front Page Stylesheet */
/* Location: "//lib/css/front.css" */
@charset "utf-8";

/* Headline */
#headline
{
	width: 698px;
	height: 170px;
	overflow: hidden;
	margin: 0 0 0 0;
	background-image: url(/lib/img/headlines/contact-us.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
	display: block;
	line-height: 170px;
	text-indent: -9999px;
}

/* General Styling */
.green
{
	color: #79c163;
}

/* Telephone */
#telephone
{
	width: 644px;
	margin: 0 0 27px 0;
	padding: 55px 0 0 0;
	background-image: url(/lib/img/titles/lets-have-a-dialogue.png);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#telephone p
{
	margin: 0;
	padding: 30px 0 22px 0;
	background-image: url(/lib/img/contact/telephone.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	font-size: 30px;
}
#telephone #number
{
	margin: 0 0 0 20px;
}

/* Email Form */
#email
{
	overflow: hidden;
	width: 644px;
	margin: 0;
	padding: 55px 0 0 0;
	background-image: url(/lib/img/titles/we-love-a-challenge.png);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#left
{
	width: 300px;
	float: left;
}
#left p
{
	margin: 0 0 15px 0;
	padding: 0;
}
#left #address
{
	font-size: 18px;
	margin: 30px 0 40px 0;
}
#left #icon
{
	height: 128px;
	background-image: url(/lib/img/contact/email.png);
	background-repeat: no-repeat;
	background-position: center 0px;	
}
#right
{
	width: 287px;
	float: right;
	font-size: 12px;
	font-weight: bold;
	padding: 15px;
	border: 1px solid #666;
	background-image: url(/lib/img/contact/form-background.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#form
{
	width: 100%;
}
#form p
{
	line-height: 12px;
	margin: 0;
	padding: 0 0 5px 0;
}
.detail
{
	font-size: 11px;
	color: #999;
	font-weight: normal;
	line-height: 11px;
	float: right;
}
#form input.text
{
	width: 100%;
	background-color: #f1ffed;
	border: 1px solid #666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #333;
	margin: 0 0 10px 0;
	padding: 2px;
}
#form textarea
{
	width: 100%;
	background-color: #f1ffed;
	border: 1px solid #666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #333;
	margin: 0 0 10px 0;
	padding: 2px;
}
#form input.submit
{
	background-color: #222;
	border: 1px solid #666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
	margin: 0;
	padding: 2px;
}

/* Thank You */
#thankyou
{
	width: 287px;
	height: 350px;
	float: right;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 15px;
	border: 1px solid #666;
	background-image: url(/lib/img/contact/form-background.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
