/* ============ SIDEBAR PLATFORM =============== */	
	
			
#sidebar {
	background: url(../images/right_tab_bg_long.jpg) no-repeat 0 -1600px;
	height: 560px;
	width: 225px;
	padding: 30px 0 0 0;
	margin: 0 0 0 20px;	
	float: right;
	}
#sidebar a.become {
	background: url(../images/platform/become_a_developer_button.gif) no-repeat 0 0;
	width: 196px;
	height: 34px;
	display: block;
	line-height: 1%;
	color: #fff;
	font-size: 1px;
	margin: 5px 0 30px 18px;
	}	
#sidebar h3 {
	margin-left: 25px;
	font: bold 16px helvetica;
	}	
#sidebar span {
	margin-left: 25px;
	}	
#sidebar a:hover.become {
	background: url(../images/platform/become_a_developer_button.gif) no-repeat 0 -34px;

	}
	
a.reserve {
	margin: 0 0 35px 25px;
	}		

#content {

	width: 650px;
	}	
#content ul.platform_highlights {
	padding: 8px 0 0 0;
	}	
#content ul.platform_highlights li {
	margin-bottom: 5px;
	}	
	
	
#sidebar .verticals {
	background: url(../images/platform/verticals_sb_icons.gif) no-repeat 20px 1px;
	padding: 0 0 5px 53px;
	height: 280px;
	display: block;
	width: 160px;
	margin: 15px 0 0 10px;
	}	
#sidebar .verticals li {
	height: 2.7em !important;
	height: 2.4em;
	}	
#sidebar .verticals a {
	text-decoration: underline;
	font-size: 12px;
	display: block;
	height: 2.7em !important;
	height: 2.4em;
	color: #000;
	}
#sidebar .verticals a:hover {
	text-decoration: none;
	}		
#sidebar a.contact {
	color: #47ad00;
	font: bold 14px helvetica;
	padding: 15px 0 0 25px;
	display: block;
	text-decoration: underline;	
	}
#sidebar a:hover.contact {
	text-decoration: none;
	}	
