/* --------------------------------------------------
	Information class tag
-------------------------------------------------- */
	
	div.s-content 				{ background: rgb(0,0,0) url(../Web_Pics/dsamples/bg-header.jpg) no-repeat top left; padding: 520px 0 0 0; 
				 				
				 				border-radius: 0.8em; -webkit-border-bottom-left-radius: 0.8em; -webkit-border-bottom-right-radius: 0.8em; 
								-moz-border-radius-bottomleft: 0.8em; -moz-border-radius-bottomright: 0.8em; }

	div#s-heading 				{ height: 189px; width: 763px; margin: 0 auto; position:relative; }

	.s-title 					{ height: 46px; width: 278px; margin: 132px 0 0 26px; background: url(../Web_Pics/dsamples/img-title.png) no-repeat top left; text-indent: -9999px; }

/* --------------------------------------------------
	Styles outer container for each sample set i.e Toms / Snare...
-------------------------------------------------- */
				 
	div.s-outer					{ width: 763px; background: rgb(21,21,21); margin: 0 auto 26px auto; padding: 0 0 9px 0; position: relative; overflow : hidden;

								-webkit-border-radius: 0.3em; -moz-border-radius: 0.3em; }
				 
	div.s-outer h2 				{ height: 27px; font-size: 1.6em; font-weight: bold; color: rgb(255,255,255); padding: 16px 25px; background: rgb(65,65,75);
								
								background: url(../Web_Pics/dsamples/heading_bg.png) repeat-x top left;
								-webkit-border-top-left-radius: 0.3em; -webkit-border-top-right-radius: 0.3em;
								-moz-border-radius-topleft: 0.3em; -moz-border-radius-topright: 0.3em; }

/* --------------------------------------------------
	Styles sample holder
-------------------------------------------------- */
								
	div.s-holder 					{  width: 712px; padding: 0; margin: 27px 26px 10px 27px; }
								
/* --------------------------------------------------
	Styles description
-------------------------------------------------- */

	div.s-description 				{ width: 234px; float: left; }

	div.s-description h4 			{ font-size: 1.1em; font-weight: bold; margin: 0 0 16px 0; padding: 0; color: rgb(237,91,37); }

	div.s-description p 			{ font-family: "Arial";font-size: 1.1em; font-weight: bold; line-height: 17px; color: rgb(120,120,120); }

/* --------------------------------------------------
	Styles sample UL
-------------------------------------------------- */

	div.samples 					{ width: 433px; margin: 0; float: right; }

	div.samples h4					{ font-size: 1.1em; font-weight: bold; margin: 0 0 16px 7px; padding: 0; color: rgb(237,91,37); }
									
	div.samples ul 					{ list-style-type: none;  padding: 0; }
	
	div.samples ul li 				{ height: 19px; background: url(../Web_Pics/dsamples/bg-li.png) repeat-x top left; margin: 0 0 8px 0; padding: 2px 7px 0 7px; }
	
	div.samples ul li h3			{ font-size: 1.1em; font-weight: bold; color: rgb(255,255,255); padding: 0; float: left; }
	
	div.samples ul li a 			{ font-size: 1.1em; font-weight: bold; color: rgb(237,91,37); text-decoration: underline; float: right; }
	
