/* from blueprintcss */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
.cb { clear: both; }

body {
    color: #fff;
    background: #000 url(/media/gfx/bg.jpg) no-repeat 50% 0 fixed;
    font-size: 62.5%;
    text-align: center;
    font-family: Arial, 'Trebuchet MS' serif;
    height: 100%;
}
a:link, a:visited { color: #ff0000; text-decoration: none; }
h1, h2, h3 {
    font-size: 1.7em;
    color: #ff0000;
}
h1, p { margin: 0 0 18px 0; }
h2 { margin: 9px 0; font-size: 1.5em; }





#container {
    font-size: 1.2em;
    line-height: 1.8em;
    width: 960px;
    margin: 5px auto 0 auto;
    text-align: left;
}


#header {
    position: relative;
    background: transparent url(/media/gfx/bg_header.jpg) no-repeat; 
    height: 75px;
}
#header img { 
    padding: 8px 0 0 10px; 
    display: block;
}
.breadcrumbs {
    position: absolute;
    list-style: none;
    bottom: 10px;
    right: 25px;
}

.breadcrumbs a:link, .breadcrumbs a:visited {
	color: #fff;
}
.breadcrumbs a:link.active, .breadcrumbs a:visited.active { color: #ff0000; }





#navigation {
    padding-top: 10px;
    margin: 5px 0;
    float: left;
    width: 200px;
}
#navigation ul {
    list-style: none;
    width: 180px;
    margin: 0 10px;
}
#navigation li { border-bottom: 1px #595a5a solid; }
#navigation li a { 
   display: block;
   padding: 2px;
}
#navigation ul li a.active { 
    background: transparent url(/media/gfx/navigation_selected.png); 
}
#navigation a:link, #navigation a:visited { color: #fff; }
#navigation a:hover {
    color: #ff0000;
}

#navigation li ul {
    padding: 0;
    margin: 0;
}
#navigation li ul li {
    text-align: right;
    border-bottom-width: 0px;
    margin: 9px 0;
}
#navigation li ul li a {
    display: inline;
}
#navigation li ul li a.active {
    background: none;
    color: #ff0000;
}








#main {
    float: left;
    width: 760px;
    
}

#content {
    padding: 15px 10px;
    border-left: 1px #2b2b2b dotted;
    border-right: 1px #2b2b2b dotted;
    background: transparent url(/media/gfx/bg_content.png);
}





#footer {
    background: #000;
    height: 50px;
    width: 740px;
    padding: 0 10px;
    font-size: .9em;
    line-height: 1.5em;
    margin: 0 0 10px 200px;
}

.slider {
    position: relative;
    float: left;
    margin: 16px 0;
    height: 18px;
    width: 336px;
    visibility: hidden;
}
.address {
    float: right;
    text-align: right;
}

#slider {
    width: 300px;
    position: relative;
    height: 18px;
    left: 18px;
    top: 0;
    background: transparent url(/media/gfx/bg_slider.gif) repeat-x 0 50%;
}
.ui-slider-handle {
    width: 18px;
    height: 18px;
    background: transparent url(/media/gfx/slider_handle.gif) no-repeat;
    position: absolute; 
    z-index: 20;
    top: 0px; 
    left: 0px; 
}
.ui-slider-larrow, .ui-slider-rarrow {
    position: absolute;
    width: 18px;
    height: 18px;
    background: transparent url(/media/gfx/slider_arrows.gif) no-repeat;
    top: 0px; 
    cursor: pointer;
}
.ui-slider-rarrow {
    right: 0;
    background-position: 100% 0;
}



#scroll {
    overflow: hidden;
    width: 730px;
}

#scroll ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 1000px;
}
#scroll li {
    float: left;
    width: 230px;
    margin: 0 16px 0 0;
    padding: 0;
}


#scroll .foot {
    bottom: 0;
    background: #e4e4e4;
    text-align: right;
    width: 230px;
}

#scroll .foot a:link, #scroll .foot a:visited {
    color: #ff0000;
    padding: 0 2px;
}

#scroll .embed {
    cursor: pointer;
}
