/*-----------------------------------------------------------------------------
PR Hermes Core Style Sheet

version:   1.0
author:    Flow Interactive Pty Ltd
/*----------------------------------------------------------------------------
COPYRIGHT, ALL RIGHTS RESERVED. THIS FILE MAY NOT BE COPIED OR ALTERED IN ANY WAY
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/
body {
	background: #fff;
	color: #333;
	font: 62.5%/1.5 Arial, Helvetica, sans-serif;
}

.float {
	float: left
}

.floatRight {
	float: right
}

.half {
	width: 45%
}

.cntr {
	text-align: center
}

.clear {
	clear: both
}

/* =Links
-----------------------------------------------------------------------------*/
a:link {
	color: #F80000;
	padding: 0.1em 0 0.1em 0
}

a:visited {
	color: #F80000
}

#footer a {
	color: #fff
}

/* =Main Nav
-----------------------------------------------------------------------------*/

#menu {
	position: relative;
	background: #333;
}

#menu ul {
	margin: 0 auto;
	width: 900px;
	padding: 0;
	list-style: none;
}

#menu li {
	float: left
}

#menu ul a {
	display: block;
	padding: 10px 69px 8px;
	height: 25px;
	font-size: 1.8em;
	color: #fff;
	text-decoration: none;
	line-height: 1.2em;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
}


/* =Typography
-----------------------------------------------------------------------------*/
p {
	margin: 0 0 0.7em 0;
	font-size: 1.2em
}

p.big {
	font-size: 1.4em
}

.panel p {
	line-height: 1.1em
}

#footer p {
	color: #fff;
	font-size: 0.9em
}

/* =Headings
-----------------------------------------------------------------------------*/
h1 {
	margin: 0 0 0.5em 0;
	font-size: 2.5em;
	color: #F80000;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
}

h2 {
	margin: 0 0 0.5em 0;
	font-size: 1.6em;
	color: #F80000;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
}

.panel h2 {
	width: 90px;
	text-transform: uppercase;
	display: block;
	float: left;
	margin-right: 15px;
	line-height: 1.1em
}

h3 {
	margin: 0 0 0.5em 0;
	font-size: 1.4em;
	color: #F80000;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
}

/* =Main Content
-----------------------------------------------------------------------------*/
#container {
	width: 900px;
	margin: 0 auto;
	padding: 0 15px;
	background: #fff url(../img/containerbg.jpg) 0 0 repeat-y;
}

#header {
	position: relative;
	height: 195px;
	background: #F90000 url(../img/headerbg.gif) 0 bottom no-repeat;
}

#logo {
	position: absolute;
	top: 0;
	left: 0
}

#strapline {
	bottom: 15px;
	color: #FFFFFF;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	left: 300px;
	position: absolute;
	text-transform: uppercase;
}

#content {
	padding: 20px 30px;
	clear: both
}

.blockLeft,
.blockRight {
	width: 380px;
	margin-bottom: 20px;
	height: 60px;
	position: relative
}

.blockLeft {
	float: left
}

.blockRight {
	float: right
}

.blockLeft img,
.blockRight img {
	position: absolute;
	top: 0;
	left: 0
}

.panel {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 30px;
	background:
		transparent url(../img/imagebannerbg.png) 0 0 no-repeat;
	padding: 10px 5px 10px 10px;
	width: 365px
}

/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	font-size: 1em;
	color: #fff;
	background: #666;
	padding: 5px 10px;
	text-align: right;
	text-transform: uppercase
}

#footerShadow {
	width: 930px;
	height: 15px;
	background: #fff url(../img/containerfooter.jpg) 0 0 no-repeat;
	margin: 0 auto
}

/* =Forms
-----------------------------------------------------------------------------*/

.inputt {
	border: 1px solid #000;
	width: 180px
}

/* Removes fieldset borders. even on Opea 7 */
fieldset {
	border: 1px solid transparent;
}

#contactform label {
	float: left;
	width: 15em;
	font-weight: normal;
	color: #333;
	font-size: 1em
}

#contactform label.txtLabel {
	width: 7em
}

#contactform input.txt {
	float: left;
	width: 14em;
	color: #333;
	margin: 0 10px 5px 0;
	border: 1px solid #069
}

#contactform br {
	clear: both
}

#contactform fieldset {
	font-weight: bold;
	color: #069;
	border: none;
	font-size: 1.3em
}

#contactform .float {
	float: left;
	width: 40%;
	margin-right: 10px
}

#contactpage label {
	width: auto
}

.err,
.req {
	font-weight: bold;
	color: #f00;
	font-size: 1em;
}

.err {
	margin-right: 5px
}

.hide {
	display: none
}

textarea {
	font-family: Arial, helvetica, sans-serif;
	color: #333;
	font-size: 1em;
	border: 1px solid #069
}

/*home contact form*/
#homeform {
	margin-top: 20px
}

#homeform label {
	display: block;
	font-size: 1.2em
}

#homeform label.txtLabel {
	width: 4.5em
}

#homeform input.txt {
	float: left;
	width: 160px;
	color: #333;
	margin: 0 10px 5px 0;
	border: 1px solid #ccc;
	padding: 2px
}

#homeform br {
	clear: both
}

#homeform textarea {
	font-family: Arial, helvetica, sans-serif;
	color: #333;
	font-size: 1em;
	border: 1px solid #ccc;
	float: left;
	width: 122px;
	height: 30px
}

#sendForm {
	float: right;
	margin: 5px 15px 0 0
}

.downloadButton {
	float: right;
	margin-top: -80px
}

/* =Images
----------------------------------------------------------------------------*/

table {
	width: 100%;
	border: 0
}

iframe {
	width: 425px;
	height: 350px;
	margin: 0;
	border: 0
}

/* =Easy Clearing
-----------------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */