@charset "UTF-8";

body {
	padding-top: 25px;
	background: url("../images/bg_body.png") repeat-x;
}

#header {
	background: url("../images/bg_header.png") no-repeat;
	height: 270px;
}

#footer {
	background: url("../images/bg_footer.png") repeat-x;
	clear: both;
	height: 85px;
}

#footer span {
	display: block;
}

#footer .grid_6 {
	margin-top: 89px;
}

.logo_box {
	float: right;
	margin-top: 9px;
	height: 245px;
	background: url("../images/bg_logoarea.png") no-repeat;
}

.vcard {
	text-align: center;
}

#sidebar {
	margin-top: 12px 0 0;
}

#sidebar h2 {
	position: relative;
	z-index: 50;
}

#sidebar ul {
	list-style-type: disc;
	color: #fe9729;
	margin: 0 10px 10px 30px;
}

.side_section {
	background: url("../images/bg_sidebar.png") repeat-y #ffe7c3;
	border-bottom: 1px solid #FE9729;
	margin-bottom: 25px;
}

.side_section img {
	margin-left: 1px;
	position: relative;
	top: -15px;
}

#navigation {
	display: block;
	height: 75px;
	line-height: 38px;
}

#navigation ul {
	margin-left: 6px;
}

#navigation ul li {
	float: left;
	padding: 0 15px 0 12px;
	background: #FE9729 url("../images/nav_divider.png") no-repeat right;
}

#gallery {
	margin-top: 20px;
}

#gallery a img, #gallery a img:visited {
	border: 1px solid #03689a;
	padding: 2px;
}

#gallery a img:active, #gallery a img:hover {
	border: 1px solid #fe9729;
	padding: 2px;
}

.table_header {
	width: 697px;
	height: 36px;
	background: url("../images/border_brand_top.png") no-repeat left top;
	display: block;
	z-index: 49;
	position: relative;
	margin-top: 20px;
}

#brand_table ul {
	position: relative;
	top: -8px;
}

#brand_table ul li {
	float: left;
	width: 137px;
	height: 97px;
	background: #e0e0e0;
	margin: 0px 3px 3px 0px;
}

#brand_table ul li:hover {
	background: url("../images/bg_brandcell_hover.png") no-repeat #e0e0e0;
}

#brand_table ul li a {
	display: inline-block;
	width: 137px;
	height: 97px;
	outline: none;
}

#brand_table ul li a span {
		text-indent: -5000px;
		display: inline-block;
}

		a.bosch {
			background: url("../images/brandlogos/bosch.png") no-repeat center center;
		}
		a.siemens {
			background: url("../images/brandlogos/siemens.png") no-repeat center center;
		}
		a.neff {
			background: url("../images/brandlogos/neff.png") no-repeat center center;
		}
		a.hoover {
			background: url("../images/brandlogos/hoover.png") no-repeat center center;
		}
		a.candy {
			background: url("../images/brandlogos/candy.png") no-repeat center center;
		}
		a.electrolux {
			background: url("../images/brandlogos/electrolux.png") no-repeat center center;
		}
		a.rangemaster {
			background: url("../images/brandlogos/rangemaster.png") no-repeat center center;
		}
		a.miele {
			background: url("../images/brandlogos/miele.png") no-repeat center center;
		}
		a.sebo {
			background: url("../images/brandlogos/sebo.png") no-repeat center center;
		}
		a.lg {
			background: url("../images/brandlogos/lg.png") no-repeat center center;
		}
		a.hotpoint {
			background: url("../images/brandlogos/hotpoint.png") no-repeat center center;
		}
		a.indesit {
			background: url("../images/brandlogos/indesit.png") no-repeat center center;
		}
		a.lec {
			background: url("../images/brandlogos/lec.png") no-repeat center center;
		}
		a.stoves {
			background: url("../images/brandlogos/stoves.png") no-repeat center center;
		}
		a.whirlpool {
			background: url("../images/brandlogos/whirlpool.png") no-repeat center center;
		}
		
a.brands {
	display: block;
	background: url("../images/border_brand_bottom.png") right top #006699;
	color: #fff;
	width: 686px;
	height: 26px;
	line-height: 26px;
	padding-left: 12px;
	margin-top: -11px;
	float: left;
	clear: left;
}
	
