@charset "utf-8";
/* CSS Document */

body{ margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:12px; }

#main{
	width:1000px;
	margin:0 auto;
	background: url(images/bg.jpg) repeat #f8f8f6;
	clear: both;
	height: auto;
}

#top{ width:1000px; height:30px; background:#255c8c; float:left; margin-bottom:2px;}

#top_bloc{
	width:1000px;
	height:100px;
	float:left;
	border-bottom:1px dashed #777;
	border-top:1px dashed #777;
	margin-bottom: 30px;
}

#logo{ width:180px; height:69px; float:left; margin:15px;}

#band{ width:1000px; height:100px; background:#3685c9; float:left; margin-bottom:2px; border-bottom:3px solid #a8c40c; }

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/
.menu12 {
	float: left;
	width:760px;
	margin-left:20px;
	height: 100px;
		
}

#nav12,#nav12 ul {	
    list-style: none outside none;
    padding: 0;
	margin:0;
	float:left;
   	}



#nav12 {
	width:750px;
	text-transform:uppercase;
	font-size: 14px;
	float:left;
}
#nav12 ul {
	float:left;
    background-color: #222;
    overflow: hidden;
    position: absolute;
    top: -9999px;
    z-index: 2;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
	
}
#nav12 li {	
    float: left;
	position: relative;
	
}


#nav12 li a {
    color: #888888;
    display: block;
    float: left;
    font-weight:bold;   
    padding: 0px 20px 20px 20px;
    position:relative;
	top:70px;
	left:0px;
    text-decoration: none;
   
}

#image1{ background: url(images/menu_home.png); height:100px; float:left;  }

#image2{ background:url(images/menu_about.png); height:100px; float:left;  }

#image3{ background:url(images/menu_warehouse.png); height:100px; float:left;  }


#image4{ background:url(images/menu_services.png); height:100px; float:left; }

#image5{ background:url(images/menu_careers.png); height:100px; float:left;  }

#image6{ background:url(images/menu_contact.png); height:100px; float:left;  }


#nav12 li:hover > a {
	color: #9dba00;
	
	
}

#nav12 li a.current{color: #9dba00;}

#nav12 li:hover{
	color: #255c8c;
	
	
	
}

#nav12 li a:active{
	color: #255c8c;
}

#nav12 #nav a:focus, #nav a:hover, #nav a:active {
    background: none repeat scroll 0 0 ;
    outline: 0 none;
	
	
}
#nav12 li:hover ul.subs {
    left: 0;
    top: 100px;
    width: 180px;
	background:#255c8c;
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

#nav12 li:hover ul.subs li{float: left;
	position: relative;
	
	}
	
#nav12 li:hover ul.subs li a{color: #e9e9e5;
    display: block;
    float: left;
    font-weight: normal;   
    padding: 10px 20px 10px 20px;
    position:relative;
	top:0px;
	left:0px;
    text-decoration: none;
	}

#nav12 ul li {
    background: none;
    width: 100%;
}
#nav12 ul li a {
    float: none;
}
#nav12 ul li:hover > a {
    background-color: #2c3f52;
    color: #52b9e9;
	width:100%;
}

#nav12 li:nth-of-type(1):hover ~ #lavalamp {
    left: 13px;
}
#nav12 li:nth-of-type(2):hover ~ #lavalamp {
    left: 90px;
}
#nav12 li:nth-of-type(3):hover ~ #lavalamp {
    left: 170px;
}
#nav12 li:nth-of-type(4):hover ~ #lavalamp {
    left: 250px;
}
#nav12 li:nth-of-type(5):hover ~ #lavalamp {
    left: 330px;
}
#nav12 li:nth-of-type(6):hover ~ #lavalamp {
    left: 410px;
}
#nav12 li:nth-of-type(7):hover ~ #lavalamp {
    left: 490px;
}
#nav12 li:nth-of-type(8):hover ~ #lavalamp {
    left: 565px;
}
	
