/* CSS Document */
<!-- 
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

.twoColElsRtHdr #container { 
	width: 977px;
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	background-image:url(../assets/background.jpg);
	background-position:center top;
	background-repeat:no-repeat;
} 
.twoColElsRtHdr #header { 
	padding: 0;
	height:650px;
} 
.twoColElsRtHdr #header h1 {
	margin: 0;
	padding: 10px 0;
}

.twoColElsRtHdr #sidebar1 {
	float: right; 
	width: 240px;
	padding: 0 0 20px 0;
	text-align:center;
	border:#000000 1px solid;
	margin-bottom:20px;
}
.twoColElsRtHdr #sidebar1 h3, .twoColElsRtHdr #sidebar1 p {
	margin-left: 10px;
	margin-right: 10px;
}

.twoColElsRtHdr #mainContent {
  	margin: 0;
	width:664px;
	padding:20px;
	margin-left:25px;
	border-top:1px #DFDFDF solid;
	border-right:1px #DFDFDF solid;
	border-left:1px #DFDFDF solid;
} 
.twoColElsRtHdr #footer { 
	padding: 0 10px;
	background:#DDDDDD;
	height:135px;
	background-image:url(../assets/bottom-background.png);
	background-repeat:no-repeat;
} 
.twoColElsRtHdr #footer p {
	margin: 0;
	padding: 10px 0;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.navigation{
	width:630px;
	float:right;
	text-align:right;
	margin-top:105px;
}

.navigation ul{
    float: right;
    height: 62px;
    list-style-type: none;
    margin: 10px;
    padding: 0;
	font-size:110%;
}

.navigation ul li{
	float:right;
	margin-right:2px;
	color:#FFFFFF;
	vertical-align:middle;
}

.navigation ul li a{
    display:block;
	width:117px;
	text-align:center;
    height: 42px;
    padding-top: 20px;
	color:#FFFFFF;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
}

.grey-colour{
	background-color:#333333;
}


.navigation ul li.item1 a:hover{
    background-color:#702637;
}
.navigation ul li.item2 a:hover{
    background-color:#4B4E61;
}
.navigation ul li.item3 a:hover{
    background-color:#D15C26;
}
.navigation ul li.item4 a:hover{
    background-color:#9AA326;
}
.navigation ul li.item5 a:hover{
    background-color:#8B653E;
}

.grey-colour-item1{
	background-color:#702637;
}
.grey-colour-item2{
	background-color:#4B4E61;
}
.grey-colour-item3{
	background-color:#D15C26;
}
.grey-colour-item4{
	background-color:#9AA326;
}
.grey-colour-item5{
	background-color:#8B653E;
}

.logo{
	width:200px;
	height:200px;
	z-index:999;
	margin-left:25px;
	margin-top:5px;
	float:left;
}
.bottom-padding{
	margin-left:24px;
}
.footer-nav{
	width:100%;
	text-align:center;
	padding-top:25px;
	
}
.footer-link{
	width:100%;
	text-align:center;
	padding-top:25px;
	
}
.footer-nav a{
	border-bottom:#FFFFFF solid 3px;
}

.footer-link a:hover, .footer-link a:visited, .footer-link a:link, .footer-link a:active{
	color:#FFFFFF;
	text-decoration:none;
}

a:hover, a:visited, a:link,  a:active{
	color:#000000;
	text-decoration:none;
}
.contact-details{
	float:right;
	width:250px;
}

--> 
