/*-------LAYOUT-------*/

* {
    margin: 0px;
}

body {
    background: #F9F8F4 url('../Images/background.jpg') repeat-x;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #696969;
}

#body {
    width: 100%;
    background-color: #FBFBE5;
    overflow: hidden;
}

#body_content {
    width: 635px;
    float: left;
    margin: 10px 0 0 20px;
}

#footer {
    width: 100%;
    height: 54px;
    background: url('../Images/footer.jpg') repeat-x;
    overflow: hidden;
}

#footer_content {
    width: 900px;
    margin: 0 auto;
    padding-top: 15px;
    color: #AAA;
    font-style: italic;
    text-align: right;
}

#free_quote {
    width: 188px;
    height: 43px;
    float: right;
    margin-right: 65px;
    background-image: url('../Images/free_quote.jpg');
}

#free_quote:hover {
    background-image: url('../Images/free_quote_hover.jpg');
}

#free_quote a {
    width: 188px;
    height: 43px;
    display: block;
}

#header {
    width: 900px;
    height: 113px;
    margin: 0px auto;
}

#logo {
    width: 256px;
    height: 46px;
    float: left;
    margin: 30px 0 0 -5px;
    background-image: url('../Images/logo.png');
}

/*#logo {
    width: 195px;
    height: 70px;
    float: left;
    margin: 17px 0 0 15px;
    background-image: url('../Images/logo1.png');
}*/

#wrapper {
    width: 900px;
    margin: 0px auto;
    background: url('../Images/content_side_nav_repeat.jpg') repeat-y;
}

/*-------MAIN NAV--------*/

.main_nav_spacer {
    width: 90px;
    height: 25px;
    float: left;
}

.main_nav_spacer a{
    width: 90px;
    height: 25px;
    display: block;
}

#button_home {
    display: block;
    background: url('../Images/main_nav.jpg') no-repeat 0 0;
}

#button_home:hover {
    background-position: 0 -25px;
}

#button_home_active {
    display: block;
    background: url('../Images/main_nav.jpg') no-repeat 0 -25px;
}

#button_services {
    display: block;
    background: url('../Images/main_nav.jpg') no-repeat -90px 0;
}

#button_services:hover {
    background-position: -90px -25px;
}

#button_services_active {
    display: block;
    background: url('../Images/main_nav.jpg') no-repeat -90px -25px;
}

#button_portfolio {
    display: block;
    background: url('../Images/main_nav.jpg') no-repeat -180px 0;
}

#button_portfolio:hover {
    background-position: -180px -25px;
}

#button_portfolio_active {
    display: block;
    background: url('../Images/main_nav.jpg') no-repeat -180px -25px;
}

#button_company {
    display: block;
    background: url('../Images/main_nav.jpg') no-repeat -270px 0;
}

#button_company:hover {
    background-position: -270px -25px;
}

#button_company_active {
    display: block;
    background: url('../Images/main_nav.jpg') no-repeat -270px -25px;
}

#button_faq {
    display: block;
    background: url('../Images/main_nav.jpg') no-repeat -360px 0;
}

#button_faq:hover {
    background-position: -360px -25px;
}

#button_faq_active {
    display: block;
    background: url('../Images/main_nav.jpg') no-repeat -360px -25px;
}

#button_contact {
    display: block;
    background: url('../Images/main_nav.jpg') no-repeat -450px 0;
}

#button_contact:hover {
    background-position: -450px -25px;
}

#button_contact_active {
    display: block;
    background: url('../Images/main_nav.jpg') no-repeat -450px -25px;
}

#main_nav_container {
    width: 540px;
    height: 40px;
    float: right;
    clear: right;
    margin: 21px 15px 0 0;
}

/*-------SIDE NAV--------*/

#side_nav {
    overflow: hidden;
    width: 215px;
    float: left;
    padding: 10px 15px 0 0;
    font-weight: bold;
}

#side_nav li {
    margin: 0 0 15px -10px;
    list-style-type: none;
}

#side_nav li a {
    color: #696969;
    text-decoration: none;
}

#side_nav li a:hover {
    color: #56889C;
}

#side_nav_active {
    color: #56889C;
}

#side_nav_swoop {
    overflow: hidden;
    width: 900px;
    min-height: 385px;
    /*background: url('../Images/side_nav.jpg') no-repeat bottom left;*/
}

#side_nav_top {
    height: 7px;
    width: 230px;
    float: left;
    margin-top: 30px;
    background-color: #FEFECC;
}

/*--------INDEX---------*/

.index_arrow {
    width: 30px;
    height: 30px;
    float: right;
    margin-top: -5px;
    background: url('../Images/services_arrow.gif') no-repeat top right;
}

.index_arrow:hover {
    background-image: url('../Images/services_arrow_hover.gif');
}

.index_arrow a {
    display: block;
    width: 30px;
    height: 30px;
}

.index_dark_arrow {
    width: 30px;
    height: 30px;
    float: right;
    margin-top: -5px;
    background: url('../Images/dark_services_arrow.jpg') no-repeat top right;
}

