* {
    font-family: Tahoma;
}

a {
    text-decoration: none;
    color: #999999;
}

a:hover {
    color: #0079B2;
}

h1 {
    margin: 0;
    padding-top: 5px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 5px;
}

h2 {
    margin: 0;
    padding-top: 5px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
}

h3 {
    margin: 0;
}

h4 {
    margin: 0;
}

h5 {
    margin: 0;
}

body {
    margin: 0 auto;
    text-align: center;
    background-color: #5B5B5B;
    font-size: 12px;
}

.clear {
    clear: both;
}

.header {
    margin: 0 auto;
    text-align: center;
    background: #464646 url('/static/img/header.jpg') repeat-x top left;
    width: 932px;
    height: 164px;
    position: relative;
}

.header .logo {
    position: absolute;
    left: 40px;
    top: 20px;
}

.header .specialText {
    position: absolute;
    right: 50px;
    top: 40px;
    font-size: 16px;
    color: #0079B2;
    font-weight: bold;
}

.header .langAndLogin {
    position: absolute;
    right: 50px;
    top: 80px;
    color: #999999;
}

.header .langAndLogin a {
    text-decoration: none;
    color: #999999;
}

.header .langAndLogin a:hover {
    color: #000000;
}

.header .menu {
    position: absolute;
    left: 60px;
    bottom: 0px;
    width: 700px;
    height: 53px;
}

.header .menu .menuItem {
    float: left;
    height: 53px;
    margin-right: 7px;
}

.header .menu .menuItem .leftWrap {
    float: left;
    background: #0079B2 url('/static/img/tab_left.jpg') no-repeat top left;
    height: 53px;
    width: 16px;
}

.header .menu .menuItem .midWrap {
    float: left;
    background: #FFFFFF url('/static/img/tab_middle.jpg') no-repeat top right;
    height: 45px;
    _height: 53px;
    text-align: center;
    padding-top: 8px;
}

.header .menu .menuItem .midWrap a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 14px;
}

.header .menu .menuItem .midWrap a:hover {
    color: #0079B2;
    font-size: 14px;
}

.header .menu .menuItem .rightWrap {
    float: left;
    background: #FFFFFF url('/static/img/tab_right.jpg') no-repeat top left;
    height: 53px;
    width: 16px;
}

.header .menu .unselectedMenuItem {
    float: left;
    padding: 8px 8px 0px 8px;
    text-align: center;
    margin-right: 7px;
}

.header .menu .unselectedMenuItem a {
    text-decoration: none;
    color: #000000;
    font-size: 14px;
}

.header .menu .unselectedMenuItem a:hover {
    color: #0079B2;
    font-size: 14px;
}

.header .subMenu {
    position: absolute;
    left: 80px;
    bottom: 1px;
    width: 650px;
    height: 20px;
}

.header .subMenuItem {
    float: left;
    margin-right: 10px;
    padding-top: 2px;
}

.header .subMenuItem a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 12px;
}

.header .subMenuItem a:hover {
    text-decoration: none;
    color: #000000;
    font-size: 12px;
}

.header .subMenuItem .subMenuItemASelected {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
}

.header .subMenuItem .subMenuItemASelected:hover {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}

.header .searchBox {
    position: absolute;
    right: 50px;
    bottom: 3px;
    border: 1px solid black;
    width: 180px;
    height: 17px;
    _height: 14px;
    background-color: #FFFFFF;
}

.header .searchBox .searchInput {
    float: left;
    padding-left: 5px;
}

.header .searchBox .searchInput input {
    border: 0;
    border: none;
    width: 145px;
    height: 14px;
}

.header .searchBox .searchButton {
    float: right;
    width: 22px;
}

.content {
    margin: 0 auto;
    text-align: center;
    width: 932px;
    background: #FFFFFF url('/static/img/middle.jpg') repeat-y top left;
}

.content .container {
    text-align: left;
    margin-left: 16px;
    margin-right: 16px;
    padding-bottom: 10px;
}

.footer {
    position: relative;
    margin: 0 auto;
    text-align: center;
    background: #FFFFFF url('/static/img/footer.jpg') no-repeat top left;
    width: 932px;
    height: 191px;
}

