*, html {
	padding: 0;
	margin: 0;
	list-style: none;
	font: 11px Verdana, Arial, Tahoma, Helvetica, sans-serif;
}

body {
	background: #fff url(../images/background.jpg) fixed bottom left repeat-x;
}

a {
	color: #db0048;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3 {
	color: #db0048;
	font-weight: bold;
	margin: 10px 0 0 20px;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}
h3 {
	color: #393a3d;
	line-height: 120%;
}

p {
	text-align: justify;
	line-height: 120%;
	color: #1c1c1c;
	margin: 5px 20px 15px;
}

ol {
	margin: 11px 0;
}

ol li {
	list-style: circle;
	margin-left: 50px;
}

div#menuContainer {
	background: #393a3d url(../images/menu.jpg) top right repeat-x;
	overflow: hidden;
}

ul#menu li {
	float: left;
	width: 16.6%;
}
ul#menu li a {
	display: block;
	text-decoration: none;
	background: transparent url(../images/menu.jpg) top right no-repeat
}

ul#menu li a:hover, ul#menu li.active a {
	background-position: 100% -110px;
}

ul#menu li a strong, ul#menu li a em {
	text-align: center;
	display: block;
	color: #fff;
}

ul#menu li a strong {
	padding-top: 35px;
	font-size: 20px;
	text-transform: uppercase;
	display: block;
}

ul#menu li.active a strong {
	color: #db0048;
}

ul#menu li a em {
	font-size: 11px;
	padding-bottom: 35px;
}

div#wrapper {
	width: 902px;
	margin: 0 auto;
	background: url(../images/wrapper_background.png) top center repeat-y;
	padding: 0 8px;
}

div#blockBar{
	background: #fff;
	width: 320px;
	margin-right: -320px;
	float: left;
}

div#blockBar a#logo {
	margin: 0 auto;
	display: block;
	height: 155px;
	overflow: hidden;
}

div#blockBar a#logo img{
	border: none;
}

div#blockBar .block.purple{
	padding: 12px 20px;
	background-color: #db0048;
}

div#blockBar .block h2 {
	margin: 10px 0 12px 0;
}

div#blockBar .block.purple h2 {
	color: white;
}

div#blockBar .block label {
	width: 110px;
	color: white;
	float: left;
	text-align: right;
	margin-right: 10px;
}

div#blockBar .block input {
	border: 1px solid #393A3D;
	width: 158px;
	margin-bottom: .5em;
	height: 15px;
}

div#blockBar form.block fieldset {
	border: none;
}


div#content{
	float: right;
	margin-left: 320px;
}
div#main_image {
	overflow: hidden;
	width: 582px;
}

div.leftColumn, div.rightColumn {
	float: left;
	width: 49%;
}
div.leftColumn p {
	margin-right: 0;
}

div#footer {
	clear: both;
	background: #393a3d;
	color: #fff;
	line-height: 25px;
	overflow: hidden;
	white-space: nowrap;
	padding-left: 20px;
}
div#footer a#getcolourfull {
	float: right;
}
div#footer a#getcolourfull img {
	border: none;
}

/* The messages: */
.errorNotice, .successNotice, .infoNotice {
	border: 1px solid;
	padding: 1em;
	margin: 1em auto;
	width: 80%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.errorNotice h2, .successNotice h2, .infoNotice h2{
	text-indent: -200em;
	height: 22px;
	width: 22px;
	margin: 0 .5em 0 0;
	float: left;
}
.errorNotice p, .successNotice p, .infoNotice p {
	margin: 1px 0 0 30px;
}
div.errorNotice {
	border-color: #db0048;
	background-color: #f66;
}
div.errorNotice h2 {
	background: url(../images/notices.jpg) 0 -44px no-repeat;
}
div.successNotice {
	border-color: #5a9e5a;
	background-color: #7ddb7d;
}
div.successNotice h2 {
	background: url(../images/notices.jpg) 0 0 no-repeat;
}
div.infoNotice {
	border-color: #517db0;
	background-color: #ccdcee;
}
div.infoNotice h2 {
	background: url(../images/notices.jpg) 0px -22px no-repeat;
}
