﻿/* 

Generation - CSS File

USE THIS STYLE SHEET FOR HOMEPAGE

*/
/*** SLIDER ***/
#slides_container{/*border:solid 1px #dadada;*/ position:relative;}
h1.title_slider{color:#3399ff; font-size:48px; line-height:50px; margin-bottom:5px;}
.t2{font-size:18px; line-height:26px; color:#929292; margin-bottom:5px;}
#slider p{margin-bottom:8px;}
#slider{margin:0px; width:665px; padding:8px 0px 8px 0px;}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
	
#slider li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:665px;
	height:182px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	}
		
#prevBtn, #nextBtn{ 
	display:none;
	width:7px;
	height:15px;
	position:absolute;
	top:-22px;
	}
	
#prevBtn{
	right:30px;
	}	
	
#nextBtn{ 
	right:10px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:7px;
	height:15px;
	background:url(../images/slide-prev.gif) no-repeat 0 0;
	cursor:pointer;
	}
#nextBtn a{ 
	background:url(../images/slide-next.gif) no-repeat 0 0;	
	}

/*** BOX ***/
.box{padding:30px 0px 10px 45px; float:left; width:315px;}
.box.nomarginleft{padding:30px 0px 10px 0px;}
.box ul{list-style-type:none; margin:10px 0px 0px 0px; padding:0px;}
.box ul li{background-image:url(../images/list.gif); background-repeat:no-repeat; background-position:left center; line-height:30px; padding:0px 0px 0px 30px}

/*** CLIENTS ***/
#clients {padding:10px 0px 0px 0px;}
#clients ul{margin:0px; padding:0px;}
#clients ul li{display:inline; float:left; padding:0px 26px 10px 0px; width:216px;}
#clients ul li.nomargin{padding:0px 0px 10px 0px !important;}


/*** LATEST NEWS ***/
#latestnews { padding-top: 15px;}
#latestnews ul { margin:0 0 20px 0;padding:0; }
#latestnews ul li{ list-style-type: none; padding-bottom: 10px;}
#latestnews ul li i {  }

#latestnews ul.inlinereviews { margin:0 0 20px 0;padding:0; }
#latestnews ul.inlinereviews li { list-style-type: none; display: inline-block; margin-right: 30px;}