/* main.css */
/* Master page */
html {
    height: 100%;
    background: url("../images/backgrounds/bg.gif") repeat top left;
}
body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    font-family: Verdana;
    font-size: 13px;
    color: #424242;
    border-top: 5px solid #171717;
}
#wrapper {
    min-height: 100%;
}
* html #wrapper {
    height: 100%;
}
.mainDiv {
    padding-bottom: 105px;
}

/* Elements */
h1 {
    color: #424242;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
	margin-top: 0px;
	margin-left: 17px;
	margin-bottom: 15px;
}
h2 {
    color: #008bbf;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0px;
    margin-left: 5px;
    margin-bottom: 15px;
}
input, textarea, select {
    width: 190px;
    font-size: 13px;
    border: 1px solid #e3e3e3;
    color: #6b6b6b;
    padding: 3px;
}
a {
    font-family: Verdana, Helvetica, Sans-Serif;
    color: #008bbf;
    border: 0px;
}
a img {
    border: 0px;
}
p {
    padding: 0px;
    margin: 0px;
    text-indent: 40px;
}
.topContainer {
    width: 940px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
.bannerContainer {
    background: url("../images/backgrounds/top.gif") top center no-repeat;
    height: 440px;
}
.mainContainer {
    width: 940px;
    text-align: left;
    margin-bottom: 20px;
}
.logo {
    margin-left: 10px;
    float: left;
}
.spacer {
    width: 940px;
    height: 10px;
    background: url("../images/elements/spacer.gif") top center no-repeat;
}
.menuContainer {
    height: 100px;
    float: right;
}
.pageContainer {
    width: 930px;
    margin-top: 50px;
    margin-left: 5px;
    text-align: justify;
    line-height: 19px;
}
.categoryContainer {
    width: 235px;
    float: left;
    text-align: left;
}
.categoryContainer .categoryContent {
    background: url("../images/elements/category/middle.png") repeat-y top left;
    font-size: 11px;
}
.categoryContainer ul {
    margin: 17px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    color: #ffffff;
    list-style-type: none;
}
.categoryContainer ul li {
    background: url("../images/elements/list/bullet.png") top left no-repeat;
    padding-left: 22px;
    line-height: 23px;
    height: 25px;
    font-size: 12px;
}
.categoryContainer ul li a {
    text-decoration: none;
}
.categoryContainer ul li a:hover {
    text-decoration: underline;
}
.contentContainer {
    width: 690px;
    text-align: left;
    font-size: 14px;
    float: right;
}
.contentImage {
    width: 230px;
    height: 170px;
    background: url("../images/elements/portfolio/image.png") top center no-repeat;
    text-align: center;
    float: left;
}
.contentImage img {
    margin-top: 12px;
}
.footerDiv {
    height: 105px; 
    margin-top: -105px;
    background: #171717 url("../images/backgrounds/footer.gif") top center no-repeat;
}
.footerContainer {
    width: 940px;
    text-align: left;
    font-size: 12px;
}
.hiddenElement {
    display: none;
}
.devDiv {
    height: 35px;
    padding-top: 12px;
    float: right;
}

/* Default elements */
.mandatoryStar {
    color: #FF0000;
    margin-left: 3px;
}
.errorDiv {
    font-size: 10px;
    color: #FF0000;
    font-weight: bold;
}
.centeredDiv {
    width: 400px;
    text-align: left;
}
.formRow {
    clear: both;
    position: relative;
}
.formText {
    width: 150px;
    float: left;
    vertical-align: top;
    font-size: 13px;
    font-weight: bold;
}
.formInput {
    float: left;
    padding-bottom: 5px;
}
.buttonDiv {
    display: block;
    padding: 10px;
    margin-left: 140px;
}
.noticeContainer {
	height: 25px;
}

/* menu.css */
ul.mainNav {
    margin: 0px;
    padding: 0px;
    cursor: default;
    list-style-type: none;
    width: 650px;
}
ul.mainNav li {
    margin: 0px;
    margin-top: 45px;
    margin-left: 25px;
    padding: 0px;
    float: left;
}
ul.mainNav li a {
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    text-decoration: none;
    color: #424242;
    font-size: 14px;
    font-weight: bold;
}
ul.mainNav li a:hover, ul.mainNav li a.selected {
    color: #008bbf;
}

/* menu-footer.css */
.footerNav {
    margin: 0px;
    padding: 0px;
    height: 52px;
    float: left;
}
ul.footerNav {
    margin: 0px;
    margin-left: 10px;
    padding: 0px;
    cursor: default;
    list-style-type: none;
}
ul.footerNav li {
    margin: 0px;
    padding: 0px;
    line-height: 52px;
    float: left;
    position: relative;
    margin-right: 30px;
}
ul.footerNav li a {
    margin: 0px;
    padding: 0px;
    line-height: 52px;
    text-decoration: none;
    font-size: 12px;
    color: #9c9c9c;
    text-transform: uppercase;
}
ul.footerNav li a:hover {
    text-decoration: underline;
}

/* buttons.css */
/* General */
.button {
    width: 95px;
    height: 25px;
    cursor: pointer;
    border: 0px;
    background: #008bbf;
    color: #ffffff;
    font-size: 12px;
}

/* notice.css */
.noticeOK {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    color: #2ea41b;
    padding-top: 5px;
    padding-bottom: 20px;
}
.noticeError {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    color: #ff0000;
    padding-top: 5px;
    padding-bottom: 20px;
}

/* pager.css */
.pager {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    text-align: center;
}

/* blocks.css */
/* PHOTO BLOCK */
.photoBlock {
    padding-left: 10px;
    margin-top: 20px;
}

/* VIDEO BLOCK */
.videoBlock {
    padding-left: 10px;
    margin-top: 20px;
}

/* FACEBOOK BLOCK */
.facebookBlock {
    padding-left: 10px;
    margin-top: 20px;
}
.facebookBlock .facebookDiv {
    margin-left: 5px;
    width: 925px;
    height: 250px;
    overflow: hidden;
    position: relative;
}
.facebookBlock .facebookDiv .fb-like-box {
    padding: 0px;
    margin: -1px;
    border: 0px;
}

/* SLIDER BLOCK */
.sliderBlock {
    width: 940px;
    height: 460px;
    margin-top: 20px;
    display: none;
}
.sliderBlock .sliderImage {
    width: 884px;
    height: 350px;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    margin-left: 28px;
    margin-top: 22px;
}
.sliderBlock .sliderContainer {
    width: 940px;
    height: 430px;
    position: absolute;
    background: url("../images/blocks/slider/bg.png") no-repeat top center;
}
.sliderContainer #sliderBullets {
    height: 20px;
    position: absolute;
    bottom: 65px;
    right: 10px;
    left: 10px;
    z-index: 200;
    text-align: center;
}
.sliderBlock #sliderBulletsContent {
    position: relative;
    text-align: center;
    display: inline-block;
}
.sliderBlock #sliderBulletsContent .sliderBullet {
    width: 18px;
    height: 18px;
    margin-right: 2px;
    background: url("../images/blocks/slider/bullet.png") no-repeat 0px 0px;
    float: left;
}
.sliderBlock #sliderBulletsContent .sliderBullet:hover, .sliderBlock #sliderBullets .sliderBulletSelected {
    width: 18px;
    height: 18px;
    margin-right: 2px;
    background: url("../images/blocks/slider/bullet.png") no-repeat 0px -18px;
    float: left;
}

/* user.css */
.recoveryDiv {
    margin-left: 150px;
    margin-bottom: 5px;
    text-align: left;
}
.recoveryDiv a {
    font-size: 9px;
}

/* contact.css */
.googleMapsContainer {
    background: url("../images/backgrounds/google.png") top center no-repeat;
    width: 940px;
    height: 425px;
    padding-top: 7px;
}
#googleMaps {
    width: 924px;
    height: 364px;
    border: 1px solid #d3d3d3;
}

.contactContainer {
    text-align: left;
    padding: 10px;
    font-size: 14px;
}
.contactContainer h2 {
    margin-left: 0px;
}
.contactContainer .contactLeftColumn {
    width: 430px;
    float: left; 
}
.contactContainer .contactRightColumn {
    width: 460px;
    float: right;
}

.contactContainer input, .contactContainer textarea {
    width: 300px;
}
.contactContainer textarea {
    height: 100px;
}
.contactContainer .button {
    width: 100px;
}

