﻿body
{
    font-size: 12px;
    font-family: arial, sans-serif;
    background-color: #666666;
    padding-top: 20px;
}

h4
{
    font-size: 14px;
    color: #3366FF;
    font-weight: bold;
    text-transform: uppercase;
}

#container
{
    margin: 0 auto;
    width: 900px;
    background: #fff;
}

#header
{
    /*padding-left: 20px;*/
    background: #363636;
}

#header h1
{
    margin: 0;
}

#navigation
{
    float: left;
    width: 900px;
    background: #4f4f4f;
}

#navigation ul
{
    margin: 0;
    padding: 0;
}

#navigation ul li
{
    list-style-type: none;
    display: inline;
}

#navigation li a
{
    display: block;
    float: left;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border-right: 1px solid #fff;
}

#navigation li a:hover
{
    background: #3366FF;
}

/*****/

#vertical-nav
{
    width: 200px;
}
#vertical-nav ul
{
    margin: 0px;
    padding: 0px;
}
#vertical-nav li
{
    list-style: none;
    padding:1px;
}

ul.top-level
{
    background: #666;
}
ul.top-level li
{
    border-bottom: #fff solid;
    border-top: #fff solid;
    border-width: 1px;
}

#vertical-nav a
{
    background: #4f4f4f;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 25px;
    line-height: 25px;
    text-indent: 10px;
    text-transform: uppercase;
    width: 100%;
    text-decoration: none;
}
#vertical-nav a:hover
{
    background: #3366FF;
}

#vertical-nav li:hover
{
    background: #f90;
    position: relative;
}


/************** Gallery *****************/

#gallery ul
{
    list-style-type: none;
    list-style-image: none;
}

#gallery ul li
{
    display: inline;
}

#gallery img
{
    border: 0;
}


/*****/


#content-container
{
    float: left;
    width: 900px;
    background: #fff url(/wp-content/uploads/layout-two-fixed-background.gif) repeat-y 100% 0;
}

#content
{
    clear: left;
    float: left;
    width: 560px;
    padding: 20px 0;
    margin: 0 0 0 30px;
    display: inline;
}

#content-full
{
    clear: left;
    float: left;
    padding: 20px 0;
    margin: 0 0 0 30px;
    display: inline;
}

#content h2
{
    margin: 0;
}

#aside
{
    float: right;
    width: 240px;
    padding: 20px 0;
    margin: 0 20px 0 0;
    display: inline;
}

#aside h3
{
    margin: 0;
}

#leftSidebar
{
    width: 200px;
    float: left;
    padding: 20px;
}

#content-right
{
    margin: 0px 0px 0px 240px;
    padding: 20px;
}

#footer
{
    position: relative;
    clear: both;
    clear: left;
    background: #363636;
    text-align: right;
    height: 1%;
    color: #ffffff;
}


#footer_info
{
    border-bottom: 1px solid #ffffff;
    padding: 10px 0 10px 0;
    text-transform: uppercase;
    overflow: hidden;
}

#footer_info #address_info
{
    float: left;
    width: 410px;
    font-size: 11px;
    overflow: hidden;
}

#footer_info #copyright_info
{
    float: right;
    width: 480px;
    font-size: 9px;
    text-align: right;
    line-height: 17px;
    overflow: hidden;
}

.slideShow
{
    height: 500px;
}

#homeSidebar
{
    height: 323px;
    background-color: #535353;
    padding: 5px;
    color: #ffffff;
}
/************* s3 slider ***************/

#slider
{
    width: 410px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
    overflow: hidden; /* important */
}

#slider1, #slider2
{
    width: 720px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
    overflow: hidden; /* important */
}

#sliderContent, #slider1Content, #slider2Content
{
    width: 720px;
    position: absolute;
    top: 0;
    margin-left: 0;
}
.sliderImage, .slider1Image, .slider2Image
{
    float: left;
    position: relative;
    display: none;
}
.sliderImage span
{
    position: absolute;
    font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 384px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}

.slider1Image span, .slider2Image span
{
    position: absolute;
    font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 694px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear
{
    clear: both;
}
.sliderImage span strong, .slider1Image span strong, .slider2Image span strong
{
    font-size: 14px;
}
.top
{
    top: 0;
    left: 0;
}
.bottom
{
    bottom: 0;
    left: 0;
}
.left
{
    top: 0;
    left: 0;
    width: 110px !important;
    height: 280px;
}
.right
{
    right: 0;
    bottom: 0;
    width: 90px !important;
    height: 290px;
}
/************************/