/*********************************************************************************/
/* Front page slider styles*/
.cNewSliderWrap{
	position:relative;
	width:1000px;
	height:376px;
	overflow:hidden;
	float: left;
	border-bottom: 3px solid #255c8c;
	;
}
.cNewSliderTextBox{}
.cNewSliderWindow{width:1000px;height:376px;position:relative;overflow:hidden;}
.cNewSliderMove{position:relative;width:1000px; }
.cNewSliderItem > div{background-position: 0 0;background-repeat: no-repeat;height: 376px; position: relative;}
.cNewSliderTextBox{width:251px; color:#fff; text-transform:uppercase;position:absolute; top:30px;left:56px; }
.cNewSliderNav{position:absolute; top:0; right:0; z-index:10;}
.cNewSliderNav > div{font-size:14px; line-height:81px; line-height:81px; width:192px;color:#fff;padding-left:20px;margin-bottom:9px;cursor:pointer;margin-left:41px;}
.cNewSliderNav > div.cGrayBox{
	background:#b9b3b3;
}
.cNewSliderNav > div.cBlueBox{background:#1392d0;}
.cNewSliderNav > div.cGreenBox{background:#9dba00;}
.cNewSliderNav > div.cOrangeBox{background:#f19200;}
.cNewSliderNav > div.home_slder_active{width:233px;height:107px; font-size:17.33px; line-height:107px;margin-left:0;}
.cNewSliderNav > div.home_slder_active > span{line-height: 20px;float: left;padding-bottom: 6px;padding-top: 43px;font-style:italic;}

.cNewSliderItem_image_1 img , .cNewSliderItem_image_2 img, .cNewSliderItem_image_3 img, .cNewSliderItem_image_4 img {
	background-repeat: no-repeat; background-position: 0 0; height:376px;position:relative;
}
.cNewSliderTextBox  p {
 margin: 0 !important;
 padding: 0 !important;
}

.cNewSliderItem .con-block{
	width:200px;
	float:left;
	background:#fff;
	top:-100px;
	left:55px;
	z-index:9999999;
	position:relative;
	margin:0;
	padding:10px;
	color:#255c8c;
}

.cNewSliderItem .btn{float:left; background:#255c8c; height:20px; padding:5px;}

.cNewSliderItem .con-block a{ color:#fff;}

.cNewSliderItem .con-block a img{ margin:3px 3px 0px 10px;}

/*-------------------path----------------------*/
.path{
	width:980px;
	height:17px;
	border-bottom:1px solid #eee;
	margin-bottom:30px;
	padding-right:20px;
	text-transform:uppercase;
	font-size:11px;
	float: left;
}

.path ul{ list-style-type:none;}

.path ul li{ display:block; color:#333333; margin-left:5px; float:right; }

.path ul li a{ text-align:center;text-decoration:none; color:#333333; float:left; }


/*-------------------agri----------------------*/

#agri{ width:900px; float:left; margin:0; padding:0px 50px;}


#agri p{ width:100%; float:left; font-size:12px; color:#000; line-height:17px; }

.agri_photo{ width:1000px; height:263px; margin-right:30px; margin-bottom:30px; float:left;}








/*-------------------management----------------------*/

#management{ width:900px; float:left; margin:0; padding:0px 50px;}

h2{ font-size:30px; color:#255c8c; font-weight:bolder; line-height:45px;}

#management h3{ font-size:14px; color:#255c8c; font-weight:bold; margin-bottom:10px;}

#management p{ width:730px; float:left; font-size:12px; color:#000; line-height:17px; }

#management .photo{ width:130px; height:160px; margin-right:30px; border:3px solid #ddd; float:left;}

#management ul{ list-style-type:none;}

#management ul li{
	float:left;
	border-bottom:1px solid #ddd;
	padding:30px 0px;
}


/*-------------------mission----------------------*/

#mission{ width:900px; height:500px; float:left; margin:0; padding:0px 50px;}

#mission h3{ font-size:14px; color:#255c8c; font-weight:bold; margin-bottom:10px; float:left;}

#mission .photo{ width:450px; height:400px; margin-right:30px; border:3px solid #ddd; float:left;}

#mission ul{ list-style-type:none;}

#mission ul li{
	float:left;
	padding:0px 0px;
}

#mission ul li ul{ list-style-type:none;}

#mission ul li ul li{ float:left; display:block;  width:410px; margin:10px 0px 10px 0px; padding:0;}


/*-------------------values----------------------*/

#values{
	width:900px;
	float:left;
	margin:0;
	padding:0px 50px;
}

#values p{ width:410px; float:left; font-size:12px; color:#000; line-height:17px; font-weight:bold; }

#values .photo{ width:450px; height:400px; margin-right:30px; border:3px solid #ddd; float:left;}

#values ul{ list-style-type:none;}

#values ul li{
	float:left;
	padding:0px 0px;
}

#values ul li ul{ list-style-type:none;}

#values ul li ul li{ float:left; display:block;  width:410px; margin:10px 0px 10px 0px; padding:0;}



/*-------------------services----------------------*/

#services{
	width:900px;
	height:580px;
	float:left;
	margin:0;
	padding:0px 50px;
}

#services h2{ font-size:30px; color:#255c8c; font-weight:bolder; line-height:45px;}

#services .photo{ width:450px; height:400px; margin-right:30px; border:3px solid #ddd; float:left;}

#services ul{ width:900px; height:400px; list-style-type:none;}

#services ul li{
	float:left;
	padding:0px 0px;
}

#services ul li ul{
	list-style: disc;
}

#services ul li ul li{
	float:left;
	width:390px;
	margin:10px 0px 10px 20px;
	padding:0;
}



/*-------------------contact----------------------*/

#contact{ width:900px;  float:left; margin:0; padding:0px 50px;}

#contact h2{ font-size:30px; color:#255c8c; font-weight:bolder; line-height:45px;}

#contact .photo{
	width:600px;
	height:240px;
	margin-right:30px;
	border:3px solid #ddd;
	float:left;
}

#contact p{ float:left; display:block;  width:240px; margin:4px 0px; padding:0;}

#contact h3{ font-size:14px; color:#255c8c; font-weight:bold; margin-bottom:10px; float:left;}

#map{ width:894px; border:3px dotted #ddd; height:300px; float:left; margin-top:30px; }



/*-------------------careers----------------------*/

#careers{ width:900px; height:550px;  float:left; margin:0; padding:0px 50px;}

#careers .photo{
	width:450px;
	height:400px;
	margin-right:30px;
	border:3px solid #ddd;
	float:left;
}

