/**********************************************************
Name:			contactpage.css
Description:	CSS definitions for Airea contact pages.
				These styles define styles for the contact pages in addition to the internal page style rules.
Date:			13/11/2007
Author:			Andrei Vais
**********************************************************/

#contactDetails, #contactForm, #locationMap
{
	background: #212123 url('../images/separator.gif') repeat-x bottom left; 
	/*border: 1px solid green;*/
	clear: both;
	float: left;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	width: 100%;
}

#contactForm, #locationMap
{
	/*border: 1px solid blue;
	float: right;*/
	background-image: none;
	padding-bottom: 0;
}

#locationMap
{
	/*border: 1px dashed #9E9E9E;*/
	height: 450px;
}

#contactForm fieldset
{
	border: 0px solid #FFFFFF;
}

#contactForm legend
{
	display: none;
}

#contactDetails p, #contactForm p
{
	/*border: 1px solid orange;*/
	float: left;
	line-height: 160%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
}

#contactDetails p.ContactAddress
{
	margin-top: 20px;
}

#contactDetails p.RegNOVatNo
{
	margin-top: 20px;
}

#contactDetails p.ContactAddress span
{
	float: left;
	margin: 0 0 0 3px;
	padding: 0 0 0 0;
	width: auto;
}

#contactDetails p.ContactAddress span.ContactLabel
{
	float: left;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 10%;
}

#contactDetails p.ContactDetails span
{
	float: left;	
	margin: 0 10px 0 0;
	padding: 0 0 0 0;
	width: auto;
}

#contactDetails p.ContactDetails span.email
{
	width: auto;
}

#contactDetails p.ContactAddress strong, #contactDetails p.ContactDetails strong
{
	color: #777879;
	float: left;
	margin: 0 3px 0 0;
}
