body {
	background-color: #F3F3F3;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #fff;
}

#branding {
	float: left;
	height: 85px;
	background-color: #fff;
}

#topnav {
	clear: both;
	background-color: #5790C3;
}

.main-pic {
	float: left;
	width: 33%;
	height: 177px;
	text-align: center;
}

.main-pic img {
	border: 0;
}

#content {
	clear: both;
	padding: 20px;
}

#content p {
	font-size: 0.9em;
	line-height: 14px;
}

#footer {
	clear: both;
	margin-top: 7px;
	border-top: 3px solid #5790C3;
	padding: 5px;
}

#footer p {
	font-size: 0.9em;
	color: #474747;
	text-align: right;
	margin-right: 30px;
}

.clear {
	clear: both;
}
/* Product Repeat Styling - copied directly from Oilstore - may need refining */

.prodtype {
	width: 175px;
}
.centerimg {
	position: relative;
	overflow: hidden;
	width: 176px;
	height: 190px;
}
.prodtypeouter {
	float: left;
	width: 188px;
	border: 1px solid #000;
	background: #ccc;
	margin: 0 0 10px 5px;
}
.prodtypecat {
	clear: both;
	padding: 3px;
	width: 188px;
}
.prodtypecat a {
	text-decoration: none;
	font-size: 0.9em;
}
.prodtypecat a:hover {
	color: #cc0000;
}
.outerbox {
	float: left;
	width: 177px;
	margin: 0 0 10px 5px;
}
.outerbox .smallimage {
	border: 1px solid #ccc;
	background-color: #fff;
	height: 190px;
	text-align: center;
	width: 175px;
	overflow: hidden;
}
.outerbox .title {
	height: 40px;
	width: 177px;
	background: #ccc;

}
.outerbox .title a {
	text-decoration: none;
	font-size: 0.9em;
	text-transform: uppercase;
	padding: 3px;
}

.outerbox .title a:hover{
	color: #cc0000;
}
.outerbox .viewdetails {
	margin: 5px 0 0 0;
	padding: 0px;
	float:left;
	color: #000;
	
	border: solid 1px #000;
}

.outerbox .viewdetails a{
	margin: 0px 0px 0px 0px;
	padding: 0 5px;
	font-size: 0.9em;
	clear:both;
	float:left;

	color: #000;
	text-decoration:none;
}

.outerbox .viewdetails a:hover{
	background-color: #000;
	color: #fff;
}

.prodtbox {
	width: 100%;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	border: 0px;
}
.prodtbox .smallimage {
	border: 1px solid #ccc;
	height: 190px;
	text-align: center;
	width: 175px;
	overflow: hidden;
}
.prodtbox .prodimg {
	width: 5%;
	min-width: 70px;
	float: left;
	margin-top:5px;
}
.prodtbox .prodimg img{
	border: 0px;
}
.prodtbox .title {
	height: 25px;
	width: 12%;
	float: left;
	margin-top:5px;
}
.prodtbox .synopsis{
	height: 25px;
	width: 43%;
	float: left;
	margin-top:5px;
	margin-right: 50px;
}
.prodtbox .manufacturer {
	float: left;
	width:10%;
	text-align:left;
	margin-top: 5px;
}
.prodtbox .manufacturer a, .prodtbox .safetysheet a {
	font-size: 0.9em;
	padding: 3px;
}
.prodtbox .safetysheet {
	float: left;
	width:10%;
	text-align:left;
	margin-top: 5px;
}
.prodtbox .title a {
	font-size: 0.9em;
	text-transform: uppercase;
	padding: 3px;
}

.prodtbox .title a:hover{
	color: #cc0000;
}

.prodtbox .viewdetails {
	margin: 5px 0px 0px 5px;
	padding: 0px;
	float:right;
	width:75px;
	text-align: right;
	color: #000;
}

.prodtbox .viewdetails a{
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration:none;
}

.prodtbox .viewdetails a img {
	border: 0px;
}

.prodtbox .viewdetails a:hover{
	color: #aaa;
}
.prodtbox p.clear{
	clear:both;
	margin:0px;
	padding:0px;
	font-size:1px;
	height:1px;
	border-top: 1px solid #000;
}
.prodtbox p.reallyclear {
	font-size:1px;
	height:1px;
	line-height: 1px;
	clear:both;
}
#proddetailscontainer h4 {
	color: #000;
	font-size: 1.3em;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	line-height: 1em;
	text-transform: none;
}
#prodfactsheet {
	width: 390px;
	float: right;
}
#prodimg {
	float: left;
	width: 350px;
	margin-left:5px;
}
.homepic {
	height: 550px;
}
#hometext {
	background-color: #fff;
	width: 250px;

}
#searchcontainer {
	margin-top: 30px;
	margin-right: 50px;
	float: right;
}
#homeslogan {
	position: relative;
	overflow: hidden;
}
#homeslogan p {
	padding: 0px 0px 10px 0px;
	line-height: 18px;
	font-size: 1.2em;
}
#homeslogan h2 {
	padding: 0;
	text-transform: uppercase;
	line-height: 18px;
}
#homeslogan a {
	text-decoration: none;
}
#homeslogan a:hover {
	text-decoration: underline;
}
.prodpageheading{
	margin-bottom: 10px;
	margin-left: 6px;
}
.prodpageheading a {
	font-size: 1.4em;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	line-height: 2em;
}
#homepage_col1_outer {
	float: left;
	width: 175px;
}
#homepage_col1_inner {
	background-color: #FAFBFC;
	padding: 10px;
	border: 1px solid #cccccc;
}
#homepage_col1_inner h3 {
	text-align: center;
	color: #454344;
	font-size: 1.2em;
}
#homepage_col1_inner p {
	color: #454344;
}
#homepage_main {
	float: left;
	width: 740px;
}
#homepage_col2 {
	width: 330px;
	margin: 0px 10px 0px 10px;
	background-color: #FAFBFC;
	float: left;
	padding: 10px;
}
#homepage_col3 {
	width: 330px;
	margin: 0px 10px 0px 10px;
	background-color: #FAFBFC;
	float: left;
	padding: 10px;
}
#homepage_col2 h3, #homepage_col3 h3, #homepage_lowerrow h3 {
	color: #383436;
}
#homepage_lowerrow {
	width: 680px;
	background-color: #FAFBFC;
	padding: 10px;
	border: 1px solid #cccccc;
	float: right;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}
#homepage_lowerrow h3 {
	font-size: 1.2em;
}
#homepage_lowerrow p, #homepage_lowerrow p a{
	font-size: 0.9em;
}
#homepage_lowerrow p a{
/*	color: #5890C3;*/
}
#homepage_lowerrow p a:hover {
	text-decoration: none;
}
#homepage_col1 .datetext {
	display: none;
}
#homepage_col1 ul li{
	list-style: none;
	margin-left: -20px;
	margin-top: 10px;
	font-size: 0.9em;
}
.newsdate {
	color: #777;
}
.newsmore {
	text-align: right;
}
.centre {
	text-align: center;
}
.stockistrow {
	height: 40px;
	overflow: visible;
}
#map {
	height: 400px;
	width: 500px;
}
.notbold {
	font-weight: normal;
}