.imgleftmargin15 {
	margin:0px 15px 15px 0px;
	float:left;
}
.imgrightmargin15 {
	margin:0px 0px 15px 15px;
	float:right;
}
/* Sort padding & margins out */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

/* Remove list styles from lists */
ol, ul {
	list-style:none;
}

/* Normalise font style & weight */
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}

/* Set tables to have a default of nothing */
table {
	border-collapse:collapse;
	border-spacing:0;
}

/* Remove border from Fieldset and images */
fieldset, img {
	border:0;
}

/* Left align text etc... */
caption, th {
	text-align:left;
}

/* Removes quotation marks from q */
q:before, q:after {
	content:'';
}

/* Create a consistent font size through all browsers */
body {
	font-size: 76%;
	color:#3A3A3A;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	background-image:url(../img/bg/main.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}
textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td, blockquote, textarea {
	font-size:1em;
}

/*----------------*/
/* Styles for Editor in admin section  */
.doublelist {
	float:left;
	width:100%;
	clear:both;
	padding:8px 0 15px 0;
}
.doublelist li {
	float:left;
	width:47%;
}
.inlinelist {
}
.inlinelist li {
	display:inline;
	width:auto;
	list-style:none;
}
.thickimageborders {
	border:7px #EAF2FB solid;
}



.syserror {
	display:block;
	width:auto;
	padding:4px;
	background-color:#FF0000;
	color:#FFFFFF;
	font-weight:bold;
}
.syssuccess {
	display:block;
	width:auto;
	padding:4px;
	background-color:#009933;
	color:#FFFFFF;
	font-weight:bold;
}
.clearer {
	clear:both;
	line-height:1px;
	font-size:1px;
	height:1px;
}


ul {
	padding:5px 0px;
}
li {
	padding:2px 0px;
}
ol {
	padding:8px 0px 8px 20px;
}
a, a:visited  {
	text-decoration:none;
	font-weight:bold;
	text-decoration:underline;
}
a:hover, a:focus {
	color: #333333;
	text-decoration:none;
}
p {
	margin-bottom:0.6em;
	line-height:1.5em;
}
a, a:visited {
	text-decoration:none;
	color:#000;
	font-weight:normal;
}
a:hover, a:focus {
	color:#333333;
}
p a, p a:visited {
	border-bottom:1px #3d6a28 solid;
}
p a:hover, p a:focus {
	border-bottom:1px #000 solid;
}
fieldset {
	padding:15px;
	margin:10px 0px 10px 0px;
	border:3px #828388 solid;
}
legend {
	padding:8px;
	font-weight: bold; 
	font-size: 1em;
	color:#828388;
}
acronym {
	border-bottom:1px #666666 dashed;
}
blockquote {
}
blockquote img {
	float:left;
	margin:0 3px 0 0;
}
blockquote p {
	margin:0;
	padding:2px 0px;
}
cite {
	font-weight:bold;
	padding:10px 0px;
	display:block;
	text-align:right;
}
img {
	border:0;
}

/* ----------------- used as main heading ---------------- */

h1 {
	font-size: 1.9em;
	font-weight:normal;
	color:#3d6a28;
	clear:both;
	padding:20px 0;
}
#blogpostholder h1 {
	padding:20px 0 10px;
}
h2 {
	font-weight: normal; 
	font-size: 1.6em; 
	color:#3d6a28;
	clear:both;
}
h1 span, h2 span {
	color:#828289;
}
h3 {
	font-size: 1.2em;
	font-weight:normal;
	color:#000;
	padding:10px 0 6px
}
h4 {
	font-size:1em;
	color:#333;
}

/*  -------------------- GENERIC FORM & BUTTON STYLES  -------------------- */


input[type="text"], input[type="password"], textarea {
	padding:0.6em;
	border:2px #666666 solid;
	color:#666666;
}
.textfield {
	padding:0.6em;
	border:2px #666666 solid;
	color:#666666;
}
input[type="text"]:focus, input[type="text"]:hover, input[type="password"]:focus, input[type="password"]:hover, textarea:hover, textarea:focus {
	border:2px #000000 solid;
	background-color:#FFFFF0;
}

/*  These styles are for the form buttons  
	They are seperate as IE doesn;t like mixing the class with the CSS2 styles
*/

