body {
  background-color: #C0C0C0;
  color: #444;
}
#wrapper {
  width: 960px;
  margin: 0px auto;
}
#head {
  height: 60px;
  width: 960px;
  background: #fff url(../images/top.jpg) top left no-repeat;
  position: relative;
}
#logo {
  left: 20px;
  top: 15px;
  height: 30px;
  width: 230px;
  position: absolute;
}
#language {
  right: 10px;
  top: 10px;
  width: 150px;
  position: absolute;
}
#home-top {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
border: 1px solid #d7d5d6;padding: 3px;background:url(../images/home_top_bg.png) repeat-y;
}
#nav {
  width: 960px;
  height: 33px;
  background: url(../images/menu_bg.jpg) no-repeat;
}

/* Navigation */
.chromestyle:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.chromestyle {
  margin:0;
  padding: 0;
  float: left;
  width: 960px;
  height: 33px;
  background: url(../images/menu_bg1.jpg) no-repeat;
}
.chromestyle ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top:5px;
}
.chromestyle ul li {
  display: inline;
  background: none;
}
.chromestyle ul li a {
  color: #000;
  font-size:11px;
  font-weight:bold;
  display:block;
  float:left;
  text-align: center;
  height: 26px;
  padding-top: 5px;
  margin: 0;
  text-decoration: none;
}
.chromestyle ul li a.fff {
  color: #fff;
  font-size:11px;
  font-weight:bold;
  display:block;
  float:left;
  text-align: center;
  height: 26px;
  padding-top: 3px;
  margin: 0;
  text-decoration: none;
}
.chromestyle ul li a:hover {
  color: #fff;
}
.chromestyle ul li#aboutus a {width: 79px; margin-left:15px;}
.chromestyle ul li#portfolio a {width: 109px;}
.chromestyle ul li#services a {width: 143px;}
.chromestyle ul li#subcontractors a {width: 144px;}
.chromestyle ul li#careers a {width: 131px;}
.chromestyle ul li#career a {width: 166px;}
.chromestyle ul li#careera a {width: 70px; margin-top:5px; margin-left:20px;}
.chromestyle ul li#careerb a {width: 20px; margin-top:5px;}

.chromestyle ul li#aboutus-over a {width: 105px; background: url(../images/about_over.gif) no-repeat; height: 28px; padding-top: 8px;}
.chromestyle ul li#portfolio-over a {width: 135px; background: url(../images/nav_portfolio-over.gif) no-repeat; height: 28px; padding-top: 8px;}
.chromestyle ul li#services-over a {width: 105px; background: url(../images/nav_services-over.gif) no-repeat; height: 28px; padding-top: 14px;}
.chromestyle ul li#subcontractors-over a {width: 135px; background: url(../images/nav_subcontractors-over.gif) no-repeat; height: 28px; padding-top: 14px;}
.chromestyle ul li#careers-over a {width: 125px; background: url(../images/nav_careers-over.gif) no-repeat; height: 28px; padding-top: 14px;}
.chromestyle ul li#career-over a {width: 125px; background: url(../images/nav_career-over.gif) no-repeat; height: 28px; padding-top: 14px;}
.chromestyle ul li#careera-over a {width: 125px; background: url(../images/nav_careera-over.gif) no-repeat; height: 28px; padding-top: 14px;}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
  position:absolute;
  top: 0;
  border: 1px solid #999; /*THEME CHANGE HERE*/
  border-bottom-width: 0;
  margin-top:4px;
  font: normal 12px Arial;
  line-height:18px;
  z-index:100;
  width: 200px;
  visibility: hidden;
  float:left;
  background-image:url(../images/bg_dropdown.png);
}
.dropmenudiv a{
  width: 200px;
  display: block;
  text-indent: 3px;
  border-bottom: 1px solid #999; /*THEME CHANGE HERE*/
  padding: 2px 0;
  text-decoration: none;
  font-weight: normal;
  font-size: 10px;
  font-face: "Arial";
  color: black;
  float:left;
}
* html .dropmenudiv a{ /*IE only hack*/
  width: 200px;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
  background-color: #F0F0F0;
  cursor: pointer;
  cursor: hand;
}

#main {
  padding-top: 10px;
  width: 960px;
  background-color: #FFF;
}

/* Left Side */
#left {
  width: 220px;
  float: left;
  padding: 0px 5px;
}

/* Content */
#content {
  width: 490px;
  float: left;
  padding: 0px 5px;
}

/* Right */
#right {
  width: 220px;
  padding: 0px 5px;
  float: left;
}

