@charset "utf-8";
a
{
	color: #fff;
}
body
{
	background-attachment: fixed;
	background-color: #000;
	background-image: url(../images/global/body-bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	
}
#body-container
{
	margin: 0 auto;
	width: 1000px;
}
#header
{
	height: 140px;
	position: relative;
}
#left-column
{
	float: left;
	padding-left: 30px;
	padding-top: 40px;
	width: 480px;
}
#logo
{
	left: 40px;
	position: absolute;
	top: 5px;
}
#nav
{
	bottom: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 30px;
}
#nav a
{
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
#nav a:hover
{
	text-decoration: underline;
}
#nav li
{
	float: left;
	padding: 15px;
}
#right-column
{
	float: right;
	padding-right: 30px;
	padding-top: 42px;
	width: 440px;
}
.clear
{
	clear: both;
}
.header
{
	background-image: url(../images/global/hdr-bg.png);
	font-size: 18px;
	font-weight: normal;
	line-height: 36px;
	padding-left: 0.75em;
}
.pad
{
	padding: 5px;
}

/* Highslide */


.highslide {
    cursor: url(../highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
	border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
	color:#000;
}
.highslide-loading {
    display: block;
	color: white;
	font-style: 'MS Sans Serif';
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: auto;
	width: auto;
	padding-top: 10px;
}
