﻿/* © Automatic Sales & W12CS 2007 */
/* Last updated 17 April 2007 */
body {	font-family:Arial, Helvetica, sans-serif;
		font-size: 14pt;
		color:#371903;
		background-color:#f5f5f5;
		text-align:center;
		vertical-align: top;
		margin: 0px;
		padding: 0px;
	}

img 
	{
		border:0px;
	}
a, a:visited 
	{
		text-decoration: none;
	}
	
a:hover 
	{
		text-decoration: underline;
	}
	
#masthead 
	{
		width: 100%;
		height: 100px;
		text-align: center; 	
	}


#container 
	{
		width: auto;
		background-color: #beb2a7;
		color: #371903;
		padding: 0;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
		
#nav 
	{
		width:100%;
		padding-top:5px;
		padding-bottom:5px; 
		text-transform: uppercase;
	}
	
#nav ul 
	{
		margin:0;
		padding:0;
	}
	
#nav li 
	{
		font-size:70%;
		font-weight:bold;
		padding-left:85px;
		list-style-type:none;
		display:inline;
	}
	
#nav a:link, #nav a:visited 
	{	
		text-decoration:none;
	}
#nav a:hover
	{
		color: Red;
		text-decoration: underline;
	}	
#botbar 
	{
		width:100%;
		padding-top:5px;
		padding-bottom:5px; 
	}
	

/**********************************/
/*         Colour options         */
/**********************************/

#colouredcontainer 
	{
		margin:0;
		border:0
	}

	.silver 
		{
			background-color:#beb2a7;
		}
	.silver a:link, .silver a:visited 
		{
			color:#371903;
		}
	.textnavcolour 
		{
			font-size: 10pt;
			color: #371903;
		}
	.textcolour 
		{		
			font-size: 12pt;
			color: #f5f5f5;
		}
	.textcolourimg 
		{		
			font-size: 12pt;
			color: #371903;
		}
	.textwingcolour 
		{	
			font-size: 18pt;
			color: #f5f5f5;
			font-family:'Wingdings'
		}
    .btextheader 
		{	
			font-size: 24pt;
			color: Red;
			text-decoration: underline;
		}

/**********************************/
/*      End of Colour options     */
/**********************************/


#content {	width:95%;
			background-color:#371903;  
			margin-left:15px; }

#contentimg {	width:90%;
				background-color:#f5f5f5;
				border: 13px;
				border-style:solid;
				border-color: #371903;  
				margin-left:15px; }