/* General */
body {
  font: 11px Arial;
  color: #333;
  background: #fff;
}
a {
  text-decoration: none;
  color: #009900;
}
a:hover {
  text-decoration: underline;
}
ul {
  margin: 0 0 0 1.5em;
}
#wrapper {
  margin-left: auto;
  margin-right: auto;  
  width: 1000px;  
  background: #fff url(../images/wrapperBg.gif) top left no-repeat;
}
.clear {
  clear: both;
  height: 0px;
  margin: 0px;
  padding: 0px;
  line-height: 0;
  overflow:hidden;
}
.more {
  float: right;
  padding-right: 10px;
  background: url(../images/arrowSmallRight.gif) center right no-repeat;
}
/* --- Containers --- */
#content {
  border: 1px solid #d1d1d1;
  border-top: none;
  padding-left: 50px;
  padding-bottom: 26px;
  background: url(../images/contentBg.png) bottom right no-repeat;
  position: relative;
}
#middleColumn {
  width: 550px;
}
#rightColumn {
  width: 350px;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
}
/* --- Header --- */
#header {
  height: 200px; 
  margin-bottom: 5px;
  padding-left:50px;
  overflow: hidden;
}
#header #logo {
  float: left; 
  margin: 20px 0px 0px 5px;
  width: 310px;
  height: 40px;  
  background: url(../images/logo.gif) top left no-repeat;
}
#header #logo a {
  display: block;
  height: 100%;
}
#header #logo a em {
  display: none;
}
#header #menu {
  list-style: none;
  float: left;
  clear: left;  
  margin: 40px 0px 0px 10px;
  width: 700px;
}
#header #menu li {
  list-style: none;
  float: left; 
  font-weight: bold;
  margin-right: 28px;
  text-transform: uppercase;
}
#header #menu li a {
  display: block;
  font-size: 13px; 
  color: #000;
  float: left;
}
#header #menu li a.active {
  /*border-bottom: 2px solid #009300;
  padding-bottom: 2px;*/
}
#header #menu li a:hover {
  /*border-bottom: 2px solid #009300;
  padding-bottom: 2px;*/
  color: #009300;
  text-decoration: none;
}
#header #sideMenu {
  float: right;
  padding:0px 20px;
  width:300px;
  height: 120px;
  margin-top:10px;
}
#header #sideMenu li {
  float: right;
  list-style: none;
}
#zoomTitle {
  background: #999;
  position: absolute;
  width: 107px;
  height: 25px;
  padding-top: 13px;
  top: 55px;
  right: 0;
  background:url(../images/tooltip_bck.png) top left no-repeat;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}
