﻿/*  RESET  */
*{
    margin: 0;
	padding: 0;
}
a{
    outline: none;
}
a img{
    border: 0;
}
ul{
    list-style-type: none;
}
html{
    font-size: 62.5%;
}
body{
    font-size: 1.2em;
	line-height: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #424242;
}   
h4, h5, p, li, span, a{
    font-size: 1em;
}  
h1{
    font-size: 1.5em;
    font-weight: normal;
    color: #AD8A12;
    margin: 0 0 10px 0;
}  
h2{
    font-size: 1.3333em;
    margin: 20px 0 10px 0;
}
h3{
    font-size: 1.16666em;
    margin: 20px 0 10px 0;
}
ul, ol, p{
    margin: 0 0 10px 0;
}
li{
    margin-bottom: 5px;
}

/* wrapper */
.wrapper{
    width: 996px;
    margin: 0 auto;
}

/* header */
.header{
   height: 140px;
   color: #8a8a8a;    
   padding-top: 10px;
   background: #424242 url(/Asset/img/layout/head/header-bkg.jpg) no-repeat left bottom; 
   position: relative;
}
.header .languages{
    height: 24px;
    padding-right: 25px;
    font-size: 0.83333em;
}
.header .languages p{
    float: right;
    height: 24px;
    line-height: 24px;
    margin: 0;
}
.header .languages .shareicons
{
    padding-left:5px;
    float:left;
}
.header .languages .shareicons span
{
    margin-bottom:5px;
    font-size:1.5em;
    font-weight:bold;
    float:left;
    display:inline-block;
    line-height:30px;
    padding:0 5px;
}
.header .languages ul{
    float: right;
    height: 24px;
    margin: 0 10px 0 0;
}
.header .languages ul li{
    float:left;
    margin: 0;
}
.header .languages ul li a{
    float: left;
    height: 12px;
    width: 18px;
    margin: 6px 5px 0 0;
    line-height: 24px;
    text-indent: -9000px;
    background-repeat: no-repeat;
}

.header .languages ul li a.english{background-image: url(/Asset/img/layout/head/flag-all.gif); background-position: left 0;}
.header .languages ul li a.mandarin{background-image: url(/Asset/img/layout/head/flag-all.gif); background-position: -36px 0;}
.header .languages ul li a.spanish{background-image: url(/Asset/img/layout/head/flag-all.gif); background-position: -18px 0; }
.header .languages ul li a.portuguese{background-image: url(/Asset/img/layout/head/flag-all.gif); background-position: -72px 0;}
.header .languages ul li a.russian{background-image: url(/Asset/img/layout/head/flag-all.gif); background-position: -53px 0;}
.header .languages ul li a.french{background-image: url(/Asset/img/layout/head/flag-all.gif); background-position: right 0;}



.header a.logo{
    float: left;
    height: 105px;
    width: 240px;
    text-indent: -9000px;
    position:absolute;
    left:0px;
    bottom:0;
}
.header img.logo{
    display: none;
}
.header .contact{
    float: left;
    height: 105px;
    width: 440px;
    text-indent: -9000px;
    position: absolute;
    left: 240px;
    bottom: 0;
}
.header .util-nav{
    float: right;
    height: 24px;
    padding-right: 32px;
    margin: 10px 0 0 0;
    text-align: right;
    
    font-size: 0.83333em;
}
.header .util-nav li{
    display: inline;
    margin: 0;
    background: transparent url(/Asset/img/layout/nav/util-nav-divider.gif) no-repeat right center;
}
.header .util-nav li.last{
    background-image: none;
}
.header .util-nav li a{
    line-height: 24px;
    /*color: #8a8a8a; */
    color: White;
    margin-left: 5px;
    padding-right: 6px;
    text-decoration: none;
}
.header .util-nav li.last a{
    padding-right: 0;
}

.header .util-nav li a:hover{
    text-decoration: underline;
}
.header .quick-search{
    float: right;
    clear: right;
    margin-top: 10px;
    padding-right: 30px;
}
.header .quick-search select{
    border: 1px solid #8a8a8a;
    color: #8a8a8a;
    width: 150px; 
}
.header .slug{
    float: right;
    display: inline;
    margin: 35px 30px 0 0;
    padding: 0;
    color: White;
    text-transform: uppercase;
    clear: right;
    font-weight: bold;
    font-size: 1.25em;
    white-space: nowrap;
}
/* main nav */

