@charset 'UTF-8';

* {
    letter-spacing: 0px;
}

html {
    margin: 0px;
    padding: 0px;
    overflow-y: scroll;
}

body {
    padding: 0;
    margin: 0;
    background-color: #000000;
}

body, td, div, p, h1, h2 {
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 14px;
    color: #1f1f1f;
}

img {
    behavior: url('/css/htc/iepngfix.htc');
    border: 0px;
}

a:link, a:visited {
    color: #777777;
    text-decoration: none;
}

a:hover, a:active {
    color: #2eaeff;
    text-decoration: none;
}

h1 {
    margin: 5px 0;
    padding: 0px;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    text-shadow: 2px 2px 1px #CCCCCC;
}

h2 {
    margin: 5px 0;
    padding: 0px;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
}

h3 {
    margin: 5px 0;
    padding: 0px;
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
}

h4 {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;
}

p {
    margin: 0 0 1em 0;
    padding: 0;
}

td, div, p, span {
    line-height: 110%;
}

form {
    margin: 0px;
    padding: 0px;
}

center {
    margin: 0px;
    padding: 0px;
}

ul {
    margin: 10px;
    padding: 0px;
}

ul li {
    margin: 0 0 4px 14px;
    padding: 0 0 0 -2px;
}

ul.nobullet li {
    list-style-type: none;
}

ol {
    margin: 10px 0 10px 10px;
    padding: 0px;
}

ol li {
    margin: 0 0 4px 16px;
    padding: 0 0 0 -4px;
}

/* PAGE LAYOUT */

#header_bbg {
    height: 360px;
    background-image: url('/images/layout/header_bbg_bg.jpg');
    background-repeat: repeat-x;
}

#header_bg-glow {
    /*
    background-image: url('/images/layout/header_bg-glow.png');
    background-repeat: no-repeat;
    background-position: top center;
    */
}

#header_bbg-right {
    float: right;
    width: 50%;
    height: 35px;
    background-image: url('/images/layout/header_bbg-right.png');
    background-repeat: repeat-x;
}

#header_container1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

#header_container2 {
    position: relative;
    width: 984px;
    margin: 0px auto;
}

#header {
    height: 360px;
    background-image: url('/images/layout/header_bg.jpg');
    background-repeat: no-repeat;
    background-position: top center;
}

#header h1 {
    margin: 0px;
    padding: 0px;
}

#header #logo_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 260px;
    height: 196px;
    background-image: url('/images/layout/logo_bg.png');
    background-repeat: no-repeat;
}

#header #logo_bg #logo {
    margin-top: 12px;
    text-align: center;
}

/* START: TOPNAV */

#topnav {
    position: absolute;
    top: 0px;
    left: 400px;
    width: 580px;
    height: 90px;
    background-image: url('/images/layout/topnav_bg.png');
    background-repeat: no-repeat;
}

#topnav ul {
    width: 544px;
    height: 17px;
    overflow: hidden;
    margin: 28px auto 0 auto;
    padding: 0px;
    list-style: none;
    text-align: center;
}

#topnav ul li {
    float: left;
    margin: 0px;
    padding: 0px;
}

#topnav a {
    display: block;
    background-image: url('/images/layout/topnav_text.png');
    background-repeat: no-repeat;
    padding-top: 17px;
    /*line-height: 37px;*/
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
}

#topnav-home {
    width: 65px;
    background-position: -0px 0px;
}

#topnav-home:hover, #topnav-home.selected {
    background-position: -0px -17px;
}

#topnav-services {
    width: 98px;
    background-position: -66px 0px;
}

#topnav-services:hover, #topnav-services.selected {
    background-position: -66px -17px;
}

#topnav-about {
    width: 78px;
    background-position: -165px 0px;
}

#topnav-about:hover, #topnav-about.selected {
    background-position: -165px -17px;
}

#topnav-portfolio {
    width: 114px;
    background-position: -248px 0px;
}

#topnav-portfolio:hover, #topnav-portfolio.selected {
    background-position: -248px -17px;
}

#topnav-blog {
    width: 65px;
    background-position: -360px 0px;
}

