/**
 * @author Victor Zamfir <victor.zamfir@skipvine.ro>
 */

/**
 * bof Yahoo! css reset 
 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
  margin:0;
  padding:0;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
fieldset,img { 
  border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
  font-style:normal;
  font-weight:normal;
}
ol,ul {
  list-style:none;
}
caption,th {
  text-align:left;
}
h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  font-weight:normal;
}
q:before,q:after {
  content:'';
}
abbr,acronym { border:0;
}

/**
 * eof Yahoo! css reset
 */
/***************************************************************************************************************************************/

body {
  font-family: Arial, Helvetica, sans-serif; font-size: 12px;
  background: black url(../images/bg.jpg) repeat-x left top;
}

.home #main_wrapper {
  background: url(../images/homepage/background.jpg) no-repeat center top;
}

.about-us #main_wrapper {
  background: url(../images/about-us/background.jpg) no-repeat center top;
}

.services #main_wrapper {
  background: url(../images/services/background.jpg) no-repeat center top;
}

.contact #main_wrapper {
  background: url(../images/contact/background.jpg) no-repeat center top;
}

.portfolio #main_wrapper {
  background: url(../images/portfolio/background.jpg) no-repeat center top;
}

a {
  outline-style: none;
}

.wrapper {
  margin: 0 auto; width: 960px;
}

/**
 * bof header
 */
#header {
  
}

  #header .wrapper {
    position: relative;
    overflow: hidden;
    height: 600px;
  }
  .services #header .wrapper {
    height: 472px;
  }
  .contact #header .wrapper {
    height: 534px;
  }

#logo {
  display: block; width: 328px; height: 64px;
  background: url(../images/header/logo.gif) no-repeat;
  text-indent: -10000px;
  margin: 20px 0 0 20px;
}

#quote_request {
  position: absolute; top: 10px; right: 0;
  font-size: 11px; color: white; text-decoration: none;
  background: url(../images/header/plus-sign.gif) no-repeat left center;
  padding-left: 15px;
}

#main_menu {
  position: absolute; top: 50px; right: 0;
}
  #main_menu li {
    float: left; display: inline;
    margin-right: 20px; padding-left: 8px;
  }
  #main_menu li.active {
    background: url(../images/header/menu/left.png) no-repeat left top;    
  }
    #main_menu li a {
      float: left; height: 34px;
      text-decoration: none;
    }
    #main_menu li.active a {
      background: url(../images/header/menu/right.png) no-repeat right center;
    }
      #main_menu li a span {
        display: block; margin-right: 10px; padding-left: 2px; 
        line-height: 28px;
        color: #adadad;
      }
        #main_menu li.active a span {
          background-color: black;
          color: white;
        }
#tagline {
  position: absolute; top: 230px; left: 0; width: 408px; height: 108px;
  text-indent: -10000px;
  background: url(../images/header/tagline.gif) no-repeat center;
}

.services #tagline {
  width: 439px; height: 91px; top: 200px;
  background: url(../images/services/tagline.gif) no-repeat center;
}

.contact #tagline {
  width: 437px; height: 82px; top: 200px;
  background: url(../images/contact/tagline.gif) no-repeat center;
}

.about-us #tagline {
  width: 406px; height: 88px;
  background: url(../images/about-us/tagline.gif) no-repeat center;
}

.portfolio #tagline {
	width: 474px; height: 82px;
  background: url(../images/portfolio/tagline.gif) no-repeat center;
}

#quote {
  position: absolute; top: 380px; left: 50px;
  background: url(../images/header/quote-left.gif) no-repeat left top;
	width: 420px;
}

.contact #quote {
  top: 350px;
}

