/* @override 
	http://liveforwork.gtdabtesting.com/design/css/screen.css
	http://liveforwork.co.uk/design/css/screen.css
*/

body {
  margin: 0;
  padding:0;
  background:url('/design/images/bodybg.gif') top center repeat-y #d1d1d1;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
}

#flash {
	position: absolute;
	margin-top: 12px;
	width: 360px;
	height: 302px;
	margin-left: 38px;
	margin-right: auto;
	left:  50%;
}

#head
{
 height:314px;
 text-align:center;
 background:url('/design/images/headbg.gif') repeat-x;
}

#main {
  width:859px;
  margin-left:auto;
  margin-right:auto;
  background:url('/design/images/bodybg.gif') top center repeat-y #d1d1d1;
  line-height: 1.4em;
  color:  #222;
}

#main h1 {
	color: #a6000d;
	font-size: 1.5em;
	margin-top:  0px;
	line-height:  1.2em;
	margin-bottom: 12px;
}

#main h2 {
	color: #a6000d;
	font-size: 1.1em;
	margin-top:  0px;
	line-height:  1.2em;
	margin-bottom: 12px;
}

#main h4 {
	color: #a6000d;
	font-size: 1.1em;
	margin-top:  0px;
	line-height:  1.3em;
	text-transform: uppercase;
	margin-bottom: 12px;
}


#container
{
 margin-left:20px;
 margin-right:20px;
 overflow:hidden;
 zoom:1;
}

#leftmenu 
{
 width:200px;
 float:left;
 margin-top: 30px;
 line-height: 0em;
}

#leftmenu ul
{
 margin:10 0 0 0;
 padding:0;
 list-style-type: none;
 line-height: 0em;
}

#leftmenu li
{
 margin:0;
 padding:0;
 line-height: 0em;
}

#leftmenu a
{
 line-height: 1em;
 display:block;
 margin:0;
 padding-bottom:20px;
 text-align:right;
 font-size:13px;
 font-weight:bold;
 text-decoration:none;
 text-transform:uppercase;
 color:#333;
}

#leftmenu a:hover , #leftmenu a.selected
{
 color:#b50508;
}

#divider
{
 height:1px;
 font-size:0;
 line-height:0;
 margin-top:15px;
}

#leftmenu .text
{
 text-align:right;
 color:#333;
 line-height:1.4em;
 width: 200px;
}

#leftmenu .text p {
	margin-top: 3px;
}

#leftmenu .text h1
{
 font-size:1.1em;
 font-weight:bold;
 text-transform:uppercase;
 color: #ac0705;
 margin:0 0 0 0;
}



#content
{
 width:560px;
 padding-right:30px;
 padding-left: 15px;
 float:right;
 border-left: 1px dashed #DDD;
 padding-top:  5px;
}

#content a {
	color: #af0609;
}

#content p {
	margin-top: 0px;
	margin-bottom: 14px;
}

#content li {
	background: url(/design/images/li.gif) no-repeat left center;
	list-style-type: none;
	padding-left: 24px;
	padding-top: 2px;
	padding-bottom: 1px;
}

#content ul {
  margin-left: 0px;
  padding-left: 5px;
}


#footer
{
 clear:right;
 text-align:left;
 border-top:  1px dashed #DDD;
 padding-top: 5px;
 height: 30px;
 margin-top: 0px;
 margin-bottom: 15px;
}

#footer a
{
 margin:5px 5px 5px 5px;
 padding-right: 14px;
 font-size: 0.9em;
	border-right: 1px solid #CCC;
 text-decoration:none;
 text-transform:uppercase;
 color:#AAA;
}

#footer a:hover , #footer a.selected
{
 color:#666;
}

.contact_form dt {
	float: left;
	width: 115px;
}

.newsletter dd {
    margin: 0px;
}

.contact {
	background-color: #EEE;
	border: 1px dashed #DDD;
	padding:  5px 15px 15px 15px;
}

.submit {
	margin-left: 180px;
}

.client_logos img {
  border: 1px solid #DDD;
  padding: 1px;
}

#bookingform {
  padding: 10px;
  text-align: center;
  border: 1px solid #800000;
  background: #ddd;
}

#bookingform p {
	padding: 0;
	margin: 0;
}	