.bucket {
  background: url(../images/assets.png) 0 -196px no-repeat;
  width: 220px;
  height: 28px;
  float: right;
  clear: right;
  margin: -25px 165px 0 0;
}
.bucket.services {
  background-position: 0 -221px;
}
.bucket.projects,.bucket.project {
  background-position: 0 -251px;
}
.bucket.studies, .bucket.study {
  background-position: 0 -281px;
}
.bucket.news {
  background-position: 0 -306px;
}
.bucket.contact {
  background-position: 0 -331px;
}
/* --- Footer --- */
#footerWrap {
  background: #003b00;
}
#footer {
  padding: 10px 0 40px;;
}
#footer ul#footerLeft {
  float: left;
  margin: 0;
}
#footer ul#footerLeft li {
  float: left;
  list-style: none;
  margin-right: 15px;
}
#footer ul#footerRight {
  float: right;
  margin: 0;
}
#footer ul#footerRight li {
  float: left;
  padding: 0 10px;
  color: #ddd;
  border-right: 1px solid #009900;
  list-style: none;
}
#footer ul#footerRight li.last {
  border: none;
  padding-right: 0;
}
.breadCrumb {
  margin: 0;
  padding: 0px 15px;
  background: url(../images/iconHome.gif) left 1px no-repeat;
}
.breadCrumb li {
  display: inline;
  list-style: none;
  color: #a0a0a0;
}
.breadCrumb li a {
  color: #a0a0a0;
}
.topLink {
  display: block;
  height: 15px;
  width: 15px;
  background: url(../images/arrowTop.gif) -2px -2px no-repeat;
}
/* --- slidebox --- */
.slideBox {
  height: 214px;
  padding: 5px 24px;
  margin-bottom: 10px;
  background: url(../images/slideBoxBg.png) top left no-repeat;
  position: relative;
}
.slideBox h2 {
  font-size: 12px;
  margin: 3px 0;
}
.slideBox .slideContent {
  width: 500px;
  height: 173px;
  border: 1px solid #ddd;
  margin-bottom: 3px;
  
  position: relative;
  overflow: hidden;
}
.slideBox .slideContent a {
  
}
.slideBox .slideContent ul {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.slideBox .slideContent ul li {
  float: left;
  list-style: none;
  width: 500px;
}

.slideBox .arrowLeft {
  display: block;
  float: left;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background: url(../images/arrowLeft.gif) top left no-repeat;
}
.slideBox .arrowRight {
  display: block;
  float: left;
  width: 15px;
  height: 15px;
  background: url(../images/arrowRight.gif) top left no-repeat;
}
.slideBox .more {
  font-size: 11px;
}
.slideBox #progress {
  position: absolute;
  top: 90px;
  left: 250px;
  background: url(../images/progress.png) top left no-repeat;
  z-index: 99;
  width: 40px;
  height: 40px;
}
/* --- Content --- */
.contentBoxTop {
  background: url(../images/centerContentTop.png) top left no-repeat;
  padding-top: 11px;
}
.contentBoxBottom {
  background: url(../images/centerContentBottom.png) bottom left no-repeat;
  padding: 0 2px 10px 5px;
}
.contentBox {
  background: #fff;
  padding: 10px 20px 20px;
  font-size: 11px;
  text-align: justify;
  min-height: 500px;
  position: relative;
}
#index .contentBox {
  min-height: 300px;
}
#project .contentBox {
  min-height: 350px;
}
#contact .contentBox {
  min-height: 0;
}
.contentBox .date {
  color: #999;
}
.contentBox h3 {
  color: #009900;
  margin: 0;
}
.contentBox h1,.contentBox h2 {
  margin: 0 0 10px;
  font-size: 13px;
  font-family: Verdana;
}
.contentBox .contentBoxLeft {
  float: left;
  width: 260px;
  padding-right: 10px;
  background: url(../images/contentBoxSeparator.gif) center right no-repeat;
}
.contentBox .contentBoxRight {
  float: left;
  width: 220px;
  padding-left: 10px;
}
/* --- Pagination --- */
.pagination {
  margin-top: 10px;
  color: #A0A0A0;
  position: absolute;
  bottom: 0;
  width: 93%;
  padding-top: 5px;
  border-top: 1px solid #e6e6e6;
}
.pagination ul {
  margin: 0;
}
.pagination ul li {
  list-style: none;
  float: left; 
  color: #a0a0a0;
  margin-right: 5px;
}
.pagination ul li .arrowLeft {
  display: block;
  float: left;
  width: 15px;
  height: 15px;
  background: url(../images/arrowLeft.gif) top left no-repeat;
}
.pagination ul li .arrowRight {
  display: block;
  float: left;
  width: 15px;
  height: 15px;
  background: url(../images/arrowRight.gif) top left no-repeat;
}
.pagination .backLink {
  float: left;
  padding-left: 18px;
  background: url(../images/arrowLeft.gif) left -1px no-repeat;
}
.pagination .seeAlso {
  float: right;
  padding-right: 18px;
  background: url(../images/arrowRight.gif) right -1px no-repeat;
}
/* --- Portofolio --- */
.portofolioList {
  margin: 10px 0 0;
  position: relative;
  z-index: 99;
}
.portofolioList li {
  list-style: none;
  padding: 10px 0;
  background: url(../images/listBg.gif) bottom left no-repeat;
}
.portofolioList li .pictureLink {
  display: block;
  float: left;
  width: 105px;
  margin-right: 10px;
}
.portofolioList li .pictureLink.project {
  padding: 4px;
  background: url(../images/picSmallBg.gif) top left no-repeat;
}
.portofolioList li .listContent {
  float: right;
  width: 380px;
}
.portofolioList li .listContent .more {
  float: none;
}
.portofolioList li .listContent h2 {
  margin: 0;
  font-size: 14px;
}
.portofolioList li .listContent h2 a {
	color: #000;
}
.portofolioList li .listContent h3 {
  margin: 0 0 10px;
  font-weight: normal;
}
.portofolioList.newsList li .pictureLink {
  width: 86px;
  border: 1px solid #ccc;
}
.portofolioList.newsList li .listContent {
  width: 400px;
}
.portofolioList.newsList li .listContent h3 {
  margin: 0;
  color: #009900;
}
.portofolioList.newsList li .listContent span.date {
	color: #666;
}
.portofolioList.caseStudy li .pictureLink {
  width: 182px;
}
.portofolioList.caseStudy li .listContent {
  width: 305px;
}