.services #quote {
  top: 320px; left: 30px;
}
.about-us #quote {
  left: 10px;
}

  #quote .inner {
    width: 360px;
    background: url(../images/header/quote-right.gif) no-repeat right bottom;
    padding: 20px 30px;
    text-align: justify; font-size: 11px; color: #B2B2B2;
    min-height: 50px; height:auto !important; height: 50px;
  }
  
  #quote .author {
    font-style: italic; font-weight: bold; color: #e6e6e6; 
    float: right; margin-right: 30px; margin-top: 10px;
  }
/**
 * eof header
 */

/**
 * bof main
 */
#main {
  overflow: hidden;
}

.services #main {
  margin-top: 20px;
}

#main h2 {
  font-size: 26px; color: white; overflow: hidden; margin-bottom: 30px; width: 100%;
}
  #main h2 span {
    float: left; padding-right: 40px;
  }
  
#main h3 {
  font-weight: bold; font-size: 18px; color: white; margin-bottom: 15px;
}

#main h4 {
  font-size: 14px; color: white; font-weight: bold; margin-bottom: 10px;
}

#main .block-content-wrapper {
  overflow: hidden; zoom: 100%;
}

.portfolio #main .block-content-wrapper {
	padding-bottom: 10px; margin-bottom: 15px;
	border-bottom: 1px solid #342A3B;
}

#main #content_rotator .block-content-wrapper
{
  position: relative; height: 180px;
}

  #main .block-content-wrapper .block-content
  {
    overflow: hidden;
    background: url(../images/shadow.jpg) no-repeat bottom center;
    float: left; width: 620px; height: 180px;
  }

  #main .block-content-wrapper .content {
    color: #b3b8ce; text-align: justify; float: right; width: 450px; 
  }
	
	 #main .block-content-wrapper .content h6 {
	 	font-family: "Lucida Grande"; font-size: 15px; font-weight: bold; color: white;
	 }
	 
	 #main .block-content-wrapper .content ul {
	 	margin: 5px;
	 }
		 #main .block-content-wrapper .content ul li {
		 	margin: 0 0 5px 15px; list-style-type: disc;
		 }
  
    #main .block-content-wrapper .content .highlight {
      color: white;
    }
    
    #main .block-content-wrapper .content .highlight.bold {
      font-weight: bold;
    }
    
    #main .block-content-wrapper .content p {
      margin-bottom: 10px;
    }

  #main .block-content-wrapper .picture {
    float: left; width: 160px;
  }
	
	.portfolio #main .block-content-wrapper .picture a {
		display: none;
	}
	.portfolio #main .block-content-wrapper .picture a.icon {
		display: inline;
	}
  
#main .separator {
  border-top: 1px solid #342a3b; margin: 20px 0;
}

#main #content_rotator {
	width: 620px;
  overflow: hidden; margin-top: 20px; position: relative;
}

  #main #content_rotator #content_rotator_controls {
    float: right;
  }
    #main #content_rotator #content_rotator_controls span {
      float: left; margin-left: 10px; cursor: pointer;
      width: 9px; height: 9px;
      background: url(../images/white-circle.gif) no-repeat center;
    }
    #main #content_rotator #content_rotator_controls span.active {
      background: url(../images/blue-circle.gif) no-repeat center;
    }

  #main .wrapper {
  	min-height: 300px; height: auto !important; height: 300px; width: 940px;
  }
  
/** bof services **/
#services_navigation {
  float: left; width: 220px;
  background: url(../images/services/navigation-vertical-border.gif) no-repeat right top;
  min-height: 430px;
  padding-top: 30px;
}
  #services_navigation li {
    background: url(../images/services/navigation-horizontal-border.gif) no-repeat center bottom;
		zoom: 100%;
  }
    #services_navigation li a {
    	zoom: 100%;
      font-size: 14px; color: white; text-decoration: none;
      display: block; padding: 10px 0 10px 15px; margin: 0;
    }
    #services_navigation li a:hover, #services_navigation li a.active {
      background: url(../images/services/navigation-item-gradient.gif) repeat-x;
    }
    
