/*  BASICS  */

	* {
		margin: 0;
		padding: 0;
	}
		
	html, body {
		background: #737373;
		width: 100%;
		height: 100%;
		}
	
	body,
	table,
	input,
	textarea {
		font-family: Arial, Helvetica, san-serif;
		font-size: 15px;
		color: #7f7f7f;
		}
		
	p {
		line-height: 18px;
		margin: 15px 0;
		}
		
	.floatRight {
		float: right;
		display: inline;
		}
	
	.floatLeft {
		float: left;
		display: inline;
		}
				
	.clearIt { 
		height: 0;
		clear: both;
		overflow: hidden;
		}
		
	.hidden {
		visibility: hidden;
		}
	
	h1 {
		font-size: 20px;
		line-height: 20px;
		font-weight: normal;
		color: #cf5b04;
		margin: 10px 0 20px 0;
		}
	
	h2 {
		font-size: 20px;
		line-height: 20px;
		font-weight: normal;
		color: #464646;
		margin: 20px 0 15px 0;
		}
		
	h3 {
		font-size: 15px;
		}
	
	strong {
		
		}
		
	a {
		color: #737373;
		outline: none;
		}
	
	a:hover {
		color: #cf5b04;
		text-decoration: none;
		}	
		
	a img,
	a img: hover {
		border: 0;
		}		
	
/* MAIN STRUCTURE */	
		
	.header,
	.footer {
		width: 100%;
		}
		
	.header {
		background: #fff;
		height: 100px;
		}
		
	.pageTop {
		background: url(art/pageTop_bkg.gif) repeat-x #dedede;
		width: 100%;
		padding: 30px 0 50px 0;
		}
		
	.container {
		width: 980px;
		margin: 0 auto;
		position: relative;
		}
		
/* HEADER */

	.logo {
		background: url(art/header_logo.gif) left 50% no-repeat;
		width: 358px;
		height: 100px;
		}
		
	.header h3 {
		margin-top: 32px;
		}
		
	.header .contact {
		margin: 42px 30px 0 0;
		}
		
/* CONTENT */
		
	.columnThird {
		width: 265px;
		margin-left: 31px;
		}
		
	.columnSpacer {
		width: 31px;
		}
		
	.pageTop .container {
		background: url(art/pageTop_arrows.gif) no-repeat 309px 206px;
		}
			
/* FORMS */

	input.text,
	textarea {
		background: #d6d6d6;
		border: 2px solid #464646;
		width: 255px;
		color: #464646;
		padding: 3px;
		margin-top: 5px;
		}
		
	input.checkbox {
		margin-right: 10px;
		}
		
	.contactFormSending,
	.contactFormSent {
		display: none;
		color: #ffcd61;
		font-weight: bold;
		}

/* FOOTER */
		
	.footer {
		background: url(art/footer_bkg.gif) repeat-x;
		color: #e6e6e6;
		padding: 50px 0 0 0;
		height: 300px;
		}
		
	.footer h2 {
		color: #fff;
		margin: 0 0 20px 0;
		}
		
	.footer a {
		color: #e6e6e6;
		}
		
	.footer a:hover {
		color: #fff;
		text-decoration: none;
		}
		
	.footer table td {
		padding: 0 15px 5px 0;
		color: #e6e6e6;
		}