.portofolioList.services li {
  padding: 5px 0;
}
.portofolioList.services li h2 {
  margin-bottom: 5px;
}
.portofolioList.services li p {
  margin-bottom: 5px;
}
/* ---- Detail ---- */
.portofolioDetail {
  margin-top: 10px;
}
.portofolioDetail .pictures {
  width: 195px;
  margin-right: 12px;
  float: left;
}
.portofolioDetail.study .pictures {
  width: 182px;
}
.portofolioDetail.study .content {
  width: 305px;
}
.portofolioDetail.study h3 {
  text-align: center;
}
#projectImg {
  display: block;
  border: 1px solid #999;
  width: 192px;
}
.portofolioDetail .pictures ul {
  margin: 10px -12px 0 0;
}
.portofolioDetail .pictures ul li {
  float: left;
  margin-right: 12px;
  list-style: none;
}
.portofolioDetail .pictures ul li .active {
  border: 1px solid #999999;
  display: block;
  margin: -2px;
}
.portofolioDetail .content {
  float: right;
  width: 290px;  
}
.portofolioDetail .content h2 {
  margin: 0;
  font-size: 14px;
  margin-bottom: 0.5em;
}
.portofolioDetail .content h3 {
  margin: 0 0 10px;
  font-weight: normal;
}
/* --- ListBox --- */
.listBox {
  margin-top: 60px;
}
.listBox h2 {
  margin: 0 0 10px;
  font-size: 13px;
}
.listBox ul {
  margin: 0;
}
.listBox ul li {
  list-style-image: url(../images/listImage.png);
  margin-left: 15px;
  padding: 3px 0;
  width: 220px;
}
.listBox ul li .date {
  color: #666;
}
.listBox ul li .more {
  float: none;
}
.servicesLink, .projectsLink, .newsLink {
  margin-top: 10px;
  display: block;  
  background: url(../images/assets.png) -144px 0px no-repeat;
  width: 65px;
  height: 23px;
}
.newsLink {
  background-position: -77px 0;
}
.newsLink:hover {
  background-position: -77px -23px;
}
.projectsLink {
  background-position: 0px 0;
  width: 75px;
}
.projectsLink:hover {
  background-position: 0px -23px;
}
.servicesLink:hover {
  background-position: -144px -23px;
}
.servicesLink em, .projectsLink em, .newsLink em {
   display: none;
}
.contactBadge {
  padding: 23px 0 25px 85px;
  display: block;
  color: #000;
  background: url(../images/contactBadge.png) top left no-repeat;
  width: 145px;
  height: 45px;
  position: absolute;
  top: 55%;
}
.contactBadge:hover {
  color: #000;
  text-decoration: none;
}
.recomendBadge {
  padding: 23px 0 0 85px;
  display: block;
  color: #000;
  background: url(../images/recomendBadge.png) top left no-repeat;
  width: 145px;
  height: 45px;
  position: absolute;
  top: 55%;
}
.recomendBadge:hover {
  color: #000;
  text-decoration: none;
}
.newsletterBox {
  position: absolute;
  bottom: 26px;
}
.newsletterBox p {
  width: 175px;
  margin-bottom: 3px;
  text-align: justify;
}
.newsletterBox .inputText {
  width: 170px;
  border: 1px solid #b8b8b8;
  padding: 2px 3px;
  display: block;
  float: left;
  font-size: 12px;
  margin: 1px 5px 1px 0;
}
.newsletterBox .inputSubmit {
  display: block;
  float: left;
}
.contactBox {
  margin-top: 10px;
}
.contactBox h2 {
  margin: 0 0 10px;
}
.contactBox .contactLeft {
  float: left;
  width: 230px;
}
.contactBox .contactRight {
  float: left;
  width: 270px;
}
.contactBox .formItem {
  margin-bottom: 5px;
}
.contactBox .formItem label {
  display: block;
  float: left;
  width: 60px;
  padding-right: 10px;
  color: #666;
  text-align: right;
}
.contactBox .formItem .required{
  float: left;
  line-height: 16px;
  padding: 0 4px;
  color: #19A319;
}
.contactBox .formItem .textInput,.contactBox .formItem textarea {
  display: block;
  float: left;
  width: 180px;
  border: 1px solid #B8B8B8;
}
.contactBox .formItem textarea {
  height: 150px;
}
.contactBox .formItem select {
  display: block;
  float: left;
  width: 183px;
  border: 1px solid #B8B8B8;
}
.contactBox .submit {
  float: right;
  margin-right: 15px;
}
.contactBox .error_list {
  margin-left: 85px;
}

.contactFooter {
  margin: 30px 0 0;
  background: url(../images/contactBg.gif) top center no-repeat;
  padding-top: 30px;
  height: 45px;
}
.contactFooter li {
  float: left;
  list-style: none;
  padding: 0 18px;
}
.contactFooter li.first {
  padding: 10px 20px 0 0;
  font-size: 13px;
}
.contactFooter li.last {
  padding: 0 15px;
}

.error_list {
  color: #cc0000;
  margin: 0;
}
.contactBox.recomend {
  width: 280px;
  margin: 135px auto 0;
}
.contactBox.recomend label {
  width: 90px;
  padding-right: 5px;
  line-height: 18px;
}
.contactBox.work .formItem, .contactBox.recomend .formItem {
  margin-bottom: 10px;
}
.contactBox .formItem .textInput {
  padding: 2px;
  width: 176px;
}
.contactBox.work {
  width: 235px;
  margin: 135px auto 0;
}
.contactBox.work label {
  width: 40px;
  padding-right: 5px;
  line-height: 18px;
}
.contactBox.work .submit, .contactBox.recomend .submit {
  margin: 5px 0 0;
}
.lightRecomend {
  background: url(../images/recomendBg.gif) top center no-repeat;
}
.lightPhone {
  background: url(../images/workBg.gif) top center no-repeat;
}