/*  
Photon
Version: 1.0
Author: Tom Richards
Author URI: http://orbyonline.com
*/	

/******************
 * Photon Styling *
 ******************/
#photon {
	line-height: 1.5em;
}
#photon img.right {
	margin: 0 5px 5px;
	padding: 0;
	border: 0;
	float: right;
}
#photon ol {
	margin-left: 220px;
	list-style-type: decimal;
}
#photon li {
	padding: .5em 0;
} 

h4#download {
	width: 356px;
	background: url(../images/download_background.gif) top right repeat-y;
	margin: 0;
	padding: 0;
}
	#download a {
		padding: 20px 10px 10px 115px;
		color: #FFF;
		display: block;
		background: url(../images/download_top.gif) top left no-repeat;
		position: relative;
		min-height: 76px;
		font-size: 140%;
	}
		#download em {
			display: block;
			background: url(../images/download_bottom.gif) bottom left no-repeat;
			font-size: 80%;
			padding: 0 10px 20px 115px;
			color: #555;
			font-weight: normal;
			position: absolute;
			bottom: left;
			width: 356px;
			bottom: 0;
			left: 0;
		}
	h4#download:hover {
		background-image: (../images/download_background_hover.gif);
	}
		#download a:hover {
			background-image: url(../images/download_top_hover.gif);
		}
			#download a:hover em {
				background-image: url(../images/download_bottom_hover.gif);
			}
		
	


