@charset "UTF-8";
/* CSS Document */

body  {
	font: 13px Arial, Helvetica, Verdana, sans-serif;
	background: #FFFFFF;
	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: #000000;
}
td {
	font-size: 13px;
}
h4 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
p {
	padding-bottom: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.thrColFixHdr #container { 
	width: 980px;  /* using 20px less than a full 1000px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	background: #FFFFFF;
/*	padding: 0 15px 0 15px;   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. */
} 
.thrColFixHdr  #header  #dots1  {
	background-image: url(../images/common/dotsHorizontal-3pxDeep.gif);
	display: block;
	height: 2px;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	font-size: 1px;
}
.thrColFixHdr #container #header #colourID {
	background-color: #B8362E;
	display: block;
	height: 10px;
}
.thrColFixHdr  #header  #logo  {
	display: block;
	padding: 34px 0 34px 15px;
}
.thrColFixHdr  #lowerColourID   {
	background-color: #B8362E;
	display: block;
	height: 10px;
}
.thrColFixHdr #dots2 {
	background-image: url(../images/common/dotsHorizontal-3pxDeep.gif);
	display: block;
	height: 1px;
	margin: 0 15px 0 15px;
	font-size: 1px;
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	line-height: 24px;
	font-weight: bold;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 171px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 10px 10px 15px; /* padding keeps the content of the div away from the edges */
	margin-top: 20px;
	z-index: 1000;
}
.thrColFixHdr #sidebar2 {
	background: #FFFFFF;
	float: right;
	padding: 0 15px 15px 0;
	margin-top: 20px;
}
.thrColFixHdr #mainContent {
	padding-top: 5px;
	padding-right: 225px;
	padding-bottom: 0px;
	padding-left: 210px;
} 
.thrColFixHdr #mainContentIndex {
	padding-top: 5px;
	padding-right: 188px;
	padding-bottom: 0px;
	padding-left: 188px;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
} 
.navigationTwo {
	font-size: 11px;
	line-height: 13px;
	color: #666666;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.addressBlock {
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.addressBlockBold {
	font-weight: bold;
	color: #B8362E;
}
.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 */
}
.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;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 180px; }
.thrColFixHdr #sidebar2 { width: 190px; }
</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; }
.thrColFixHdr #mainContent {
}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
h1 {
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	color: #B8362E;
}
h1 {
	font-size: 17px;
	line-height: 17px;
	font-weight: bold;
	color: #B8362E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-top: 5px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding-top: 10px;
}
.viewOurProducts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	display: block;
	padding-left: 10px;
}
.ourProducts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	display: block;
	padding-left: 10px;
	padding-top: 10px;
}
.ourProductsBottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	display: block;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.directRespFlash {
	display: block;
	padding-left: 14px;
	padding-top: 14px;
	padding-bottom: 14px;
}
.directResponse {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	display: block;
	padding-left: 10px;
}
.callUsFree {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	display: block;
	padding-top: 10px;
	padding-left: 10px;
}
.BigTelephoneNumber {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	display: block;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 5px;
}
.openingHrs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	display: block;
	padding-top: 2px;
	padding-left: 10px;
	float: left;
	padding-bottom: 3px;
}
.costOfCalls {
	font-size: 9px;
	color: #000000;
	display: block;
	padding-top: 8px;
	padding-left: 10px;
	padding-bottom: 10px;
	width: 120px;
	float: left;
}
#callUsBox {
}
#callUsBox #Img {
	display: block;
	height: 72px;
	width: 39px;
	float: right;
}
a.mainNav {
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 13px;
	text-decoration: underline;
}
a.mainNav:visited {
	color: #666666;
	text-decoration: underline;
}
a.mainNav:hover {
	color: #000000;
}
a.mainNav:active {
	color: #B8362E;
}	
a.textlink {
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
a.textlink:visited {
	color: #000000;
	text-decoration: underline;
}
a.textlink:hover {
	color: #B8362E;
	text-decoration: underline;
}
a.textlink:active {
	color: #B7362E;
.list {
	list-style-image: url(../images/common/mem-bullet.gif);
	text-decoration: underline;
}
.oneColFixCtr #container #mainContent #banner {
	display: block;
}
.oneColFixCtr #container #mainContent #indexBanner {
	display: block;
}
.indexBoxes {
	color: #333333;
	padding: 10px;
}
.indexText {
	color: #00FF33;
	font-size: 12px;
}
