body, html, p, h1, h2, h3, ul, form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body, html {
	background-color:#000000;
	text-align: center;
}

#top {
	padding: 30px 0;
	padding-top: 60px;
}

#container {
	width: 909px;
	margin: 0px auto;
	text-align: left
}

div, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#CCCCCC;
}

input {
	color:#000000;
	padding: 3px;
}

a {
	text-decoration: none;	
	color:#FFCC00;
}

a:hover {
	border-bottom: 1px dotted #FFCC00;
}

.dark {
	color:#666666;
}

h1, h2 {
	color:#FFCC00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	letter-spacing: -1px;
}

h1 {
	font-size: 30px;
}

.cyclebox {
	background-image:url(images/bg_cycle.png);
	background-repeat:no-repeat;
	width: 909px;
	height: 400px;
	margin-bottom: 20px;
}

.cyclebox p {
	padding: 16px;
	margin-left: 10px;
	clear:both;
}

.labelholder {
	background-image:url(images/pic_label.png);
	padding: 10px;
	color:#FFFFFF;
	margin-top: 298px;
}

.holder {
	margin-left: 30px;
	float: left;
	width: 500px;
	height: 333px;
	overflow: hidden;
	position: relative;
}

.holder .photo {
	width: 1500px;
	height: 999px;
	margin-top: -333px;
	background-position: 0px 0px;
	position: relative;
}

.holder .mocha {
	position: relative;
	z-index: 100;
	float: left;
	width: 500px;
}

.sprite {
	background-image:url(images/arrows.png);
	width: 40px;
	height: 44px;
	margin-top: 140px;
}

.s_l {
	float: left;
	background-position: 0 -44px;
}

.s_l:hover {
	background-position: 0 0;
}

.s_r {
	float: right;
	background-position: -40px -44px;
}

.s_r:hover {
	background-position: -40px 0;
}

.textholder {
	float: left;
	margin: 30px;
	width: 310px;
	word-wrap:break-word;
}

#footer {
	color:#999999;
}

#footer h2 {
	margin-bottom: 12px;
}

#footer .cols {
	float: left;
	width: 206px;
	padding: 20px 30px;
	padding-bottom: 50px;
}

#footer .about {
	width: 300px;
}

#footer form {
	text-align: right;
}

#footer .button {
	margin-top: 6px;
}

.button {
	border: 0px;
	background-color: transparent;
	background-image:url(images/button.png);
	color:#999999;
	width: 63px;
	height: 26px;
	text-align: center;
}

.spled {
	position: absolute;
	z-index: 1000;
	margin-top: -34px;
	margin-left: -46px;
}