
/*
Lovingly hand-crafted by Citrus Tree Media.
http://www.citrustreemedia.com/
Please respect our copyright as we do yours...
*/

/* ---------------------
title: 1st Impressions stylesheet
author: Simon Tweedale
created: 15/07/10
version: 1.0
--------------------- */

/* -----------------------------------------------------------------------------
   generic style */
   
* {
	margin: 0;
	border: 0;
	padding: 0;
}

body {
   	font-family: "Helvetica Neue",Arial,sans-serif;
	font-size: 62.5%;
	color: #444444;
	line-height: 1.8em;
	background: url(../images/bg.jpg) 0 0 #c2ba7b;
	}

p	{
	padding-bottom: 0.8em;
	}
	
.spacer	{
	clear: both;
	}
		
img.float-right	{
	border: 2px solid #fff;
	display: block;
	float: right;
	clear: right;
	margin: 0 0 1em 1em;
	-moz-box-shadow: 2px 2px 7px #888;
	-webkit-box-shadow: 2px 2px 7px #888;
	}

.no-margin	{
	margin: 0 !important;
	}

.equipment-image	{
	position: absolute;
	right: 10px;
	top: -8px;
	}
	
/* -----------------------------------------------------------------------------
    stop horrible click box in firefox */

a {
  outline: none;
	}

:focus {
  -moz-outline-style: none;
	}
	
/* -----------------------------------------------------------------------------
   generic layout style */

#header-wrapper	{
	background: url(../images/headerbg.jpg) center top no-repeat #8f7566;
	}

#header	{
	width: 960px;
	height: 145px;
	padding-top: 30px;
	margin: 0 auto;
	}
	
#wrapper	{
	background: url(../images/navbg.jpg) 0 0 repeat-x #e5e4d2;
	border-top: 1px solid #d8d6c2;
	border-bottom: 2px solid #fff;
	font-size: 1.3em;
	padding-bottom: 1.5em;
	text-shadow: 1px 1px 1px #fff;
	}
	
#content	{
	clear: both;
	margin: 0 auto;
	width: 960px;
	position: relative;
	}
	
#main-panel	{
	width: 672px;
	float: left;
	background: url(../images/vert.gif) right top repeat-y;
	padding-right: 30px;
	}

#sidebar	{
	float: right;
	width: 230px;
	}

/* -----------------------------------------------------------------------------
  header style */
	
#logo {
	float: left;
	}

#header div	{
	float: right;
	background: #8f7566;
	color: #fff;
	padding: 1em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	font-size: 1.3em;
	opacity: 0.9;
	text-shadow: 1px 1px 1px #665c3f;
	border: 2px solid #bcbdae;	
	-moz-box-shadow: 2px 2px 7px #555;
	-webkit-box-shadow: 2px 2px 7px #555;
	}
	
#header p	{
	font-weight: bold;
	padding-bottom: .2em;
	}

#header ul	{
	list-style: none;
	}
	
#header ul a	{
	list-style: none;
	color: #fff;
	}
	
/* -----------------------------------------------------------------------------
  nav style */
  
ul#nav {
	font-weight: bold;
	width: 960px;
	margin: 0 auto 1.2em;
	height: 37px;
	}  
  
ul#nav li {
	float: left;
	list-style: none;
	width: auto;
	margin-right: 44px;
	}  
  
ul#nav li a {
	text-decoration: none;
	text-align: center;
	display: block;
	height: 35px;
	line-height: 37px;
	color: #939287;
	} 	
    
ul#nav li a:hover,ul#nav li a#active {
	background: url(../images/navselected.jpg) center bottom no-repeat;
	color: #b1852f;
	}   
	
/* -----------------------------------------------------------------------------
 banner style */
 
#bannertop,#banner,#bannerbase	{
	clear: both;
	margin: 0 auto;
	width: 979px;
	}

#bannertop {	
	background: url(../images/bannertop.jpg) 0 0 no-repeat;
	height: 10px;
	}

#banner	{
	background: url(../images/bannermid.jpg) 0 0 repeat-y;	
	padding: 10px 20px 0;
	width: 939px;
	}

#banner-inner	{
	width: 260px;
	margin-right: 15px;
	float: left;
	}

