/* main.css */
/* Master page */
html {
    height: 100%;
}
body {
    margin: 0px;
    padding: 0px;
    font-family: Helvetica;
    font-size: 13px;
    color: #ababab;
    line-height: 17px;
}
html, body {
    height: 100%;
}
#wrapper {
    min-height: 100%;
}
* html #wrapper {
    height: 100%;
}
.mainDiv {
    padding-bottom: 75px;
    width: 1200px;
}

/* Elements */
h1 {
    color: #000000;
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
    line-height: 40px;
    font-size: 40px;
    font-weight: bold;
    font-family: Helvetica;
    text-transform: uppercase;
    text-align: left;
}
h2 {
    color: #000000;
    margin: 0px;
    padding: 0px;
    padding-top: 15px;
    font-size: 20px;
    font-weight: bold;
    font-family: Helvetica;
    text-transform: uppercase;
}
table {
    border: 0px;
    border-spacing: 0px;
}
input, textarea, select {
    width: 230px;
    font-size: 10px;
    color: #ababab;
    padding: 7px;
    background: #f7f7f7;
    border: 0px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
a {
    font-family: Helvetica;
    color: #ababab;
    border: 0px;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a img {
    border: 0px;
}

.topContainer {
    width: 1100px;
    height: 160px;
    text-align: left;
}
.logo {
    margin-top: 7px;
    float: left;
}
.menuContainer {
    height: 30px;
    margin-top: 10px;
    margin-right: 100px;
    float: right;
}
.pageContainer {
    width: 1100px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: justify;
    border-top: 1px solid #e6e6e6;
    font-size: 14px;
}
.pageContent {
    width: 1100px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.pageContent .threeColumn {
    float: left;
    text-align: left;
    width: 290px;
    font-weight: bold;
    font-size: 12px;
    padding: 35px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.pageContent .threeColumn a {
    color: #ababab;
}
.pageContent .threeColumn h2 {
    text-transform: none;
}
.footerContainer {
    height: 75px; 
    margin-top: -75px;
}
.footerContainer .footerContent {
    width: 1100px;
    text-align: left;
    border-top: 1px solid #e6e6e6;
}
.footerContainer .footerContent a {
    font-size: 12px;
}
.footerContainer .footerContent .footerText {
    float: left;
    color: #ababab;
    font-size: 12px;
    padding-top: 30px;
    font-weight: bold;
}
.footerContainer .footerContent .footerText a {
    color: #ababab;
}

.langDiv {
    float: right;
    margin-right: 10px;
}
.langDiv a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: right;
    text-decoration: none;
    font-weight: bold;
    background: #ababab;
    color: #ffffff;
}
.langDiv a:hover, .langDiv a.selected {
    background: #e20c0c;
}
.devDiv {
    height: 35px;
    padding-top: 25px;
    float: right;
}

/* Default elements */
.mandatoryStar {
    color: #ff6565;
    margin-left: 3px;
}
.errorDiv {
    font-size: 11px;
    color: #ff6565;
    line-height: 10px;
    text-transform: uppercase;
}
.errorInput {
    background: #ffdfdf;
}
.formRow {
    clear: both;
    position: relative;
}
.formText {
    width: 130px;
    float: left;
    text-align: right;
    vertical-align: top;
    font-size: 14px;
    padding-right: 20px;
    line-height: 20px;
}
.formInput {
    float: left;
    padding-bottom: 5px;
}
.buttonDiv {
    display: block;
    padding: 10px;
    margin-left: 140px;
}
.noticeContainer {
	height: 25px;
}
.noElements {
    text-align: center;
}

/* menu.css */
ul.mainNav {
    margin: 0px;
    padding: 0px;
    cursor: default;
    list-style: none;
    width: 500px;
}
ul.mainNav li {
    margin: 0px;
    padding: 0px;
    padding-left: 15px;
    padding-right: 15px;
    float: right;
    background: none;
}
ul.mainNav li a {
    margin: 0px;
    padding: 0px;
    color: #ababab;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
    padding-bottom: 3px;
}
ul.mainNav li a:hover, ul.mainNav li a.selected {
    border-bottom: 2px solid #e6e6e6;
}

/* buttons.css */
/* General */
.button {
    width: 125px;
    border: 0px;
    cursor: pointer;
    color: #ffffff;
    background: #e20c0c;
    text-align: center;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

/* notice.css */
.topNotice {
    height: 25px;
}
.noticeOK {
    font-size: 10px;
    text-align: center;
    color: #2ea41b;
    line-height: 25px;
}
.noticeError {
    font-size: 10px;
    text-align: center;
    color: #ff6565;
    line-height: 25px;
}

/* pager.css */
.pager {
    margin-top: 20px;
    margin-bottom: 15px;
    height: 40px;
}
.pager a, .pager span {
    background: #f6f6f6;
    font-size: 12px;
    text-align: center;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    float: left;
}
.pager a:hover, .pager span {
    color: #ffffff;
    background: #00914e;
    text-decoration: none;
}

/* blocks.css */
/* CATEGORY BLOCK */
.categoryBlock {
    height: 25px;
    margin-bottom: 40px;
    text-align: left;
}
.categoryBlock ul {
    padding: 0px;
    margin: 0px;
    cursor: default;
    list-style-type: none;
    text-align: center;
}
.categoryBlock ul li {
    margin: 0px;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
}
.categoryBlock ul li a {
    margin: 0px;
    padding: 0px;
    padding-bottom: 3px;
    color: #ababab;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.categoryBlock ul li a:hover, .categoryBlock ul li a.selected {
    border-bottom: 2px solid #e6e6e6;
}

/* SHARE BLOCK */
.shareBlock {
    text-align: left;
    margin-bottom: 30px;
}
.shareBlock img {
    vertical-align: middle;
    margin-right: 20px;
}

/* SAME BLOCK */
.sameBlock {
    height: 200px;
    border-top: 1px solid #e6e6e6;
    padding-top: 20px;
}
.sameBlock .samePortfoliosContainer {
    overflow: hidden;
    padding: 3px;
}
.sameBlock .sameLeft {
    display: block;
    height: 50px;
    width: 40px;
    background: url("../images/blocks/same/show-minus.gif") no-repeat 0px 0px;
    float: left;
    margin: 0;
    margin-top: 75px;
    margin-right: -50px;
    padding: 0;
    cursor: pointer;
    position: relative;
    z-index: 100;
}
.sameBlock .sameLeft:hover {
    background: url("../images/blocks/same/show-minus.gif") no-repeat 0px -50px;
}
.sameBlock .sameRight {
    display: block;
    height: 50px;
    width: 40px;
    background: url("../images/blocks/same/show-plus.gif") no-repeat 0px 0px;
    float: right;
    margin: 0;
    margin-top: -130px;
    padding: 0;
    cursor: pointer;
    position: relative;
    z-index: 100;
}
.sameBlock .sameRight:hover {
    background: url("../images/blocks/same/show-plus.gif") no-repeat 0px -50px;
}

/* user.css */
.userDiv {
    width: 450px;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: left;
}
.recoveryDiv {
    margin-left: 150px;
    margin-bottom: 5px;
    text-align: left;
}
.recoveryDiv a {
    font-size: 11px;
}

/* portfolio.css */
.portfolioDiv {
	float: left;
	width: 250px;
	height: 180px;
	margin: 12px;
}
.portfolioDiv .portfolioTitle {
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    background: #e20c0c;
    padding-left: 10px;
    position: relative;
    text-transform: uppercase;
    height: 37px;
    top: -180px;
    margin-top: -37px;
    line-height: 37px;
    display: none;
    z-index: 10;
}
.portfolioDiv .imageColor {
    left: 0px;
    top: -180px;
    position: relative;
    z-index: 5;
}
.portfolioDiv img {
    margin: 0px;
    padding: 0px;
}
.portfolioDiv a {
    text-decoration: none;
}

.portfolioImage {
    width: 580px;
    float: left;
}
.portfolioImage img {
    border-radius: 290px;
    -webkit-border-radius: 290px;
    -moz-border-radius: 290px;
}
.portfolioText {
    width: 480px;
    font-size: 12px;
    float: right;
}
.portfolioText h1 {
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 45px;
}

.portfolioColumnLeft {
    float: left;
    width: 530px;
}
.portfolioColumnRight {
    float: right;
    width: 530px;
}

.portfolioColumnRow {
    line-height: 40px;
    font-size: 11px;
    color: #808080;
    border-top: 1px solid #e6e6e6;
}
.portfolioColumnRow.last {
    border-bottom: 1px solid #e6e6e6;
}
.portfolioColumnRow .portfolioColumnTitle {
    float: left;
    padding-left: 20px; 
    width: 160px;
    border-right: 1px solid #e6e6e6;
}
.portfolioColumnRow .portfolioColumnText {
    float: left;
    padding-left: 20px; 
}

.poftfolioImageGallery {
    text-align: left;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 40px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.portfolioClose {
    background: url("../images/elements/close.gif") no-repeat 0px 0px;
    display: block;
    float: right;
    width: 20px;
    height: 25px;
    cursor: pointer;
}

/* team.css */
.teamDiv {
    padding-top: 20px;
    margin-bottom: 20px;
    color: #808080;
}
.teamDiv .teamImage {
    width: 580px;
}
.teamDiv .teamImage img {
    border-radius: 290px;
    -webkit-border-radius: 290px;
    -moz-border-radius: 290px;
}
.teamDiv .teamText {
    width: 480px;
    font-size: 12px;
}
.teamDiv .teamText h2 {
    text-transform: none;
    font-size: 28px;
    margin-bottom: 50px;
}

.teamSpecsRow {
    line-height: 40px;
    font-size: 11px;
    color: #808080;
    border-top: 1px solid #e6e6e6;
}
.teamSpecsRow.last {
    border-bottom: 1px solid #e6e6e6;
}
.teamSpecsRow .teamSpecsTitle {
    float: left;
    padding-left: 20px; 
    width: 160px;
    border-right: 1px solid #e6e6e6;
}
.teamSpecsRow .teamSpecsText {
    float: left;
    padding-left: 20px; 
}

/* contact.css */
#googleMaps {
    width: 1100px;
    height: 450px;
}