.index_dark_arrow:hover {
    background-image: url('../Images/dark_services_arrow_hover.jpg');
}

.index_dark_arrow a {
    display: block;
    width: 30px;
    height: 30px;
}

.services_block {
    width: 202px;
    height: 243px;
    float: left;
    padding: 10px;
}

.services_block a {
    color: #696969;
    text-decoration: none;
}

.services_block li {
    margin: 0 0 15px -20px;
    list-style-image: url('../Images/green_check.gif');
}

.services_divider {
    width: 4px;
    height: 242px;
    float: left;
    background-image: url('../Images/services_divider.jpg');
}

.services_header a {
    display: block;
    width: 242px;
    height: 39px;
}

#index_about {
    overflow: hidden;
    width: 900px;
    background: #FCFBE6;
}

#index_about_content {
    overflow: hidden;
    width: 420px;
    float: left;
}

#index_about p {
    text-align: justify;
    line-height: 20px;
    margin-bottom: 15px;
}

#index_body {
    background: #F9F8F5 url('../Images/index_background.jpg') repeat-x;
}

#index_design_header {
    width: 160px;
    height: 39px;
    margin-bottom: 25px;
    background-image: url('../Images/design_header.jpg');
}

#index_design_header:hover {
    background-image: url('../Images/design_header_hover.jpg');
}

#index_dev_header {
    width: 160px;
    height: 39px;
    margin-bottom: 25px;
    background-image: url('../Images/dev_header.jpg');
}

#index_dev_header:hover {
    background-image: url('../Images/dev_header_hover.jpg');
}

#index_hosting_header {
    width: 160px;
    height: 39px;
    margin-bottom: 25px;
    background-image: url('../Images/hosting_header.jpg');
}

#index_hosting_header:hover {
    background-image: url('../Images/hosting_header_hover.jpg');
}

#index_quote {
    width: 182px;
    height: 111px;
    float: right;
    margin: 15px 20px 0 0;
    background-image: url('../Images/index_quote.jpg');
}

#index_quote:hover {
    background-image: url('../Images/index_quote_hover.jpg');
}

#index_quote a {
    display: block;
    width: 182px;
    height: 111px;
}

#index_seo_header {
    width: 168px;
    height: 39px;
    margin-bottom: 25px;
    background-image: url('../Images/seo_header.jpg');
}

#index_seo_header:hover {
    background-image: url('../Images/seo_header_hover.jpg');
}

#index_main_nav_container {
    width: 540px;
    height: 40px;
    float: right;
    clear: right;
    margin: 64px 15px 0 0;
}

#index_services {
    width: 900px;
    height: 243px;
}

#index_wrapper {
    width: 900px;
    margin: 0px auto;
}

#news {
    width: 200px;
    float: left;
    margin-left: 40px;
}

#news p {
    text-align: left;
}

/*------COMPANY--------*/

#company_header {
    width: 285px;
    height: 40px;
    margin: 10px 0 25px 10px;
    background-image: url('../Images/company_header.jpg');
}

#company_wrapper {
    margin: -35px 0 0 75px;
}

#company_wrapper p {
    text-align: justify;
    line-height: 18px;
    margin-bottom: 20px;
}

#portrait {
margin: 10px 50px 10px 40px;
padding: 10px;
border: 2px solid #ADD300;

/*-------CONTACT--------*/

.alternate_label {
    font-weight: bold;
    color: #56889C;
}

.contact_title {
    clear: both;
    font-weight: bold;
    margin-bottom: 15px;
}

.label {
    font-weight: bold;
    color: #56889C;
    margin-bottom: 5px;
}

.text_area {
    width: 300px;
    height: 200px;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    padding: 3px;
}

.text_input {
    width: 300px;
    margin-bottom: 15px;
}

#alert {
    font-size: 14px;
    font-weight: bold;
    color: #94B100;
    margin-bottom: 15px;
}

#contact_header {
    width: 285px;
    height: 40px;
    margin: 10px 0 35px 10px;
    background-image: url('../Images/contact_header.jpg');
}

#contact_wrapper {
    margin: -35px 0 0 75px;
}

#send {
    clear: both;
    float: right;
    margin: 0 520px 25px 0;
}

/*---------FAQ----------*/

.answer {
    clear: both;
    margin-bottom: 15px;
    line-height: 18px;
    text-align: justify;
}

.answer a {
    color: #56889C;
    text-decoration: none;
    font-weight: bold;
}

.answer a:hover {
    text-decoration: underline;
}

.answer_content {
    margin-top: 5px;
}

.answer_content a {
    font-weight: normal;
    color: #696969;
}

.answer_content a:hover {
    text-decoration: none;
}

#controls {
    float: right;
    margin-bottom: 10px;
}

#controls a {
    color: #94B100;
    text-decoration: none;
}

#controls a:hover {
    text-decoration: underline;
}

#faq_header {
    width: 285px;
    height: 40px;
    margin: 10px 0 25px 10px;
    background-image: url('../Images/faq_header.jpg');
}

#faq_wrapper {
    margin: -35px 0 0 75px;
}

/*-----PORTFOLIO--------*/

