/*======================================*
** rp-stylesheet.css
** ------------------------------------------------------------*
** Created: 15-01-07 (dd-mm-yy)
** Author: Jenna Smith (growldesign.co.uk)
** Template: RedPepper
**======================================*/


/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/

.padonly    {margin: 0.6em; background-color: #FFFFFF;}

body {
	background: #000666 url(images/bg.png) repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 83%; 
	text-align: center;
	margin: 0; 
	padding: 0;
	color: #351C1C;
	}
	
	.search_title {  
font: 18px Arial, Sans-Serif;
text-transform:uppercase; 
margin: 2px 0 10px 0px; 
padding: 0;
padding-top: 17px;
color: #14174E; 
border-bottom: 1px dotted #14174E;
}
	
	
img { border: 0; }
ul, 
p { line-height: .1em; font-size: 1em; margin: 2px 0 20px; }
h1, h2 { margin: 0; color: #14174E; font-weight: bold; padding-top: 7px; padding-bottom: 7px; font-size: 1.2em; }
h3, h4 { font-size: 1.1em; font-weight: bold; color: #000; margin: 0; padding-top:7px; padding-bottom:7px; }
h4 { font-size: 1.2em; }
a { color: #14174E; text-decoration: underline; }	
a:visited { color: #3F4392; text-decoration: underline;}	
a:hover { color: #3F4392; text-decoration: underline;}
.l1 { border: none !important; margin: 0 !important; }

ul { 
	padding: 0;
	list-style-type: none;
	line-height: 1.8em;
	}
ul li { background: url(images/bullet.gif) no-repeat 0% 52%; padding-left: 25px; }
		
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/		
#container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	}
* html #container { width: 740px; }	
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/			
#header { width: 780px; height: 50px; color: #FFFFFF }
#header a { color: #FFFFFF }
#header:after	{ 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	height: 0;
	}


/** Navigation **/
#header ul {
	margin: -1em 0 0 0; 
	padding: 0 10px;
	list-style-type: none;
	float: right;
	color: #FFFFFF;
	text-decoration: none; 
	border: none;
	}
* html #header ul { padding: 0; }	
#header ul li { 
	float: left;
	text-align: center;
	margin: 0 10px;
	background: transparent;
	padding: 0;
	}	
#header ul li a { 
	display: block; 
	text-decoration: none; 
	color: #fff; 
	font-size: 1.2em; 
	font-weight: bold;
	padding: .9em 5px; 
	padding-top: 25px;
	}	
#header ul li a:hover {color:#A3A7ED}	
#header ul li a.on,
#header ul li a.on:hover { border-color: #fff; }		

/*------------------------------------------------------------*
**  Body
**------------------------------------------------------------*/
#body { background: #fff url(images/body_.png) repeat-x; }
#body div { background: transparent url(images/body_left.png) no-repeat; }
#body div div { background: transparent url(images/body_right.png) no-repeat 100% 0%; height: 1%; padding: 0 20px 30px; }
* html #body div div { width: 100%; }
#body div div:after	{ 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	height: 0;
	}	
#body div div div { background-image: none; padding: 0; }

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#body #content { 
	float: right; 
	height: auto !important;
	min-height: 300px; 
	height: 300px;
	width: 475px;
	background: #fff url(images/content_shadow.png) no-repeat;	
	padding: 23px 25px 0 38px;
	}
#body #content ul.img { list-style-type: none; padding: 0; margin: 0; width: 100%; }	
#body #content ul.img:after	{ 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	height: 0;
	}	
#body #content ul.img li { float: left; margin-left: 10px; margin-bottom: 10px; padding: 0; background: transparent; }
#body #content ul.img li a { border: none; }
#body #content ul.img li img { border: 7px solid #900; padding: 1px; }	
#body #content ul.img li a:hover img { border-color: #000; }	

select { font-size:10px; }
form { background-color: #FFFFFF; padding: 0px; margin-top: 0px;  }
form p { margin: 10px 0; }
form p label { width: 100px; display: block; float: left; }
form p input, 
form p textarea { border: 1px solid #999; padding: 4px; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 1.3em; width: 240px; }
textarea { height: 100px; } 
input.btn { width: auto; }
	
/*------------------------------------------------------------*
**  Breadcrumb
**------------------------------------------------------------*/
#body #content .breadcrumb {  
	background-color: #600; 
	background-repeat: repeat-y; 
	margin-bottom: 20px;
	width: 475px;
	height: 121px;
	}

/** specific pages **/
#body #content .home { background-image: url(images/wbanner.jpg); }
#body #content .about { background-image: url(images/header_about.jpg); }
#body #content .services { background-image: url(images/header_services.jpg); }
#body #content .portfolio { background-image: url(images/header_portfolio.jpg); }
#body #content .contact { background-image: url(images/header_contact.jpg); }

/*------------------------------------------------------------*
**  Submenu
**------------------------------------------------------------*/
#body #sub { 
	float: left; 
	margin: 33px 0 0 0;		
	background-color: #fff; 
	height: auto !important;
	min-height: 267px; 
	height: 267px;
	width: 172px;
	padding: 20px 10px 0 20px;
	}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer { 
	clear: both;
	width: 780px;
	background: transparent url(images/footer_.gif) repeat-x;
	color:#FFFFFF;
	
	}
#footer a { border: none; color: #A3A7ED;}	
#footer p { color: #A3A7ED; padding: 10px; margin: 0; }
#footer span { float: right; margin: 0 10px 0 0; }