.main-nav{
    height: 39px;   
}
.main-nav ul{
    height: 39px;
    float: left;
    margin: 0;
}
.main-nav ul li{
    float: left;
    margin: 0;
}
.main-nav ul li a{
    float: left;
    height: 39px;
    width: 116px;
    line-height: 39px;
    text-align: center;
    color: #1a1a1a;
    text-decoration: none;
    background: transparent url(/Asset/img/layout/nav/nav-bkg.jpg) no-repeat -122px 0;
    
}
.main-nav ul li a:hover, .main-nav ul li a.active{
    background: transparent url(/Asset/img/layout/nav/nav-bkg.jpg) no-repeat -122px -39px;
}
.main-nav ul li.first a{
    width: 122px;
    background-position: 0 0;
    
}
.main-nav ul li.first a:hover, .main-nav ul li.first a.acative{
    background: transparent url(/Asset/img/layout/nav/nav-bkg.jpg) no-repeat 0 -39px;
}
.main-nav .search{
    float: right;
    position: relative;
    height: 39px;
    width: 294px;
    background: transparent url(/Asset/img/layout/nav/nav-bkg.jpg) no-repeat -702px 0;
}
.main-nav .search input{
    left:14px;
    position:absolute;
    top:11px;
    width:165px;
    border: 0;
    background-color: White;
    color: #666666;
}
.main-nav .search a{
    display: block;
    height: 39px;
    line-height: 39px;
    margin-left: 200px;
    
    color: White;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.083333em;
}


/*   content         --------------------------------------------------------------------------------------------------------*/

/*   left col        ---------------------------------------------------------------------------------------*/

/*   middle col        -------------------------------------------------------------------------------------*/

/*   right col        ---------------------------------------------------------------------------------------*/


/*   SITE MAP        ---------------------------------------------------------------------------------------*/
.SiteMap{
    font-weight: normal;
}
.SiteMap b{
    font-weight: normal;
}
.SiteMap table td{
    vertical-align: top;
}
.SiteMap table a{
    color: #333333;
    text-decoration: none;
    font-weight: normal !important;
    
}
.SiteMap h3 a{
    font-weight: bold !important;
    font-size: 0.9em;
}
.SiteMap table a:hover{
    text-decoration: underline;
}
.SiteMap table li{
    list-style-type: square;
    font-size: 0.9em;
    margin-bottom: 0;
}
.SiteMap table li li{
    list-style-type: none;
}

/* footer */
.footer{
    clear: both;
    font-size: 0.83333em;
}
.footer .util-nav{
    float: left;
    height: 24px;
    padding-right: 32px;
    margin: 0;
    text-align: right;
}
.footer .util-nav li{
    display: inline;
    margin: 0;
    background: transparent url(/Asset/img/layout/nav/util-nav-divider.gif) no-repeat right center;
}
.footer .util-nav li.last{
    background-image: none;
}
.footer .util-nav li a{
    line-height: 24px;
    color: #8a8a8a; 
    margin-left: 5px;
    padding-right: 6px;
    text-decoration: none;
}
.footer .util-nav li.last a{
    padding-right: 0;
}
.footer .util-nav li a:hover{
    text-decoration: underline;
}
.footer p{
    float: right;
    height: 24px;
    line-height: 24px;
    color: #8a8a8a;
}


/* general */
.hasFloat:after{
    content: '.';
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
}
*:first-child+html .hasFloat{
    min-height: 1px;
}
* html .hasFloat{
    height: 1%;
}
.padding-10{
    display: block;
    float: none;
    margin: 0;
    padding: 10px;
}
.mceContentBody 
{
    background-color:white;
}

/* DYNAMIC FORMS STYLES - START */
.dynformLabel
{
    position:relative;
    top:0;
    left:0;
}
.dynformShowHide
{
    position:absolute;
    top:10px;
    right:10px;
}
.dynformInputFields
{
    display:none;
}
.dynformHiddenFileSelect 
{
    visibility:hidden;
}
/* DYNAMIC FORMS STYLES - END */

.main-img{
    height: 322px;
    overflow: hidden;
   position:relative;
    top:0;
    left:0;
   
}

.main-img img{
    display: block;
    position:absolute;
    top:0;
    left:0;
}

.main-img.loading
{
    background: url(/Asset/img/ajax-loader.gif) no-repeat center center;
}

.requiredfield 
{
    color:#AD8A12;
}


.wrap_news .body.hasFloat .body-right
{
    margin-left:10px;
}

.wrap_news .body.hasFloat .body-left
{
    width:auto;
    float:none;
}

.wrap_news .body.hasFloat .body-left div
{
    display:inline;
}