#services_description {
  float: right; width: 700px;
}

  #services_description .service-description {
    display: none; background-color: #FFFDD5; -moz-border-radius: 5px;
    padding: 20px;
    color: #3f3f3f; font-size: 13px;
  }
  #services_description .service-description.displayed {
    display: block;
  }
    #services_description .service-description .intro {
      font-weight: bold;
    }
    #services_description .service-description p {
      margin-bottom: 8px;
    }
    
    #services_description .service-description ul li {
      list-style-type: disc; margin: 0 0 5px 15px;
    }
    
    #services_description .service-description .highlight {
      background: #3f3f3f; color: white; padding: 0 3px;
    }
/** eof services **/

/** bof contact **/
#contact_form {
  
}
  #contact_form .form-field {
    width: 310px; float: left; margin: 0 10px 20px 0;
  }
  #contact_form .form-field.last {
    margin-right: 0;
  }
  #contact_form .form-field.large {
    width: 630px;
  }
    #contact_form .form-field label {
      display: block; margin-bottom: 5px;
      font-size: 14px; color: white; line-height: 23px;
    }
    #contact_form .form-field input, textarea {
      border: none; color: #535353; font-size: 13px; font-family: Arial, Helvetica, sans-serif; 
      padding: 14px 5px 0 40px;
    }
    #contact_form .form-field input {
      display: block; width: 265px; height: 31px;
    }
    #contact_form .form-field #contact_sender_name {
      background: url(../images/contact/field_name_bg.gif);
    }
    #contact_form .form-field #contact_sender_email {
      background: url(../images/contact/field_email_bg.gif);
    }
    #contact_form .form-field #contact_company {
      background: url(../images/contact/field_company_bg.gif);
    }
    #contact_form .form-field #contact_subject {
      background: url(../images/contact/field_subject_bg.gif);
    }
    #contact_form .form-field #contact_content {
      display: block; width: 585px; height: 176px;
      background: url(../images/contact/field_message_bg.gif);
    }
    
#contact_extra_wrapper {
  background: url(../images/contact/extra-info-box.png) no-repeat center; width: 181px; height: 278px;
  padding: 30px;
}
  #contact_extra_wrapper h5 {
    font-weight: bold; font-size: 14px; color: white; margin: 30px 0 20px 0;
  }
  
  #contact_extra_wrapper h6 {
    font-weight: bold; color: #929292; font-size: 13px; text-decoration: underline;
  }
  #contact_extra_wrapper .info, #contact_extra_wrapper .info a {
    color: #929292;
  }
  #contact_extra_wrapper .info {
    margin-bottom: 20px;
  }
    
#submit_btn {
  float: right; margin-right: 10px;
}

.contact .form-info {
  border: 1px solid #ffc96b; background-color: #fffdd5; 
  padding: 10px;
  margin-bottom: 10px;
  -moz-border-radius: 5px; 
  color: #363636;
}
  .contact .form-info .negative, .contact .form-info .positive {
    font-weight: bold;
    margin-bottom: 5px; padding-left: 25px;
  }

  .contact .form-info .negative {
    background: url(../images/contact/warning-sign.png) no-repeat left center;
  }
  .contact .form-info .form-errors {
    margin-left: 25px;
  }
    .contact .form-info .form-errors li {
      margin-left: 15px; list-style-type: disc;
    }
/** eof contact **/
  
#main_content {
  float: left; width: 620px;
}

.contact #main_content {
  width: 640px;
}

  #main_content .wheel {
    background: url(../images/wheel-icon.png) no-repeat right center;
  }
  
  #main_content .team {
    background: url(../images/the-team-icon.gif) no-repeat right center;
  }

  #main_content .contact-form {
    background: url(../images/contact/e-mail-icon.jpg) no-repeat right center; 
  }

#contextual_content {
  float: right; width: 300px;
}

