body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body#homepage {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#1D1D1D;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#1D1D1D;
	background:#1D1D1D url(images/bg_tile.jpg) repeat-x top left;
}
a:visited, a:link {
	color: #FFCC33;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	color: #FFCC00;
	text-decoration: underline;
	font-weight: bold;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#FFFFFF;
}

/*==/ HEADER /==*/


/*==/ BODY CONTENT /==*/

div.bodycontent {
	margin: 8px 20px 20px 20px;
	position:relative;
}
body#prod-overview div.bodycontent { margin-top: 32px; }

img.content {
	margin: 8px 0 8px 8px;
}

/*==/ FOOTER /==*/

div.footerlink-main {
	font-size:12px;
	color: #FFCC33;
	margin: 0 0 10px 8px;
	line-height: 20px;
}
div.footerlink-main a:visited, div.footerlink-main a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
div.footerlink-main a:hover, div.footerlink-main a:active {
	color: #CC9900;
	text-decoration: underline;
	font-weight: normal;
}

div.footerlink-sub {
	font-size:12px;
	color:#FFCC33;
	margin: 0 8px 10px 0;
}
div.footerlink-sub a:visited, div.footerlink-sub a:link {
	color: #CCBEB2;
	text-decoration: none;
	font-weight: normal;
}
div.footerlink-sub a:hover, div.footerlink-sub a:active {
	color: #CC9900;
	text-decoration: underline;
	font-weight: normal;
}

div.copyright {
	color:#FFFFFF;
	font-size:10px;
	margin: 0 0 0 15px;
}

div.quadsimiatag {
	color: #555A46;
	font-size:9px;
	margin: 0 15px 0 0;
}
div.quadsimiatag a:visited, div.quadsimiatag a:link {
	color: #555A46;
	text-decoration: none;
	font-weight: bold;
}
div.quadsimiatag a:hover, div.quadsimiatag a:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

/*==/ Photo Gallery /==*/

div#gallerythumbnail {
	float: left;
	padding: 4px 4px 4px 5px;
}

/*==/ Contact Form /==*/

a.contact-button {
	text-indent: -10000em;
	width: 175px;
	height:25px;
	display:block;
	position: absolute;
	top:0px;
	right: 0px;
	_right: 10px;
	overflow: hidden;
	background: url(/images/contact-us.png) no-repeat 0 0;
}
a:hover.contact-button, a:active.contact-button,
a:focus.contact-button { background-position: 0 -25px; }
body#prod-overview a.contact-button { top: -25px; }

#simplemodal-overlay {
	background-color:#000;
	cursor:wait;
	height:100%;
}
	#simplemodal-container {
	  width:600px;
	  background-color:#1D1D1D;
	  border: 1px solid #333;
	  padding: 2em 1em 1em;
	  overflow: hidden;
	  position:relative;
	}
	#simplemodal-container form {
		background-color:#555a46;
		padding: 4em 10px 1em;
		border:solid 1px #fff;
		overflow: hidden;
		float: none;
		clear: both;
		display:block;
		position:relative;
		width: 575px;
		_padding-top: 5.5em;
		zoom:1;
	}
    p.simplemodal-close  { cursor: pointer; position: absolute; top:0; right:0; margin:0; padding:0 1em 0 0; font-weight: bold; color: #ddd;}

	#simplemodal-container h2 { 
		color:#C90; 
		width: 100%; 
		margin: 0 0 -2em -2.5em; 
		padding:.2em 2.5em; 
		border: solid #c90; 
		border-width:1px 0; 
		background-color: #1d1d1d;
		position: absolute;
		top: 1.75em;
		clear: both;
		z-index: 3;
	}
	#simplemodal-container form fieldset { margin:0; padding:0 0 .8em; border:none; width:50%; float:left;}
	#simplemodal-container form fieldset.wide { clear:both; width:100%; }
	#simplemodal-container form label, #simplemodal-container form legend { color: #c90; display: block; float: left; margin-right: 1em; }
	#simplemodal-container form input, #simplemodal-container form select { display: block; float:left; clear: left; margin-right: 2px; }
	#simplemodal-container form #postCode { clear: none; margin-left: 2em;}
	
	#simplemodal-container form ol, #simplemodal-container form ul { margin:0; padding:0; overflow:hidden;  }
	#simplemodal-container form li { list-style: none; padding: 0 0 .2em; overflow: hidden; display:block; float:none; zoom:1; }
	#simplemodal-container form #companyFocus li { float: left; padding: 0 1em 0 0; }
		#companyFocus li label { color:#fff; }
	#simplemodal-container form fieldset#submitSection { text-align: center; width: 100%;}
	#simplemodal-container form #submitSection input { margin: 0 auto; float: none;}
	#simplemodal-container form .js_option { color: #555; font-style:italic; }
	
	#simplemodal-container form span.error { font-size: .9em; font-weight:bold; border-left: 4px solid #c00; padding: 0 2px;}
	#simplemodal-container form .sending { clear: both; font-weight: bold; color: #c90;}
	#simplemodal-container .success, #simplemodal-container .error { margin-top: 4em; }