.cleaner{
	float: none;
	clear: both;
	height: 1px;
	margin: 0px;
	padding: 0px;
	font-size: 0;
	line-height: 0;
	background-color: transparent;
}

html {
	padding: 0px;
	margin: 0px;
	background-color: #8093a5;
	/* background: #8093a5 url(../images/content_background.gif) repeat-y center; */

}

body {
	font-size: 62.5%; /* Sets 1 em = 10px = 10 points */
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}


/* -------  Structural Styles  ------ */

#container {
	padding: 0px;
	margin: 0px auto;
	text-align: left;
	width: 982px;
	background-color: white;
	font-family: arial;	
}

#header {
	position: relative;
	height: 164px;
	margin-bottom: 5px;
	/* background-color: yellow; */
}

#moreProductsNav {
	position: relative;
	height: 22px;
	/* background-color: yellow; */
}

#globalNav {
	position: relative;
	padding: 0px;
	margin-left: 22px;
	height: 51px;
	/* height: 38px; */
	width: 938px;
	/* background-color: yellow; */
	background: url(../images/globalnav_shadow.gif) no-repeat bottom left;
}

#companyNav {
	position: relative;
	height: 43px;
	/* height: 33px; */
	margin: 5px 0px 0px 22px;
	/* background-color: yellow; */
}

#content {
	background-color: white;
	font-size: 1.2em;
}

#rightcol {
	position: relative;
	float: left;
	width: 208px;
	/* background-color: #ccccff; */
	margin-bottom: 15px;
	font-family: helvetica;
	font-size: 11px;
	color: #77847f;	
}

#bottom {
	position: relative;
	padding: 0px;
	margin: 0px;
	height: 31px;
	/* background-color: green; */
	background-color: #8093a5;
	/* background-image: url(../images/footer_center.gif); */
}



/* -------  Supporting Styles  ------ */


#moreProducts {
	display: inline;
	margin-left: 435px;
}

#logo {
	margin-left: 22px;
}


#searchForm {
	display: inline;
	margin-left: 40px;	
}

#searchText {
	height: 12px;
	width: 125px;
	font-size: 9px;
	padding: 0px;
	vertical-align: 2px;
}

#phoneNumber {
	margin-top: 0px;
	margin-right: 70px;
	margin-bottom: 0px;
	margin-left: 55px;
}

#guarantee_details {
	margin-left: 95px;	
}

.gray_underline {
	/* width: 187px; */
	height: 2px;
	margin-bottom: 4px;
	background: url(../images/gray_dotted_line.gif) repeat-x;
	font-size: 1px;
}

.width187 {
	width: 187px;
}

.width251 {
	width: 251px;
}

.width161 {
	width: 161px;
}

.orangeText {
	font-family: arial;
	font-weight: bold;
	color: #cb7100;
}

.marginRight20 {
	margin-right: 20px;
}

.marginRight15 {
	margin-right: 10px;
}

#rightcol ul {
	padding-left: 17px;
	margin-left: 0px;
	margin-top: 0px;
}

#rightcol ul li {
	margin-left: 0px;
	color: orange;
}

.grayText {
	color: #77847f; 
}

#creditcards {
	vertical-align: middle;
}

#bbbonline {
	vertical-align: middle;
	margin-left: 15px;
}

/* .bottomFeeder {
 	vertical-align: text-bottom;
} */

#footer p, #footer p a {
 	font-family: helvetica;
 	font-size: 11px;
	color: #77847f;
}

/* -------  Added Later  ------ */
#twitterLink{
	background:transparent url(followUs.png) no-repeat scroll 62px 0px;
	height:36px;
	right:0;
	position:fixed;
	top:150px;
	width:100px;
	margin:0px;
	padding:0px;
}
div#twitterLink:hover{
	background-position:2px 0px;
	margin:0px;
	padding:0px;
}
#twitterLink a{
	display:block;
	height:36px;
	width:100px;
	margin:0px;
	padding:0px;
}








