﻿HTML, BODY, FORM
{
    height: 100%;
    margin: 0;
    padding: 0;
}
*
{
    margin: 0;
}
a
{
    cursor: pointer;
    outline-style: none !important;
    outline-width: medium !important;
}
a.more 
{
	padding-left:15px;
    background:transparent url(../images/red_arrow.gif) no-repeat scroll left 5px;
	color:#000;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}

.clear 
{
    clear:both;
}
body
{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #212121;
}
img { border:0; }
#container
{
    width: 948px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 auto;
    background-color: #FFF;
    border-left:1px solid #FFF;
    border-right:1px solid #FFF;
    border-bottom:1px solid #FFF;
    position:relative;
}
#header-cont
{
    width: 948px;
    height: 106px;
    border-bottom:1px solid #FFF;
}
#header-cont .logo-cont
{
    width: 227px;
    height: 106px;
    float: left;
}
a.bclabel 
{
    float:right;
    display:block; 
    width:125px;
    padding:4px 5px 6px 35px;
    color:#fff;
    background:transparent url(../images/bg_label.gif) no-repeat scroll left top;
    font-size:10px;
    position:absolute;
    top:0;
    right:0;
    text-transform:uppercase;
    text-decoration:none;
}
a.bclabel:hover 
{
    color:#feca40;
}

#nav
{
    width: 721px;
    height: 106px;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    text-transform:uppercase;
    float:left;
    background: transparent url(/images/bg_hdr.png) repeat-x scroll left top;
}
#nav ul
{
    list-style: none;
    padding: 42px 0 0 25px;
    float:left;
    background: transparent url(/images/bg_caret.png) no-repeat scroll left 35px;
}
#nav li
{
    float: left;
    padding: 0;
}
#nav a
{
    text-decoration: none;
    color: #000000;
}
#nav a:hover
{
    text-decoration: none;
    background: transparent url(/images/bg_navao.png) no-repeat scroll right bottom;
}
#nav ul li a {
    padding:24px 17px 20px 17px;
    text-decoration: none;
    color: #FFF;
    display:-moz-inline-block;
    display: inline-block;
    height: 19px;
}
#nav ul li span {
    display:block;
    background: transparent url(/images/bg_navs.png) no-repeat scroll right 2px;
}
#nav ul li {
    float: left;
    list-style-type: none;
    display:inline-block;
	position:relative;
}
#content-cont
{
    width: 948px;
    height: 100%;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 15px;
}
#footer
{
    clear: both;
    font-size: 10px;
    color: #FFFFFF;
}
#footer a
{
    color: #FFFFFF;
    display: block;
    padding: 7px 0 7px 10px;
    text-decoration: none;
}
#footer ul li:first-child a:first-child
{
    background-position: right center;
}
#footer li
{
    float: left;
    list-style-type: none;
    white-space: nowrap;
}
#footer ul
{
    float: right;
    margin: 0;
}
#footer span.copy
{
    float: left;
    margin: 7px 0;
}
#wrapper
{
    margin: 0 auto;
    padding: 0;
    width: 944px;
    padding:0 2px;
}
.modal-overlay
{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	height:100%;
	width:100%;
	background:#000;
	margin:0;
	padding:0;
	opacity:.5;
	filter: alpha(opacity=5); 
	-moz-opacity: 0.5;
	z-index:101;
}
* html .modal-overlay
{   
	position: absolute;
	/* ie6 hack */ 
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
.modal-window
{
	position:fixed; 
	top:50%; 
	left:50%;
	margin:0;
	padding:0;
	z-index:102;
}
* html .modal-window
{
	position:absolute;
}
.close-window
{
	position:absolute;
	width:16px;
	height:16px;
	right:8px;
	top:8px;
	background:transparent url('/images/close-button.png') no-repeat scroll right top;
	text-indent:-99999px;
	overflow:hidden;
	cursor:pointer;
	opacity:.5;
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5;
	z-index:103;
}
.close-window:hover
{
	opacity:.99;
	filter: alpha(opacity=99); 
	-moz-opacity: 0.99;
}

