/* 

hiTech - CSS File

*/

/*** FRONT PAGE SLIDER ***/
#slides_container{height:345px; position:relative;  background-image:url(../images/bg_slider.jpg); background-repeat:no-repeat; }
#introText{width:430px; float:left; clear:both; color:#fff; padding:45px 30px 0px 30px;}
#introText p, #introText h1{color:#fff;}
#introText p{font-size:16px; line-height:24px;}
#content_slider{ width:468px; float:left; padding:18px 0px 0px 0px;}
/* Easy Slider */
#slider{margin:0px auto; width:329px; padding:0px 0px 0px 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:329px;
	height:325px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	}
		
#prevBtn, #nextBtn{ 
	display:block;
	width:14px;
	height:57px;
	position:absolute;
	top:135px;
	}
	
#prevBtn{
	left:515px;
	}	
	
#nextBtn{ 
	left:920px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:14px;
	height:57px;
	background:url(../images/slide-prev.png) no-repeat 0 0;
	cursor:pointer;
	}
#nextBtn a{ 
	background:url(../images/slide-next.png) no-repeat 0 0;	
	}
	
										
/*** END OF FRONT PAGE SLIDER ***/

/*** CONTENT ***/
#content{background-image:url(../images/bg_content.gif); background-repeat:repeat-y; float:left; padding-top:20px; width:958px; min-height:200px;}
#content_left{float:left; width:540px;}
#content_right{float:left; width:418px;}

ul.star{margin:10px 10px 20px 10px; padding:0px; list-style-type:none;}
ul.star li{background-image:url(../images/icon_star.gif); background-position:center left; background-repeat:no-repeat; padding:0px 0px 0px 30px; line-height:30px;}
.inputbox{width:250px; border:solid 1px #b5b5b5; border-width:1px 0px 0px 0px; vertical-align:top; padding:4px 4px 5px 3px; color:#999;}
.but{vertical-align:middle;}
#newsletter fieldset{margin:0px; padding:0px; border:0px;}
/*** END OF CONTENT ***/

/*** SIDEBOX ***/
.sidebox{background-image:url(../images/bg_sidebox.gif); background-repeat:no-repeat; background-position:left bottom; width:395px; margin-bottom:30px}
.pad_box{padding:0px 25px 30px 30px;}
/*** END OF SIDEBOX ***/
