ul.tabNavigation {
 list-style: none;
 margin:25px 0 0 0;
 padding: 0;
 border-bottom: 1px solid #999;
 width: 720px;
 float: left;
 }

	ul.tabNavigation li {
	 display: block;
	 float: left;
     margin: 0 5px 0 0;
     height: 30px;
	 background-color: #e6e6e6;
	 background-image: url('/images/template/section_tabs/left_off.png');
	 background-repeat: no-repeat;
	 }

	ul.tabNavigation li.selected {
	 background-color: #999;
	 background-image: url('/images/template/section_tabs/left.png');
	 }

	ul.tabNavigation li a {
	 color: #000;
	 padding: 0 15px;
	 text-decoration: none;
	 text-align: center;
	 margin: 0;
	 height: 30px;
	 display: block;
	 float: left;
	 line-height: 30px;
	 font-size: 12px;
	 background-image: url('/images/template/section_tabs/right_off.png');
	 background-position: 100% 0;
	 background-repeat: no-repeat;
	 }

	ul.tabNavigation li.selected a {
	 color: #fff;
	 background-image: url('/images/template/section_tabs/right.png');
	 }


#products, #downloads, #stockists {
 width: 700px;
 margin: 20px 0 0 0;
 float: left;
 }

	#products ul, #downloads ul, #stockists ul {
	 float: left;
	 width: 700px;
	 margin: 0;
	 padding: 0;
	 }
	 
	#products li, #downloads li, #stockists li { 
	 float: left;
	 width: 152px;
	 margin: 0 10px 0 2px;
	 }