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

/* 
Copyright
All rights reserved
Credits: Site created by pill and pillow
*/


/*==========Common Styles==========*/

*,html {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height:20px;
	color:#333333;
	-webkit-text-size-adjust: none;
} 

body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

form, ul, li, h1, h2, h3, p {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}
a{
	color:#FF3300; /*orange*/
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

a img{
	border:0;
}


/*==========Backgrounds==========*/
#logo{
	background:url(../assets/sp_logo.gif) top right no-repeat;
	width:558px;
	height:92px;
	float:right;
	margin:40px 35px 0 0;
}

#buttons{
	position:absolute;
	width:382px;
	height:300px;
	left:30%;
	/*
	margin:0 auto;
	padding:81px 0 0 100px;
	*/
	top:30%;
	background:url(../assets/btn_bg.gif) top left no-repeat;
	
}
a .alt { display: none; }

#btn_fast {
    display: block;
    width: 125px;
    height: 36px;
    background-image: url(../assets/btn_fast.gif);
    background-position: 0 0;
	margin:81px 0 72px 126px;
}

a#btn_fast:hover {
    background-position:125px 0px;
}

#btn_slow {
    display: block;
    width: 191px;
    height: 37px;
    background-image: url(../assets/btn_slow.gif);
    background-position: 0 0;
	margin:0 0 0 100px;
}

a#btn_slow:hover {
    background-position:191px 0px;
}
