/* General */
* {
	margin: 0;
	padding: 0;
	font-family: Arial, serif;
	font-size: 1em;
}

html, body {
	background-color: #030305;
	color: #888;
}

span.white {
	color: #fff;
}
span.dgrey {
	color: #333;
}
span.grey {
	color: #666;
}
span.gold {
	color: #12fffa;
}
span.small {
	font-size: 80%;
}

/* <p> */
p {
	margin: 0 0 10px;
	font-size: 0.8em;
}
	div#right p {
		font-family: "Times New Roman", Georgia, Serif;
		font-size: 1em;
		text-transform: uppercase;
		margin: 0 0 5px;
		color: #fff;
	}
	p.small {
		font-size: 0.7em;
	}
	p.strong {
		color: #999;
		font-weight: bold;
	}

/* <a> */
a {
	color: #fff;
	text-decoration: none;
}
	a:hover {
		color: #12fffa;
	}



ul#nav li a {
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	padding-left: 20px;
}
	ul#nav li ul li a {
		text-transform: none;
		font-weight: normal;
		font-style: italic;
		color: #666;
	}
		ul#nav li ul li a.nav-services {
			text-transform: uppercase;
			font-weight: bold;
			font-style: normal;
		}
	ul#nav li ul li ul li a {
		text-transform: none;
		font-style: italic;
		color: #333;
	}

ul#nav li.here a {
	color: #fff;
	background: url(images/nav_here.gif) no-repeat 0 0;
}
ul#nav li.here ul.here li.here a {
	color: #12fffa;
	background: none;
}
ul#nav li.here ul.here li.here ul.here li.here a {
	color: #12fffa;
	background: none;
}
ul#nav li.here ul.here li a  {
	color: #666;
	background: none;
}
ul#nav li.here ul.here li.here ul.here li a {
	color: #333;
	background: none;
}

ul#nav li a:hover {
	color: #12fffa !important;
}

a#tomatoproject {
	position: absolute;
	width: 150px;
	height: 62px;
	background: url(images/tomatoproject.png) no-repeat 0 0;
	right: 0;
	bottom: 15px;
}
	a#tomatoproject:hover {
		background-position: 0 -61px;
	}

a#garyhedley {
	position: absolute;
	width: 188px;
	height: 103px;
	background: url(images/logo.gif) no-repeat 0 0;
	top: 0;
	right: 0;
}

div#right a {
	font-family: "Times New Roman", Georgia, Serif;
	color: #12fffa;
	text-decoration: none;
}
	div#right a:hover {
		color: #fff;
	}

h2 a {
	color: #12fffa;
	display: block;
}
	h2 a:hover {
		color: #fff;
	}

/* <div */
div#container {
	width: 990px;
	margin: 50px auto 0 auto;
	position: relative; 
}
	div#left {
		width: 250px;
		float: left;
		background: url(images/versatile.gif) no-repeat 0 0;
		padding-top: 165px;
	}
	div#center {
		width: 492px;
		float: left;
		padding: 145px 30px 20px 30px;
		min-height: 550px;
	}
		div#center_content {
			margin-top: 20px;
			position: relative;
		}
	div#right {
		width: 188px;
		float: left;
		padding-top: 165px;
	}
	div#footer {
		width: 990px;
		margin: 0 auto 15px auto;
		padding: 0 0 30px 0;
		position: relative;
	}
		div#footer div#social {
			position: relative;
			float: right;
			right: 430px;
			top: 15px;
		}
			div#footer div#social a {
				position: absolute;
				width: 32px;
				height: 32px;
			}
				div#footer div#social a:hover {
					background-position: 0 -32px !important;
				}
				div#footer div#social a#facebook {
					left: 42px;
					background: url('images/icons/facebook.png') no-repeat 0 0;
				}		
				div#footer div#social a#twitter {
					background: url('images/icons/twitter.png') no-repeat 0 0;
				}	
				div#footer div#social a#flickr {
					left: 82px;
					background: url('images/icons/flickr.png') no-repeat 0 0;
				}				

	div#bg_right {
		position: absolute;
		*display: none;
		right: 0;
		bottom: 100px;
		background: url(images/right_bg.png) no-repeat 0 0;
		width: 188px;
		height: 298px;
		z-index: 0;
	}

	div#bg_center {
		position: absolute;
		right: 220px;
		bottom: 65px;
		width: 492px;
		height: 143px;
	}

	div.map {
		width: 492px;
		height: 250px;
	}

	div.banner {
		height: 143px;
	}
	div.banner img { 
		display: none;
	}
	div.banner img.first { 
		display: block;
	}

/* Headers */

h1 {
	color: #fff;
	font-size: 1.2em;
	text-transform: uppercase;
}

h2 {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #12fffa;
	margin: 20px 0;
}
	h2.small {
		margin-bottom: 5px;
	}
	h2.hr {
		border-bottom: 1px solid #12fffa;
		margin-bottom: 10px;
	}
	h2.nav {
		background: url(images/h2_bg.png) no-repeat right top;
	}
		h2.nav:hover {
			background-position: right -16px;
		}
h3 {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #777;
	margin: 20px 0;
}

h4 {
	font-size: 0.8em;
	text-transform: uppercase;
}

/* <ul> <li> */
ul#nav {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 20px 0;
	margin-bottom: 10px;
}
	ul#nav li {
		list-style-type: none;
	}
		ul#nav li#shop {
			margin-top: 20px;
		}
		ul#nav li ul {
			margin-bottom: 15px;
		}
			ul#nav li ul li {
				
			}
				ul#nav li ul li ul {
					margin-bottom: 0;
				}
					ul#nav li ul li ul li {
						
					}






/* cleafix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
