/********************
 Start
********************/
div#content {
	background-position: 0px -320px;
}

img#start_banner {
	display: block;
	margin-bottom: 1px;
}

div#start_news {
	/*font: 28px "Chevin", Arial, Verdana, sans-serif;*/
	font-size: 26px;
	background: url('../img/latest_bg.jpg') no-repeat scroll top left;
	padding: 20px 30px 0 30px;
	color: #fff;
	width: 920px;
	height: 122px;
}

div#start_news a {
	color: #fff;
}
div#start_products {
	position: relative;
	margin-bottom: 14px;
	margin-top: -1px;
}

div#start_products_top {
	background: url('../img/bar_black_wide_thin.png') no-repeat scroll top left;
	font-size: 9px;
	width: 988px;
	height: 37px;
	color: #fff;
	padding: 9px 0 0 17px;
	margin-left: -4px;
}

div#start_products_top strong {
	font-size: 12px;
}

a#reseller_sticker {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	margin-top: -8px;
	margin-right: -15px;
}

div.start_box {
	width: 489px;
	height: 271px; /* 245 + 20 + 6 */
	background-color: #ebebe5;
	float: left;
}

div.start_box div.box_top {
	color: #fff;
	height: 20px;
	padding: 6px 0 0 12px;
	font-size: 9px;
}

div.start_box div.box_top strong {
	font-size: 12px;	
} 

div#start_box1 div.box_top {
	background-color: #5ecbab;
}

div#start_box2 div.box_top {
	background-color: #72cafc;
}

div#start_box2 div.box_content {
	padding: 10px 0 0 20px;
}

div#start_box2 div.box_content h3 {
	font-weight: normal;
}

div#start_box2 img {
	float: right;
	margin: 29px 13px 0 10px;
}

/********************
 Product Scroller
********************/
div#product_scroller {
	position: relative;
	overflow: hidden;
	margin-left: 10px;
	height: 185px;
}

div#product_scroller ul {
	position: absolute;
	left: 0;
	width: 5000px;
	list-style: none;
	padding: 0;
	margin: 0;
}

div#product_scroller ul li {
	width: 225px;
	float: left;
	margin-right: 20px;
}

div#product_scroller a {
	color: #000;
}

div#product_scroller a span {
	display: block;
	padding-top: 10px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

a.scroll_button {
	position: absolute;
	top: 120px;
	z-index: 2;
}

a#scroll_left {	
	left: 0;
}

a#scroll_right {
	right: 0;
}
 
#start_news div.slide {
  max-height: 130px;
  width: 920px;
  left:3px;
  overflow:hidden;
  position:absolute;
  top:360px;
  z-index:8;
  display:none;
  margin-left: 30px;
}

#start_news div.slide.active {
    z-index:10;
    display:block;
}  
