/*************************************************************
** General CSS
*************************************************************/

body {
	background:#000;
	margin:0 0 20px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:000;
}

h1 {
	font-size:24px;
	line-height:26px;
}

h2 {
	font-size:22px;
	line-height:24px;
}

h3 {
	font-size:20px;
	line-height:22px;
}

h4 {
	font-size:18px;
	line-height:20px;
}

h5 {
	font-size:16px;
	line-height:18px;
	margin-top:40px;
}

h6 {
	font-size:14px;
	line-height:16px;
	margin-top:30px;
}



a {
	color:#E5E5E5;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a.more {
	font-size:14px;
	font-weight:bold;
}



/*************************************************************
** Header CSS
*************************************************************/
	
#header {
	background-image: url('../images/top-centre.jpg');
	background-repeat: repeat-x;
	height:212px;
}

#header .left {
	background-image: url('../images/top-left.jpg');
	background-repeat: none;
	width:360px;
	height:212px;
	float:left;
}

#header .right {
	background-image: url('../images/top-right.jpg');
	background-repeat: none;
	width:372px;
	height:212px;
	float:right;
}


/*************************************************************
** Content CSS
*************************************************************/


#content {
	background-color:#000;
}

#content table#contenttable {
	width:100%;
}

#content table#contenttable td.left {
	width:165px;
	background-color:#414141;
	vertical-align:top;

	/*
	border:1px solid yellow;
	*/
}

#content table#contenttable td.centre {
	/* width of left/right div + 15px padding */
	background-color:#A9A9A9;
	text-align:left;
	padding:15px 15px 30px 15px;
	vertical-align:top;

	/*
	border:1px solid red;
	*/
}

#content table#contenttable td.right {
	width:103px;
	background-color:#000;
	vertical-align:top;

	/*
	border:1px solid green;
	*/
}


/*************************************************************
** Nav CSS
*************************************************************/

ul#nav {
	list-style-type: none;
	margin:0;
	margin: 10px 10px 50px 5px;
	padding:0;
}

ul#nav li {
	width:125px;
	margin:2px;
	padding:2px;
}

ul#nav li a {
	background-color:#585858;	
	color:white;
	width:100%;
	height:100%;
	display:block;
	text-decoration:none;
	font-weight:bold;
	padding:5px 0 5px 10px;
}

ul#nav li a:hover, ul#nav li a.selected {
	background-color:white;
	color:#585858;
}
	

/*************************************************************
** Specific CSS
*************************************************************/


#contactinfo {
	text-align:right;
	color:white;
	font-size:15px;
	font-weight:bold;
}

#contactinfo a {
	color:white;
}


#copy {
	color:white;
	background:black;
	text-align:right;
	padding:5px 110px 0 0;
}		

.servicesimg {
	float:right;
}



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


.price {
	font-weight:bold;
	font-style:italic;
}

.centre {
	text-align:center;
}

.right {
	text-align:right;
}

.colours {
	text-align:center;
}

.colours div {
	float:left;
	padding:8px;
}

ol {
	color:#E5E5E5;
}

h6.emaillink {
	margin:0;
}