#careers p{ float:left; display:block;  width:410px; margin:4px 0px; padding:0;}

#careers h3{ font-size:18px; color:#255c8c; font-weight:bold; margin-bottom:10px; float:left;}

#careers ol{ float:left; margin-left:70px;}

#careers ol li{
	padding:5px 0px;
	width:300px;
	font-weight:bold;	
}


/*-------------------owh----------------------*/

#ware{ width:900px; height:500px; float:left; margin:0; padding:0px 50px;}

#ware h3{ font-size:14px; color:#255c8c; font-weight:bold; margin-bottom:10px; float:left;}

#ware .photo{ width:450px; height:400px; margin-right:30px; border:3px solid #ddd; float:left;}

#ware ul{ list-style-type:none;}

#mission ul li{
	float:left;
	padding:0px 0px;
}

#ware ul li ul{ list-style-type:none;}

#ware ul li ul li{ float:left; display:block;  width:410px; margin:10px 0px 10px 0px; padding:0;}



/*-------------------locations----------------------*/

#locations{
	width:900px;
	height:540px;
	float:left;
	margin:0;
	padding:0px 50px;
}

#locations .photo{
	width:450px;
	height:400px;
	margin-right:30px;
	border:3px solid #ddd;
	float:left;
}

#locations p{ float:left; display:block;  width:410px; margin:4px 0px; padding:0;}

#locations h3{ font-size:18px; color:#255c8c; font-weight:bold;  float:left; width:300px;}

#locations ol{ float:left; margin-left:70px;}

#locations ol li{
	padding:5px 0px;
	width:300px;
	font-weight:bold;	
}


#locations #ban{
	width:450px;
	height:400px;
	margin-right:30px;
	border:3px solid #ddd;
	float:left;
	}
	
	
.slider {
	width:100%;
	position:relative;
	z-index:1;
	margin:0px 0 0px 0;
	padding:0px;
	float: left;
	clear: both;
	
	
}
.flexslider {
	margin: 0;
	
}
.flexslider .slides > li {
	display: none; 
	list-style:none;
	left:0;
} 
.flexslider .slides img {
	max-width: 100%; 
	display: block; 

}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides {
	margin:0;
	padding:0;
	
}
.slides:after {
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0;
} 
/* control Nav */
.flex-control-nav { 
	position:absolute; 
	bottom:1px; 
	left:7px;
}
.flex-control-nav li { 
	display:block; 
	float:left; 
	margin-right:1px;
}
.flex-control-nav li a {
	display:block;
	/*background:url(../images/pagination.png) 0 0 no-repeat; 
	width:26px; height:29px; */
	text-indent:-5000px;
}
.flex-control-nav li a:hover,.flex-control-nav li a.active { 
	background-position:0 -29px; 
	cursor:pointer;
}
/* Slider Image Caption */
.sliderImageCaption{ 
	position:absolute; 
	color:#ccc;
	height:20px;
	bottom:0px;
	width:430px; 
	padding:5px 10px;
	background:#5789b5;
}
