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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 12;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	color: #FFFFFF;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #1f1f1f;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* end of global reset */

a, a:hover, a:link, a:active {
	text-decoration: none;
	color: #96dc00;
}

p {
	font-size: 12px;
	color: #999999;
	margin-top: 8px;
	margin-bottom: 20px;
	line-height: 15px;
}

h1 {
	letter-spacing: 0.5px;
	color: #96dc00;
	font-weight: bold;
	font-size: 18px;
	display: inline; 
}

h2 {
	color: #cacaca;
	text-transform: uppercase;
	display: inline; 
	font-size: 14px;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align: left;
}

#navigation {
	width: 900px;
}

#contentcol580 {
	width: 580px;
	float: left;
	margin-right: 60px;
}

.contentcol260 {
	width: 260px;
	float: left;
	margin-top: 10px;
	margin-bottom: 15px;
}

#contentcol260s {
	width: 260px;
	float: left;
	margin-left: auto;
	margin-right: auto;
}

.adverts250 {
	border: 5px;
	border-style: solid;
	border-color: #000000;
	float: left;
}
.adverts125 {
	width: 125px;
	height: 125px;
	border: 2px;
	border-style: solid;
	border-color: #000000;
	float: left;
}

#featured-wrapper {
	width: 580px;
	height: 250px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.featured-thumb {
	width: 110px;
	height: 110px;
	border: 3px;
	border-style: solid;
	border-color: #000000;
	float: left;
	filter:alpha(opacity=50); opacity:0.5;
}

.featured-thumb:hover {
	filter:alpha(opacity=100); opacity:1;
}

#footer {
	width: 900px;
	float: left;
	font-size: 10px;
	line-height: 14px;
	color: #999999;
	margin-bottom: 50px;
}

/* Nav buttons */
			#btns {
						position: relative;
						width: 900px;
						height: 24px;
						margin-top: 15px;
						margin-bottom: 10px;
			}
			.btn	{
						float: left;				
						height: 24px;
						text-align: left;
						margin-right: 20px;
			}
			.btn a {
						display: block;
						height: 24px;
						float: left;
						overflow:hidden;
			
			}
			.btn a:hover {
						text-decoration:none;
			}

			.btn img {width: 100px; height: 24px; border: 0; }
			* html a:hover {visibility:visible}
			.btn a:hover img{visibility:hidden}
			
			.btn span {
						position: relative;
						font-weight: bold;
						letter-spacing: 0.2px;
						color: #cccccc;
						font-size: 14px;
					    cursor: pointer;   
						top: 4px; 
			}
			.btn span:hover {
						color: #96dc00;
			}
/* end nav btns */