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


body {
	margin: 0px;
	padding: 0px;
	
}

.sidebar {
	font-family: "Andale Mono";
	font-size: 9px;
    line-height: 11px;
	color: #0039cb;
	margin-left: 10px;
	margin-top: 40px;
	
	
}

.stage {
	font-family: "Andale Mono";
	font-size: 9px;
    line-height: 11px;
	color: #0039cb;
	margin-left: 10px;
	margin-top: 10px
	
}

/* ADDITIONALS -------------------------------------------- */

.bodycopy {
	width:400px;
}

.title {
	margin-bottom:19px;
}
.thumbnav {
	margin-bottom:17px;
}
.thumbs {
	width:500px;
}

.new {
	color: #ff0000;
}

.featured {
	color: #00ec00;
}

.red {
	color: #ff0000;
}

.highlight {
	color: #0039cb;
	background-color: #ffff00;
}

.group {
	color: #000000;
	margin-top:14px;
}

.disable {
	color: #beccf6;
}

.number1 {
	color: #0039cb;
	background-color: #ffff00;
}

.header {
	font-family: "Andale Mono";
	font-size: 9px;
    line-height: 11px;
	color: #0039cb;
	background-color: #ffffff;
	}

.small-image {
	padding: 0px 0px 2px 0px;
	border: 0px;
	
}

.large-image {
	border: 0px;
	
}


/* FORMAT LINKS -------------------------------------- */

a.selected:link {
	text-decoration: underline;
	color: #0039cb;
}

a.selected:visited {
	text-decoration: underline;
	color: #0039cb;
}

a.selected:hover {
	text-decoration: underline;
	color: #829ceb;
	
}

a.selected:active {
	text-decoration: underline;
    color: #829ceb;
}


/* NAV CATEGORY LINKS -------------------------------- */


a.subgroup:link {
	text-decoration: none;
	color: #0039cb;
}

a.subgroup:visited {
	text-decoration: none;
	color: #9fb3f0;
}

a.subgroup:hover {
	text-decoration: none;
	color: #6685e6;
	
}

a.subgroup:active {
	text-decoration: none;
    color: #829ceb;
}



/* STANDARD LINKS ------------------------------------ */


a:link {
	text-decoration: none;
	color: #0039cb;
	
}

a:visited {
	text-decoration: none;
	color: #0039cb;
}

a:hover {
	text-decoration: none;
	color: #829ceb;
	
}

a:active {
	text-decoration: none;
    color: #829ceb;
}


/* SMALL IMAGE LINKS - TOGGLE OPACITY ---------------------- */

.opacity:hover img{
opacity:0.8;
filter:alpha(opacity=80)
}

