#html {

	width: 100%;
	height: 100%;

}

body {

	height: 100%;
	
	background-color: #b8b9bc;
}
body, td, th {
    font-size : 12px;
}

#content {

}

#bodyContainer {
	
	margin: 20px;
	margin-right: 0px;

}

#main {
    /* margin : 10px 0px 10px 20px; */
	margin: 0px, 0px, 0px, 0px;
	
}

a {
    color : #333;
}

a:hover {
    color : #C5BE84;
}

.nav-item {
    font-weight : bold;
    border : 1px solid #fff;
    border-left : 0;
    text-align : center;
    height : 24px;

}

.nav-item a {
    color : #fff;
    text-decoration : none;
    display : block;

    height : 100%;
    padding : 4px 9px 0px 5px;
}

.nav-item a:hover, #nav-item-active {
    color : #fff;
    background : #353434;
}

.sub-header {
    height : 23px;
}
#sub-header-ovens {
    background : #AB1E23;
    clear : both;
}
#sub-header-cooktops {
    background : #D26D27;
    clear : both;
}
#sub-header-rangehoods {
    background : #5D923F;
    clear : both;
}
#sub-header-dishwashers {
    background : #06658A;
    clear : both;
}
#sub-header-product-refrigerators {
    background : #06658A;
    clear : both;
}
#sub-header-product-coffee {
    background : #844E1F;
    clear : both;
}
#sub-header-product-microwaves {
    background : #AB1E23;
    clear : both;
}
#sub-header-product-dishwashers{
    background : #06658A;
    clear : both;
}

#sub-header-sinks {
    background : #E67D17;
    clear : both;
}
#sub-header-free-standing-ovens {
    background : #AB1E23;
    clear : both;
}
#sub-header-product-dimensions {
    background : #999;
    clear : both;
}

#internal-header {
    background : #000;
    width : 100%;
}
#internal-splash {
    text-align : center;
    background : ##B8B9BC;
    border-bottom : 1px solid #fff;
}
#home-slogan {
    width : 100%;
}

h1 {
    font-size : 19px;
}
h2 {
    font-size : 17px;
}
h3 {
    font-size : 15px;
}
h4 {
    font-size : 13px;
}
#container-block {
	margin-right:30px;
    width : 146px;
    float : right;
	margin-top: 58px;
	display:inline;
}

html* #container-block {
	margin-top: 70px;
}

#container-block div {
    color : #ffffff;
}

#container-block a {
	color:#ffffff;
}

#container-block ul {
    margin : 0px;
    padding : 0px;
    margin-left : 20px;
    list-style-type : square;
}

#main h1 {
}

.container-header {
    font-weight : bold;
    line-height : 28px;
    padding-left : 25px;
    background : #474849;
    background-image : url(/images/container-icon.gif);
    background-repeat : no-repeat;
    background-position : 7px 4px;
    margin-bottom : 2px;
}
.container-body {
    padding : 7px;
    background : #727577;
    margin-bottom : 18px;
    font-size : 11px;
}

.container-body a:hover {
	color: #FFFFFF;
}

.sitemap_rightnav_1 a:hover {
	color: #FFFFFF;
}

#footer {
    margin : 5px 20px 20px 20px;
    line-height : 16px;
    font-size : 11px;
    clear : both;
}

.newsSpacer {
	height:20px;
	width:100%;
	clear:both;
}

.newsDate {
	clear:both;
	color:#1b1b1b;
	font-weight:bold;
	font-size:11px;
}

.boldred,.boldred a{
	color:#ff0000;
	font-weight: bold;
}
