/*  
Theme URL: http://www.rhball.co.uk/
Description: R H Ball & Co.
Author: Joshua Gutteridge (Skyte Media)
Author URL: http://www.skytemedia.com/

Copyright (c) R H Ball & Co.

*/

/* Generic
---------------------------------------------------------------------------------*/

body	{
	padding: 0;
	margin: 0;
	font: 12px/2em Georgia, "Times New Roman", Times, serif;
	color: #333;
	background: #E4F8FD url(../img/icons/bg.jpg) repeat-x;
}

img {
	border: none;
}

/* Font and Typography
---------------------------------------------------------------------------------*/

h1 {
	font: normal 22px Georgia, "Times New Roman", Times, serif; 
	color: #333;
	padding: 0;
	margin: 0;
}

h2 {
	font: bold normal 15px Georgia, "Times New Roman", Times, serif; 
	color: #333;
}

h3 {
	font: normal 14px Georgia, "Times New Roman", Times, serif; 
	color: #333;
	font-weight: bold;
}

p {
	font: 14px/1.6em Georgia, "Times New Roman", Times, serif; 
	color: #444;
	text-align: justify;
}

.red {
	color: #FF0000;
}

/* Links
---------------------------------------------------------------------------------*/
a:link, a:active, a:visited {
	text-decoration: underline;
	color: #222;
}

a:hover {
	text-decoration: underline;	
	color: #666;
}

/* Layout
---------------------------------------------------------------------------------*/
#wrapper {
	width: 780px;
	margin: 20px auto;
	border: 10px solid #EEE;
	background-color: #FFF;
}

#header {
	padding: 20px 20px 15px 20px;
}

#logo{
	float: left;
}

#menu {
	float: right;
}

#menu ul{
	margin: 0;
	padding: 0 0 10px 0;
	list-style-type: none;
	margin: 8px 0 2px 0;
	float: right;
}

#menu li{
	float: left;
	padding-left: 20px;
}

#menu li a{
	list-style-type: none;
	float: left;
	font: 19px Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 2px solid #FFF;
}

#menu li a:hover{
	list-style-type: none;
	float: left;
	font: 19px Arial, Helvetica, sans-serif;
	border-bottom: 2px solid #EEE;
}

.selected {
	font: 19px Arial, Helvetica, sans-serif;
	border-bottom: 2px solid #EEE;
	color: #666;
	float: left;
}

#content {
	width: 740px;
	padding: 0 20px;
}

#content img {
	padding-top: 20px;
	border-top: 1px solid #DDD;
	clear: both;
}

#text {
	width: 480px;
	float: left;
	margin-top: 20px;
}

#pane {
	float: right;
	background-color: #D8E8EE;
	margin-top: 20px;
	width: 200px;
	padding: 20px;
}

#footer {
	clear: both;
	width: 740px;
	padding: 5px 0 15px 20px;
	float: left;
	padding-top: 10px;
	font: 11px Arial, Helvetica, sans-serif;
}

#left {
	float: left;
	padding-top: 5px;
}

#left ul{
	margin: 0;
	padding: 0 0 10px 0;
	list-style-type: none;
}

#left li{
	float: left;
	padding-right: 10px;
}

#left li a{
	list-style-type: none;
	float: left;
	font: 11px Arial, Helvetica, sans-serif;
	margin-top: 5px;
}

#web {
	float: right;
	text-align:right;
	padding-top: 5px;
}

/* Services Icons
---------------------------------------------------------------------------------*/
#services {
	margin: 20px 0px 0px 0px;
	clear: both;
	border: 1px solid #DDD;
	padding: 20px 10px;
}

#services_2 {
	margin-top: 20px;
}

#services ul, #services_2 ul {
	padding: 0;
	margin: 0;
}

#services li, #services_2 li {
	width: 169px;
	height: 35px;
	list-style-type: none;
	padding: 10px 0px 10px 70px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #333;
	float: left;
}

#services li a, #services_2 li a{
	font-weight:normal;
	font: 14px Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #CCC;
	list-style-type: none;
	float: left;
}

#services li a:hover, #services_2 li a:hover{
	font-weight:normal;
	font: 14px Arial, Helvetica, sans-serif;
	color: #333;
	opacity: 0.5;
  	filter: alpha(opacity = 50);
	list-style-type: none;
	float: left;
}

.ltd {background: url(../img/icons/ltd.jpg) no-repeat;}
.advice {background: url(../img/icons/advice.jpg) no-repeat;}
.accounts {background: url(../img/icons/accounts.jpg) no-repeat;}
.wage {background: url(../img/icons/wage.jpg) no-repeat;}
.tax {background: url(../img/icons/tax.jpg) no-repeat;}
.book {background: url(../img/icons/book.jpg) no-repeat;}	

.sub {
	font: 11px/20px Arial;
	color: #999;
}

/* Contact Page
---------------------------------------------------------------------------------*/
#contact{
	margin-top: 20px;
}

.contact_left {
	width: 125px;
	float: left;
	font: 14px/2.6em Arial;
	color: #222;
	padding-left: 20px;
	clear:both;
}

.contact_right {
	width: 334px;
	float: left;
}

#contact_send {
	width: 300px;
	float: left;
	padding: 3px 0 0 145px;
}

.contact_field {
	border: 1px solid #CCC;
	height: 20px;
	font: 14px/1.5em Georgia;
	color: #333;
	padding: 5px;
	width: 200px;
}

.contact_box {
	width: 300px;
	border: 1px solid #CCC;
	height: 100px;
	font: 14px/1.5em Georgia;
	color: #333;
	padding: 5px;
}

.button{
	border: 1px solid #CCC;
	padding: 5px;
	margin-right: 3px;
}

.button:hover{
	border: 1px solid #333;
	background-color: #D8E8EE;
	padding: 5px;
	cursor: pointer;
}

/* Clearfix
---------------------------------------------------------------------------------*/
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
