@charset "utf-8";
/* CSS Document */
.slides {
	cursor: move;
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 1900px; 
	height: 300px; 
	overflow: hidden;
}
.slidetextwrapper {
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	top:20px;
	text-align:center;
position:relative;
z-index:99;
}
.slide1	{
background-image:url(../images/whoareback.jpg);
background-size:cover;
background-repeat:no-repeat;	
}
.slide3	{
background-image:url(../images/banner3.jpg);
background-size:cover;	
}
.slide2	{
background-image:url(../images/banner3a.jpg);
background-size:cover;
background-repeat:no-repeat;		
}	
.slide4 {
background-image:url(../images/banner4.jpg);
background-size:cover;	
}
.slide5	{
background-image:url(../images/contact.jpg);
background-size:cover;
background-repeat:no-repeat;	
}		
.slide8	{
background-image:url(../images/homecustomerbanner.jpg);
background-size:cover;
background-repeat:no-repeat;	
}

.slide1sub {
	width:1024px;
	margin-left:auto;
	margin-right:auto;
font-family:'Arial';
color:#FF6600;
font-size:28px;
font-weight:600;
text-align:center;
position:relative;
top:30px;	
}
.slidetitle3 {
display:block;
width:1024px;
height:150px;
line-height:65px;
position:relative;
top: 30px;
margin-left:auto;
margin-right:auto;
font-family:'Arial' ;
font-size:60px;
font-weight:600;
color:	#FFF;
text-shadow: 2px 2px 8px #333;

text-align:left;
border-radius: 15px;
	-moz-border-radius: 15px;
}
.slidetitle2 {
display:block;
width:500px;
height:150px;
line-height:65px;
position:relative;
top: 30px;
left:55px;
font-family:'Arial' ;
font-size:60px;
font-weight:600;
color:	#FF6600;


text-align:left;
border-radius: 15px;
	-moz-border-radius: 15px;
}
.slide2sub {
	width:500px;
font-family:'Arial';
color:#000;
font-size:24px;
font-weight:600;
text-align:center;
position:relative;
top:30px;
left:418px;	
}
.slidetitle4 {
display:block;
width:500px;
height:150px;
line-height:65px;
position:relative;
top: 30px;
left:55px;
font-family:'Arial' ;
font-size:60px;
font-weight:600;
color:	#FFF;


text-align:left;
border-radius: 15px;
	-moz-border-radius: 15px;
}

 
@media only screen and  (max-width: 1024px) {

@media only screen and  (max-width: 800px) {

.slide1sub {
	display:none;

}

.slide2sub {
display:none
}

	
}
@media only screen and  (max-width: 600px) {

}