#topnav-blog:hover, #topnav-blog.selected {
    background-position: -360px -17px;
}

#topnav-contact {
    width: 123px;
    background-position: -429px 0px;
}

#topnav-contact:hover, #topnav-contact.selected {
    background-position: -429px -17px;
}

/* END: TOPNAV */

#header #quote {
    position: absolute;
    top: 140px;
    left: 410px;
}

#content_bbg {
    min-width: 984px;
    clear: both;
    background-color: #F6F6F6;
}

#content_container {
    position: relative;
    width: 984px;
    margin: 0px auto;
}

#watermark_turtle {
    position: absolute;
    z-index: 3010;
    bottom: 0px;
    left: -170px;
    width: 369px;
    height: 270px;
    overflow: hidden;
    background-image: url('/images/layout/watermark_turtle.png');
    background-repeat: no-repeat;
}

#content {
    position: relative;
    z-index: 3020;
    min-height: 370px;
    padding: 30px 5px 20px 5px;
}

#content, #content td, #content div, #content p {
    line-height: 24px;
}

#tanbox_bbg {
    clear: both;
    background-color: #C3BD97;
    padding: 7px 0 6px 0;
}

#tanbox_dashes {
    border-top: 1px dashed #615E4B;
    border-bottom: 1px dashed #615E4B;
}

#tanbox_container {
    position: relative;
    width: 984px;
    margin: 0px auto;
}

#watermark_circles {
    position: absolute;
    z-index: 3010;
    bottom: -6px;
    left: -80px;
    width: 219px;
    height: 74px;
    overflow: hidden;
    background-image: url('/images/layout/watermark_circles.png');
    background-repeat: no-repeat;
}

#tanbox {
    position: relative;
    z-index: 3020;
    min-height: 160px;
    padding: 10px 0;
    color: #6e6a55;
}

#tanbox .services {
    padding-right: 2px;
}

#tanbox .services ul {
    margin: 10px 0 0 0;
    list-style: none;
}

#tanbox .services li {
    margin: 0 0 6px 0;
    color: #6e6a55;
}

#tanbox .services li a {
    color: #6e6a55;
}

#tanbox .services li:before {
    content: "\003E\0020";
}

#tanbox .testimonial {
    padding-left: 20px;
}

#tanbox .testimonial .text_container {
    position: relative;
    padding: 10px 5px;
}

#tanbox .testimonial .quote_open {
    position: absolute;
    z-index: 3010;
    top: 0px;
    left: -10px;
    width: 56px;
    height: 44px;
    background-image: url('/images/layout/testimonials_quote-open.png');
    background-repeat: no-repeat;
}

#tanbox .testimonial .text {
    position: relative;
    z-index: 3020;
    text-align: justify;
    color: #6e6a55;
}

#tanbox .testimonial .quote_close {
    position: absolute;
    z-index: 3010;
    bottom: -8px;
    right: -10px;
    width: 56px;
    height: 44px;
    background-image: url('/images/layout/testimonials_quote-close.png');
    background-repeat: no-repeat;
}

#tanbox .testimonial .who {
    padding-top: 4px;
    text-align: right;
    font-weight: bold;
    color: #6e6a55;
}

#footer {
    clear: both;
    margin: 0px auto;
    padding: 20px;
    text-align: center;
    font-size: 13px;
    line-height: 15px;
    color: #FFFFFF;
}

#footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

#footer ul li {
    display: inline;
    margin: 0px;
    padding: 0 1px;
}

#footer a {
}

#footer a:link, #footer a:visited {
    color: #FFFFFF;
}

#footer a:hover, #footer a:active {
    color: #C3BD97;
}

#footer .logo {
    padding-top: 14px;
}

#footer .address {
    padding-top: 6px;
    font-size: 12px;
    color: #FFFFFF;
	line-height:15px;
}

/* MESSAGE CLASS */

.message-err {
    margin-bottom: 10px;
    padding: 5px 0 5px 30px;
    border: 1px solid #FF0000;
    color: #FF0000;
}

.message-msg {
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #000000;
    color: #000000;
}

.message-success {
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #008000;
    color: #000000;
}

/* VALIDATION */

