/* General */
html {
  background: #000;
}
body {
  font: 11px Verdana;
  color: #FFF;
  background: #000 url(../images/bodyBg.gif) top left repeat-x;
  line-height: 1.3em;
}

a {
  text-decoration: none;
  color: #ec008c;
}
a:hover {
  text-decoration: underline;
}
#wrapper {
  margin-left: auto;
  margin-right: auto;
  
  width: 903px;
}
.clear {
  clear: both;
  height: 0px;
  margin: 0px;
  padding: 0px;
  line-height: 0;
  overflow:hidden;
}
.more {
  float: right;
  dislay: block;
  padding-right: 10px;
  background: url(../images/arrowRight.gif) right 5px no-repeat;
}
/* --- Containers --- */
#content {
  padding-bottom: 35px;
}
#leftColumn {
  width: 712px;
  float: left;
  background: #1c1c1c url(../images/leftBg.gif) bottom left repeat-x;
  padding-bottom: 65px;
}
#rightColumn {
  float: right;
  width: 165px;
}
/* --- Header --- */
#headerWrapper {
  height: 155px;
  background: url(../images/headerBg.jpg) top center no-repeat;
}
#header {
  height: 155px;
  margin: 0 auto;
  width: 903px;
}
#header #logo {
  float: left;
  display: block;
  margin: 30px 0px 0px 5px;
  width: 180px;
  height: 100px;
}
#header #logo em {
  display: none;
}

#homeMenu {
  margin: 75px 0 0;
}
#homeMenu li {
  float: left;
  list-style: none;
  margin-right: 6px;
}
#homeMenu li.last {
  margin: 0;
}

#menu {
  padding: 25px 0 0 55px;
  margin: 0;
  height: 105px;
  background: url(../images/menuBg.gif) top left no-repeat;
}
#menu li {
  list-style: none;
  margin-bottom: 6px;
}
#menu li a {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
#menu li a:hover {
  color: #ec008c;
}
/* --- Footer --- */
#footer {
  border-top: 1px solid #1c1c1c;
  padding: 10px 0 10px;
  color: #444;
}
#footer #footerCopy {
  float: left;
  margin: 0;
}
#footer ul {
  float: right;
  margin: 0;
}
#footer ul li {
  float: left;
  list-style: none;
  margin-right: 5px;
}
#footer ul li.last {
  margin: 0;
}
#footer ul li a {
  color: #444;
}
#footer ul li a:hover {
  color: #999999;
}

/* breadCrumb */
.breadCrumb {
  margin: 0;
  padding: 15px 0px;
  background: url(../images/iconHome.gif) left 1px no-repeat;
}
.breadCrumb li {
  display: inline;
  list-style: none;
  color: #a0a0a0;
}
.breadCrumb li a {
  color: #a0a0a0;
}

/* --- Content --- */
.top {
  height: 84px;
  display: block;
}
.top.faq {
  background: url(../images/topFaq.jpg) top left no-repeat;
}
#about .top {
  background: url(../images/topAbout.jpg) top left no-repeat;
}
#projects .top, #project .top {
  background: url(../images/topPortofolio.jpg) top left no-repeat;
}
#contact .top {
  background: url(../images/topContact.jpg) top left no-repeat;
}

/* --- Projects --- */
.projects {
  margin: 20px;
}
.projects li {
  list-style: none;
  padding: 20px 2px 10px;
  border-top: 1px solid #222;
}
.projects li.first {
  border:none;
}
.projects li .projectPicture {
  display: block;
  float: left;
  border: 3px solid #000;
  margin-right: 15px;
}
.projects li .projectContent {
  width: 460px;
  float: left;
}
.projects li span {
  color: #848484;
}
.projects li .projectContent h2, .projects li .projectContent h3 {
  font-size: 100%;
  margin: 0;
  font-weight: normal;
}
.projects li .projectButton {
  display: block;
  float: right;
  margin-top: 25px;
  height: 26px;
  width: 51px;
  background: url(../images/projectsButton.gif) top left no-repeat;
}

/* Project */
.project {
  background: url(../images/topRound.gif) top left no-repeat;
  padding: 20px 20px 20px 25px;
}
.project h1, .project h2 , .project h3, .project h4 { font-size: 100%;font-weight: normal }
.project h2 { margin-top: 0; }
.project span { color: #999; }
.project .projectContent {
  float: left;
  width: 225px;
  margin-right: 15px;
}
.project .projectContent .description {
  margin-top: 20px;
  color: #999;
}
.project .projectMovie {
  float: left;
  width: 425px;
}

.sliderBox {
  margin-top: 25px;
}
.sliderBox a.slideLeft {
  width: 20px;
  height: 24px;
  
  margin-top: 20px;
  float: left;
  display: block;
  
  background: url(../images/slideLeft.gif) no-repeat;
}
.sliderBox a.slideLeft:hover {
  background: url(../images/slideLeft.gif) no-repeat;
}
.sliderBox .slideBg {
  float: left;
  
  position: relative;
  width: 626px;
  height: 77px;
  overflow: hidden;
}
.sliderBox .slideBg ul {
  margin: 0px;
  height: 75px;
  
  position: absolute;
  left: 0;
  width: 100000px;
}
.sliderBox .slideBg ul li {
  float: left;
  
  list-style: none;
  padding: 0 4px 0 3px;
}
.sliderBox .slideBg ul li a {
  display: block;
  border: 2px solid #000;
}
.sliderBox .slideBg ul li a:hover {
  border: 2px solid #222;
}
.sliderBox a.slideRight {
  width: 20px;
  height: 24px;
  
  margin-top: 20px;
  
  float: left;
  display: block;
  
  background: url(../images/slideRight.gif) no-repeat top right;
}
.sliderBox a.slideRight:hover {
  background: url(../images/slideRight.gif) no-repeat top right;
}

/* --- FAQ ---- */
.faqList {
  margin: 20px;
}
.faqList li {
  list-style: none;
  padding: 3px 2px 7px;
}
.faqList li .faqContent {
  width: 665px;
  text-align: justify;
  float: left;
  line-height: 17px;
}
.faqList li .faqContent span {
  color: #848484;
  display: block;
}
.faqList li .faqPicture {
  float: right;
  display: block;
  width: 91px;
  height: 91px;
}

/* --- Pagination --- */
.pagination {
  margin: 10px 20px;
  color: #A0A0A0;
  padding-top: 5px;
  border-top: 1px solid #222;
}
.pagination a {
  color: #ec008c;
} 
.pagination ul {
  margin: 0;
}
.pagination ul li {
  list-style: none;
  float: left;
  
  color: #a0a0a0;
  margin-right: 5px;
}
.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;
}
.pagination .seeAlso {
  float: right;
}

.downloadBadge {
  margin: 20px -3px 0;
  display: block;
  background: url(../images/download.png) top left no-repeat;
  height: 50px;
}

.about {
  padding: 20px 25px 0px 20px;
}

.contactBox {
  margin-top: 10px;
  padding: 20px;
}
.contactBox h2 {
  margin: 0 0 10px;
}
.contactBox .contactLeft {
  float: left;
  width: 230px;
}
.contactBox .contactRight {
  float: right;
  width: 290px;
}
.contactBox .formItem {
  margin-bottom: 15px;
}
.contactBox .formItem label {
  display: block;
  float: left;
  width: 80px;
  padding-right: 10px;
  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;
  padding: 2px;
  border: 1px solid #000;
}
.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: 105px;
}
.error_list {
  color: #cc0000;
  margin: 0;
}