@charset "utf-8";
table tr td .tableheader {
	color: #333;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
}

/* CSS Document */
body  {
	background: #F8F9FE url(../images/graphics/pewsey_vale.gif) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #616161;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 70%;
}
.thrColFixHdr #container #contactdetails {
	padding: 20px 10px;
	background: #DA251C;
	color: #FFF;
	text-align: center;
}

.thrColFixHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top: 1px #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
} 
#sidebar1 #dealofthemonth {
	height: 170px;
	width: 176px;
	padding-bottom: 6px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 6px;
	color: #666;
	margin-bottom: 0px;
}
p {
	margin-top: 4px;
	margin-bottom: 4px;
}

#sidebar2 #autumnwintermachinery {
	margin-bottom: 12px;
}
#sidebar2 #latestnews {
	margin-bottom: 12px;
}



.thrColFixHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 850px;
} 
#header #headerimages {
	width: 850px;
	height: 70px;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	font-size: 90%;
	line-height: 120%;
	padding-right: 10px;
	padding-bottom: 15px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
.thrColFixHdr #mainContent {
	margin-right: 10px;
	margin-left: 220px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#sidebar2 #clearancesale {
	margin-bottom: 12px;
}

.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	color: #0C0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
} 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 180px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]

.thrColFixHdr #container #header #logo {
	float: right;
	height: 130px;
	width: 630px;
}
.thrColFixHdr #container #header #movie {
}
#contactdetails .telnos {
	font-size: 16px;
	font-weight: bold;
}

#mainContent table tr td p .captiontext {
	font-size: 11px;
}

#mainContent a .linktotopofpage {
}

.pagetitlessubhead {
	font-size: 11px;
	text-align: center;
}
#homepageheading {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 12px;
}
#pageheading {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 12px;
}


#container #mainContent3cols {
	width: 700px;
}
#pageintro {
	font-size: 16px;
	font-weight: bold;
	margin-left: 12px;
	margin-top: 12px;
}
.faqheading {
	font-weight: bold;
}
#faq {
	padding-left: 10px;
}
.current {font-weight:bold }