@charset "utf-8";
/* CSS Document */
.main-cont{height:auto; width:940px; padding-left:20px;}

.arri-main{height:auto; }
.arrivecontent{float:left; height:auto; }
.arrivename{height:20px; padding:10px 0 0 10px; }
.arriv-discription{ 
	padding: 0px 7px 1px 6px;
margin-top: 148px;
background-image: url(../images/back.png);
height: 34px;
width: 154px;
margin-left: 8px;
padding-top: 1px;
text-align: center;
box-shadow: 0px 1px 5px #888888;
	}

.arriv-discription:hover{
	background-color:#ED9200; 
	/*border: 1px solid red;*/ 
	color:#FFF;
	}
.arrivebox{
	width:162px; 
	float:left; 
	height:130px; 
	margin:9px; 
	border:2px solid #ed9200;
	}
.arrivebox_auto{
	width:285px; 
	float:left; 
	height:auto; 
	margin:9px; 
	border:2px solid #ed9200;
	}
.arrivebox:hover{border:2px solid #005400;}
.clear{clear:both;}

.field{width:270px; margin:0 0 5px 0;}
.textfield{width:270px; padding:2px; }

.button {
width: 70px;
height: 25px;
background-color: #FE6D21;
cursor: pointer;
font-size: 12px;
font-weight: bold;
color: white;
margin-top: 20px;
}


/*start menu dropdown by kelum*/

#cssmenu {padding: 0; margin: 0; border: 0;}
#cssmenu ul, #cssmenu li {list-style: none; margin: 0; padding: 0;}
#cssmenu ul {position: relative;}
#cssmenu ul li { float: left; min-height: 1px; vertical-align: middle; width: 169px; background-color:#025702;}
#cssmenu ul li.hover,
#cssmenu ul li:hover {position: relative; z-index: 999; cursor: default;}
#cssmenu ul ul {visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 598; width: 100%;}
#cssmenu ul ul li {float: none;}
#cssmenu ul ul ul {top: 0; left: auto; right: -99.5%; }
#cssmenu ul li:hover > ul { visibility: visible; background-color:#993;}
#cssmenu ul ul {bottom: 0; left: 0;}
#cssmenu ul ul {margin-top: 0; }
#cssmenu ul ul li {font-weight: normal;}
#cssmenu a { display: block; line-height: 1em; text-decoration: none;}

/*end menu dropdown by kelum*/


.gallery-eve{
	width: 280px;
	float: left;
	height: 210px;
	margin: 9px;
	border: 2px solid #ed9200;
	}
	
.gallery-eve-img{width:280px; height:210px;}


.about-side-img-box{
	background: white;
  	border: solid 1px #DFDFDF;
  	-moz-border-radius: 8px;
  	-webkit-border-radius: 8px;
  	border-radius: 8px;
  	-webkit-box-shadow: 0 2px 3px #B7B7B7;
  	-moz-box-shadow: 0 2px 3px #B7B7B7;
  	box-shadow: 0 2px 3px #B7B7B7; 
	width:315px; 
	height:159px; 
	padding:10px;
	}
.active{background-color:#ED9200;}

.text-top{ font-size:12px; width:905px;   margin-left: 28px;}

.delivery-img{  position: absolute;
  left: 1075px;
  top: 73px;}
  
.dilivery-text{
    margin-right: 99px;
  /* margin-bottom: 4px; */
  margin-top: -4px;
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
  color:#ED9200; text-transform:uppercase;}
  
.deliver-point{  cursor: text;}