* {
	margin: 0;
}

body {
	padding:0;
	background: url('images/pageBg.jpg') #fff left top repeat-x;
	width: 100%;
	font-family: Verdana, Arial, "Times New Roman";
	font-size: 11px;
}

img {
	border: 0 none;
}

a {
	color: #ff009a;
	text-decoration: none;
}

a:hover {
	color: #ff009a;
	text-decoration: underline;
}

.clear {
	clear: both;
}

hr {
	clear: both;
	border: 0 none;
	border-top: 1px solid #ccc;
	margin-left: -45px;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: Arial, Verdana, "Times New Roman";
}

h2 {
	font-size: 26px;
	font-weight: normal;
	line-height: 32px;
	background: url('images/headline2Bg.png') left top no-repeat;
	padding: 12px 0 10px 15px;
	margin-left: -15px;
}

h3 {
	font-size: 14px;
	padding: 20px 0 10px 0;
	font-weight: normal;
}

h4 {
	font-size: 11px;
	margin-bottom: 0;
	font-weight: normal;
}

/* -- -- -- -- layout -- -- -- -- */
div#page {
	left: 50%;
	margin-left: -455px;
	position: absolute;
	width: 910px;
}

div#headerWrapper,
div#header {
	height: 353px;
}

div#headerWrapper {
	background: url('images/headerBg.png') left top no-repeat;
}

div#header {
	margin: 0 5px;
	background: url('images/headerImageBg.jpg') left top no-repeat;
	position: relative;
	overflow: hidden;
}

div#mainNavigationWrapper {
	position: absolute;
	top: 0;
	left: 38px;
	z-index: 600;
	width: 219px;
	background: url('images/mainNavigationBg.png') left bottom no-repeat;
}

div#logo {
	margin-left: 7px;
}

div#contentWrapper {
	background: url('images/contentBg.png') left top repeat-y;
}

div#content {
	margin: 0 5px;
	border-top: 8px solid #ff009a;
	position: relative;
}

div#mainContentWrapper {
	width: 605px;
	float: left;
}

div#mainContent {
	padding: 25px 0 25px 45px;
}

div#subContentWrapper {
	margin-left: 650px;
	width: 250px;
	overflow: hidden;
}

div#subContent {
	padding: 75px 0 0;
}

div#getInTouch {
	position: absolute;
	right: 0;
	bottom: 0;
}

div#footer {
	clear: both;
	height: 56px;
	overflow: hidden;
	background: url('images/footerBg.png') left top no-repeat;
	position: relative;
	margin-bottom: 25px;
}

/* -- -- -- -- login -- -- -- -- */
div#login {
	margin: 21px 0 0 35px;
}

div.loginFormElement {
	width: 160px;
	float: left;
}

input.loginInputText {
	color: #000;
	border: 1px solid #a7a7a7;
	width: 145px;
	font-size: 10px;
	padding: 1px 3px 2px;
}
