.com-cont {
    width:100%;
}
.clear {
    clear:both;
    *clear:none;
}
#header {
    background-color: #FFFFFF;
    border-bottom: 1px solid #F1F1F1;
    height: 24px;
    padding: 10px 0;
    width: 100%;
}
#content {
    background:url(../images/bg.png) repeat 0 0;
}
#footer {
    background: none repeat scroll 0 0 #FFFFFF;
    border-top: 1px solid #F1F1F1;
    bottom: 0;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    height:15px;
}
#footer span {
    padding-left:20px;
}
#footer ul {
    float:right;
    padding-right:20px;
}
#footer li {
    float:left;
}
#footer li a {
    color:#5c5c5c;
    padding:0 13px;
}
#footer li a:hover {
    color:#00bfbf;
}
.wrapper {
    margin: 0 auto;
    max-width: 1260px;
    min-width: 780px;
}
#nav {
    background: url("../images/bg-sidebar.png") no-repeat scroll 0 bottom #FFFFFF;
    float: left;
    opacity: 0.95;
    filter:alpha(opacity=95); /* For IE8 and earlier */
    padding: 48px 11px;
    width: 169px;
    margin-left:4%;
}
ul#menu, ul#menu ul {
    width: 100%;
    padding-top:17px;
}
ul#menu a {
    display: block;
}
ul#menu li {
    border-top:1px solid #e6e6e6;
    line-height:24px;
    padding:0 7px;
}
ul#menu li a {  
    color: #00bfbf;
    text-transform:uppercase;
}
ul#menu li a:hover, #menu a.selected {
    color: #5c5c5c;
}
ul#menu li ul {
    padding-top:0;
}
ul#menu li ul li {
    border-style:none;
    line-height:17px;
}
ul#menu li ul li a {
    padding-left:10px;
    font-size:10px;	
}
#cph {
    padding-left: 260px;
    margin-bottom:36px;	
}
.cph-content {
    background-color: #FFFFFF;
    margin-right: 5%;
    padding: 3% 0 0 9%;
    /*width: 86%;*/
}
.quick-menu {
    background: url("../images/bg-menu.png") no-repeat scroll right 0 transparent;
    height: 27px;
    position: absolute;
    right: 8%;
    width: 191px;
}
.trigger {
    color: #707070;
    cursor: pointer;
    height: 33px;
    line-height: 27px;
    padding-left: 10px;
    text-transform: uppercase;
}
.toggle-container {
    background-color: #effbfb;
    border: 1px solid #E6E6E6;
    margin-left: 3px;
    padding: 0 3%;
    position: absolute;
    top: 28px;
    width: 90%;
    z-index:9999;
}
.toggle-container li {
    line-height:24px;
    border-bottom:1px solid #e6e6e6;
}
.toggle-container li a {
    text-transform:uppercase;
}
.toggle-container li a:hover {
    color: #00BFBF;
}
.au-slides {
    background-color: #FFFFFF;
    border-bottom: 1px solid #F5F5F5;
    border-top: 1px solid #F5F5F5;
    height: 148px;
    opacity: 0.9;
    filter:alpha(opacity=90); /* For IE8 and earlier */
    padding: 2% 0;
    width: 100%;
}
.comcl-left {
    width:35%;
    padding:0 24px;
    float:left;
    position:relative;
}
.comcl-right {
    float: left;
    width: 400px;
    height:387px;
    overflow:auto;
    *overflow:visible;
}
#article li {
    height:128px;
    overflow:hidden;
    width:191px;
    padding:0 1px 1px 0;
}
/*mouseover effect*/
.ih_overlay{
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    background:#e6e6e6;
    z-index:10;
    opacity:0.9;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}
