@charset "UTF-8";
/* CSS Document

	CONTENT MANAGEMENT SYSTEM
				V3
				
	Reserved DIV ID's, Classes etc listed below:
	- #banners
	- .suckertreemenu
	- #treemenu1
	- .section_on
	- #wrapper
	
	!! Please don't use the reserved style identifiers
	!! Would cause issues with the system!

*/
	body {
		margin:0;
		padding:0;
		background:url(/Images/bg.jpg) repeat-x top center #fb6801;
		color:#ffffff;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	a {
		color:#f46401;	
	}
	#outerwrap {
		width:902px;
		height:580px;
		margin:56px auto 0;
	}
	#innerwrap {
		border:1px solid #ffffff;
		padding:13px;
		float:left;
		background:url(/Images/homeinnerbg.jpg) #000000 no-repeat;
	}
	#innerinnerwrap {
		float:left;
	}
	#left {
		width:207px;
		height:470px;
		padding-left:12px;
		padding-top:23px;
		float:left;
		display:inline;
		background:url(/Images/blktrans.png) repeat;
	}
	#left .cap {
		margin:0px 0 0;
		padding:0;
		float:left;
	}
	
	#midcontent {
		width:610px;
		/*width:279px;*/
		height:470px;
		float:left;
		display:inline;
		margin-left:25px;
		margin-top:53px;
	}
	#pcontent {
		width:620px;
		/*width:279px;*/
		height:450px;
		float:left;
		display:inline;
	}
	#rightbanner {
		width:348px;
		height:470px;
		float:left;
		display:inline;
	}
	#logo {
		/*position:relative;*/
		/*margin-top:460px;
		left:0px;*/
		/*width:320px;
		text-align:right;*/
		z-index:0;
		display:block;
		margin-top:-560px;
		margin-right:30px;
		float:right;
	}
	#pagefooter {
		height:23px;
		padding-top:10px;
		float:left;
		width:100%;
		text-align:right;
		font-size:11px;
		color:#000000;
	}
	#pagefooter a {
		color:#000000;
		text-decoration:none;
	}
	#pagefooter a:hover {
		text-decoration:underline;	
	}
	
	#brands {
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		clear:both;
		height:135px;
		overflow:hidden;
	}
	#brands li {
		position:absolute;
	}
