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

	background: url(images/bg.jpg) no-repeat top left #000;
	font-family: "Lucida Grande", "Lucida Sans", Tahoma, sans-serif;
	color: #c0c0c0;
	font-size: 8pt;
}

p {
	line-height: 13pt;
	padding: 10px 0 5px 0;
}

a, a:visited {
	color: #ff9a2d;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

a img {
	border: none;
}

#white_header {
	background: #FFFFFF;
	height: 45px;
	padding-left: 10px;
}

#white_header p {
	float: right;
	color: #818696;
	padding: 15px 30px;
	margin: 0;
}

#white_header a {
	color: #08080a;
}

#buttons {
	padding-top: 140px;
	padding-left: 165px;
}

#buttons ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#buttons ul li {
	width: 750px;
	min-height: 90px;
	height: auto !important;
 	height: 90px;
	padding-top: 10px;
}

#buttons ul li a {
	width: 300px;
}

#buttons ul li a span {
	display: none;				/* Hides texts in image links */
}

/* <!-- Start image replacements and hover interaction */

#sparatik_btn {
	margin-top: 10px;
	background: url(images/sparatik_btn.png) transparent no-repeat;
	height: 84px;
	display: block;
	position: absolute;
}

#sparatik_btn_active {
	margin-top: 10px;
	background: url(images/sparatik_btn.png) transparent no-repeat 0 -168px;
	height: 84px;
	display: block;
	position: absolute;
}

#sparatik_btn:hover {
	background-position: 0 -84px;
}

#mix_this_btn {
	margin-top: 10px;
	background: url(images/mix_this_btn.png) transparent no-repeat;
	height: 74px;
	display: block;
	position: absolute;
}

#mix_this_btn_active {
	margin-top: 10px;
	background: url(images/mix_this_btn.png) transparent no-repeat 0 -148px;
	height: 74px;
	display: block;
	position: absolute;
}


#mix_this_btn:hover {
	background-position: 0 -74px;
}

#buttons ul li a.contact {
	margin-top: 15px;
	background: url(images/contact_btn.png) transparent no-repeat 0 9px;
	height: 63px;
	display: block;
}

#buttons ul li a.contact:hover {
	background-position: 0 -54px;
	height: 70px;
}

/* End image replacements */

#sparatik_slide {
	padding: 100px 30px 20px 30px;
	background: #000;
	display: none;
}

#mix_this_slide {
	padding: 100px 30px 30px 30px;
	background: #000;
	display: none;
}

#mix_this {

}

#archives {
	background: #080808;
	padding: 20px 20px 10px 20px;
	margin-bottom: 5px;
}

#archives .items {
	width: 33%;
	height: 50px;
	float: left;
	line-height: 120%;
}

#archives a, #archives a:visited {
	background: url(images/arrow_bullet.gif) no-repeat transparent 0 6px;
	padding-left: 8px;
	display: block;
	color: #FFF;
}

#archives a:hover {
	color: #ff9a2d;
	text-decoration: none;
}

#archives span {
	color: #4b4b4b;
}



/* General classes */

.left {
	float: left;
	width: 47%;
}

.right {
	float: right;
	width: 47%;
}

br.clearboth {
	clear: both;
}

a.pdf {
	background: url(images/pdf.png) no-repeat;
	padding-left: 40px;
}

div.separator {
	background: url(images/separator.png) repeat-x;
	height: 11px;
	padding: 10px 0;
}

.turqoise {
	color: #80cde3;
}

.dark_grey {
	color: #4b4b4b;
}

a.arrow_links, a.arrowlinks:visited {
	background: url(images/arrow_bullet.gif) no-repeat transparent 0 6px;
	padding-left: 8px;
	color: #FFF;
}

a.arrow_links:hover {
	color: #ff9a2d;
	text-decoration: none;
}
