﻿body
{
    padding: 0px;
    background-color: #323232;
}

a:link, a:active, a:visited
{
    background: transparent;
    color: #333;
    text-decoration: none;
}

a:hover
{
    text-decoration: none;
    color: #CC0000;
}

.title
{
    margin-top: 15px;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    font: normal normal bold 15px 'Verdana';
    color: #333;
    letter-spacing: 1px;
    width: 150px;
    border-right: 1px;
    border-left: 0px;
    border-bottom: 0px;
    border-top: 0px;
    border-style: solid;
}


.spot
{
    margin-top: 15px;
    margin-left: 10px;
    font: bold 12px 'Verdana';
    font-style: italic;
    color: #E1713B;
    letter-spacing: 1px;
    width: 560px;
    text-align: justify;
}

.detail
{
    letter-spacing: 1px;
    font: normal normal 11px 'Verdana';
    color: #333;
    width: 560px;
    text-align: justify;
    margin-left: 10px;
    padding-bottom: 50px;
}

.pageSubMenu
{
    padding-bottom: 1.5em;
    font: normal normal bold 11px 'Verdana';
    color: #444;
    letter-spacing: 1px;
    width: 150px;
}

.contactTitle
{
    letter-spacing: 1px;
    font: normal normal 10px 'Verdana';
    color: #E1713B;
    font-style: italic;
    font-weight: bold;
    padding-top: 20px;
}
.contact
{
    letter-spacing: 1px;
    font: normal normal 10px 'Verdana';
    color: #333;
    padding-top: 5px;
    padding-bottom: 3px;
}

.videoNewsTitle
{
    letter-spacing: 1px;
    font: normal normal 14px 'Verdana';
    color: #E1713B;
    font-style: italic;
    font-weight: bold;
    vertical-align: top;
}
.videoNewsText
{
    letter-spacing: 1px;
    font: normal normal 13px 'Verdana';
    color: #333;
    padding-top: 5px;
    padding-bottom: 3px;
    text-align: justify;
}

.visual
{
    width: 730px;
    height: 234px;
    background: #ccc;
}

.footerOut
{
    position: relative;
    left: 50%;
    float: left;
    clear: both;
    margin: 10px 0;
    text-align: left;
    vertical-align: middle;
}

.footerIn
{
    padding: 10px 20px;
    position: relative;
    left: -50%;
    text-align: left;
    letter-spacing: 1px;
    font: normal normal 10px 'Verdana';
    color: #fff;
}

#shadowed-border
{
    width: 825px;
    margin: 0px auto;
    margin-top: 20px;
    padding-bottom: 10px;
}



#trans-border
{
    width: 730px;
    margin: 20px auto;
    padding: 14px 20px;
    background: #444;
    color: #222;
}

#trans-border .sb-inner
{
    background: #fff;
}






#slider
{
    width: 730px;
    height: 300px;
    position: relative;
    overflow: hidden;
}
#mask-gallery
{
    overflow: hidden;
}
#gallery
{
    /* Clear the list style */
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 0; /* width = total items multiply with #mask gallery width */
    width: 730px;
    overflow: hidden;
}
#gallery li
{
    /* float left, so that the items are arrangged horizontally */
    float: left;
}
#mask-excerpt
{
    /* Set the position */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500px; /* width should be lesser than #slider width */
    width: 300px;
    overflow: hidden;
}
#excerpt
{
    /* Opacity setting for different browsers */
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6; /* Clear the list style */
    list-style: none;
    margin: 0;
    padding: 0; /* Set the position */
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0; /* Set the style */
    width: 250px;
    background-color: #000;
    overflow: hidden;
    letter-spacing: 1px;
    font: normal normal 12px 'Verdana';
    color: #fff;
    text-align: justify;
}
#excerpt li
{
    padding: 10px;
}
#buttons
{
}
.clear
{
    clear: both;
}


/*menu*/
.navigation
{
    font-family: Verdana;
    font-size: 11px;
    color: #fff;
    background: #f7931e;
}
.itemBar
{
    overflow: hidden;
    width: 480px;
}
.subBar
{
    overflow: hidden;
    width: 480px;
    padding-top: 7px;
}
.itemBar a
{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.itemBar a:hover
{
    color: #323232;
    font-weight: bold;
    text-decoration: none;
}
.subBar a
{
    color: #fff;
    text-decoration: none;
    font-style: italic;
}
.subBar a:hover
{
    color: #323232;
    text-decoration: none;
    font-style: italic;
}




/* root element for tabs  */
ul.tabs
{
    list-style: none;
    margin: 0 !important;
    padding: 0;
    border-bottom: 1px solid #666;
    height: 30px;
}
/* single tab */
ul.tabs li
{
    float: left;
    text-indent: 0;
    padding: 0;
    margin: 0 !important;
    list-style-image: none !important;
}
/* link inside the tab. uses a background image */
ul.tabs a
{
    background: url(/images/tabHeaderBlue.png) no-repeat -420px 0;
    font-size: 11px;
    display: block;
    height: 30px;
    line-height: 30px;
    width: 134px;
    text-align: center;
    text-decoration: none;
    color: #333;
    padding: 0px;
    margin: 0px;
    position: relative;
    top: 1px;
}
ul.tabs a:active
{
    outline: none;
}
/* when mouse enters the tab move the background image */
ul.tabs a:hover
{
    background-position: -420px -31px;
    color: #fff;
}
/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a
{
    background-position: -420px -62px;
    cursor: default !important;
    color: #000 !important;
}
/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */
/* width 1 */
ul.tabs a.s
{
    background-position: -553px 0;
    width: 81px;
}
ul.tabs a.s:hover
{
    background-position: -553px -31px;
}
ul.tabs a.s.current
{
    background-position: -553px -62px;
}
/* width 2 */
ul.tabs a.l
{
    background-position: -248px -0px;
    width: 174px;
}
ul.tabs a.l:hover
{
    background-position: -248px -31px;
}
ul.tabs a.l.current
{
    background-position: -248px -62px;
}
/* width 3 */
ul.tabs a.xl
{
    background-position: 0 -0px;
    width: 248px;
}
ul.tabs a.xl:hover
{
    background-position: 0 -31px;
}
ul.tabs a.xl.current
{
    background-position: 0 -62px;
}
/* initially all panes are hidden */
.panes .pane
{
    display: none;
}
/* root element for scrollable */
.vertical
{
    /* required settings */
    position: relative;
    overflow: hidden; /* vertical scrollers have typically larger height than width */
    height: 300px;
    width: 700px;
    border-top: 0px solid #ddd;
}
/* root element for scrollable items */
.items
{
    position: absolute; /* this time we have very large space for height */
    height: 20000em;
    margin: 0px;
}
/* single scrollable item */
.item
{
    border-bottom: 1px solid #ddd;
    margin: 10px 0;
    font-size: 12px;
    height: 100px;
}
/* elements inside single item */
.item img
{
    float: left;
    margin-right: 20px;
    height: 75px;
    width: 100px;
}
.item h3
{
    margin: 0 0 5px 0;
    font-size: 16px;
    color: #456;
    font-weight: normal;
}
/* the action buttons above the scrollable */
#actions
{
    width: 700px;
    margin: 30px 0 10px 0;
}
#actions a
{
    font-size: 11px;
    cursor: pointer;
    color: #666;
}
#actions a:hover
{
    text-decoration: underline;
    color: #000;
}
.disabled
{
    visibility: hidden;
}
.next
{
    float: right;
}
