/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles at the end of this file instead 
of style.css so it is easier to update the theme. 
Simply copy an existing style from style.css to this file, 
and modify it to your liking.
*/
#orng {
  font-family: "Arial", sans-serif;
  color: #eb8136;
  font-weight: 800;
}
#orng a {
  text-decoration: none;
  color: #eb8136;
}
#orng a:hover {
  text-decoration: underline;
}
.orange_text {
	color:#eb8136;	
}

.black_text {
	color:#313748;	
}
/** BANNER **/
#banner{
	width:1000px;
	height:419px;
	margin:auto;
}
#images1{
	background:url(http://www.rkb247.co.uk/images/img01.jpg) no-repeat;
	width:309px;
	height:384px;
	float:left;
}

#images3{
	background:url(http://www.rkb247.co.uk/images/img03.jpg) no-repeat;
	width:309px;
	height:384px;
	float:right;
}
#images2{
	background:url(http://www.rkb247.co.uk/images/img02.jpg) no-repeat;
	width:309px;
	height:384px;
	margin:auto;
}
.navigation{
	float:left;
	margin-top:288px;
	height:80px;
	width:309px;
	background:url(http://www.rkb247.co.uk/images/nav01.png) no-repeat ;
	line-height:80px;
	text-align: center;
	
	/* for IE */
	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity:0.8;
}
.navigation ul {
    text-align: center;
}
.navigation ul li {
    display: inline;
	background:url(http://www.rkb247.co.uk/images/space2.jpg) no-repeat right center;
}
.navigation ul li.last {
	background:none;
}
.navigation ul li a {
	color: #3C4256;
	font-family: Tahoma;
	font-size: 20px;
	font-weight: bold;
	line-height: 80px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
	text-decoration: none;
}

.navigation ul li a:hover{
	color:grey;
}