/* CSS Document - 21/03/2007 */

body		{
			margin:0;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:10px;
			color:#000;
			background-color:#DAE4C5;
			}
			
p			{
			text-align:left;
			}
			
h1			{
			font-size:12px;
			text-align:left;
			font-weight:bold;
			}
									
#wrapper	{
			margin:0 auto;
			width:680px;
			background-image:url(images/bg.gif);
			background-repeat:repeat-y;
			border-left:1px solid #336600;
			border-right:1px solid #336600;
			border-bottom:1px solid #336600;
			}			
			
#header		{
			padding-top:20px;
			width:680px;
			padding-bottom:5px;
			}
			
.header1	{
			padding-left:20px;
			width:290px;
			float:left;
			}
			
.header2	{
			width:350px;
			float:right;
			margin-right:20px;
			margin-top:10px;
			}
		
* html .header2
			{
			margin-right:0;
			padding-right:20px;
			}
						
#banner		{
			margin-top:10px;
			width:680px;
			height:165px;
			background-color:#336600;
			}
			
#navleft	{
			margin-top:5px;
			width:151px;
			height:130px;
			background-color:#FFFFFF;
			border-bottom:#94b255 solid 5px;
			float:left;
			}
			
#navright	{
			margin-top:5px;
			width:529px;
			height:160px;
			background-color:#336600;
			float:right;
			}

ul			{
			list-style:none;
			}
			
li			{
			display:block;
			margin:12px 0 0 -20px;
			}
			
.content	{
			padding:10px;
			width: 500px;
			margin:0 auto;
			height:180px;
			background-color:#FFFFFF;
			}
			
#footer		{
			margin-top:10px;
			width:680px;
			height:30px;
			background-color:#336600;
			}
			
.footertext	{
			text-align:center;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:11px;
			color:#FFFFFF;
			padding:8px;
			word-spacing:5px;
			font-weight:bold;
			}

.top 		{
			margin-left:14px;
			padding:10px;
			background: url(images/top.jpg) no-repeat;
			display: block;
			text-align: center;
			width:633px;
			background-color:#fff;
			padding-top:25px;
			}

.bottom 	{
			margin-left:14px;
			padding:10px;
			background: url(images/bottom.jpg) no-repeat;
			display: block;
			text-align: center;
			width:633px;
			padding-bottom:25px;
			}

.logosleft	{
			float:left;
			margin-left:20px;
			margin-top:3px;
			}
		
.logosright	{
			float:right;
			margin-right:20px;
			margin-top:6px;
			}
		
.clean		{
			clear:both;
			}
			
.homepagecolumn1
			{
			float:left;
			width:423px;
			}
						
.homepagecolumn2
			{
			width:200px;
			float:right;
			}		
			
.contactdetails
			{
			float:left;
			width:170px;
			margin:0 auto;
			border:1px solid #336600;
			background-color:#DAE4C5;
			padding:10px;
			}

.contactform
			{
			float:right;
			width:400px;
			height:auto;
			margin-right:22px;
			}
			
* html .contactform
			{
			width:380px;
			margin-right:0;
			}			
			
.lateststock
			{
			background:url(images/latest_stock_bg.jpg);
			height:120px;
			}	
			
.stockimage
			{
			width:160px;
			height:120px;
			margin-right:3px;
			}			
			
.facebook
			{
			width:408px;
			border: 1px solid #CCCCCC;
			background: #EEEEEE;
			padding: 5px;
			margin: 0 auto;
			margin-top: 15px;
			}
