/*
Theme Name: The Visa Butler
Theme URI: http://www.thevisabutler.co.uk/
Description: A bespoke theme for <a href="http://www.thevisabutler.co.uk/">The Visa Butler</a>.
Version: 1.0
Author: Camber
Author URI: http://www.camber-group.com/
Tags: copyright

	The Visa Butler v1.0
	http://www.thevisabutler.co.uk/
	
	This theme was designed and built by Camber,
	whose website you will find at http://camber-group.com/
	
	The CSS, XHTML and design are all copyright.

*/



/* 
	Menu 
*/

  

/* Sets up the menu */

#nav
{
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0.65em;
}

#nav ul 
{
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}


/* Defines the appearance of the links */

#nav a 
{
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	color: #000;
	background-color: #;
	text-decoration: none;
	padding: 10px 30px 0 30px;
}


#nav li 
{
	float: left;	
}

#nav li a:hover
{
	color: #999;
	background-color: #;
}













/* 
	Footer 
*/

  

#footer-nav
{
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0.65em;
}

#footer-nav ul 
{
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}


/* Defines the appearance of the links */

#footer-nav a 
{
	font-size: 0.9em;
	font-weight: bold;
	color: #999;
	border-right: 1px solid #fff;
	background-color: #;
	text-decoration: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}


#footer-nav li 
{
	float: left;	
	padding: 10px 0 0  10px ;
	margin-left:10px;
	background-image: url("images/footer-divider.gif");
	background-repeat: no-repeat;
	background-position: 0 11px;
}

#footer-nav li.copyright 
{
	background: none;
}

#footer-nav li a:hover
{
	color: #000;
	background-color: #;
}




