﻿#sidebar {
	width: 250px;
	float: right;
	position: relative;
	padding: 55px 30px 0 0;
	z-index: 1000;
	min-height: 500px;
	}
	
.sidebar_panel{
	margin: 0 0 10px;
}


/* follow us panel */

#follow_us{
	height: 52px;
	padding: 0;
	background: url(follow_us.gif) no-repeat 0 0;
	padding: 14px 0 0 99px;
}

#follow_us .follow_site{
	display: block;
	width: 38px;
	height: 38px;
	float: left;
	margin: 0 10px 0 0;
}

/* website link panel */

.visit_our_website{
	display: block;
	width: 250px;
	height: 76px;
	text-transform: uppercase;
	text-indent: -9000px;
	background: url(visit_our_website.jpg) no-repeat 0 0;
}

.visit_our_website:hover{
	background: url(visit_our_website.jpg) no-repeat 0 -76px;
}

.download_menu{
	display: block;
	width: 250px;
	height: 76px;
	text-transform: uppercase;
	text-indent: -9000px;
	background: url(download_menu.jpg) no-repeat 0 0;
}

.download_menu:hover{
	background: url(download_menu.jpg) no-repeat 0 -76px;
}

.refer_link{
	display: block;
	width: 250px;
	height: 76px;
	text-transform: uppercase;
	text-indent: -9000px;
	background: url(refer_link.jpg) no-repeat 0 0;
}

.refer_link:hover{
	background: url(refer_link.jpg) no-repeat 0 -76px;
}

.napier_link{
	display: block;
	width: 250px;
	height: 500px;
	text-transform: uppercase;
	text-indent: -9000px;
	background: url(napier-deal-gm.jpg) no-repeat 0 0;
}

.refer_your_mates{
	display: block;
	width: 250px;
	height: 397px;
	text-transform: uppercase;
	text-indent: -9000px;
	background: url(refer-a-mate.jpg) no-repeat 0 0;
}



/* process */

#process{
	background: url(process.gif) no-repeat 0 0;
	font-size: 11px;
	padding: 33px 15px 0;
	line-height: 16px;
	height: 119px;
	margin: 0 0 10px;
}

#process h3{
	display: none;
}

#process ul{
	line-height: 14px;
	padding: 0 0 0 50px;
	margin: 0 0 10px;
	list-style: none;
}

#process ul li{
	padding: 0;
	margin: 0;
}



