@charset "utf-8";
/*Style sheet by Steve Silverton for www.forkliftbrooms.com.au */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #5B5B5B;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
.icon {width:20px; height:20px; border:1px solid transparent;}
.icon a:hover {border:1px solid rgba(51, 255, 0, 1);}

.oneColFixCtr #container {
	width: 940px;  
	background: rgba(255, 255, 255, 1);
	margin: 0 auto; 
	border: 1px solid rgba(204, 204, 204, 1);
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {padding: 0 20px;}
.radiusheading {
	background-color: #7F7F7F;
	padding-top:20px;
	padding-bottom:40px;
	padding-left:20px;
	padding-right:20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:rgba(255, 255, 255, 1);
}
.radiusheading a:link {
	text-decoration:none; 
	color:rgba(255, 255, 255, 1);
}
.radiusheading a:visited {
	text-decoration:none; 
	color:rgba(255, 255, 255, 1);
}
.radiusheading a:hover {
	text-decoration:none;
	color: rgba(232, 192, 123, 1);
}
.radiusheading a:active {
	text-decoration:none; 
	color:rgba(255, 255, 255, 1);
}
.radius1 {
	border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: rgba(91, 91, 91, 1);
	padding:20px;
	margin-left:20px;
	margin-right:20px;
}
.radius2 {
	border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 10px 10px 5px #888;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888; 
	background-color:rgba(91, 91,91, 1);
	padding:20px;
	margin-left:20px;
	margin-right:20px;
	color: rgba(255, 255, 255, 1);
}
.h1 {
	text-transform:uppercase;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
	font-weight: 700;
	font-stretch:normal;
	vertical-align: text-top;
	height:18px;
	padding-left: 20px;
}
.h1 a:link, a:visited {color:rgba(0, 0, 0, 1); text-decoration:none; border:none;}
.h1 a:hover {color:rgba(232, 192, 123, 1); text-decoration:none; border:1px solid rgba(232, 192, 123, 1); }

.h2 {
	text-transform:uppercase;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color: #000;
	text-decoration: none;
	font-weight: 600;
	font-stretch:extra-expanded;
	vertical-align: text-top;
	padding-bottom:10px;
	padding-top: 10px;
}
.h3 {
	text-transform:uppercase;
	font-family:Verdana, Geneva, sans-serif;
	font-size:30px;
	padding-left:26px;
	color:rgba(255, 255, 255, 1);
	text-shadow: rgba(128, 128, 128, 1) 0.1em 0.1em 0.2em; /* works well with ff,webkit,opera */
	filter: chroma(color=cornsilk) shadow(color=black,direction=120,strength=5); /*ie hack*/
	text-decoration:none;
	font-weight:600;
	font-stretch:extra-expanded;
}
.h4 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:rgba(255, 255, 255, 1);
	font-stretch:extra-expanded;
	padding-left:60px;
}
.bluebannertext	{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color: rgba(255, 255, 255, 1);
	border: none;
	padding-left: 20px;
}
.bluebannertext a:link {text-decoration:none; color:rgba(255, 255, 255, 1);}
.bluebannertext a:hover {color: rgba(232, 192, 123, 1);}
.bold {font-size: 14px; font-weight: bold;}
.spacer4 {height:4px;}
.spacer1 {height:1px;}
.spacer8 {height:4px;}
.content {
	margin: 0 20px;
	padding-left:20px;
	padding-bottom:20px;
	border: none; 
	border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #E8E4D0;
}
.maintext	{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: rgba(0, 0, 0, 1);
	border: none;
	line-height: 16px;
	padding-left:20px;
}
.maintext a:link, a:visited {
	text-decoration:none;
	color: rgba(91, 91, 91, 1);
}
.minitext {font-size: 10px;}
.f36 {font-size: 24px;}
.footer {
    margin-left:auto;
    margin-right:auto;
    width:900px;
	border:1px solid rgba(204, 204, 204, 1);
	background: rgba(232, 228, 208, 1);
	border-radius: 4px;
	-moz-border-radius: 4px;
}
.grid {
    display:inline;
    float:left;
    margin-left:40px;
    margin-right:10px
}
.clearfloat { /* this class is 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;
}
.choicevalusweep {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* 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 */
	padding: none; /* padding keeps the content of the div away from the edges */
}
.choicemegasweep {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* 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 */
	padding: none; /* padding keeps the content of the div away from the edges */
	margin-right:40px;
}
.choiceprosweep {
	margin: 0 300px;
	width:250px;
	padding: none; /* padding keeps the content of the div away from the edges */
}
.smallbroomimg {
	height:95px;
	width: 222px;
	vertical-align:text-top;
}
.sweepexlogo {
	width:170px;
	height:43px;
	float:right;
	vertical-align:middle;
	border: none;	
}

