/* Reset Everything */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

/* remember to define focus styles! */:focus {
    outline: 0;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}


/* Safari fixes */
p {
    text-shadow: #000 0 0 0;
}

/* Firefox fixes */
p {
    -moz-opacity: 0.99;
} 






html {
    min-height: 100%;
    margin-bottom: 1px;
}

body {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-family: sans-serif, Helvetica, sans-serif;
	color:#f0f0f0;
    text-shadow: rgb( 110, 141, 153 ) 2px 2px 0px;
}

p {
    line-height: 1.5;
    padding: 10px 0 10px 0;
}

div.cleaner {
    clear: both;
    height: 0px;
    line-height: 0px;
    padding: 0;
    margin: 0;
}

a {
    color: #BFAF8E;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}


div.alert {
    color: #CF3738;
    border: 1px solid #CF3738;
    background: #000;
	margin:5px 0 5px 0;
	overflow:hidden;
	padding:10px;

}
div.alert h3{
    color: #CF3738;
	font-weight:bold;
	font-size:120%;
	overflow:hidden;
    
}
div.alert ul{
	list-style-type:none;
	margin:0 auto;
	overflow:auto;
	width:100%;
	
}
div.alert li{
	float:left;
	display:inline;
	overflow:hidden;
	padding:0 10px 0 0;
	margin:0;
}

input {
    margin:0 0 10px 0;
	border-right: 1px #444 solid;
    border-left: 1px #444 solid;
    border-top: 1px #444 solid;
    border-bottom: 1px #444 solid;
    background-color: #000;
	color:#fff;
}

textarea {
	margin:0 0 10px 0;
    border-right: 1px #444 solid;
    border-left: 1px #444 solid;
    border-top: 1px #444 solid;
    border-bottom: 1px #444 solid;
    background-color: #000;
	color:#fff;
}
h1 {
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    color: #808080;
    font-size: 220%;
    font-weight: normal;
    font-family: 'Lucida Grande' 'Lucida Sans' Arial, Helvetica, sans-serif;
    text-shadow: rgb( 110, 141, 153 ) 2px 2px 0px;
}

h2 {
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    color: #808080;
    font-size: 150%;
	font-weight: normal;
    font-family: 'Lucida Grande' 'Lucida Sans' Arial, Helvetica, sans-serif;
}

h3 {
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    color: #2128B8;
    font-size: 120%;
}

h4 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #2128B8;
    font-size: 120%;
}

h5 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #2128B8;
    font-size: 150%;
}

/* Default Typography Styles */
ul.bullet-1, ul.bullet-2, ul.bullet-3, ul.bullet-4, ul.bullet-5, ul.bullet-6, ul.bullet-7, ul.bullet-8 {
    padding-left: 15px;
    overflow: hidden;
    margin-left: 5px;
}
ul.bullet-1 li li{
	padding:0 0 0 22px;
	margin:0;
}

ul.bullet-1 li, ul.bullet-2 li, ul.bullet-3 li, ul.bullet-4 li, ul.bullet-5 li {
    list-style: none;
    padding-bottom: 3px;
    margin-bottom: 5px;
    padding-left: 10px;
}

ul.bullet-6 li, ul.bullet-7 li, ul.bullet-8 li {
    list-style: none;
    padding-bottom: 3px;
    margin-bottom: 5px;
    padding-left: 22px;
}

ul.bullet-1 li {
    background: url(../../images/typo/bullet-1.jpg) 0 5px no-repeat;
}

ul.bullet-2 li {
    background: url(../../images/typo/bullet-2.png) 0 5px no-repeat;
}

ul.bullet-3 li {
    background: url(../../images/typo/bullet-3.png) 0 5px no-repeat;
}

ul.bullet-4 li {
    background: url(../../images/typo/bullet-4.png) 0 5px no-repeat;
}

