/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,dfn,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
/*
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
*/
q:before,q:after { 
	content:''; 
} 
abbr,acronym {
	border:0; 
}
/*---------- END RESET ----------*/
body {
	background-color:#fff;
		text-align: center; /* added for IE */

}
/*
a:link {color: #ae0000} 
a:visited {color: #ae0000} 
a:hover {color: #833939} 
a:active {color: #ae0000} 

.red-link a {
	color: #ae0000;
}
.red-link a:link {
	color: #ae0000;
}
.red-link a:visited {
	color: #ae0000;
}
.red-link a:hover {
	color: #833939
}*/
img
{  border-style: none;
}
p { 
display: block;
margin-top: 1em;
margin-bottom: 1em;
}
.centered {
text-align: center;
}
#container
{
/*	margin:0 auto;
	min-width: 750px;
 	_width:expression(document.body.clientWidth < 750? "750px": "auto" ); /*hack for old IE -- need to test */
	color: #000;
	width: 800px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;/* added to fix IE */
}/**/
#main {
overflow:hidden;
border-bottom:3px solid #000000;
padding-bottom:15px;
	position: relative;
}
/* Header Section*/
#header
{
	padding-top :20px;
	padding-bottom :5px;
	font-family:Verdana,Geneva,sans-serif;
}
#inner-header
{
	padding-top :10px;
	padding-bottom :5px;
	height:40px;
}
#logo
{
	width:311px;
	height:51px;
}
#helplinks {
	margin:0px; 
	padding:0px;
	padding-top :35px;
	position:absolute;
	right:0px;
	font-size: 12px;
	font-weight: bold;
}
#helplinks li {
	display:inline;
}
#helplinks a {
	color: #d40000;
}
/*  Top Menu Bar  */
	#menu-container {
		width:100%;
		padding:5px 0 2px 0; 
		margin:0;
/*		height:40px;
*/	}
#menu-layout {
	/*	width: 100%; 
	*/	height: 30px; 
		margin: 0 auto; 
		border: 3px solid #ae0000;
		text-transform: uppercase;
		font-weight: bold;
/**/}
#menu-layout div {
 float: left; 
 padding-top:5px; 
/* border-right: 3px solid #ae0000; */
 text-align:center;
height: 100%;/* added to test */
}
#menu-layout div.selects {
background-color: #f0d7d7; 
height:25px;
} 
 #menu-layout div.menu-divider{
width: 3px; 
height: 16px; 
background-color: #ae0000; 
border: 0px none;
}
#menu-layout a {
color: #000;
text-decoration: none;
display: block; /*
height: 100%;*/
}
#menu-layout div a:hover {
background-color:#f0d7d7;}

#menu-layout div:hover {
background-color:#f0d7d7;
height:25px;
}
/**/


/* Top Search Bar */
	#top-search {
		padding-top :2px;
		padding-bottom :2px;
		background-color: #ae0000;
		width: 100%;
		height: 26px;
		font-family:Verdana,Geneva,sans-serif;
		font-size: 14px;
		color: #000;
		font-weight: bold;
		text-align: center;
	/*vertical-align: middle; */
	}
	#top-in-search{
	margin-top: 3px;
	
	}
	#top-search .searchbox {
	width:275px;
	height: 17px;
	border: 1px solid black;
	}
	
	.pink-button {
	background-color: #f0d7d7;
	border: 1px solid black;
	width: 32px;
	height: 19px;
	font-family: Verdana, helvetica,arial;
	font-weight: bold;
	}  
/* end header */
/* Main Body starts */
#content {
	padding-top:10px;
	color: #000;
	width: 560px;
	float: left;
	font-family:Arial,Tahoma,Helvetica,sans-serif;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}
#sidebar {
	margin: 0;
	padding: 0 0 2000 0;
	width: 230px;
	background-image:url('http://belowcostappliances.com/images/2010-redesign/bca-sidebar-bar.gif');
	background-repeat:repeat-y;
	font-family:Verdana,Geneva,sans-serif;
	font-size: 14px;
	color:000;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}
#breadcrumbs {
	color: #000;
	font-family:Verdana,Geneva,sans-serif;
	font-size: 12px;
	font-weight: bold;
/* need nore info for other rules */
}
#breadcrumbs a{
	color: #ae0000;
}
#breadcrumbs .current{
	font-size: 12px;
/*	font-weight: bold;
 need nore info for other rules */
 }

/* Content Section starts */
#content .loud-text {
	font-size: 18px;
}
#content .indented-section {
	padding-left: 10px;;
}
#content .loud-text-bold {
	font-size: 18px;
	font-weight: bold;
}
#content .shout-text-bold {
	font-size: 24px;
	font-weight: bold;
	color: #ae0000;
}
#content .red-link {
/*	font-size: 12px;
*/	color: #f00;
}
#content .red-link-bold {
	font-size: 12px;
	font-weight: bold;
	color: #dc3030;
}
#content .big-red-link {
	font-size: 14px;
	font-family:Verdana,Geneva,sans-serif;
	color: #ae0000;
}
#content .big-red-link-bold {
	font-size: 14px;
	font-weight: bold;
	font-family:Verdana,Geneva,sans-serif;
	color: #ae0000;
}

