body {
	margin: 0;
}

a {
	text-decoration: none;
}

.navbar-inverse .brand {
	background: url("../../images/home/logo_top.png") no-repeat;
	text-indent: -1000px;
	display: block;
	width: 261px;
	height: 56px;
	overflow: hidden;
}


h1.customHeadHero {
	font-size: 32px;
}

h1.customHeadHero span {
	vertical-align: middle;
	font-size: 24px;
	padding: 6px 5px;
	border-radius: 5px;
}

/*  */
.thumbImage {
	height: 100px;
}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}

/*  */

/* Top Navigation bar*/
.navbar {
	background: url("../../images/home/header.png") no-repeat;
	height: 70px;
}
#topNavBar .spanNavSeparate {
	padding: 0 10px;
	float:  none;
	margin-left: 0;
}

/* Clip thumb image */
.clipout{
  position:relative;
  width:136px;
  height:105px;
  top:-1px;
  left:-1px;
}
.clipin{
  position:absolute;
  clip:rect(50px 218px 155px 82px);
  top:-50px;
  left:-82px;
}
.shade1{
  width:136px;
  height:105px;
  background-color:#e8e8e8;
}
.shade2{
  position:relative;
  width:136px;
  height:105px;
  background-color:#cbcbcb;
  top:-2px;
  left:-2px;
}
.shade3{
  position:relative;
  width:136px;
  height:105px;
  background-color:#a0a0a0;
  top:-1px;
  left:-1px;
}

#preview img {
	max-width: 800px;
	max-height: 800px; 
}
.clearBoth {
	clear: both;
}

#topMenuMain{
	width:960px;
	margin:0 auto;
}

.zoneAds {
	margin-right: 13px;
}
.bodyWrapper .row {
	margin-left: 0;
}
/* .zoneAds .adsItem img {width: 100px;} */
.zoneAds .adsItem .adsImage {width: 100px; float: left;}

#leftFilterMenu{
	background: url('../../images/home/quickSearch-1.png');
	width:110px;
	height:136px;
	position:fixed;
	left:0px;
	top:100px;
	
	padding-top:109px;
}

#leftFilterMenu p{
	margin:0px;
	padding:0px;
	height: 20px;
	margin-left: 5px;
}

button#leftFilterMenuButton{
	position:fixed;
	left:0px;
	top:80px;
}

.recommendAdvertise.homeDecor img {
  max-width: none;
}