.formRequired_fail {
    border: 1px solid #FF0000;
}

input.validation-failed, textarea.validation-failed {
    border: 1px solid #FF3300;
    color : #FF3300;
}

input.validation-passed, textarea.validation-passed {
    border: 1px solid #00CC00;
    color : #000;
}

.validation-advice, .custom-advice {
    margin: 0 5px;
    color: #FF0000;
}

/* MISC */

.curved {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    behavior: url(/css/htc/border-radius.htc);
}

fieldset {
    border: 1px solid #CCCCCC;
    margin: 1em 0;
    padding: 1em;
}

fieldset legend {
    display: block;
}

/* HOME */

.home_text b {
    font-weight: normal;
}

.home_text a {
    color: #1f1f1f;
}

.home_featured {
    position: relative;
}

.home_featured .changer {
    position: relative;
    width: 538px;
    height: 123px;
    margin: 0px auto;
    background-image: url('/images/home/changer_bg.png');
}

.home_featured .changer .img_container {
    position: absolute;
    top: 6px;
    left: 10px;
    width: 512px;
    height: 98px;
    overflow: hidden;
    border: 1px solid #444444;
}

.home_featured .changer .img_container .img_div {
}

.home_featured .changer .link_container {
    float: right;
    height: 18px;
    margin: 120px 10px 0 0;
}

.home_featured .changer .link_container a {
    margin-right: 4px;
}

.home_featured .changer .link_container a:link, .home_featured .changer .link_container a:visited {
    display: block;
    float: left;
    width: 17px;
    margin-right: 4px;
    background-image: url('/images/misc/image_changer/button-off.png');
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    color: #000000;
}

.home_featured .changer .link_container a:hover, .home_featured .changer .link_container a:active, .home_featured .changer .link_container a.selected {
    background-image: url('/images/misc/image_changer/button-on.png');
}

.home_featured .info_container {
    padding: 0 10px;
}

#content .home_featured .info_container .info * {
    line-height: 20px;
}

.home_featured .info_container .more_info-link {
    float: right;
}

/* PORTFOLIO */

.portfolio_client {
    position: relative;
    width: 464px;
    margin: 0px auto;
    padding-bottom: 30px;
}

.portfolio_client .changer {
    position: relative;
    width: 464px;
    height: 186px;
    margin: 0px auto;
    background-image: url('/images/portfolio/changer_bg.png');
}

.portfolio_client .changer .img_container {
    position: absolute;
    top: 6px;
    left: 10px;
    width: 442px;
    height: 163px;
    overflow: hidden;
    border: 1px solid #444444;
}

.portfolio_client .changer .img_container .img_div {
}

.portfolio_client .changer .link_container {
    float: right;
    height: 18px;
    margin: 183px 6px 0 0;
}

.portfolio_client .changer .link_container a {
    margin-right: 4px;
}

.portfolio_client .changer .link_container a:link, .portfolio_client .changer .link_container a:visited {
    display: block;
    float: left;
    width: 17px;
    margin-right: 4px;
    background-image: url('/images/misc/image_changer/button-off.png');
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    color: #000000;
}

.portfolio_client .changer .link_container a:hover, .portfolio_client .changer .link_container a:active, .portfolio_client .changer .link_container a.selected {
    background-image: url('/images/misc/image_changer/button-on.png');
}

.portfolio_client .info_container {
    padding: 0 10px;
}

#content .portfolio_client .info_container * {
    line-height: 20px;
}

.portfolio_client .info_container .more_info-link {
    float: right;
}

/* CONTACT */

#cf_container {
    width: 464px;
    padding: 20px;
    background-color: #DFDFDF;
    border: 2px solid #FEFEFE;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

#cf_container input, #cf_container textarea {
    -moz-border-radius: 5px;
    -webkit-border-radius: 15px;
    height: 24px;
    padding: 0 4px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EFEFEF;
    font-size: 16px;
    line-height: 24px;
}

#cf_container textarea {
    width: 376px;
    height: 140px;
    font-family: "Trebuchet MS", Verdana, sans-serif;
}

#cf_container input.focus, #cf_container textarea.focus {
    border: 1px solid #BCBCBC;
}