/* 

Business Template - CSS File

USE THIS STYLE SHEET FOR HOMEPAGE

*/

/* Home Slider */
#cu3er_container{}
#cu3er_container p{margin:0px !important; padding:0px;}
#slider_container{/*border:solid 1px #9b9b9b; background-color:#eeeded*/; padding:2px; position:relative; margin-bottom: 20px;}
/*#slider_shadow{background-image:url(../images/bg_slide.gif); height:32px; background-repeat:repeat-x}
#slider_shadow2{background-image:url(../images/bg_slide.gif); height:32px; margin-top:-6px; background-repeat:repeat-x}  */
#slider ul{list-style-type:none; padding:0px; margin:0px;}
#slider h1{margin:0px; text-transform:capitalize;font-size:26px; line-height:28px;}
#slider h2{color:#f8a400 !important; text-transform:capitalize}
.slidertext{width:478px; float:left; padding:17px 0px 0px 0px; position:relative}
.slidertext p{font-size:14px; color:#666; line-height: 19px; text-align: justify;}
.sliderimage{width:320px; float:left; padding:0px 0px 0px 0px;}
.sliderimage img{border:solid 0px #ededed; padding:0px; }
.sliderimage img.noborder{border:0px; padding:5px 0px 0px 0px;}
.text_principle{font-size: 21px; color: #010101;}
.text_rule{text-align: center;}
.slidertext div.first_string, .slidertext div.second_string{font-size: 25px; padding: 5px 0;}
div.first_string{color: #1d1d1d;}
div.second_string{color: #56bc00;}
#slider_padding{background-color:#fff;}
#slider{ position:relative;  margin:0px auto; background-color:#fff; width:855px; padding:0px 0px 0px 0px; color:#010101; height:267px; overflow:hidden;}
#slider h2{color:#fff}
#slider p{color:#666}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	position:relative
	}
#slider li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:800px;
	height:300px;
	overflow:hidden;
	margin:0px;
	padding:0px 0px 0px 0px;
}
#prevBtn, #nextBtn{ 
	display:block;
	width:20px;
	height:33px;
	position:absolute;
	top:150px;
}
#prevBtn{left:25px;}	
#nextBtn{right:25px;}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:20px;
	height:33px;
	cursor:pointer;
	text-indent:-9999px;
	}
	
#prevBtn a{background:url(../images/btn_prev.gif) no-repeat 0 0;}
/*#prevBtn a:hover{background:url(../images/btn_prew.gif) no-repeat 0 0;}*/
#nextBtn a{ 
	background:url(../images/btn_next.gif) no-repeat 0 0;	
	}
/*#nextBtn a:hover{background:url(../images/btn_nexu.gif) no-repeat 0 0;}*/
/* Home Alternative Slideshow */
#slideshow_container{height:275px; background-image:url(../images/bg_slidf.gif); background-repeat:repeat-x; background-position:bottom; position:relative; margin-bottom:10px}
#slideshow_area{background-color:#eeeded; border:solid 1px #9b9b9b; padding:4px 4px 4px 4px; height:240px; position:relative }
#slideshow h2{margin:0px 0px 5px 0px; color:#fff; font-weight:normal; text-transform:capitalize}
#slideshow .cycle{position:relative; height:240px;}
#slideshow p{margin:0px; color:#fff; font-weight:bold}
#slideshow .desc{background-color:#000; position:absolute; top:auto; bottom:0px !important; left:0px; padding:8px 20px 8px 20px; width:580px; text-align:right}
#slideshow_navigation a{
background: url(../images/button00.gif) no-repeat scroll 50% 50%;
display:block;
float:left;
font-size:0px;
width:12px;
height:10px;
margin:1px;
outline-style:none;
outline-width:medium;
padding:0px;
}
#slideshow_navigation{position:absolute; right:15px; top:255px; z-index:800; cursor:pointer}
#slideshow_navigation .activeSlide {background: url(../images/button_s.gif) no-repeat scroll 0% 50%;}


