/* CSS Document */

/* IE6/Win-specific CSS */
/*
@import url("ie6win.css");

body {
	background:transparent;
}

a {
	text-transform: lowercase;
}
a.proper {
	text-transform: none;
}
a, a:link,a:active,a:visited {
	text-decoration:none;
	color:#000000;
}

a, a:hover {
	color:#000000;
	text-decoration:underline;
}
*/


/* Nav Menu */
#nav-content {
	_background:url(../images/menu-bg.gif) left top no-repeat;
	background:url(../images/menu-bg.png) left top no-repeat;
	padding:0;
	position:absolute;
	top:-260px;
	z-index:1000;
	height:300px; 
	width:1000px;
	overflow:auto;
}

#nav-content .section {
	height:260px;
	width:165px;
	padding:0 15px 0 15px;
	border-left:1px solid #ccc;
	float:left;
	color:#000;
	display:none;
}

#nav-content .title {
	margin:0 !important;
}

#nav-content .title-container {
	margin:0 !important;
	float:left;
	width:130px;
}

#nav-content .section img{
	margin:0 0 10px 0;
}

#nav-content h2 {
	font-size:14px;
	line-height:17px;
	margin:0 0 10px 0;
	text-transform:none;
	clear:both;
}

#nav-content h2 a{
	text-transform:none;
}

#nav-content .trigger {
	height:40px;
	width:140px;
	display:block;
	clear:both;
}

#nav-content ul {
	padding:0;
}

#nav-content ul li {
	list-style-type: none;
	padding:0 0 10px 0;
	margin:0;
}

#nav-content ul li a{
	color:#000;
}

#nav-content #m-client-work {
	/*background: url(../images/title-client-work.gif) 15px top no-repeat; */
	width:170px;
	border:0;
}

#nav-content #m-client-work .content{
	clear:both;
	background:#f1f1f1;
}

#nav-content #m-client-work .content div{
	background:none;
}

#nav-content #m-expertise {
	/*background: url(../images/title-expertise.gif) 15px top no-repeat;*/
}

#nav-content #m-industries {
	/*background: url(../images/title-industries.gif) 15px top no-repeat;*/
}

#nav-content #m-products {
	/*background: url(../images/title-products.gif) 15px top no-repeat;*/
}

#nav-content #m-products .content{
	clear:both;
	background:#f1f1f1;
}

#nav-content #m-the-company {
	width:160px;
	/*background: url(../images/title-the-company.gif) 15px top no-repeat;*/
}

#home-link {
	background:url(../images/home-link-bg.gif) right 7px no-repeat;
	text-align:right;
	padding:6px 13px 0 0;
	margin:5px 0 0 0;
	border-top:1px solid #ccc;
}

#home-link a{
	color:#000;
}

a.button-prev{
	background:url(../images/button-prev.gif) left top;
	width:13px;
	height:14px;
	margin:17px 5px 10px 0;
	display:block;
	float:left;
}

a.button-prev:hover,
a.button-prev:visited:hover {
	background:url(../images/button-prev.gif) left bottom;
}

a.button-next{
	background:url(../images/button-next.gif);
	width:13px;
	height:14px;
	margin:17px 0 10px 0;
	display:block;
	float:left;
}

a.button-next:hover,
a.button-next:visited:hover {
	background:url(../images/button-next.gif) left bottom;
}

.menu_list {
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
}

.menu_list ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style: none;
	padding: 0;
	margin: 0;
	width: auto;
}

/*.menu_list ul.ul_adj{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 144px;
}*/

.menu_list ul li {
	padding: 4px 0;
	margin: 0;
	width: auto;
	white-space: nowrap;
}

.menu_list li.hdr {
	font-size: 12px;
	font-weight: bold;
}
.searchbar { /* Search */
	display:block;
	text-align:right;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:right;
	width:400px;
	padding: 10px 40px 0 0;
}
.searchstyleinput { /* Input box style */

}
.txtinputfmt { /* Search Text */
	position:relative;
	bottom:3px;
}
.imgbuttonfmt { /* Search Image Submit Button */
	position:relative;
	bottom:1px;
	vertical-align:bottom;
}

.close {
	position: absolute;
	top: 10px;
	right: 30px;
}

.close img {
	border: 0;
}