input.formbutton {
	border:2px #115525 solid;
	background-color:#176F31;
	color:#FFFFFF;
	cursor:pointer;
	padding:0.6em 1.5em;
	font-weight:bold;
}
input[type="submit"], input[type="button"] {
	border:2px #115525 solid;
	background-color:#176F31;
	color:#FFFFFF;
	cursor:pointer;
	padding:0.6em 1.5em;
	font-weight:bold;
}
input[type="submit"]:hover, input[type="button"]:hover {
	border:2px #000 solid;
}
span.tickbox {
	padding:4px 0 0 0;
	display:block;
}

.textbox {
	width:220px;
}

/* --------------------------------------------------------------- */

.innerfive {
	padding:5px;
}
.innerten {
	padding:10px;
}
.innerfifteen {
	padding:15px;
}

/* #####################  NEED TO HAVE GENERIC DETAILS AND GRIDVIEW STYLES ###################### */

/* Details View */
.detailsviewstyles {
	width:90%;
}
.detailsviewstyles td {
	padding:3px;
}
.detailsviewstyles th {
	padding:3px;
	font-weight:bold;
}
.altrowdetailsviewstyles {
}

/* Grid View */
.gridviewstyles {
	width:90%;
}
.gridviewstyles td {
	padding:3px;
}
.gridviewstyles th {
	padding:3px;
	font-weight:bold;
}
.altrowgridviewstyles {
}
.selectedgridviewrow {
}

/* --------- END GENERIC STUFF -------------- */


#frame {
	width:810px;
	margin:0 auto;
}
#header {
	height:47px;
	color:#FFFFFF;
	position:relative;
}
#header strong {
	display:block;
	color:#FFFFFF;
	width:auto;
	position:absolute;
	right:2px;
	bottom:4px;
	font-weight:normal;
}
#topsection {
	height:86px;
	position:relative;
}
.logo {
	position:absolute;
	left:0;
	top:0;
	width:auto;
}
.phone {
	position:absolute;
	top:0;
	right:0;
}
#contactnumber {

}
#content {
	background-color:#FFFFFF;
	padding:18px;
}

#mainnav {
	padding:59px 0 0 210px;
}
#mainnav li {
	float:left;
	padding:0 18px 0 3px;
	background-image:url(../img/navseperation.jpg);
	background-position:right center;
	background-repeat:no-repeat;
}
#mainnav li a, #mainnav li a:visited {	
	float:left;
	padding:4px;
	display:block;
	font-weight:normal;
	border-bottom:2px #fff solid;
	font-size:1.2em;
}
#mainnav li a:hover {
	border-bottom:2px #3d6a28 solid;
}
.endnav {
	padding:0 !Important;
	background:none !Important;
}

#heroimage {
	padding:10px 0;
	text-align:center;
}

#maincontent {	
	clear:both;
}
#contentleft {
	float:left;
	width:490px;
}
#contentleft ul {
	padding:5px 0 10px 30px;
}
#contentleft ul li {
	list-style:circle;
}
#contentright {
	float:right;
	width:240px;
	font-size:0.9em;
	background-color:#f6f7f2;
	padding:10px;
	margin:30px 0 0 0;
}

#footer {
	padding:15px 0 0 0;
	clear:both;
	margin:15px 0 0 0;
	background-image:url(../img/footerbg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	font-size:0.9em;
}
p.smalladdress {
	color:#666666;
}
#footer ul {
}
#footer li {
	float:left;
	padding:0 10px 0 0;
	background-image:url(../img/footerdivider.jpg);
	background-position:right center;
	background-repeat:no-repeat;
}
#footer li a, #footer li a:visited {
	float:left;
	display:block;
	padding:5px 5px 5px 9px;
}
#footer li a:hover {
	text-decoration:underline;
}

#poweredby {
}



/* HOME PAGE - BOTTOM SECTIONS */



/* ---- Blog Stuff ----  */

/*  BLOG THINGS ####################  */

.blogsnippets {
	padding:18px 0px 18px 0px;
	border-bottom:3px #909948 solid;
}
.blogsnippets h2 {
	font-size:1.6em;
	color:#416B29;
}
.blogsnippets h2 a, .blogsnippets h2 a:visited {
	color:#416B29;
	text-decoration:none;
}
.blogsnippets h2 a:hover {
	text-decoration:underline;
}
.blogsnippets img {
	float:left;
	margin:0px 15px 15px 0px;
}
.blogsnippets p {

}
.postdetails {
	display:block;
	font-size:0.8em;
	padding:2px 0px 4px;
}
.categorisedin {
	display:block;
	text-align:right;
	font-size:0.9em;
	padding:6px 0px 0px 0px;
}
.loggedintext {
	display:block;
	padding:15px 0px 15px 0px;
}

