@charset "UTF-8";
/* CSS Document */

body  {
	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 */
}
.twoColFixLtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px 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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 10px;
} 

/* HEADER ITEMS   -----------------------------------------------------------------*/

.twoColFixLtHdr #header { 
    width:100%;
} 
.twoColFixLtHdr #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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/* SIDEBAR NAVIGATION ITEMS   -----------------------------------------------------------------*/

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
}
/* OTHER SIDEBAR ITEMS   -----------------------------------------------------------------*/
.quotetext {
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.quotetextstyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	text-align:center;
}
/* MAIN CONTENT   -----------------------------------------------------------------*/

.twoColFixLtHdr #mainContent { 
	float:right;
	width:690px;
}

/* TOP NAVIGATION ITEMS   -----------------------------------------------------------------*/

.twoColFixLtHdr #navigation {
	width:100%;
	background-image:url(../images/navbar.jpg);
	height:30px;
	background-repeat:no-repeat;
	background-position:center;
	margin-bottom: 10px;
	margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
}
.topNavigation {
	width:100%;
	text-align:center;
	padding-top: 6px;
}
.topNavigation ul {
	list-style:none;
	margin: 0;
}
.topNavigation li {
	display:inline;
	padding-left: 40px;
	padding-right: 40px;
}
.topNavigation a:link {
	color:#FFF;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.topNavigation a:visited {
	color:#FFF;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.topNavigation a:hover {
	text-decoration:none;
	color:#09F;
}



/* PRODUCT NAME HEADING   -----------------------------------------------------------------*/

.productname {
	width:100%;
}
.productnameHeadingblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	background-image:url(../images/colour_blue.jpg);
	background-repeat:repeat;
	color:#FFF;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:10px;
}
.productnameHeadingred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	background-image:url(../images/colour_blue.jpg);
	background-repeat:repeat;
	color:#FFF;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:10px;
}
.productnameHeadingorange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	background-image:url(../images/colour_blue.jpg);
	background-repeat:repeat;
	color:#FFF;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:10px;
}
.productnameHeadinglightblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	background-image:url(../images/colour_blue.jpg);
	background-repeat:repeat;
	color:#FFF;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:10px;
}
.productnameHeadingblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	background-image:url(../images/colour_blue.jpg);
	background-repeat:repeat;
	color:#FFF;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:10px;
}
.productnameHeadingyellow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	background-image:url(../images/colour_blue.jpg);
	background-repeat:repeat;
	color:#FFF;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:10px;
}
.productnameHeadinggreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	background-image:url(../images/colour_blue.jpg);
	background-repeat:repeat;
	color:#FFF;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:10px;
}
.productnameHeadingbuff {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	background-image:url(../images/colour_blue.jpg);
	background-repeat:repeat;
	color:#FFF;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:10px;
}

/* PRODUCT SPECS HEADING EG INFO BBENEFITS ETC   -----------------------------------------------------------------*/

.productspecs {
	width:100%;
	padding-top: 10px;
	padding-bottom: 8px;
}
.productspecs ul {
	list-style: none;
	margin:0;
	padding:0;
}
.productspecs li {
	display:inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
}
.productspecs a:link {
	padding: 5px 10px 5px 10px;
	color:#000;
	background-color:#BBB;
	text-decoration:none;
	border: 1px solid #222;
}
.productspecs a:visited {
	padding: 5px 10px 5px 10px;
	color:#000;
	background-color:#BBB;
	text-decoration:none;
	border: 1px solid #222;
}
.productspecs a:hover {
	color:#FFF;
	background-color: #000;
}

/* TEXT AERA   -----------------------------------------------------------------*/

.textarea {
	border: 1px solid;
	border-color:#000;
	margin-bottom: 10px;
}
.leftContent {
	float:left;
	width:400px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.rightContent {
	float:right;
	width:250px;
	padding-top: 10px;
	padding-right:10px;
}
.pricesContent {
	float:left;
	width:650px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.photos {
	width: 100%;
	padding-bottom:10px;
}
.photosInfo {
	margin-bottom:10px;
	padding-left: 15px;
	padding-bottom:10px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	background-color: #DDD;
	
}
.icons {
	padding-top: 10px;
	padding-bottom: 10px;
}
#iconsOver {
	padding-top: 10px;
	padding-bottom: 10px;
}

.priceList {
	padding-bottom: 1px;
}
.priceListCarb {
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 10px;
}

.CarborundumImage {
	padding-top: 10px;
	padding-bottom: 10px;
}	
.CarborundumContent {
	padding-left: 10px;
	padding-bottom: 10px;
}

/* DOT POINT ITEMS   -----------------------------------------------------------------*/

.informationFacts {
	width:100%;
	border-top: #AAA dotted thin;
	border-bottom: #AAA dotted thin;
}
.informationFacts ul {
	list-style-type:none;
	margin-left:0px;
}
.informationFacts li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#444;
	font-size:12px;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left:35px;
	background: url(../images/tick.jpg) left center no-repeat;
}

/* FONT ITEMS   -----------------------------------------------------------------*/

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#000;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #00A;
	margin:0;
	padding:0;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	color: #00A;
	margin:0;
	padding:0;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444;
}
.textBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #00A;
	font-weight: bold;
}
.textBoldGrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #444;
	font-weight: bold;
}
.textGrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #444;
	font-weight: bold;
}

/* FOOTER   -----------------------------------------------------------------*/

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-image:url(../images/colour_blue.jpg);
	background-repeat:repeat;
} 
.twoColFixLtHdr #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 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFF;
	text-align:center;
}
.twoColFixLtHdr #footer p a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFF;
	text-decoration:none;
}
/* FLOAT AND CLEAR ITEMS   -----------------------------------------------------------------*/

.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;
}
.clear {
	clear:both;
}
/* TABLE ITEMS   -----------------------------------------------------------------*/
.table {
	border:#888 thin solid;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444;
	padding: 2px;
	border:#888 thin solid;
}
.formContainer {
	padding: 10px;
}
/* SITE MAP ITEMS   -----------------------------------------------------------------*/
ul#sitemap {
	margin:0;
	padding:0;
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
ul#sitemap ul {
	padding-left:20px;
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
ul#sitemap li {
	border-bottom: 5px solid #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
ul#sitemap li a:link {
	background-color: #AAA;
	display:block;
	padding: 3px;
	text-decoration:none;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
ul#sitemap li a:visited {
	background-color: #AAA;
	display:block;
	padding: 3px;
	text-decoration:none;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

ul#sitemap li a:hover {
	background-color: #39F;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
ul#sitemap li li a:link, ul#sitemap li li a:visited {
	background-color: #DDD;
	display:block;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
ul#sitemap li li a:visited {
	background-color: #DDD;
	display:block;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

ul#sitemap li li a:hover {
	background-color: #6CF;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