img.ih_image{	
    /*position:relative;*/
    opacity:0.7;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
img:hover.ih_image{
    opacity:1;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.ih_image_clone_wrap{
    position:absolute;
    z-index:11;
}
.ih_image_clone_wrap span.ih_zoom,
.ih_image_clone_wrap span.ih_loading,
.ih_image_clone_wrap span.ih_close{
    position:absolute;
    top:10px;
    right:10px;
    width:24px;
    height:24px;
    text-indent:-9000px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    opacity:0.8;
    cursor:pointer;
    -moz-box-shadow:1px 1px 2px #00BFBF;
    -webkit-box-shadow:1px 1px 2px #00BFBF;
    box-shadow:1px 1px 2px #000;
    z-index:999;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.ih_image_clone_wrap span.ih_zoom{
    background:#00bfbf url(../images/icons/zoom.png) no-repeat center center;
}
.ih_image_clone_wrap span.ih_loading{
    background:#00bfbf url(../images/icons/loader.gif) no-repeat center center;
}
.ih_image_clone_wrap span.ih_close{
    background:#e32c3b url(../images/icons/close.png) no-repeat center center;
}
.ih_image_clone_wrap img{
    opacity:0.7;
    -moz-box-shadow: 0 0 8px #00BFBF;
    -webkit-box-shadow: 0 0 8px #00BFBF;
    box-shadow: 0 0 8px #00BFBF;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.ih_image_clone_wrap img.ih_preview{
    opacity:1;
    position:absolute;
    top:0px;
    left:0px;
}
/*mouseover effect*/
.bg-img01 {
    background: url("../images/commercial.jpg") no-repeat scroll right top #FFFFFF;
    min-height: 535px;
    padding: 42px 0 10px 0;
    width: 95%;
    *width: 93.4%;
}
.bg-img01 li {
    line-height:20px;
    margin:3px 0;
}
.bg-img01 li a {
    font-size:12px;
    color:#707070;
    text-transform:uppercase;
    padding:0 1% 0 9%;
}
.bg-img01 li a:hover {
    color:#fff;
    background: url("../images/icon-plus.png") no-repeat scroll 55px 3px #00BFBF;
}
.nav-btn-cph {	
    padding: 20px 0;
}
.nav-btn {
    background-color: #F7F7F7;
    border: 1px solid #E6E6E6;    
    float: left;
    margin-left: 3px;    
    text-align: center;
}
.nav-btn a {
    color: #707070;
    line-height: 23px;
    padding: 0 10px;
    text-transform: uppercase;
}
.nav-btn a:hover {
    color: #00BFBF;
}
.com-sub-cph {
    background-color: #FFFFFF;
    height: 720px;
    padding-top: 20px;
    width: 95%;
    *width: 93.4%;
}
#preview {
    position:absolute;
    border:1px solid #ccc;
    background:#333;
    padding:5px;
    display:none;
    color:#fff;
}
ul.menu-pro {
    width:98%;
    float:left;
    padding:1%;
    border-top:1px solid #D5D5D5;
    border-bottom:1px solid #D5D5D5;
    margin-top:7px;
}
.menu-pro li {
    float:left;
    padding-top:3px;
}
.menu-pro li a {
    padding:0 3px;
    *padding:0 3px 0 2px;
}
.tTip {cursor: pointer; color: #00bfbf; text-transform:uppercase; }
.tip {color: #00bfbf;}
.tip {
    width: 122px;
    padding-top:9px;
    overflow: hidden;
    display: none;
    position: absolute;
    z-index: 500;
    background: transparent url(../images/tipTop.png) no-repeat top;}

.tipMid {background: transparent url(../images/tipMid.png) repeat-y; padding: 0 9px; color: #00bfbf; text-transform:uppercase; }
.tipBtm {background: transparent url(../images/tipBtm.png) no-repeat bottom; height: 13px;}
.marquee {
    height: 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
    line-height: 20px;
}
.marquee span {
    white-space:nowrap;
}


/* New CSS */

.breadcrumbs {
    height: 25px;
    position: absolute;
    left: 28%;
    width: 453px;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}
.breadcrumbs a{text-decoration: none; line-height: 22px; color: #00BFBF; padding: 5px 7px;}   
.breadcrumbs a:hover{color: #666666; text-decoration: underline; }
.scroll-x {
    height: 387px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    width: 399px;
}
.nav-btn-cphs {	
    padding: 41px 0;
}