/*---------------GLOBAL STYLES START------------------------*/
html {
	width: 100%;
	height: 100%;
}
	* html {
		border: none;
	}
body {
	margin: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: #E7F3F8;
}
img {
	display: block;
	border: none;
}
a img {
	border: none;
}
.clearer{
	clear: both;
	line-height: 0px;
}
div.container {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	color: #FFFFFF;
	background-color: #FFFFFF;
}

/*---------------global styles end------------------------*/

/*---------------top nav start------------------------*/

div.topNav {
	height: 19px;
	width: 770px;
	background-color: #AAACAE;
	float: left;
	margin: 0px 0px 25px 0px;
}
div.topNav a {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	float: left;
	text-decoration: none;
	padding: 3px 20px 4px 20px;
}
div.topNav a:hover {
	background-color: #01B0F1;
}

/*---------------top nav end------------------------*/

/*---------------index start------------------------*/

div.indexContentTopLeft {
	float: left;
	width: 582px;
	background: #E5FAFF;
	margin-left: 14px;
	padding: 19px 0px 8px 18px;
	margin-bottom: 10px;
}
	* html div.indexContentTopLeft {
		margin-left: 7px;
	}
div.indexContentTopLeft h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #00B0F0;
	font-weight: bold;
	font-style: italic;
	margin: 0px 0px 11px 0px;
	padding: 0px;
}
div.indexContentTopLeft h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FB6400;
	font-weight: bold;
	margin: 0px 0px 10px 9px;
	padding: 0px;
}
div.indexContentTopLeft p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0px 0px 18px 9px;
	padding: 0px;
	width: 360px;
}
div.indexContentTopRight {
	float: left;
	width: 200px;
	background-color: #E5FAFF;
	padding-top: 19px;
	padding-bottom: 25px;
	margin-bottom: 10px;
}
	* html div.indexContentTopRight {
		padding-top: 32px;
		padding-bottom: 12px;
		margin-right: 11px;
	}
div.indexContentTopRight li {
	background-image: url(images/orange-arrow.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FB6400;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
}
	* html div.indexContentTopRight li {
		background-position: 0px 7px;
	}
/*div.indexContentTopRight a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FB6400;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
}*/
div.indexContentBottom {
	float: left;
	width: 600px;
	background-color: #FFFFFF;
	margin-left: 14px;
}
	* html div.indexContentBottom {
		margin-left: 7px;
	}
div.indexContentBottom a {
	float: left;
	display: block;
	overflow: hidden;
	padding-top: 23px;
}
div.indexContentBottom a.fridge {
	background-image: url(images/hme-used-header-bg1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
div.indexContentBottom a.fridge:hover {
	background-position: -255px top;
}
div.indexContentBottom a.freezers {
	background-image: url(images/hme-new-header-bg1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
div.indexContentBottom a.freezers:hover {
	background-position: -255px top;
}
div.indexContentBottom a.counterTops {
	background-image: url(images/hme-specials-header-bg1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
div.indexContentBottom a.counterTops:hover {
	background-position: -255px top;
}
/* -^_^- */

/*---------------index end------------------------*/

/*---------------content start------------------------*/

div.content {
	width: 585px;
	background: #E5FAFF;
	margin-left: 15px;
	padding: 0px 0px 0px 14px;
	margin-bottom: 10px;
	float:left;
}
	* html div.content {
		margin-left: 7px;
		width: 600px;
		widt\h: 585px;
		
	}
div.content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #00B0F0;
	font-weight: bold;
	font-style: italic;
	margin: 15px 0px 6px 0px;
	padding: 0px;
}
div.content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FB6400;
	font-weight: bold;
	margin: 0px 0px 4px 12px;
	padding: 0px;
}
div.content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2B3B72;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 11px;
	background-color: #BDEEFF;
	width: 149px;
}
div.content h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FB6400;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 0px 11px;
	background-color: #BDEEFF;
	display: block;
	width: 149px;
}
div.content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0px 0px 14px 12px;
	padding: 0px;
	width: 360px;
}
div.content div.alt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0px 0px 14px 12px;
	padding: 0px;
	background-color: #D3F5FF;
	width: 160px;
}
	* html div.content div.alt {
		width: 149px;
	}
div.content div.alt p {
	margin-bottom: 12px;
	width: 149px;
}
div.content div.alt p.price {
	color: #FB6400;
	margin-bottom: 12px;
}
/**/
div.content img.largeRightImage {
	float: right;
	margin: 0px;
}
div.contentBottom {
	float: left;
	width: 585px;
	background-color: #B2E0F0;
	margin-left: 15px;
	padding: 0px 0px 0px 14px;
}
* html div.contentBottom {
		margin-left: 7px;
		width: 600px;
		widt\h: 585px;
	}
div.contentBottom h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #0199CC;
	font-weight: bold;
	font-style: italic;
	margin: 19px 0px 11px 0px;
	padding: 0px;
}
div.contentBottom p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2B3B72;
	margin: 0px 0px 24px 13px;
	padding: 0px;
}
div.contentBottom a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2B3B72;
	text-decoration: underline;
}
div.contentBottom a:hover {
	text-decoration: none;
}

