/*------------------------------------------------------------*
**  
    CSS coding by Empire Elements - www.empire-elements.co.uk
    Contact us on : info@empire-elements.co.uk
	UK Mobile: 07891 226 702   Tel: 020 8816 8289
	
**------------------------------------------------------------*/
/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	}
	
	
/*------------------------------------------------------------*
**  Main Container
**------------------------------------------------------------*/	
#Container {
	width: 792px;
	text-align: justify;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	padding: 10px;
	border: 1px solid #CCCCCC;
}
/*------------------------------------------------------------*
**  Main Container
**------------------------------------------------------------*/
#Top{
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	width: 792px;
}
#Top img{
	float: right;
	width:200px;
	clear:both;
}
#Top h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #d20000;
	font-style: normal;
	line-height: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#Top h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #005787;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-weight: bold;
}	

#Top TelBox{
	float: right;
	border: thin;
	border-color: #845a10;
}
/*------------------------------------------------------------*
**  Top Navigation
**------------------------------------------------------------*/
#nav
{
	height: 25px;
	background-color: #EFEFEF;
	width: 792px;
	margin-top: 0px;
	
}

div#nav ul
{
	height: 25px;
	list-style: none;
	width: 800px;
	display: inline;
	margin-left: 0px;
	padding-left: 0px;
	
	
}

div#nav ul li
{
	list-style: none;
	display: block;
	width: 110px;
	float: left;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
	font-weight: normal;
	border-right: 1px solid #FFFFFF;	
}

div#nav ul li a
{
	width: 100%;
	height: 25px;
	display: block;
	color: #666666;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 14px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

div#nav ul li.last
{
	width: 129px;
}

div#nav ul li a:hover
{
	color: #FFFFFF;
	background-color: #666666;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
/*------------------------------------------------------------*
**  Top Image
**------------------------------------------------------------*/
div#TopImage {
	text-align: right;
	width: 200px;
	padding-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*------------------------------------------------------------*
**  InfoLine
**------------------------------------------------------------*/
div#InfoLine {
	background-color: #d20000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	height: 18px;
	line-height: 18px;
	font-weight: bold;
	padding-right: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	width: 792px;
}

div#InfoLineLeft {
	background-color: #9cb32d;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	height: 18px;
	line-height: 18px;
	font-weight: bold;
	padding-right: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}

div#InfoLine a{
	color: #FFFFFF;
	text-decoration: none;
}
div#InfoLine a:hover{
	color: #CCCCCC;
	text-decoration: none;
}
/*------------------------------------------------------------*
**  MainText
**------------------------------------------------------------*/
/* Container Start*/
div#MainText {
	width: 800px;
	clear: both;
	float: left;
	padding-bottom: 0px;
}
div#MainText h1{
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 16px;
	font-weight: bold;
	color: d2000;
	margin-top: 14px;
}
div#MainText h2{
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background: #9cb32d;
	margin-top: 10px;
}

/* Container Left Start*/
div#MainText-left {
	width: 180px;
}
div#MainText-left ul {
	height: 25px;
	list-style: none;
	width: 180px;
	clear: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#MainText-left ul li {
	list-style: none;
	display: block;
	width: 180px;
	float: left;
	text-align: left;
	line-height: 25px;
	font-size: 12px;
	font-weight: normal;

}
div#MainText-left ul li a{
	width: 100%;
	height: 25px;
	display: block;
	color: #d20000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 14px;
	padding-left: 10px;
	background-color: #EFEFEF;
	margin: 1px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #d20000;
}
div#MainText-left ul li a:hover {
	color: #FFFFFF;
	background-color: #d20000;
	font-weight: bold;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #d20000;
}

div#MainText-leftcontact {
	clear: left;
	width:175px;
	color: #d20000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #9cb32d;
	border-right-color: #9cb32d;
	border-bottom-color: #9cb32d;
	border-left-color: #9cb32d;
	background-color: #EFEFEF;
	padding: 10px;
	
}
div#MainText-leftcontact a {
color: #666666;
text-decoration: none;
}
div#MainText-leftcontact a:hover{
color: #000000;
text-decoration:none;
}
/* Container Right Start*/
div#MainText-right {
	clear: both;
	width: 570px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	line-height: 18px;
}

div#MainText-right a{
	color: #d20000;
	text-decoration: none;
}
div#MainText-right a:hover{
	color: #000000;
	text-decoration: none;
}
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
div#Footer {
	width: 100%;
	clear: both;
	background-color: #EFEFEF;
}
div#Footer p{
	padding: 5px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #949494;
}
div#Footer a{
	color: #d20000;
	text-decoration: none;
}
div#Footer a:hover{
	color: #333333;
	text-decoration: none;
}

.body text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-color: #666666;
	
	}
	
.underline{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-color: #9cb32d;
	text-decoration: underline;
	color: #9cb32d;
	
	}
	 
.imgleft {
float: left;
padding: 6px 50px 6px 10px;
}

.imgright {
float: right;
padding: 6px 10px 6px 10px;
}

.a {
	color: #333333;
	text-decoration: none;
	font-size: 9px;
}

.anoborder{
	color: #FFCC00;
	text-decoration: none;
	font-size: 9px;
	border: none;
}