#banner h1	{
	font-size: 1.1em;
	margin-bottom: .5em;
	color: #999999;
	line-height: 1.7em;
	}
	
#banner h1 strong	{
	font-size: 2.4em;
	color: #eab44a;
	font-weight: normal;
	letter-spacing: -1px;
	}
		
#bannerbase {	
	background: url(../images/bannerbase.jpg) 0 0 no-repeat;
	height: 37px;
	}

/* -----------------------------------------------------------------------------
 content style */
	
#main-panel ul	{
	margin: 1em 0;
	padding-left: 2em;
	}	

#main-panel li	{
	padding-left: 20px;
	list-style: none;
	margin-bottom: 1em;
	background: url(../images/main-bullet.jpg) 0 4px no-repeat;
	}

/* -----------------------------------------------------------------------------
 ctas style */

ul#ctas	{	
	clear: both;
	list-style: none;
	}

ul#ctas li	{
	background: url(../images/vert.gif) right top repeat-y;
	width: 230px;
	padding-right: 10px;
	float: left;
	margin-right: 10px;
	}

ul#ctas h2	{
	font-size: 1.5em;
	color: #b1852f;
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: .5em;
	min-height: 44px;
	}

ul#ctas p	{
	padding: 0;
	}

ul#ctas a	{
	text-decoration: none;
	color: #b1852f;
	font-weight: bold;
	}
	
ul#ctas a:hover	{
	color: #333;
	}
	
/* -----------------------------------------------------------------------------
 sidebar style */ 

#sidebar ul#ctas	{
	margin-top: 2em;
	}

#sidebar ul#ctas li	{
	margin-right: 0;
	background: none;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dotted #d1d3c6;
	}

#sidebar ul#ctas li h2	{
	font-size: 1.2em;
	min-height: 20px;
	}
	
/* -----------------------------------------------------------------------------
   text style */

h1	{
	margin: .5em 0;
	color: #b1852f;
	font-size: 3em;
	font-weight: normal;
	letter-spacing: -1px;
	}

/* -----------------------------------------------------------------------------
   form style */	
  

#footer label{
		display:block;
		padding-bottom: 2px;
		color: #fff;
		text-shadow: 1px 1px 1px #665c3f;
	}

#footer input{
		padding: 5px;
		border: 1px solid #9a9d9e;
		background: #fff;
		width: 210px;
		margin-bottom: .8em;
	}
		
#footer input.button {
		width: auto;
		border: none;
		margin-bottom: 10px;
		background: url(../images/btn-bg.jpg) 0 0 repeat-x;
		border: 1px solid #fff;
		clear: both;	
		color: #fff;
		font-weight: bold;
		cursor: pointer;
		padding: 5px 15px;
	}

/* -----------------------------------------------------------------------------
 footer style */
 	
#footer	{
	width: 960px;
	margin: 0 auto;
	clear: both;
	font-size: 1.3em;
	padding: 2em 0;
	text-shadow: 1px 1px 1px #d5cda6;
	line-height: normal;
	}

#footer img {
	float: right;
	padding-bottom: .9em;
	}

#footer p a {
	text-decoration: none;
	color: #000;
	}
	
#footer a:hover {
	color: #fff;
	text-shadow: 1px 1px 1px #665c3f;
	}
	
.footerblock	{
	background: url(../images/footer-vert.gif) right 0 repeat-y;
	width: 230px;
	padding-right: 10px;
	float: left;
	margin-right: 10px;
	min-height: 210px;
	}
	
.footerblock h3	{
	color: #fff;
	font-size: 1.4em;
	font-weight: normal;
	padding-bottom: .2em;
	text-shadow: 1px 1px 1px #665c3f;
	margin-bottom: .5em;
	}

.footerblock ul	{
	list-style: none;
	}
	
.footerblock li	{
	padding-left: 20px;
	margin-bottom: 1em;
	background: url(../images/footer-bullet.jpg) 0 2px no-repeat;
	}
	
.footerblock li	a {
	text-decoration: none;
	color: #444;
	}

p.credits	{
	margin-top: 34px;
	}

/* -----------------------------------------------------------------------------
	end style sheet */