body {
	margin:0 auto;
	text-align:center;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:14px;
	background:#250101 url('/images/headbg.jpg') repeat-x;
	color: #333;
}


a {color: #9e0e33; text-decoration:none; /* border-bottom:1px solid;*/ outline:none;}
a:visited{color:#9e0e33; none;}
a:hover {color: #9e0e33; text-decoration: none; }


h2 {
	color: #ff9;
	margin:0;
	font-size:14px;
	
}

h3 {display:inline; font-size:14px;}

img {border:0;} 

.category {color:#666666;}
.piece {color:#000000;}
/* .red {color: #ff0036;} */
.red {color:#e80000;}
.yellow {color:#ff9;}
.limey {color:#9bcd04;}

.smallertext {
	font-size:12px;
	line-height:100%;
}


.imgright {float: right;}
.imgleft {float: left;}

.padded {padding:15px;}

.title {margin:30px 0 7px 0;}

.sitedesc {
	font-size:12px;
	line-height:18px;
}

.imgborder {
	border:5px solid #ccc;
}

.all {
	width:960px;
	margin:0 auto;
	
}

.contentbg {
	background:#a0c3c3 url('/images/midbg.gif');
}

.greyshade {
	height:17px;
	width:100%;
	background:#333 url('/images/greyshade.jpg') repeat-x;
}

hr.site {
	color:#9e0e33;
	background-color: #9e0e33;
	size:1px;
	height:1px;
	border:0;
	margin:5px 0;
}

	#hero {
		width: 960px;
		height: 267px;
		background: url('/images/hero.jpg') no-repeat;
		
	}
	
	#hero_text {
		width: 570px;
		float:left;
		padding: 140px 0 0 25px;
		color:#fff;
		text-align:left;
		line-height:21px;
	}

#contactform input, textarea {
		margin:5px 0;
		width:250px;
		-moz-border-radius:3px;
		color:#9bcd04; /*limey*/
		background-color: #443c36;
		font-size:14px;
		padding:5px;
		border:0;
}

#contactform input {
	height:25px;	
}



#topbar {
	height:191px;
	text-align:left;
}

#toplogo {
	display:block;
	width:259px;
	height:85px;
	float:left;
	margin:45px 0 0 10px;
}

#nav {
	float:right;
	margin-right: 30px;

}


#nav ul{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;

	}


#nav li {
	display: inline;
	width:93px;
	list-style: none;
	margin: 0 5px 0 0;
	padding: 0;	
	}


#content {
	width:960px;
	margin: 0 auto;
	background:#fff;
	z-index:100;
}

#boxes {
	width:960px;
	height:208px;
	background: url('/images/boxbg.jpg') no-repeat;
}

.box {
	float:left;
	margin:0 30px;
	width:260px;
	text-align:left;
	line-height: 21px;
	
}


#foot {
	width:960px;
	background-color:#352726;
	color:#fff;
	line-height:21px;
	

}

