/*============================================================

	Created by: Martin Parkes of RTC North
	Created:		30/07/2009
	
	Description:	Main CSS file

============================================================*/
@import url(fonts.css);
@import url(elements.css);
@import url(nav.css);
@import url(editor.css);

html {
	/*background: #fff url(../_images/bg.png) right bottom no-repeat fixed;*/
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: transparent url(../_images/header_bg1.png) repeat-x;
}

#wrapper {
	position:relative;
	width: 1003px;
	height: 100%;
	margin: 0 auto;
}

/*============================================================
	Header
============================================================*/
#conHeader {
	width: 100%;
	height: 204px;
	background: transparent url(../_images/numbers.png) bottom right no-repeat;
}

#conHeader #logo {
	width: 95px;
	height: 131px;
	padding: 36px 0 0 0;
}

#strap{
	width: 859px;
	height: 204px;
	background: transparent url(../_images/strap.jpg) no-repeat;
	margin: 36px 0 60px 0;
}

/*============================================================
	Content
============================================================*/
#conContent {
	width: 100%;
	height: auto;
}

#conContent .block {
	padding: 5px 15px;
}

#sponsors {
	margin: 20px 0;
	text-align: center;
}

#sponsors img {
	padding: 0 10px 0 0;
}

#conContent #eventDetails {
	float: left;
	width: 77%;
}

/*============================================================
	News
============================================================*/
#news {
	background: #D5F3FF;
	border: solid 1px #00AEEF;
}

#news h2 {
	color: #000;
	border: none;
	text-transform:uppercase;
	margin: 5px 0 0 0;
}

/*============================================================
	Footer
============================================================*/
#conFooter {
	width: 100%;
	height: 31px;
	line-height: 30px;
	background: #00aeef;
	text-align: right;
	margin: 10px 0 0 0;
	font-size: 85%;
}

#conFooter,
#conFooter a {
	color: #fff;
}

#conFooter .rightSpace {
	margin: 0 15px 0 0;
}

/*============================================================
	class
============================================================*/
.cen {
	text-align: center;
}

.clear {
	clear: both;
	width: 1px;
}

.sml {
	font-size: 80%;
}

#evsponsors {
	width: 22%;
	float: right;
	border: solid 1px #00aeef;
	text-align: center;
	padding: 10px 0
}

#evsponsors img {
	margin: 0 0 10px 0;
}

#form {
	width: 75%;
	float: left;
}

#form div {
	width:100%;
	margin: 0 0 10px 0;
}

#form div label {
	display: block;
	width: 140px;
	float: left;
	font-weight: 700;
}

#form div span {
	display: block;
	padding: 0 0 0 140px;
}