ul.bullet-5 li {
    background: url(../../images/typo/bullet-5.png) 0 5px no-repeat;
}

ul.bullet-6 li {
    background: url(../../images/typo/bullet-6.png) 0 2px no-repeat;
}

ul.bullet-7 li {
    background: url(../../images/typo/bullet-7.png) 0 2px no-repeat;
}

ul.bullet-8 li {
    background: url(../../images/typo/bullet-8.png) 0 3px no-repeat;
}



/* Sliding Tabs */
#tabs-nav {
    display: block;
    text-align: right;
	height:40px;
}

#tabs-nav li {
    display: inline;
    user-select: none;
    cursor: pointer;
    padding: 0 0 0 0;
}

#tabs-nav li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-family: Verdna, Arial, Helvetica, sans-serif;
}

#tabs-wrapper {
    height: 40px;
	padding: 0;
}

div.slidingtabs-panel {
    color: #fff;
    padding:5px 5px 0 0;
    float: right;
	margin:0;
	height:25px;
	
}

div.slidingtabs-panel ul {
    list-style: none;
	padding:0;
	margin:0;
}

div.slidingtabs-panel li {
    float: right;
	background: #222 url(../../images/typo/bullet-1.jpg) 10px 50% no-repeat;
	padding: 3px 20px 3px 20px;
}
div.slidingtabs-panel li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-family: Verdna, Arial, Helvetica, sans-serif;
}






    /**
     Stylesheet: Slideshow.css
     CSS for Slideshow.
     
     License:
     MIT-style license.
     
     Copyright:
     Copyright (c) 2008 [Aeron Glemann](http://www.electricprism.com/aeron/).
     
     HTML:
     <div class="slideshow">
     <div class="images" />
     <div class="captions" />
     <div class="controller" />
     <div class="thumbnails" />
     </div>
     
     Notes:
     These next four rules are set by the Slideshow script.
     You can override any of them with the !important keyword but the slideshow probably will not work as intended.
     */
    .slideshow {
        display: block;
        position: relative;
        z-index: 0;
    }
    
    .slideshow-images {
        display: block;
        overflow: hidden;
        position: relative;
    }
    
    .slideshow-images img {
        display: block;
        position: absolute;
        z-index: 1;
    }
    
    .slideshow-thumbnails {
        overflow: hidden;
    }
    /**
     HTML:
     <div class="slideshow-images">
     <img />
     <img />
     </div>
     
     Notes:
     The images div is where the slides are shown.
     Customize the visible / prev / next classes to effect the slideshow transitions: fading, wiping, etc.
     */
    .slideshow-images {
        height: 350px;
        width: 780px;
    }
    
    .slideshow-images-visible {
        opacity: 1;
    }
    
    .slideshow-images-prev {
        opacity: 0;
    }
    
    .slideshow-images-next {
        opacity: 0;
    }
    
    .slideshow-images img {
        float: left;
        left: 0;
        top: 0;
    }
    /**
     Notes:
     These are examples of user-defined styles.
     Customize these classes to your usage of Slideshow.
     */
    .slideshow {
        height: 350px;
        margin: 0;
        width: 780px;
    }
    
    .slideshow a img {
        border: 0;
    }
    /**
     HTML:
     <div class="slideshow-captions">
     ...
     </div>
     
     Notes:
     Customize the hidden / visible classes to affect the captions animation.
     */
    .slideshow-captions {
        background: #000;
        bottom: 0;
        color: #FFF;
        font: normal 12px / 22px Arial, sans-serif;
        left: 0;
        overflow: hidden;
        position: absolute;
        text-indent: 10px;
        width: 100%;
        z-index: 10000;
    }
    
    .slideshow-captions-hidden {
        height: 0;
        opacity: 0;
    }
    
    .slideshow-captions-visible {
        height: 22px;
        opacity: .7;
    }
    /**
     HTML:
     <div class="slideshow-controller">
     <ul>
     <li class="first"><a /></li>
     <li class="prev"><a /></li>
     <li class="pause play"><a /></li>
     <li class="next"><a /></li>
     <li class="last"><a /></li>
     </ul>
     </div>
     
     Notes:
     Customize the hidden / visible classes to affect the controller animation.
     */
    .slideshow-controller {
        background: url(controller.png) no-repeat;
        height: 42px;
        left: 50%;
        margin: -21px 0 0 -119px;
        overflow: hidden;
        position: absolute;
        top: 50%;
        width: 238px;
        z-index: 10000;
    }
    
    .slideshow-controller * {
        margin: 0;
        padding: 0;
    }
    
    .slideshow-controller-hidden {
        opacity: 0;
    }
    
    .slideshow-controller-visible {
        opacity: 1;
    }
    
    .slideshow-controller a {
        cursor: pointer;
        display: block;
        height: 18px;
        overflow: hidden;
        position: absolute;
        top: 12px;
    }
    
    .slideshow-controller a.active {
        background-position: 0 18px;
    }
    
    .slideshow-controller li {
        list-style: none;
    }
    
    .slideshow-controller li.first a {
        background-image: url(controller-first.gif);
        left: 33px;
        width: 19px;
    }
    
    .slideshow-controller li.last a {
        background-image: url(controller-last.gif);
        left: 186px;
        width: 19px;
    }
    
    .slideshow-controller li.next a {
        background-image: url(controller-next.gif);
        left: 145px;
        width: 28px;
    }
    
    .slideshow-controller li.pause a {
        background-image: url(controller-pause.gif);
        left: 109px;
        width: 20px;
    }
    
    .slideshow-controller li.play a {
        background-position: 20px 0;
    }
    
    .slideshow-controller li.play a.active {
        background-position: 20px 18px;
    }
    
    .slideshow-controller li.prev a {
        background-image: url(controller-prev.gif);
        left: 65px;
        width: 28px;
    }
    /**
     HTML:
     <div class="slideshow-loader" />
     
     Notes:
     Customize the hidden / visible classes to affect the loader animation.
     */
    .slideshow-loader {
        height: 28px;
        right: 0;
        position: absolute;
        top: 0;
        width: 28px;
        z-index: 10001;
    }
    
    .slideshow-loader-hidden {
        opacity: 0;
    }
    
    .slideshow-loader-visible {
        opacity: 1;
    }
    /**
     HTML:
     <div class="slideshow-thumbnails">
     <ul>
     <li><a class="slideshow-thumbnails-active" /></li>
     <li><a class="slideshow-thumbnails-inactive" /></li>
     ...
     <li><a class="slideshow-thumbnails-inactive" /></li>
     </ul>
     </div>
     
     Notes:
     Customize the active / inactive classes to affect the thumbnails animation.
     Use the !important keyword to override FX without affecting performance.
     */
    .slideshow-thumbnails {
        bottom: -120px;
        height: 120px;
        left: 0;
        position: absolute;
        width: 100%;
    }
    
    .slideshow-thumbnails * {
        margin: 0;
        padding: 0;
    }
    
    .slideshow-thumbnails ul {
        height: 65px;
        left: 0;
        position: absolute;
        top: 0;
        width: 10000px;
    }
    
    .slideshow-thumbnails li {
        float: left;
        list-style: none;
        margin: 5px 5px 5px 0;
        position: relative;
    }
    
    .slideshow-thumbnails a {
        display: block;
        padding: 2px;
        position: relative;
    }
    
    .slideshow-thumbnails a:hover {
        background-color: #FF9 !important;
        opacity: 1 !important;
    }
    
    .slideshow-thumbnails img {
        display: block;
    }
    
    .slideshow-thumbnails-active {
        background-color: #666;
        opacity: 1;
    }
    
    .slideshow-thumbnails-inactive {
        background-color: #444;
        opacity: .5;
    }
    
    