/****** ##LOG: 
Author:  Dan Urquhart
Version: 1.0

This template has been made to be as simple to use as possible. Everything does have a place! Make sure you put things where they need to be.

Some rules:

-try not make multiple references o single elements: keeping all the stlyes of an element in one place keeps it from getting over styled or overlooked. 
-try to comment on what does what

Created: March 2007
******/
	
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			IMPORTANT BODY TAGS!!!!
||
||			***PUT THE BODY TAGS HERE AND NOT IN THE MAIN FILES!!***
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/

	html {
		border: none; 
		margin: 0px; 
		padding: 0px; 
	}

	body {		
		text-align: center;
		margin: 0px;
		padding: 0px; 
		background: #000000;
	}
	
	
	body,table, tr,td {
		font-family: Tahoma, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
	}
	
	
/*		
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			LINKS
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
* When adding links make sure you include all 4 link stages 
	(normal,hover,visited,visited:hover)
*/
	
	
/*		
	THE FOLLOWING STYLES ARE FOR ALL LINKS ON THE SITE!!!
*/
	a:link {
		color: #000000;
		text-decoration: underline;
	}
	
	a:visited {
		text-decoration: underline;
		color: #000000;
	}
	
	a:hover {
		text-decoration: underline;
		color: #000000;
	}
	
	a:active {
		text-decoration: underline;
		color: #000000;
	}
	
	a:focus {
		outline: none;
	}
	
/*end*/

	
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			Container Styles
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/
	
	/* Site Container */	
	#centerCon {
		align:center;
		
	}
	
	
	
	/* Site Container */	
	#siteCon {
		margin-top: 30px;
		width: 800px;		
		background: #000000;
		margin-bottom: 30px;
	}
	
	
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			Header
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/
		#headerCon {
			position: relative;
			width: 800px;
			height: 392px;
			float: left;	
			
		}		
		
		#headerCon a img {
			border: none;
		}
		
		#header2Con {
			position: relative;
			width: 800px;
			height: 82px;
			float: left;
			background: #000000 url(../images/logo.jpg) right no-repeat;
			text-align: left;
			color: #ffffff;
			font-size: 14px;
			
		}		
		
		#header2Con a, #header2Con a:link, #header2Con a:active, #header2Con a:hover, #header2Con a:visited {
			color: #ffffff;
		}

/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			Columns
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/

	#leftColumn, #rightColumn {
		font-size: 14px;
		text-align: center;
		width: 242px;		
		float: left;
	}
	
	#leftColumn a img , #rightColumn a img {
		border: none;
	}
			
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			Body
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/	

		#centerBodyCon {
			position: relative;
			width: 800px;
			background: #61C833;
			float: left;
		}	
		
		#mainPanel, #mainPanelSmall {
			
			border: 2px solid #10B12F;	
			border-top: none;
			border-bottom: none;
			width: 758px;
			margin-bottom: 45px;
			text-align: left;	
			position: relative;			
			background: #ffffff;						
							
		}
		
		#mainPanelSmall {

			width: 488px;
			height: 250px;			
			margin-bottom: 10px;
			float: right;			
			
		}
		
		#mainPanelInner {
			padding: 20px;
			width: 718px;
		}	
		
		#sideBar {
			background: url(../images/sidebar.jpg);
			height: 260px;
			width: 283px;
			float: left;
			left: 0px;	
		}
					
		form {
			margin: 0px; 
			padding: 0px; 			
		}
		
		input, textarea {
			border-left: 1px solid #10B12F;
			border-top:  1px solid #10B12F;
			border-right: 1px solid #10B12F;
			border-bottom: 1px solid #10B12F;
			background: #ffffff;
			
		}
	
		
		.submit {
			background: #ffffff;
			border-left: 1px solid #aaaaff;
			border-top:  1px solid #aaaaff;
			border-right: 1px solid #000055;
			border-bottom: 1px solid #000055;
			
		}
		
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			Footer
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/	
		
		#footerCon {
			
			clear: both;			
			margin-top: 10px;
			
		}		
		
	
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			HEADERS
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/

	h1,h2,h3,h4,h5,h6 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
	h1 {
		margin: 0px;
		color: #000000;
		font-size: 14px;
	}
	
	h2 {
		margin: 0px;
		color: #000000;
		font-size: 13px;
	}
	
	h3 {
		margin: 0px;
		color: #000000;
		font-size: 12px;
	}
	
	h4 {
		margin: 0px;
		color: #000000;
	}
	
	
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			ADDITIONAL STYLES
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]



		
	/* Small Text */		
		.smallText, .textSmall {
		font-size: smaller;
		}
		
	/* Required Text */	
	/* Use to denote user alert text. eg required fields in forms, this should be set smaller than the normal font*/	
		.textReqd, .requiredStar {
		color: #ff0000;
		font-size: 0.8em;
		}		
		
	
	/* Footer Text */	
		.textFooter {
		font-size : 0.8em;
		color: #000000;
		font-weight: bold;
		}	
		
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			OTHER STYLES - MODIFIERS
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/
	
/* Horizontal Rule */
	hr {
		background-color: #61C833; 
		border: 0px; 
		height: 1px;
		width: 700px;
		color: #61C833;
	}			
	
/* Unordered List */	
	ul {
		color: #000000;
		list-style-type : disc;
	}
	
/* Ordered List */	
	ol {
		color: #000000;
	}
	
/* Add cursor to elements */
	.cursor { cursor: pointer; }
	
		
/*
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
||
||			QUICK STYLES - MODIFIERS
||			Use these instead of inlines to make sure the same style works across the whole site
||
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
*/		
	
	
/* Clear Both VERY IMPORTANT */	
	.clearBoth {
		clear: both;	
	}
	
/* Style / Border Images */	
	.styleImg {
		border: 2px solid #333333;
		padding: 2px;
	}		
	
/* Float Left */	
	.floatLeft {
		float: left;
	}
	
/* Pad Left */
	.paddLeft {
		margin-left: 4px;
	}
	
/* Pad Right */
	.paddRight {
		margin-right: 12px;
	}

	
	
	.enquiryTable {
		width: 410px;
	}
	
	.enquiryTable td {
		vertical-align: top;		
	}
	
	.enquiryTable td input {
		width: 200px;
	}
	
	

		
/*
If you are putting somthing into this sytle sheet page then it more than
likely has a home. 
				
don't simple include it at the bottom of the page.
				
Have a look at the page and look for the proper place for the variable that 
you are including.
				
If you can not find a place that looks right for the variable you are including
then create a spot for it somewhere that seems to fit and remember to include a 
header for your new section as well as remembering to comment what your variable 
is used for.	
*/
 
