/* MAIN TEMPLATE STYLES */
body {
	background-color: #000000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #E6E6E6;
}

table {
	border-collapse: collapse;
}

img {
	display: block;
	border: none;
}

a,a:link {
	color: #feb100;
	text-decoration: none;
}
a:hover {
	color: #f6c359;
}

.hidden {
	display: none;
}
.float-catch {
	clear: both;
}

hr {
 	width: 100%;
 	height: 1px;
 	color: #333333;
 	background-color: #333333;
 	border: 0px;
 	clear: both;
}

small {
	font-size: 0.75em;
}

#container {
	width: 980px;
}

#header {
	height: 86px;
	background: #000000 url(/stw/images/header.jpg?v=2) no-repeat top left;
}

#content {
	width: 760px;
	float: left;
	border-right: 1px solid #333333;
}

#nav {
	width: 219px;
	float: right;
}

#footer {
	clear: both;
	width: 700px;
	height: 25px;
	padding: 15px 30px 0 30px;
	background: #232323 url(/stw/images/footer_bg.gif) repeat-x top;
	font-size: 9px;
	color: #A9A9A9;
	text-transform: uppercase;
}

#footer a:link, #footer a:visited {
	color: #A9A9A9;
}


/* HEADER STYLES */
#header-image {
	display: block;
	width: 760px;
	height: 85px;
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(/stw/images/header.png) no-repeat top left;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #686868;
}

#hol-link {
	display: block;
	width: 219px;
	height: 25px;
	float: right;
	background: #000000 url(/stw/images/hol-link.gif) no-repeat top right;
}


/* NAVIGATION STYLES */
#nav b {
	font-size: 14px;
}

#nav ul {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}

#nav ul li {
	margin-bottom: 45px;
}

#nav ul ul {
	margin: 4px 0 0 0;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	border-top: 1px solid #838383;
}

#nav ul ul li {
	margin: 0;
	border-bottom: 1px solid #4A4A4A;
}

#nav ul ul li a {
	display: block;
	padding: 2px 0 2px 20px;
	background: url(/stw/images/bullet.gif?v=2) no-repeat 10px center;
	text-decoration: none;
	color: #A9A9A9;
}
#nav ul ul li a.active-nav {
	color: #f20a00;
	font-weight: bold;
}

#nav ul ul li a:hover {
	background-color: #333333;
	color: #f20a00;
}


/* COUNTER STYLES */
#counter {
	float: right;
	margin-right: 7px;
}
#counter div {
	width: 23px;
	height: 32px;
	float: left;
	margin-left: 3px;
	margin-top: 5px;

}
.num_0 {
	background-image: url('/stw/images/num_0.gif');
}
.num_1 {
	background-image: url('/stw/images/num_1.gif');
}
.num_2 {
	background-image: url('/stw/images/num_2.gif');
}
.num_3 {
	background-image: url('/stw/images/num_3.gif');
}
.num_4 {
	background-image: url('/stw/images/num_4.gif');
}
.num_5 {
	background-image: url('/stw/images/num_5.gif');
}
.num_6 {
	background-image: url('/stw/images/num_6.gif');
}
.num_7 {
	background-image: url('/stw/images/num_7.gif');
}
.num_8 {
	background-image: url('/stw/images/num_8.gif');
}
.num_9 {
	background-image: url('/stw/images/num_9.gif');
}


/* CONTENT AREA STYLES */
#subheader-wrapper {
	margin: 0;
	padding: 0;
	width: 760px;
	height: 56px;
	border-bottom: 1px solid #000000;
	background: #000000 url('/stw/images/subheader.jpg') no-repeat;
}

#subheader {
	margin: 0;
	padding: 0;
	width: 760px;
	height: 56px;
}

h3.title {
	margin: 0 0 1em 0;
	font-size: 1.4em;
	color: #f6c359;
}

#content h4 {
	margin: 0;
	font-size: 1em;
	color: #c2c2c2;
}
#content .subtitle {
	font-size: 1em;
	color: #f6c359;
	font-weight: bold;
}
#content ul {
	list-style-image: url(/stw/images/bullet.gif?v=2);
}
#featured_section {
	background: #000000 url('/stw/images/featured_bg.gif') repeat-x;
	width: 760px;
	height: 151px;
	padding-top: 8px;
}
.left {
	float: left;
}
.right {
	float: right;
}
#content-container, .content-container {
	padding: 25px 45px 25px 45px;
	width: 670px;
	background: #000000 url('/stw/images/home_content_bg.gif') repeat-x;
}