.domtab div {
    margin-top: 15px;
    overflow: hidden;
}

.domtabs {
    margin: 0 0 10px 17px;
    overflow: hidden;
}

.domtabs {
    overflow: hidden;
    width: 235px;
    float: left;
    margin: 0 0 15px 17px;
    padding: 0 15px 0 0;
    font-weight: bold;
    display: inline;
}

.domtabs li {
    width: 90px;
    height: 57px;
    float: left;
    list-style-type: none;
    filter:alpha(opacity=50);
    -moz-opacity:.5;
    opacity:.5;
}

.domtabs li:hover {
    filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity:1
}

.portfolio_dark_arrow {
    width: 30px;
    height: 30px;
    float: right;
    margin-right: 80px;
    background: url('../Images/dark_services_arrow.jpg') no-repeat top right;
}

.portfolio_dark_arrow:hover {
    background-image: url('../Images/dark_services_arrow_hover.jpg');
}

.portfolio_dark_arrow a {
    display: block;
    width: 30px;
    height: 30px;
}

.site_list {
    margin: 45px 0 15px 0;
}

.site_list li {
    margin: 0 0 5px -15px;
}

.site_name {
    font-size: 14px;
    font-weight: bold;
    color: #56889C;
    float: left;
}

.thumb_left {
    margin: 0 0 10px 0;
}

.thumb_right{
    margin: 0 0 10px 15px;
}

.thumb_left img, .thumb_right img {
    border: 0;
}

.visit_site {
    float: right;
    padding-top: 2px;
}

.visit_site a {
    color: #94B100;
    text-decoration: none;
}

.visit_site a:hover {
    text-decoration: underline;
}


#portfolio_image {
    margin-bottom: 20px;
}

/*-------SERVICES--------*/

.divider {
    width: 5px;
    height: 218px;
    float: left;
    margin-left: 25px;
    background-image: url('../Images/divider_dark.jpg');
}

.featured_project {
    margin: 0 0 12px 25px;
    border: 0;
}

.left {
    width: 180px;
    float: left;
    margin-left: 70px;
}

.preview {
    width: 280px;
    float: left;
    margin-left: 20px;
    padding-top: 40px;
}

.preview_header {
    font-size: 14px;
    font-weight: bold;
    color: #56889C;
    margin-bottom: 20px;
}

.right {
    width: 180px;
    float: left;
    margin-left: 25px;
}

.service {
    width: 550px;
    float: left;
    margin: 10px 0 10px 10px;
}

.service p {
    text-align: justify;
    line-height: 20px;
    margin: -10px 0 15px 67px;
}

.service li {
    margin: 0 0 15px -20px;
    list-style-image: url('../Images/green_check_dark.gif');
}

.service_dark_arrow {
    width: 30px;
    height: 30px;
    float: right;
    margin-top: 10px;
    background: url('../Images/dark_services_arrow.jpg') no-repeat top right;
}

.service_dark_arrow:hover {
    background-image: url('../Images/dark_services_arrow_hover.jpg');
}

.service_dark_arrow a {
    display: block;
    width: 30px;
    height: 30px;
}

.service_detail_header {
    color: #56889C;
    font-weight: bold;
}

.view_portfolio {
    float: right;
    margin-top: 11px;
}

.view_portfolio a {
    color: #94B100;
    text-decoration: none;
}

.view_portfolio a:hover {
    text-decoration: underline;
}

#design_header {
    width: 250px;
    height: 39px;
    background-image: url('../Images/design_header_long.jpg');
}

#design_header:hover {
    background-image: url('../Images/design_header_long_hover.jpg');
}

#design_header a {
    display: block;
    width: 250px;
    height: 39px;
}

#dev_header {
    width: 204px;
    height: 39px;
    background-image: url('../Images/dev_header_long.jpg');
}

#dev_header:hover {
    background-image: url('../Images/dev_header_long_hover.jpg');
}

#dev_header a {
    display: block;
    width: 204px;
    height: 39px;
}

#hosting_header {
    width: 246px;
    height: 39px;
    background-image: url('../Images/hosting_header_long.jpg');
}

#hosting_header:hover {
    background-image: url('../Images/hosting_header_long_hover.jpg');
}

#hosting_header a {
    display: block;
    width: 246px;
    height: 39px;
}

#seo_header {
    width: 278px;
    height: 39px;
    background-image: url('../Images/seo_header_long.jpg');
}

#seo_header:hover {
    background-image: url('../Images/seo_header_long_hover.jpg');
}

#seo_header a {
    display: block;
    width: 278px;
    height: 39px;
}

#service_detail {
    overflow: hidden;
    text-align: justify;
    line-height: 20px;
    margin: -10px 0 0 67px;
}

#service_detail li {
    margin-left: -20px;
    list-style-image: url('../Images/green_check_dark.gif');
}

#service_detail p {
    margin-bottom: 15px;
}

/*------QUOTE---------*/

#quote_header {
    width: 285px;
    height: 40px;
    margin: 10px 0 35px 10px;
    background-image: url('../Images/quote_header.jpg');
}
