/* logo*/

.logo{	
	width:60%;
	float:left;
	background-image: url(../images/Amber-Logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left:20px;

}

	
/* Search box style*/
#search-box  #submit{
	border:none;
	background-image: url(../images/orange/go.png);
	background-repeat: no-repeat;
	background-position: center center;
	width:35px;
	height:24px;
	cursor: pointer;

}
#search-box #submit:hover{
	border:none;
	background-image: url(../images/orange/go-ho.png);
	background-repeat: no-repeat;
	background-position: center center;
	width:35px;
	height:24px;
	cursor: pointer;

}

/*right column style*************************************************************/
.rightcolumn-inner h3{
	margin-bottom:10px;
	color:#ff7400;
	letter-spacing:0px;
	font-weight:normal;

}



/*  slider css */

slider{
	padding:0px 0;
	margin-bottom:30px;
	width:100%;
	float:left;
	padding-bottom:30px;
	background-image: url(../images/oragne/slider-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#featured li.ui-tabs-selected{ /*Selected tab style*/
	background:url('../images/orange/selected-item1.gif') top left no-repeat;
}

#featured ul.ui-tabs-nav li.ui-tabs-selected a{
	color:#111;
	background-image: url(../images/orange/grad-strip-active.jpg);
	background-repeat: repeat-x;
	background-color: #ff8e00;
	background-position: -100px;
}