.footer .footerNewsletter {
    position: absolute;
    left: 50px;
    top: 50px;
}

.footer .footerContent {
    position: absolute;
    right: 50px;
    top: 38px;
}

.footer .footerContent .footerItem {
    float: right;
    margin-left: 10px;
}

.footer .footerContent .footerItem a {
    text-decoration: none;
    color: #000000;
}

.footer .footerContent .footerItem a:hover {
    text-decoration: none;
    color: #0079B2;
}

.footer .footerContent .copyright {
    margin-top: 12px;
}

/* LOGIN FORM */
.loginForm {
    position: absolute;
    left: 0;
    top: 0;
    width: 360px;
    height: 160px;
    z-index: 2;
    background-color: #FFFFFF;
    border: 8px solid #000000;
    display: none;
    text-align: left;
}

.loginForm .loginFormLogo {
    padding-top: 18px;
    padding-left: 18px;
    float: left;
}

.loginForm .loginFormFields {
   width: 182px;
   float: left;
   padding-top: 17px;
   padding-left: 14px;
   color: #000000;
   font-family: Georgia;
   font-weight: bold;
   _margin-right: 8px;
}

.loginForm .loginFormFields .loginFormFieldsLabel {
    font-size: 12px;
    margin-bottom: 4px;
    margin-top: 4px;
}

.loginForm .loginFormFields input {
    width: 180px;
}

.loginFormButton {
    float: left;
    background-color: #191919;
    color: #D7D7D7;
    margin-top: 8px;
    padding: 4px;
    cursor: pointer;
}
.loginFormButtonHover {
    float: left;
    background-color: #000000;
    color: #FFFFFF;
    margin-top: 8px;
    padding: 4px;
    cursor: pointer;
}

.leftBtnMargin {
    margin-left: 14px;
    margin-right: 8px;
    _margin-left: 8px;
}

.blogOverview {
    padding: 0px 20px 20px 20px;
    font-size: 12px;
    color: #FFFFFF;
}

.blogTitle {
    font-size: 14px;
    color: #0079B2;
    text-decoration: none;
}

.blogTitle:hover {
    color: #FFFFFF;
}

.blogOverview .blogItem {
    border-bottom: 1px solid #ACACAC;
    margin-bottom: 18px;
    padding-bottom: 15px;
}

.blogLeftCol {
    float: left; 
    width: 200px;
    margin-left: 30px;
    margin-top: 20px;
    background: #333333 url('/static/img/line.jpg') no-repeat top right;
}

.blogRightCol {
    float: left; 
    width: 650px; 
    margin-top: 20px;
    margin-left: 15px;
}

.headerPageTitleSpacer {
    height: 10px;
}

.headerPageTitle {
    background: #333333 url(/static/img/background_header_top.jpg) no-repeat; 
    width: 860px; 
    height: 48px; 
    padding-top: 25px;
    padding-left: 30px; 
    padding-right: 10px; 
    font-size: 22px; 
    font-family: tahoma; 
    font-weight: bold; 
}

.headerPageTitleSub {
    background: #333333 url(/static/img/background_header_bottom.jpg) no-repeat; 
    width: 125px; 
    height: 17px; 
    padding-left: 745px;
    padding-right: 30px;
    padding-bottom: 10px;    
    position: relative;
}

.headerPageTitleSubLink {
    position: absolute;
    right: 30;
    top: 0;
    width: 125px;
}


/**Portfolio Stuff**/
.portfolio {
    position: relative;
    width: 380px;
    height: 350px;
    float: left;
}

.portfolio .client {
    margin-left: 60px;
    width: 300px;
}

.portfolioThumbnails {
    float: left;
    width: 450px;
    margin-left: 15px;
}

.portfolioThumbnails .thumb {
    float: left;
    border: 1px solid #333333;
    padding: 1px;
    margin-left: 7px;
    width: 100px;
    height: 100px;
    cursor: pointer;
}

.formLabel {
    float: left;
    color: #FFFFFF;
    margin-bottom: 8px;
    margin-right: 4px;
    width: 250px;
}

.formInput {
    float: left;
    margin-bottom: 8px;
}

.formInput input {
    width: 400px;
}

.quoteForm {
    margin-top: 10px;
    margin-left: 115px;
}