.panel .top {
  background: #FFF url(../images/panel-top.jpg) top left no-repeat;
  color: #FFF;
  font-weight: bold;
  font-size: 12px;
  padding-left: 5px;
}
.panel .bottom {
  background: #FFF url(../images/panel-bottom.jpg) top left no-repeat;
  color: #FFF;
  height: 4px;
  margin-bottom: 5px;
}
.panel .content {
  width: 218px;
  background-color: #000;
  border-left: 1px solid #d7d5d5;
  border-right: 1px solid #d7d5d5;
  background-color: #f3f3f3;
}
.panel .content ul {
  padding: 10px;
  padding-left: 20px;
  font-size: 11px;
  margin: 0px;
}
.panel .content ul li {
  list-style-type: square;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 8px;
}
.panel .content ul li  ul{
  padding: 8px;
  padding-bottom:0px;
  margin-bottom:-13px;
}
.panel .content ul li  ul li{
  list-style-type:circle;
  border-bottom: none;
}
.panel .content ul li a {
  text-decoration: none;
  color: #222;
}

.panel-large .top {
  background: #FFF url(../images/panel-large-top.jpg) top left no-repeat;
}
.panel-large .content {
  width: 918px;
  background-color: #000;
  border-left: 1px solid #d7d5d5;
  border-right: 1px solid #d7d5d5;
  background-color: #f3f3f3;
  padding: 10px;
}
.panel-large .bottom {
  background: #FFF url(../images/panel-large-bottom.jpg) top left no-repeat;
  height: 2px;
  margin-bottom: 10px;
}

.foot {
  padding: 10px;
}
.foot_part {
  width: 20%;
  float: left;
  text-align: center;
  position: relative;
}

a {
  color: #ed8814;
}

#news, .news_body {
  width: 100%;
}
.news_body {
  padding-bottom: 5px;
}
#news .news_title {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 13px;
}
.news_body .news_image {
  width: 150px;
  float: left;
  text-align: center;
}
.news_body .news_image img {
  padding: 3px;
  border: 1px solid #b9b9b9;
}
.news_body .news_content {
  width: 340px;
  float: left;
  font-size: 11px;
}
.news_body .news_content_top {
  width: 320px;
  float: left;
  font-size: 11px;
}
.news_date {
  font-weight: bold;
  float: left;
  width: 200px;
}
.news_more {
  float: left;
  width: 120px;
  text-align: right;
}
.news_more1 {
  float: left;
  width: 120px;
}
#footer {
  width: 100%;
  background: #ef8812 url(../images/foot_top_back.jpg) left top repeat-x;
  color: #fff;
  height: 40px;
  position: relative;
}
#footer .language {
  width: 150px;
  height: 35px;
  position: absolute;
  top: 20px;
  left: 15px;
  font-size: 11px;
}
#footer .note {
  width: 400px;
  height: 35px;
  position: absolute;
  top: 15px;
  right: 15px;
  text-align: right;
  font-size: 11px;
}
#footer .language a, #footer .note a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
}
#footer_bottom {
  width: 100%;
  background: #C0C0C0 url(../images/foot_bottom_back.jpg) left top no-repeat;
  height: 10px;
  font-size: 11px;
}
#banners {
  width: 100%;
  color: #000;
  position: relative;
  text-align: center;
}
h2.contentheading, h2{
  font-size: 12px;
}
p {
  font-size: 11px;
}

#myGallery {
    height:  180px;
    width:   220px;
    padding: 0;
    margin:  0;
}

#myGallery img {
    padding: 9px;
    border:  1px solid #ccc;
    background-color: #eee;
    width:  200px;
    height: 160px;
    top:  0;
    left: 0
}
.archivecontent{
    margin-top:5px;
}
.archivecontent a{
    color:#000;
    text-decoration: none;
}
.archivecontent a:hover{
    color:#000;
    text-decoration: underline;
}
.anketheader{
    font-size: 12px;
    margin-top:10px;
    margin-bottom:10px;
}
.button {
    font-family: arial, verdana, serif;
    font-size: 8pt;
    padding: 3px;
    color: #333333;
    font-weight: bold;
    background: #EEEEEE;
    vertical-align: middle;
    border: 1px solid #CCCCCC;
    background-image: url(../images/button-bg.gif);
    background-repeat: repeat-x;
    width:80px;
    cursor:pointer;
    height: 27px;

}
.button1 {
    font-family: arial, verdana, serif;
    font-size: 8pt;
    padding: 3px;
    color: #0D78C0;
    font-weight: bold;
    background: #EEEEEE;
    vertical-align: middle;
    border: 1px solid #CCCCCC;
    background-image: url(../images/button-bg.gif);
    background-repeat: repeat-x;
    width:100px;
    cursor:pointer;
    height: 28px;

}
body,div,dl,dt,dd,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{ font-size: 11px; font-face: "Arial"}