
body * {
	margin: 0px;
	padding: 0px;
}
body  {
	background: #666666;
	margin: 0; 
	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;
	font-family: "Trebuchet MS", "Times New Roman", Georgia, serif;
	font-size: .9em;
	background-color: #0F2B8E;
}
h2 {
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 1.3em;
}
h3 {
	padding-bottom: 5px;
	margin: 0px;
	padding-top: 10px;
}
p {
	margin: 0px;
	padding-top: px;
	padding-bottom: 10px;
}
#container  {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/brushed_steel_fullbkgd.jpg);
	background-repeat: repeat-y;
	background-position: top;
} 
#header  {
	background-color: #DDDDDD;
	background-image: url(images/quick_appliance_banner2.jpg);
	height: 160px;
	width: 1000px;
	padding-top: 0;
	padding-bottom: 0;
} 
#header  p {
	padding-left: 10px;
}
#header  h1  {
	margin: 0;
	font-size: 0.8em;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 10px;
}

/*#navbar * {
	margin: 0px;
	padding: 0px;
}*/
#navbar {
	font-weight:bold;
	/*float: left;*/
	background-repeat: no-repeat;
	/*text-align: center;*/
	margin-bottom: 0px;
	margin-top:0px;
	background-color: #FF6600;
	width: 1000px;
	height: 20px;
}/*
#navbar li {
	list-style:none;
	vertical-align: middle;
	font-family: "Trebuchet MS", "Times New Roman", Georgia, serif;
	font-size: 0.9em;
	height: 19px;
	float: left;
}*/
#navbar a {
	/*text-decoration:none;
	float:left;
	font-family: "Trebuchet MS", "Times New Roman", Georgia, serif;
	font-weight: bold;
	color: #FFFFFF;
	height: 22px;
	display: block;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	padding-top: 3px;
	background-color: #FF6600;
	padding-right: 13px;
	padding-left: 13px;*/
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}/*
#navbar a:hover {
	background-color: #CC3300;
}
#navbar a:active {
}*/
#lefttext  {
	float: left; 
	width: 375px; 
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;	
}
#lefttext_inner {
	padding: 20px;
	margin: 0px;
}
#lefttext_inner li {
	list-style-type: square;
	margin-left: 15px;
}
#righttext  {
	width: 387px;
	float: left;
	background-image: url(images/appliance_truck.jpg);
	background-repeat: no-repeat;
	background-position: right 80px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
} 

#righttext_inner {
	padding: 20px;
	margin: 0px;
}
#righttext_inner li {
	list-style-position: inside;
	list-style-type: square;
	font-size: 0.9em;
}
#righttext  ol  li {
	font-size: 0.85em;
	padding-bottom: 7px;
	list-style-image: none;
	list-style-type: upper-alpha;
}
#sidebar  {
	float: right; 
	width: 210px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#sidebar li {
	font-size: 0.9em;
	list-style-position: outside;
	list-style-type: square;
	margin-left: 1em;
}
#sidebar img {
	background-position: center;
	text-align: center;
}
#sidebar h3 {
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	line-height: 1.2em;
}
#footer  {
	background:#DDDDDD;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#footer  a:link {
	color: #000000;
	text-decoration: none;
}
#footer a:visited {
	color: #000000;
}
#footer a:hover {
	color: #006699;
}
#footer a:active {
	color: #000000;
}
#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;
}
.bolditalic {
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	padding-top: 8px;
}
.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;
}
body,td,th {
	font-size: 0.9em;
}
.style1 {
	font-size: 0.8em
}

.style2 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
