
	#menu {
		margin-bottom: 23px;
		}
		
	#menu li#m7 a {
		background: none;
		}
		
	/**
	* left section
	*/
	#left {
		padding: 289px 0 0;
		margin: 0;
		height: 253px;
		height: auto !important;
		min-height: 253px;
		position: relative;
		background: #F0F0DC url(../../images/home-bg.jpg) no-repeat;
		}
		
	#left p#strapline {
		font-size: 1.5em;
		padding: 5px 0 0;
		}
		
	#left h2 {
		color: #63654C;
		font-size: 2.2em;
		}
		
	#left h3 {
		margin-top: 20px;
		color: #63654C;
		}
		
	#left * {
		margin: 0 30px;
		}
		
	#left p {
		color: #7C7E64;
		padding: 0;
		}
		
	#left div.dotline {
		margin-top: 20px;
		}
		
		
	#left div#leftbottom {
		height: 4px;
		width: 562px;		
		margin: 0;
		position: absolute;
		bottom: 0;
		left: 0;
		background: url(../../images/home-footer.gif);
		}
		
		
	
	/**
	* boxes
	*/
	.box {
		height: 123px;
		margin: 0 0 10px;
		padding: 0 18px 0 138px;
		}
		
	.box h2 {
		color: #048B77;
		font-size: 1.5em;
		padding: 21px 0 5px;
		}
		
	.box a, #news a {
		color: #8BC6BD;
		}
		
	#stores {
		background: url(../../images/box-stores.jpg);
		}
		
	#btob {
		background: url(../../images/box-btob.jpg);
		}
		
	#sales {
		background: url(../../images/box-sales2.jpg);
		}
	
	
	
	/**
	* news box
	*/
	#news {
		height: 143px;
		padding: 0 20px;
		background: url(../../images/box-news.jpg);
		}
		
	#news p {
		font-size: 1.2em;
		}
				
	#news h2 {
		float: left;
		line-height: 30px;
		color: #fff;
		margin: 0 0 6px;
		}
		
	#news h3 {
		color: #589189;
		font-size: 1.5em;
		}
		
	#news ul li {
		width: 18px;
		height: 17px;
		line-height: 17px;
		text-align: center;
		float: left;
		display: inline;
		margin: 6px 0 0 7px;
		background: url(../../images/buttons/on.gif);
		}
		
	#news ul li a {
		color: #fff;
		display: block;
		height: 17px;
		background: url(../../images/buttons/off.gif);
		}
		
	#news ul li a:hover {
		background: none;
		}
	
	#news ul li a.selected {
		background: none;
		}
		
	#news ul li a.selected {
		color: #589189;
		}
	
	#news .tabcontent{
		display:none;
	}