.contact #contextual_content {
  width: 241px;
}

  #contextual_content .earth {
    background: url(../images/earth-icon.png) no-repeat right center;
  }
  
  #contextual_content .online-presence {
    background: url(../images/online-presence-icon.gif) no-repeat right center;
  }
  
  #contextual_content .news-box {
    
  }
    #contextual_content .news-box h4 {
      font-weight: bold; font-size: 14px; color: white; margin-bottom: 5px;
    }
    
    #contextual_content .news-box .body {
      background: url(../images/news-box-top.gif) no-repeat top center;
      margin-bottom: 35px;
    }
    
      #contextual_content .news-box .body .inner {
        padding: 20px 0 10px 0;
        background: url(../images/news-box-bottom.gif) no-repeat bottom center;
        color: #b3b8ce; font-style: italic;
      }
      
        #contextual_content .news-box .body .inner .title, #contextual_content .news-box .body .inner .content {
          background-color: #383838; padding: 0 10px; overflow: hidden;
        }
      
        #contextual_content .news-box .body .inner .title {
        	zoom: 100%;
          font-size: 11px; font-style: normal;
          overflow: hidden;
          padding-bottom: 5px;
        }
          #contextual_content .news-box .body .inner .title a {
            float: left; padding-right: 20px;
            color: #017ddc;
            background: url(../images/clock-icon.gif) no-repeat right center;
          }
          #contextual_content .news-box .body .inner .title a:hover {
            text-decoration: none;
          }
          
  #online_presence_wrapper {
    background: url(../images/socialize-border.png) no-repeat top center;
    height: 308px; padding: 40px 20px;
  }
    #online_presence_wrapper ul {
      margin: 40px 10px 10px 10px;
    }
      #online_presence_wrapper ul li {
        height: 49px; padding-left: 60px; margin-bottom: 30px;
      }
      #online_presence_wrapper ul li.facebook {
        background: url(../images/facebook-logo.gif) no-repeat left center;
      }
      #online_presence_wrapper ul li.twitter {
        background: url(../images/twitter-logo.gif) no-repeat left center;
      }
      #online_presence_wrapper ul li.flickr {
        background: url(../images/flickr-logo.gif) no-repeat left center;
      }
        #online_presence_wrapper ul li a {
          font-weight: bold; color: #017ddc;
          display: block; padding-top: 10px;
        }
          #online_presence_wrapper ul li a span {
            display: block; padding-right: 20px;
            background: url(../images/arrow.png) no-repeat right center;
          }
/**
 * eof main
 */

/**
 * bof footer
 */
#footer {
  background: url(../images/footer/background.jpg) no-repeat center top;
  padding-top: 62px; margin-top: 20px;
  overflow: hidden;
}
  #footer .content {
    width: 100%; background-color: #2b002e;
  }
    #footer .content .wrapper {
      height: 100px; padding: 10px 0; position: relative;
    }
    
  #footer .column {
    padding: 10px 70px 15px 20px; float: left; 
    border-right: 1px solid #49244b;
    height: 70px;
  }
  #footer .column.last {
    border-right: 0;
  }
  #footer .column, #footer .column a {
    color: #8e8e8e; font-size: 11px;
  }
  #footer .column a, #footer .column em {
    font-weight: bold;
  }
  #footer .column .message {
    text-decoration: none;
    float: left; background: url(../images/contact-us-form-icon.gif) no-repeat right center;
    padding-right: 15px;
  }
  #footer .column p {
    margin-bottom: 5px; overflow: hidden;
  }
  #footer .column p.social-media a {
    color: white; font-weight: bold; text-decoration: none;
  }
    #footer .column li {
      margin-bottom: 2px;
    }
    
  #footer .wrapper .logo {
    position: absolute; right: 150px; bottom: 50px;;
  }
    #footer .wrapper .logo a {
      text-indent: -10000px;
      background: url(../images/logo-footer.gif) no-repeat center;
      display: block; width: 93px; height: 16px;
    }
/**
 * eof footer
 */