/*-----------------------------------------------------------------------------
author:    www.danielwriter.com
-----------------------------------------------------------------------------*/

/* =Home Page
-----------------------------------------------------------------------------*/
#h1KingMountainHome {
	width:400px;
	height:20px;
	background: url(../img/h1KingMountainHome.gif) no-repeat;
	position:absolute;
	}
	
#industryNews  {
	width:431px;
	height:264px;
	background:url(../img/industryNewsBg.jpg) no-repeat;
	float:right;
	margin:0 0 35px 35px;
	font-size:115%;
	}
	
#industryNews ul {
	color:#2e1300;
	padding:65px 120px 0 25px;
	}
	
#industryNews li {
	list-style:none;
	padding:0 0 15px 0;
	}
	
/* ul Links */	
	
#industryNews ul a {
	color:#c10202;
	padding:1px 3px;
	font-weight:bold;
	}

#industryNews ul a:link, #industryNews ul a:visited {
	color:#c10202;
	text-decoration:underline;
	}

#industryNews ul a:hover, #industryNews ul a:active {
	color:#ffffff;
	text-decoration:underline;
	background:#c10202;
	}
	
/* =product slide home
-----------------------------------------------------------------------------*/
.productSlider {
	width:306px;
	height:264px;
	margin:0 0 15px 15px;
	overflow: hidden;
	float:right;
	background:url(../img/homeProductsBg.jpg) no-repeat;
	}
	
/* =feature area new
-----------------------------------------------------------------------------*/
.featureSlider {
	width:890px;
	height:370px;
	overflow: hidden;
	}

#parallax {
	position:relative;
	overflow:hidden;
	width:890px;
	height:370px;
	background:url(../homeFeature/featureAreaNew.jpg) no-repeat;
	}
	
	
/* =feature area
-----------------------------------------------------------------------------*/
#featureArea {	
	width:890px;
	height:370px;
	margin:0 auto 35px auto;
	padding:5px;
	background:url(../img/featureAreaBg.jpg) no-repeat;
	}
	
#featureInner {
	width:890px;
	height:370px;
	}