/*---------------content end------------------------*/

/*---------------product main start------------------------*/

div.content div.product a {
	background-image: url(images/product-a-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 170px;
	width: 170px;
	margin-bottom: 14px;
}
div.content div.product a:hover {
	background-image: url(images/product-a-bg-hover.jpg);
	background-repeat: no-repeat;
}
div.content a img {
	float: none;
}
div.content a img.productImg {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}
div.content div.product div.productBox {
	float: left;
	margin-left: 14px;
}
	* html div.content div.product div.productBox {
		margin-left: 7px;
		margin-right: 7px;
	}


div.content .categories{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FB6400;
	font-weight: bold;
	margin: 0px 0px 4px 12px;
	padding: 0px;
    text-align:center;
}
div.content .categories a{
	color: #FB6400;
	text-decoration: none;
}
div.content .categories a:hover{
    color:#666666;
}


/*---------------product main end------------------------*/

/*---------------product start------------------------*/

div.content table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
	margin-right: 16px;
	width: 566px;
}
div.content th {
	color: #2B3B72;
	font-weight: bold;
	background-color: #95E2FF;
	padding-left: 12px;
	height: 20px;
}
div.content td {
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-color: #95E2FF;
	border-bottom-style: solid;
	padding-left: 12px;
	background-color: #F3FDFF;
	height: 20px;
}
div.content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
div.content a:hover {
	text-decoration: none;
}
div.content td.sold {
	color: #FB6400;
}
div.content .back {
	float: right;
	margin-right: 26px;
	margin-top: 20px;
}

/*---------------product end------------------------*/

/*---------------right column start------------------------*/

div.rightColumn {
	float: right;
	width: 130px;
	background: #FFFFFF;
	margin-right: 15px;
}
* html div.rightColumn {
	margin-right: 7px;
}
div.rightColumn1 {
	margin-bottom: 10px;
}

/*---------------right column end------------------------*/

/*---------------footer start------------------------*/

div.footer {
	height: 19px;
	background-image: url(images/hme-footer.jpg);
	padding: 3px 15px 0px 15px;
	margin-top: 16px;
}
div.footer p {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}
div.footer p a {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
div.footer p a:hover {
	text-decoration: none;
}

/*---------------footer end------------------------*/

/*---------------contact us start------------------------*/

form {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: inherit;
}
input, textarea, select {
	display: block;
}
label {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	display: block;
	width: 63px;
	float: left;
	text-align: right;
	margin-right: 9px;
	height: 19px;
	clear: left;
}
/*	* html label {
		margin-right: 8px;
	}*/
.textBox {
	width: 351px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #0199CC;
	float: left;
	padding-left: 3px;
	padding-top: 2px;
	margin-bottom: 5px;
}
.dropdown {
	width: 118px;
	height: 17px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0px;
	margin-bottom: 5px;
	border: 1px solid #0199CC;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 5px;
}
.submit {
	float: left;
	margin-left: 72px;
}
	* html .submit {
		margin-left: 36px;
	}
/*---------------contact us end------------------------*/

#flashContent {
	height: 116px ;
}
.imgtitle {
	/*background-color: #AAACAE;
	padding-top: 30px;
	padding-bottom: 2px;
	padding-left: 2px;*/
	float: right;
	width: 130px;
}
div.content div.imgtitle p {
	color: #666666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px 0px 10px 0px;
	width: 100px;
}
li {
	color: #666666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	width: 330px;
}
.percentoff {
	/*padding-top: 30px;
	padding-bottom: 2px;
	padding-left: 2px;*/
	float: right;
	width: 340px;
}
	* html .percentoff {
		width: 100px;
	}	
div.content div.percentoff div.percentContainer {
	padding-top: 5px;
	float: right;
}
div.content div.percentoff div.percentContainer p {
	color: #666666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin: -20px 0px 0px 0px;
	padding: 0px;
	width: 255px;
	text-align: right;
}
div.content div.percentoff div.percentContainer h2 {
	margin: 0px;
	padding: 0px;
	color: #FB6400;
	font-size: 40px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	width: 255px;
}
div.content img.largeRightImage1 {
	float: right;
	margin: 0px 85px 0px 0px;
}
	* html div.content img.largeRightImage1 {
		margin: 0px 42px 0px 0px;
	}