@charset "utf-8";
/* CSS Document */

.header {
	margin:auto;
	width: 960px;
	height:62px;
}

.main_logo {
	width:254px;
	height:60px;
	float:left;
}
	
.header_navi {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#666;
	width:auto;
	height:40px;
	float:right;
	margin-top:10px;
}

.container {
	margin:auto;
	width:960px;
	display:block;

}

.container_out {
	background-image:url(../images/common/bg_body_bottom.jpg);
	background-repeat:repeat-x;
	background-position:bottom left;
	margin:auto;
	width:100%;
	height:auto;
	display:block;
	overflow:auto;
}

.main_image {
	width:688px;
	height:150px;
	position:absolute;
	z-index:2;
}

.navigation {

	width:300px;
	position:relative;
	float:right;
	z-index:3;

}

.navigation_top {
	background: url(../images/common/navi_tr.gif) no-repeat top right; 
	
}

.navigation_mid {

	background: url(../images/common/navi_bg.jpg) repeat-x top left;
	background-position:top left;
	background-color:#0B2500;
}
	.navi_item{
	background-image:url(../images/common/bg_mainnavi.gif);
	background-repeat:repeat-x;
	background-position:top left;
	vertical-align:middle;
	width:278px;
	height:40px;
	margin:auto;
	padding-top:17px;
	overflow:auto;
	}
	
	.navigation_sub {
		background-image:url(../images/common/subnavi_bg_trans.png);
		background-repeat:repeat-x;
		background-position:bottom left;
		background-color:#125A03;
		clear:both;
		margin-top:10px;
		padding-bottom:1px;
		display:none;
	}
	
		.navigation_sub2 {
		clear:both;
		margin-left:15px;
		padding:0;
		display:none;
	
	}
	
	
	.navigation_sub_item{
		background-image:url(../images/common/subnavi_sub_bg_trans.png);
		background-repeat:no-repeat;
		background-position:top right;
		height:25px;
		padding-top: 5px;
		padding-left: 5px;
	}
		
.noshow {
	display:none;
}

.navigation_bottom {
	background: url(../images/common/navi_br.png) no-repeat bottom right;
}

.navigation_shadow {
	background:url(../images/common/navi_dsr.png) no-repeat top right;
}

.sidebar {
	width:300px;
	height:200px;
	margin-top:20px;
}

img.cornernavi {
   width: 285px;
   height: 15px;
   border: none;
   display: block !important;
}

img.cornershadow {
   width: 285px;
   height: 25px;
   border: none;
   display: block !important;
}


.txt_body {

	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	width:635px;
	height:auto;
	float:left;
	margin-top:170px;
	margin-left:12px;
	margin-bottom:20px;
	z-index:1;
}

.roundtop { 
	background: url(../images/common/body_tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(../images/common/body_br.gif) no-repeat top right; 
}

img.corner {
   width: 620px;
   height: 15px;
   border: none;
   display: block !important;
}

.txt_body_in {
	width:595px;
	height:550px;
	padding:10px 20px;
	background-color:#FFF;
	margin:auto;
}

.footer {
	background-image:url(../images/common/bg_footer.jpg);
	width:100%;
	height:200px;
	clear:both;
	display:block;
}

.bottom_navi {
	margin:auto;
	width:960px;
	height:140px;
}

.copyright {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#666;
	text-align:center;
	padding:10px;
}

.footer_naviCol {
	width:240px;
	float:left;

}

.dotline {
	background-image:url(../images/common/bg_contactinfo.gif);
	background-repeat:repeat-x;
	padding-top:7px;
	padding-left:2px;
	width:100%;
	height:25px;
	margin-top:20px;
}

.dotline_csr {
	background-image:url(../images/common/bg_contactinfo.gif);
	background-repeat:repeat-x;
	padding-top:7px;
	padding-left:2px;
	width:100%;
	height:25px;
	margin-top:5px;
}

/* tabbed area in body - start*/

#tabbed_box {
    margin: 0px;  
    width:100%;  
} 

.tabbed_area {  
    border:none;
    padding:0;      
}  

ul.tabs {  
    margin:0px; 
	padding:0px;  
    margin-top:5px;  
    margin-bottom:6px; 
}  

ul.tabs {  
    margin:0px; 
	padding:0px;  
    margin-top:5px;  
    margin-bottom:6px; 
}  
ul.tabs li {  
    list-style:none;  
    display:inline;  
} 

ul.tabshome li {  
    list-style:none;  
    display:inline;  
}  


ul.tabs li a {  
    background-color:#eee;  
    color:#666;  
    padding:8px 14px 8px 14px;  
    text-decoration:none;  
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
    font-weight:bold;  
    text-transform:uppercase;
}  

ul.tabshome li a {
	background-color:#eee;
    color:#666;  
    padding:5px 5px 5px 5px;  
    text-decoration:none;  
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
    font-weight:bold;  
    text-transform:uppercase;
} 

ul.tabs li a:hover {  
	color:#060;
	background-color: #ccc;	
} 

ul.tabshome li a:hover {  
	color:#060;
	background-color: #ccc;	
} 

ul.tabs li a.active {  
    color:#060;  
	background-color: #ccc;
}  

ul.tabshome li a.active {  
    color:#060;  
	background-color: #ccc;
}

.content {  
    padding:0px; 
}  

#content_2, #content_3, #content_4 { display:none; } 

/* tabbed area in body - end*/

.txt_body_in table tr td {
	padding:0px;
	margin:0px;
	height:auto;
	table-layout:auto;
	}
	
.txt_body_in table tr td p {
	margin:0px;
	padding:0px;
}

.txt_body_in table h3 {
	margin:0px;
	padding:0px;
}

#phonie_holder a,#banners_controller a{
padding:3px;
	padding-left:5px;
	padding-right:5px;
	border:1px solid #ddd;
	text-decoration:none;
	color:#555;
	font-size:11px;
	line-height:1.5;
	font-weight:normal;
	background-image: url(../images/pagination.jpg);
	background-repeat: repeat-x;
	margin-right:3px;
}

#phonie_holder a.highlight{
background-color:#999;
background-image:none;
color:#FFFFFF;
font-weight:bold;
border-color:#666;
}


/*Modifications added by Shiran - 6/9/2011*/

#top_navigation_holder {
	float:left;
	width:960px;
	height:109px;
}

#slider_holder {
	float:left;
	width:660px;
	height:250px;
	/*padding-right:300px;*/
	position:relative;
}

#navigation {
	float:left;
	width:300px;
	height:390px;
	position:absolute;
	left: 660px;
	top: -32px;
	background:url(../images/img/bg_nav.png) no-repeat top;
	z-index:999;
	padding-top: 7px;
}

#navigation a {
	float:left;
	text-indent:-9999px;
	width:278px;
	display:block;
	height:79px;
	margin-left:10px;
	margin-top:2px;
	border-bottom: 1px solid rgba(8,8,8,0.2);
}

#navigation a:hover {
	background-position: 0 -79px;
}

.transport {
	background: url(../images/img/transport_button.png) no-repeat;
}

.intel_trading {
	background: url(../images/img/intel_trading.png) no-repeat;
}

.manufacturing {
	background: url(../images/img/manufacturing.png) no-repeat;
}

.strategic_Investment {
	background: url(../images/img/strategic_Investment.png) no-repeat;
}

#logo_holder {
	float:left;
	width:355px;
	height:109px;
}

#navi_links {
	float:left;
	width:605px;
	height:109px;
}

#bottom_text_holder {
	float:left;
	width:960px;
	height:115px;
}

