@charset "utf-8";
/* CSS Document */

body{
	background:#bfbfe7;
	color:#FFF;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
hr{
	width:96%;
	}
	
h3{
	text-align:center;
	color:#FFF;
	font-size:16px;
	margin:4px;
	}
	
.clear{
	clear:both;
	}
	
.center{
	margin-left:auto;
	margin-right:auto;
	width:250px;
	vertical-align:middle;
	}

#container{
	width:781px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	border:2px solid #FFF;
	background-color:#333366;
	}
	
#header{
	border-bottom:2px solid #fff;
	}
	
#topNav{
	background:#7b72aa;
	color:#FFF;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:8px;
	border-bottom:2px solid #fff;
	}
	
#leftContent{
	width:506px;
	float:left;
	padding:15px;
	border-right:2px solid #fff;
	min-height:390px;
	}
	
#rightContent{
	width:234px;
	float:left;
	}
	
.offerBox{
	width:201px;
	background:url(../images/offerBgTop.gif) no-repeat;
	min-height:40px;
	color:#FFF;
	margin:0 auto;
	padding:5px 10px;
	}
.offerBot{
	width:221px;
	color:#FFF;
	margin:0 auto;
	}
	
#footer{
	clear:both;
	text-align:center;
	}
	
	
/* - - - Links - - - */

a{color:#FFF; text-decoration:none;}
a:hover{color:#FFF; text-decoration:underline;}

/*-----------High Slide------------*/
.highslide {
	cursor: url(../highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border:1px solid #fff;
	margin:0 10px 0 10px;
}

.highslidegallery{
	cursor: url(../highslide/graphics/zoomin.cur), pointer;
    outline: none;
}

.highslidegallery img {
	border:1px solid #fff;
	margin:5px 5px 5px 5px;
}


.highslide-active-anchor img {
	visibility: hidden;
}
.highslide:hover img {
}

.highslide-wrapper {
	background: black;
}
.highslide-image {
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    border: 3px solid #cdcdcd;
    border-top: none;
    padding: 5px;
    background-color: black;
}
.highslide-loading {
    display: block;
	color: white;
	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;
}
a.highslide-full-expand {
	background: url(../highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}


