/********** BODY ***********/
body {
	background-image: url(images/bg_grad.jpg);
	background-repeat: repeat-x;
	background-color: #f9a438;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
a:link {
	color: #40b4e7;
}
a:visited {
	color: #40b4e7;
}
a:active {
	color: #40b4e7;
}
a:hover {
	color: #b40ccd;
}
img {
	border: 0;
}

/*********** MAIN CSS **************/
#container {
	width: 800px;
	margin: 0 auto;
	background-color: #0C88CF;
}

#header {

}

#main {
	background-color: #FFF;
	width: 794px;
	margin: 0 auto;
	text-align: left;
}

#main h1 {
	margin-top: 0;
	padding-top: 10px;
	text-align: center;
	color: #B40CCD;
	font-size: 24px;
}
#left {
	width: 225px;
	float: left;
}
#left img {
	margin-top: 25px;
}
#right {
	width: 565px;
	float: left;
}

.clear {
	clear: both;
	height: 1px;
}

#melt-faqs {
	padding: 20px 0 0 10px;;
	margin-left: 10px;
	font-size: 14px;
}
#melt-faqs li {
	margin-bottom: 5px;
}
#right p {
	padding: 10px;
}


#footer {
	padding-top: 30px;
	text-align: center;
}

/************ SPRITE *********************/
#navbar {
    width: 800px;
	height: 44px;
    background: url('images/header_nav.png') no-repeat top center;;
    margin: 0;
	padding: 0;
    position: relative;
}
#navbar li {
    margin: 0;
	padding: 0;
	list-style: none;
    position: absolute;
	top: 0;
}
#navbar li, #navbar a {
    height: 44px;
	display: block;
}
	
	
#home {
	left: 0;
	width: 109px;
}
#store {
	left: 109px; 
	width: 183px;
}
#howitworks {
	left: 292px;
	width: 190px;
}
#success {
	left: 482px; 
	width: 224px;
}
#faq {
	left: 706px; 
	width: 94px;
}
  

#home a:hover {
    background: transparent url('images/header_nav.png') 0 -44px no-repeat;
}
#store a:hover {
    background: transparent url('images/header_nav.png') -109px -44px no-repeat;
}
#howitworks a:hover {
    background: transparent url('images/header_nav.png') -292px -44px no-repeat;
}
#success a:hover {
    background: transparent url('images/header_nav.png') -482px -44px no-repeat;
}
#faq a:hover {
    background: transparent url('images/header_nav.png') -706px -44px no-repeat;
}
	
/************** EOF SPRITE ******************/
	

/* google test: new ball */
.old {display:none;}
	
