/* last updated by david 24/10/2009 */

body {
	color: #58585A;
	font-size: 14px;
}

a:link, a:visited { 
	color: #EE2E24;
	text-decoration: none;
}

a:hover, a:active, a:focus { 
	color: #58585A; 
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	color: #EE2E24;
	margin: 0 0 1em 0;
	font-size: 1em;
	font-weight: normal;
}

h1 {
	font-size: 1.3em;
}

/* @end */

/* @group layout */

.container {
	border: 0;
	overflow: hidden;
	width: 927px;
	margin: 0 auto;
}

#header {
	background: #fff url(/assets/images/logo.main.gif) no-repeat left 40px;
}

#content {
	background: #fff url(/assets/images/banner.gif) no-repeat left top;
	margin-top: 3px;
	padding: 200px 15px 20px 15px;
}

#flank {
	width: 190px;
	float: right;
	font-size: 0.9em;
}

#flank h2 {
	font-size: 1.2em;
}

#flank ul, #flank ul li {
	margin: 0;
	padding: 0;
}

#flank ul {
	margin-bottom: 1em;
}

#flank ul li a:link, #flank ul li a:visited {
	color: #58585A;
}

#flank ul li {
	padding-left: 1.25em;
	list-style-type: none;
	background: #fff url(/assets/images/bullet.gif) no-repeat left 5px;
}

#flank p span.arrow {
	color: #EE2E24;
}

#main {
	width: 600px;
	float: left;
}

img.person {
	float: right;
	margin: 0 0 20px 20px;
}

#footer {
	background: url(/assets/images/footer.gif) no-repeat left top;
	height: 24px;
	line-height: 24px;
	text-align: right;
	margin-bottom: 30px;
}

#footer p {
	color: #fff;
	font-size: 0.8em;
	margin-right: 10px;
}

img.icon {
	margin-right: 6px;
}

/* @end */

/* @group clearfix */

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* stop commented backslash hack */

/* stop container div collapsing after float */
div.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
}

/* @end */

/* @group forms */

form, fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

/* header forms (login/search) */

div#search {
	height: 65px;
	float: right;
	margin-top: 25px;
}

div#search form input {
	margin: 0;
}

input#keywords {
	width: 130px;
	height: 13px;
	line-height: 13px;
	border: 1px solid #ccc;
	color: #58585A;
	font-style: italic;
}

/* replace submit button with image*/
input.go {
	float: left;
	width: 30px;
	height: 20px;
	padding: 20px 0 0;
	margin: 0;
	border: 0;
	background: transparent url(/assets/images/search.gif) no-repeat center top;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
form>input.go { /* For non-IE browsers*/
	height: 0px;
}

/* contact form */

form#contact_form, form#list_form {
	width: 360px;
}

input.text, textarea.text {
	width: 355px;
	font: inherit;
}

label.error {
	margin-top: 3px;
}

/* @end */





