/* CSS Document */


/*main slider con*/
#main_slider_con{
	width:940px;
	height:450px;
	display:block;
	background:url(../images/skin2/shadow4.jpg) no-repeat scroll 0px 343px;
	z-index: 2;
	margin-left: 0px;
}

/*pages slider con*/
#pages_slider_con{
	width:909px;
	height:166px;
	display:block;
	background:url(../imagesC/pages_slider_back.png);
	background-repeat: no-repeat;	
	background-position: top center;
}

#slider_area{
	height:221px; 
	width:830px;
}


/* sliding texts on main page slider
-------------------------------------------------------------- */
#sliding_texts{
	font-size:10px;
	width:840px;	
	margin-left:60px;
	height:274px;
}

/* slider title text */
.sliding_text_text{
	font-size:14px;
	line-height:hidden;
	color:#1e2a70;
	text-align:justify;
	margin-top:37px;
	margin-left:75px;
	margin-right:8px;
	padding-top: 1px;
}

/* slider text link */
.sliding_text_text a{
	text-decoration:none;
	color:#1e2a70;
	font-weight: bold;
}

.sliding_text_text a:hover{
	text-decoration:underline;
	color:#FF9933;
}

/* slider title title*/
.sliding_text_text h1{
	font-size:28px;
	font-weight:normal;
	color:#1e2a70;
	text-align:left;
	margin-top:46px;
	padding-left:0px;
	margin-bottom:10px;
}


/* slider title title2*/
.sliding_text_text h2{
	font-size:19px;
	font-weight:bold;
	color:#838BB5;
	text-align:left;
	margin-top:relative;
	padding:0px;
	padding-bottom: 4px;
}

.sliding_text_text h3{
font-size:19px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
	margin-top:relative;
	padding:0px;
	padding-bottom: 4px;

}

/* slider title buttons*/
.slider_buttons{
	float:left;
	width:120px;	
	height:56px;
	background:url(../imagesC/arrowsFPB.png);
	background-repeat: no-repeat;	
	background-position: top left;
	margin-top:78px;
	margin-left:55px;
}

.sliding_text_left{
	float:left;
	width:670px;	
}

.sliding_text_right{
	float:left;
	width:250px;
	height: 260px;
}


/* slider featured file position */
.sliding_text_right .featured_file{
	margin-left:155px;
	margin-right: -85px;
	z-index: 3;
	margin-top: -10px;
}


#slider_area{
	height:420px;
	width:940px;
	margin-top: 20px;
	margin-bottom: 20px;
}


/*
	slide background styles
	you can chose just 1 or more
*/
.slide{
	height:221px; 
	width:830px;
	background:#fff;	
}


/*	first slide's style */
.slide_1{
	background: url(../images/slide1.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height:420px;
	width:940px;
	margin-top: 0px;
}

/*	second slide's style */
.slide_2{
	background:url(../images/slide2.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height:420px;
	width:940px;
	margin-top: 0px;
}

/*	third slide's style */
.slide_3{
	background:url(../images/slide3.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height:420px;
	width:940px;
	margin-top: 0px;
}



.slide_4{
	background:url(../images/slide4.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height:420px;
	width:940px;
	margin-top: 0px;
}

/*	I din't use a style for slide four, it is just a picture..*/




/* slider area for testimonial or news etc.
-------------------------------------------------------------- */
#slider2{
	margin-left:0px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
}


.slider2_slide{
	line-height:17px;
	font-size:11px;
	color:#777;
}

.author{
	margin-top:10px;
}

/* testimonial arrows*/
.test_arrows_right img, .test_arrows_left img{
	margin-top:5px;
}

a.test_arrows_left{
	line-height:24px;
	background:transparent url(../imagesC/arrow_r.png) left no-repeat;
	text-decoration:none;
	font-size:11px;
	color:#b9b9b9;
	margin:0px 0px 0px 20px;
	padding:1px 0px;
}

a.test_arrows_left:hover{
	line-height:24px;
	background:transparent url(../imagesC/arrow2_r.png) left no-repeat;
	text-decoration:none;
	font-size:11px;
	color:#969696;
	margin:0px 0px 0px 20px;
	padding:1px 0px;
}


a.test_arrows_right{
	line-height:24px;
	background:transparent url(../imagesC/arrow.png) left no-repeat;
	text-decoration:none;
	font-size:11px;
	color:#b9b9b9;
	margin:0px 20px 0px 0px;
	padding:1px 0px;
}

a.test_arrows_right:hover{
	line-height:24px;
	background:transparent url(../imagesC/arrow2.png) left no-repeat;
	text-decoration:none;
	font-size:11px;
	color:#969696;
	margin:0px 20px 0px 0px;
	padding:1px 0px;
}

