/* 
Trafalgar Logistics Holding Page
Core Styles


Created By 
Rob Wright
www.boost-creative.co.uk
--------------------------------------------------------


=Generic
--------------------------------------------------------
*/

body {
	margin:3% 0px 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #FFF ;
}

a img { border:none;}
a, a:hover{ text-decoration:none; font-size:1.1em;}
a { color:#0062a8;  }
a:hover { color:#699dc2;}


h1{
	width:177px;
	height:76px;
	background:url(../images/logo.png) no-repeat;
	text-indent:-9000px;
}
h1 a{
	width:177px;
	height:76px;
	display:block;
}


/*
=Content
--------------------------------------------------------
*/

#content {
	width:556px;
	margin:0px auto 0px;
	height:588px;
	padding:1px 0px;
	position:relative;
	background: #FFF url(../images/background.png) center 6px no-repeat;
	display:block;
}


#content h1 {
	margin:345px 0px 10px 290px;

}

#content p {
	margin:0px 0px 0px 299px;
	padding:0px 15px 8px ;
	color: #666666;
	border-left:1px solid  #CCCCCC;
}
#content p strong{
	font-size:1.1em;
	display:block;
	margin-bottom:5px;
}

/*
=Contact
--------------------------------------------------------
*/

#contact {
	width:556px;
	margin:0px auto 0px;
	height:588px;
	padding:1px 0px;
	position:relative;
	background: #FFF url(../images/contact_background.png) center 6px no-repeat;
	display:block;
}

#contact  h1 {
	margin:45px 0px 10px 190px;

}

#contact h2 {
	font-weight:normal;
	margin:15px 15px 15px 55px;
	font-size:1.2em;color:#0062a8;
}

#contact form{
	padding:5px 20px;
}

#contact p{
	margin:15px 55px 5px 55px;
}
#contact form p{
	margin:15px 15px 15px 35px;
	border:none;
	padding:0px;
}

#contact form p label input, #contact form p label textarea{
	display:block;
	width:430px;
	margin-top:5px;
	font-size:11px;
}

#contact  p.error {
	color:#990000;
}