@charset "utf-8";
/* CSS Document */
/*---initialize --*/

body { 
	padding:0px; 
	margin: 0px;
	min-width:1600px; 
	font-family:"Myriad Pro", Arial, sans-serif;
	font-size: 18px; 
}
p {
	margin: 0px; 
	padding:0px;
}

h1 {
	color: #fff;
	font-weight:bold;
}

ul,li {
	list-style: none; 
	margin: 0px; 
	padding:0px
}

img {
	border: none;
}

a { 
	text-decoration: none;
	outline:none;
}

input,select {
	font-family: Arial;
	font-size: 12px;
}

/*---constant---*/
.overhidden { overflow: hidden; }
.width_100 { width: 100%;}
.block { width: 100%; overflow: hidden;}
.uLine { text-decoration: underline;}
.fleft { float: left;}
.fright { float: right;}
.fi { font-style: italic;}
.fb { font-weight: bold;}
.mleft35 { margin-left: 35px;}
.mtop20 { margin-top: 20px;}
.mtop10 { margin-top: 10px;}
.ft12 { font-size: 12px;}
.ft14 { font-size: 14px;}
.fcWhite { color: #fff;}
.fcGreen { color: #204709;}

.holder { 
	width: 1280px; 
	min-width:1600px; 
	margin: 0px auto; 
	background: #fed710 repeat-y top center;
}

.container { 
	width: 1280px; 
	min-width:1600px; 
	margin: 0px auto; 
	background: url(images/top-image.jpg) no-repeat top center;
	
}

.mainpress { 
	width: 1280px; 
	margin: 0px auto; 
	min-width:1600px; 
	background: url(images/press.png) no-repeat bottom center;
}

.mainabout { 
	width: 1280px; 
	margin: 0px auto; 
	min-width:1600px; 
	background: url(images/about-us.png) no-repeat bottom center;
	
}

.mainpeople { 
	width: 1280px; 
	margin: 0px auto; 
	min-width:1600px; 
	background: url(images/people.png) no-repeat bottom center;
}

.maincontact { 
	width: 1280px; 
	margin: 0px auto; 
	min-width:1600px; 
	background: url(images/contact.png) no-repeat bottom center;
}

.mainbts { 
	width: 1280px; 
	margin: 0px auto; 
	min-width:1600px; 
	background: url(images/bts.png) no-repeat bottom center;
}

.mainprod { 
	width: 1280px; 
	margin: 0px auto; 
	min-width:1600px; 
	background: url(images/production.png) no-repeat bottom center;
}
	
.left {
	float: left; 
	width: 850px;
	min-height:800px; 
	color: #ffffff;  
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.6);
	
}

.left .txt {
	width: 800px;  
	margin-top:60px; 
	margin-bottom:30px; 
	margin-left:25px;
}

.left .txt a { color: #ffffff;}
.left .txt a:hover { color: #ffffff;}
.left .txt  ul {
	text-indent: 5px; 
	padding-left: 20px; 
	padding-bottom:10px;
}

.left .txt li {
	list-style-type:none; 
	padding: 2px;
	line-height: 18px;
}		

.footer {
	height: 57px; 
	width: 870px;
	font-size: 15px; 
	overflow: hidden; 
	color: #000;
}

.footer .link {
	float: left;
	margin-right: 32px;
}

.footer .link a {
	color: #000;
	font-weight:bold;
}

.footer .link a:hover { color: #000; }
.footer .link .hover { color: #000; }

#left-travel {
float:left;
padding:5px;
text-align: center;
min-height: 300px;
width: 180px;

}

#right-travel {
float:right;
width:600px;
padding:5px;
text-align: left;
}

#left-col {
float:left;
padding:5px;
text-align: center;
min-height: 300px;
width: 385px;

}

#right-col {
float:right;
width:385px;
padding:5px;
text-align: center;
}

.footer li ul{
	opacity:0.9;
	filter:alpha(opacity=90);
	display:none;
	height:auto;
	padding:0px;
	margin-top:-155px;
	border:0px;
	position:absolute;
	width:150px;
	z-index:200;
	background-color: #cecdc7;
	font-weight:bold;
	text-align:center;
}

.footer li:hover ul{
	display:block;
		
}

.footer li li {
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:150px;
}

.footer li:hover li a{
	background:none;
		
}

.footer li ul a{
	display:block;
	height:35px;
	font-size:15px;
	font-family: "Myriad Pro", Arial, sans-serif;
	color: #600;
	font-style:normal;
	margin:0px;
	padding:5px 10px 5px 5px;
	text-align:center;
}

.footer li ul a:hover, .menu li ul li:hover a{
	color:#660e0e;
	text-decoration:none;
	background-color: #e3e1d8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	opacity:0.9;
	filter:alpha(opacity=90);
}

.footer p {
	clear:left;

}

#prods {
	font-size:36px; font-weight:bold; font-style:italic;
}
