@charset "utf-8";
/* CSS Document */

body{
	background:#020202 url(../images/main_bg.jpg) repeat-y center;
	font-family:Arial, Helvetica, sans-serif;
	color:#c6c6c6;
	line-height: 92%;
}
.header{
	background:#e7e8e8 url(../images/header_bg.png) repeat-x top;
	height:119px;
}
.header .content{
	position:relative;
	width:900px;
	height:119px;
	margin:0 auto;
}
.header .content .logo{
	position:absolute;
	bottom:10px;
	left:2px;
}
.header .content .date{
	position:absolute;
	bottom:10px;
	left:180px;
	font-size:11px;
	color:#676767;
}
.header .content .search{
	position:absolute;
	bottom:10px;
	right:2px;
}
.header .content .language{
	position:absolute;
	bottom:40px;
	right:13px;
	font-size:10px;
	color:#CCC;
}
.slideshow{
	background:#e3e4e3 url(../images/slideshow_bg.png) repeat-x top;
	height:200px;
}
.slideshow .content{
	width:900px;
	height:200px;
	margin:0 auto;
}
.color_bar{
	background:#2f2f2f;
	height:4px;
}
.menu {
	background:url(../images/menu_bg.png) center no-repeat;
	height:80px;
}
.main{
	width:890px;
	padding:5px 5px 5px 5px;
	margin:0 auto;
	font-size:12px;
	overflow: hidden;
}
.main .right{
	background:url(../images/spacer.png) repeat-y left;
	width:633px;
	padding:2px 2px 2px 25px;
	float:right;
	margin-bottom:15px;
}
.main .left{
	width:226px;
	padding:2px 2px 2px 2px;
	float:left;
}
.footer{
	background:#232323 url(../images/footer_bg.png) repeat-x top;
	height:66px;
	clear:both;
}
.footer .content{
	position:relative;
	width:900px;
	height:66px;
	text-align:center;
	margin:0 auto;
}
.footer .content .left{
	position:absolute;
	font-size:11px;
	top:50%;
	bottom:50%;
	left:2px;
}
.footer .content .right{
	position:absolute;
	font-size:11px;
	top:50%;
	bottom:50%;
	right:2px;
}
a:link.links_footer
{
	float:right;
	margin-left:20px;
	color:#c6c6c6;
	text-decoration: none; 
}
a:visited.links_footer {color:#c6c6c6;}
a:hover.links_footer
{
	color:#c6c6c6;
	text-decoration:underline;
}
a:active.links_footer {color:#c6c6c6;}
h3{
	background:url(../images/bullet.png) left top no-repeat;
	padding:0 0 10px 15px;
	color:#6db0fe;
}
.tools_box{
	float:left;
	width:250px;
	border:#505050 1px solid;
	padding:8px 8px 8px 8px;
	margin:10px 10px 10px 10px;
}
a.tools_link{
	color:#c6c6c6;
}
form.quote{
	width:350px;
}
form.contact{
	width:100px;
}
.input_box{
	float:left;
	padding:6px 6px 6px 6px;
}
.select{
	height:20px;
	font-size:9px;
	color:#555555;
	margin-top:3px;
}
.submit{
font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
	
	
	
	
/* LINK */	

a:link
{
color:#CCC;
text-decoration: none; 
}
a:visited {color:#CCC;}
a:hover
{
color:#CCC;
text-decoration:underline;
}
a:active {color:#CCC;}	
	
/* LINK */	
	
	
	
/* FONT */	

@font-face
{
  font-family: 'TradeGothicLTStdCnNo.18';
  src: url('../fonts/tradegothicltstd-cn18-webfont.eot');
  src: url('../fonts/tradegothicltstd-cn18-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/tradegothicltstd-cn18-webfont.woff') format('woff'),
        url('../fonts/tradegothicltstd-cn18-webfont.ttf') format('truetype'),
        url('../fonts/tradegothicltstd-cn18-webfont.svg#TradeGothicLTStdCnNo.18') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face
{
  font-family: 'TradeGothicLTStdBdCnNo.20';
  src: url('../fonts/tradegothicltstd-bdcn20-webfont.eot');
  src: url('../fonts/tradegothicltstd-bdcn20-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/tradegothicltstd-bdcn20-webfont.woff') format('woff'),
        url('../fonts/tradegothicltstd-bdcn20-webfont.ttf') format('truetype'),
        url('../fonts/tradegothicltstd-bdcn20-webfont.svg#TradeGothicLTStdBdCnNo.20') format('svg');
  font-weight: normal;
  font-style: normal;
}

	
/* FONT */	

	
	
	
	
	
	
	
	
	
	
/* MENU */

#mainHeader{position:relative;}
#mainNav #mainNavContent
{
  line-height: 1;
  -webkit-text-size-adjust:none;
  width: 458px;
  margin: 0 auto;
  text-transform: uppercase;
  padding: 0 0 0 0;
  font-size: 1em;
  font-family: "TradeGothicLTStdCnNo.18", Arial, Helvetica, Sans-Serif;
  /* position: relative; */ /** What was this doing ?? - removed to allow full width flyout/dropdown nav **/
  z-index: 10;
}

#mainNav #mainNavContent ul
{
  list-style: none;
  padding: 0 0 0 0px;
  margin: 0;
  text-align: center;
}

#mainNav #mainNavContent ul li
{
  margin-top:20px;
  display: block;  
  margin-right:20px;
  float: left;
}



#mainNav #mainNavContent ul li a
{
  text-decoration: none;
  color: #c6c6c6;
  height: 25px;
  display: inline-block;
  z-index:1000;
  position:relative;
}

#mainNav #mainNavContent ul li a span
{
  display: inline-block;
  padding: 5px 6px 0 6px;
  height: 20px;
  cursor: pointer;
}

#mainNav #mainNavContent ul li .active
{
  color: #66adff;
  background: url(../images/sprite.png) no-repeat 0 0  !important; 
}

#mainNav #mainNavContent ul li .flyoutNav .active { background: none !important; }

#mainNav #mainNavContent ul li .active span
{
  background: url(../images/sprite.png) no-repeat 100% -41px !important;
  padding: 5px 6px 0 6px;
}

#mainNav #mainNavContent ul li a:hover,
#mainNav #mainNavContent ul li a:active,
#mainNav #mainNavContent ul li a:focus
{
  
  background: url(../images/nav-l.png) no-repeat 0 50%; 
}

#mainNav #mainNavContent ul li a:hover span,
#mainNav #mainNavContent ul li a:active span,
#mainNav #mainNavContent ul li a:focus span
{
  text-shadow: 0 0 10px #FFF;
  background: url(../images/nav-r.png) no-repeat 100% 50%;  
}

/* MENU */
	
	
	
/* SEARCH */
	
#search {

}

#search input[type="text"] {
    background: url(../images/search-white.png) no-repeat 10px 6px #fcfcfc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
    border: 1px solid #d1d1d1;
    color: #bebebe;
    width: 150px;
    padding: 5px 15px 5px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
	outline: none;
	box-shadow: none;
    }

#search input[type="text"]:focus {
    width: 200px;
    }
	
/* SEARCH */
	