#content .big-red-link a:link{
	color: #ae0000;
}
#content .big-red-link-bold  a:link{
	color: #ae0000;
}


#content .pink-browse-box {
	border: 3px solid #ae0000;
	padding: 10px 20px 10px 40px;
	background:url("http://belowcostappliances.com/images/2010-redesign/arrow.gif") no-repeat scroll left top #f0d7d7;
	display:inline;

}
#content a:link {color: #ae0000} 
#content a:visited {color: #ae0000} 
#content a:hover {color: #833939} 
#content a:active {color: #ae0000} 

/*      Featured Products 

Old fasioned way of doing it but works with all browsers back to IE5.5
besides don't know if featured products rectangle should be fluid or not
*/
#featured-products {
	font-size: 12px;
	font-family:Verdana,Geneva,sans-serif;
	line-height:16px;
}
#featured-products .products a{
	color: #d40000;
}
#featured-products .red-price{
	color: #ff0000;
	font-weight:bold;
}
#featured-products .products a.image-link { /* Rule for firefox image link bug  */
    border: none !important;
} 
#featured-products .products img{
/*	border: 1px solid #000;
*/	margin-top:3px;
	}
#featured-products .products {
	float:left;
	padding-top:2px;
	margin-bottom:2px;
	width:33%;
}
#featured-products .products p{
	margin: 0px;
	padding:0 0 0 5px; 
}
/*#featured-products .indented {
	padding-left:2px; 
padding-left: 2em;
}*/
#featured-products .bordered {
	margin-top:3px;
	width:90%;
	border: 1px solid #000;
}
#featured-products .products-container {
	float:left;
	padding:0;
	display:inline;
}

#featured-products .top-left, #featured-products .top-right, #featured-products .bottom-left, #featured-products .bottom-right { 
	background-image: url('http://belowcostappliances.com/images/2010-redesign/featured-products-outline.gif');
	height: 40px;       /*  1/2 height of the image*/
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}

#featured-products .top-left {
	margin-right: 40px; /* clip right corner */
}

#featured-products .top-right {
	margin-top: -40px; /* to level of top-left corner */
	margin-left: 40px; /* clip left corner */
	background-position: 100% 0; /* show bg-image starting at the right */
}

#featured-products .bottom-left {
	margin-right: 40px; /* clip right corner */
	background-position: 0 -40px; /* show under half of the image */
}

#featured-products .bottom-right {
	margin-top: -40px; /* to level of bottom-left corner */
	margin-left: 40px; /* clip left corner */
	background-position: 100% -40px; /* under half, right side */
}

#featured-products .inside {
	border-left: 4px solid #000;
	border-right: 4px solid #000;
	background: #fff;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}

#featured-products .notopgap {
	margin-top: 0;
}
#featured-products .nobottomgap {
margin-bottom: 0;
}
/* ****************************************************************
	Sidebar Section
	
	*/
#sidebar .head {
text-align: center;/* */
}
#sidebar .bar {
	background-image:url('http://belowcostappliances.com/images/2010-redesign/bca-sidebar-bar.gif');
	background-repeat:repeat-x;
	width: 90%;
	text-align: left;
	height:3px;
	color: #fff;

}
#sidebar .cont {
padding: 10px 20px;
}
#sidebar a {
	font-size: 12px;
	color: #dc3030;
}
#sidebar .twocol { /* Allows 2 columns in side bar, you will 2 of them obviously andneed to clear after the second col */
	float:left;
	width:48%;

}
#sidebar .img-outline{
	border: 1px solid #000;
	margin-top:3px;
	align: center;
	}

/* Footer Section */
#footer {
   clear: both;
   text-align: center;
	font-family:Verdana,Geneva,sans-serif;
	font-size: 10px;
}

#footer a:link {color: #ae0000} /* unvisited link */
#footer a:visited {color: #ae0000} /* visited link */
#footer a:hover {color: #833939} /* mouse over link */
#footer a:active {color: #ae0000} /* selected link */

.big-foot {
	font-size: 12px;
}
#sidebar {
float:right;
}
div {/*  U G L Y hack to fix IE6 bug */
zo\om:1; 
}
.table-spacer td{
	padding: 0.5em;

}
h2 {
	font-size: 14px;
}
.small-font {font-size: 10px;
/*	font-family:Verdana,Geneva,sans-serif;
*/}
.font-16 {font-size: 16px;
	font-family:Verdana,Geneva,sans-serif;
}
.small-font-13 {font-size: 13px;
	font-family:Verdana,Geneva,sans-serif;
}
/* Old styles *************************************** */
table {
	font-size: 13px;
}
select {
	font size: 13px;
}
.smallish {
	font size: 11px;
}
.small {
	font size: 11px;
}
.style1 {font-size: 12px}
/* END Old styles *************************************** */
/* Breadcrumbs */