.mceContentBody ul, #blogpostholder ul {
	padding:8px 0px 8px 15px !Important;
	list-style-position:outside !Important;
	list-style-type:disc !Important;
}
#singlelisting {
	padding:30px;
}

/* ----- SEARCH -------- */

.searchhead {
	padding:20px 0px 2px 0px;
	margin:2px 0px 10px 0px;
	border-bottom:1px #416B29 solid;
	color:#416B29;
}

.innerlight {

}



/* ################  FORMS ############### */
.myforms {
	width:100%;
	padding:0 !Important;
}
.myforms li {
	width:100%;
	clear:both;
	float:left;
	padding:10px 0px;
	list-style:none !Important;
}
.myforms label {
	display: inline-block;
	line-height: 1.5em;
	vertical-align: top;
	float:left;
	width: 18em; /* Width of labels */
	padding:0px 5px 0px 0px;
}
.myforms label span {
	display: block;
	font-size:0.9em;
}
.myforms em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}
.myforms .mysubmit {
  	margin: 0px 0px 0px 0em; /* This line can be used the button with the inputs */
}
/* ####################################### */


/* #### product page #### */

#products {
	padding:15px 20px;
}
.productsholder {
	clear:both;
	background-image:url(../img/product-listing-top.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin:15px 0 20px 0;
}
.productsholder-inner {
	background-image:url(../img/product-listing-bottom.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding:12px;
}
.productsholder .imgholder {
	width:160px;
	float:left;
	margin:0 15px 0 0;
	text-align:center;
   	min-height:140px;
    height:auto !important;
    height:140px;
}
.productsholder h2 {
	clear:none;
	font-size: 1.8em;
	color:#F9A13A;
	padding:0 0 5px 0;
}
.productsholder h2 a, .productsholder h2 a:visited {
	color:#F9A13A;
	text-decoration:none;
}
.productsholder h2 a:hover {
	text-decoration:underline;
}

/* Contact */

#contactleft {
	float:left;
	width:500px;
}
#contactright {
	float:right;
	width:280px;
	height:400px;
	border:4px #666 solid;
}


/* Right side sections */

#testimonials {
	padding:20px 0;
}
#latestnews {
	padding:20px 0;
}
#latestnews h5 {
	font-size:1.2em;
	padding:8px 0 0 0;
}
#contentright h2 {
	display:block;
	text-align:right;
	padding:0 0 4px 0;
	font-size:1.3em;	
}

/*  BLOG STYLES  */

a.clickherelink, a.clickherelink:visited {
	display:block;
	width:40%;
	padding:6px 28px 6px 0px;
	font-weight:bold;
	background-image:url(/img/blog-link-arrow.jpg);
	background-position:right;
	background-repeat:no-repeat;
	text-align:right;
	float:right;
	text-decoration:none;
}
.postdetails {
	font-size:0.9em;
	color:#999999;
}
#commentsholder {
	padding:10px 0px;
	clear:both;
}
#leavecomment {
}
#leavecomment ul {
}
#leavecomment li {
	padding:3px 0px;
}
#leavecomment li label {
	display:block;
}
.comments_ind, .comments_ind_admin {
	padding:10px;
	border-bottom:1px #CCCCCC solid;
	margin:4px 0;
}
.comments_ind_admin {
	background-color:#EBEEE7;
}
.comments_ind h4, .comments_ind_admin h4 {
	padding:2px 0px;
}
span.postDate {
	display:block;
	font-size:0.9em;
	color:#999999;
	padding:0px 0px 10px 0px;
}
.categorisedin {
	color:#999;
	font-weight:bold;
	text-align:right;
	font-size:0.9em;
}
.blogthumb {
	border:1px #BC0176 solid;
}
#blogcatpager {
	padding:12px 0px;
	font-weight:bold;
	font-size:0.9em;
	text-align:right;
}
#blognavigation {
	font-size:1.1em;
	padding:0 0 15px 0;
}
#blognavigation li {
	border-bottom:1px #003300 dotted;
}
#blognavigation li a, #blognavigation li a:visited {
	display:block;
	padding:7px;
}
#blognavigation li a:hover {
	background-color:#F0F0F0;
}