body {
	background-color: #fff;
	font-family: arial, verdana, serif;
	font-size: 12px;
	position: relative;
	left: auto !important;
	left: 50%;
	width: 756px;
	margin: 0px auto 0px auto !important;
	margin: 0px 0px 0px -378px;
}

h1 {
	font-family: tahoma, verdana, serif;
	font-size: 12px;
	color: #595959;
	margin: 0.5em 0;
}

a {
	color: #595959;
	font-weight: 700;
	text-decoration: underline;
}

a:hover {
	color: #595959;
	font-weight: 700;
	text-decoration: none;
}

li {
	font-size: 12px;
	font-weight: bold;
	list-style-type: square;
	color: red;
}

h2 {
	font-size: 13px;
	color: #595959;
}

#steps h3 {
	margin: 0px;
	margin-bottom: 0px;
	padding-top: 13px;
	text-align: center;
	font-size: 27px;
	width: 730px;
	color: #7D001E;
	
}

img {
	border: 0px;
}

#header {
	margin-top: 23px;
}

#headerLeft {
	float: left;
	width: 300px;
}

.headerH1 {
	float: left;
	margin-top: 7px;
	margin-left: 0px;
	font-size: 13px;
	color: #7D001E;
}

.outlineBox {
	position: relative;
	border-width: 1px;
	border-color: #dedfee;
	border-style: solid;
	-moz-border-radius: 12px;
	color: inherit;
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	background: #ffffff url('../images/outlineBoxBg.gif') left bottom repeat-x;
	background-repeat: none;
}

.outlineBoxBig {
	position: relative;
	color: inherit;
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	background: #ffffff url('../images/outlineBoxBgBig.gif') left bottom;
	background-repeat: no-repeat;
}

#menubar {
	float: left;
	width: 767px;
	height: 35px !important;
	margin-bottom: 20px;
}

#mainNav {
	float: left;
	position: relative;
	top: 15px;
}

#mainNav span, #mainNav a {
	position: relative;
	display: block;
	float: left;
	width: 98px;
	height: 16px;
	padding: 3px 0px 1px 0px;
	margin-left: 0px;
	margin-right: -2px;
	color: #DDBAC2;
	background: #ffffff url('../images/navBg.gif') no-repeat;
	text-decoration: none;
	text-align: center;
}

#main {
	position: relative;
	top: 8px;
}


#topRightLogo {
	float: left;
	background-color: #0f0;	
}


#statements div {
	float: left;
	margin-right: 10px;
}

#statements div a {
	color: #7d001e;
	background-color: inherit;
}

#steps {
	margin-top: 0px;
	width: 778px;	
	height: 154px;
}

.step {
	float: left;
	padding: 10px 10px;	
}

.step p {
	margin-top: 3px;
	padding-top: 3px;
	width: 230px;
	border-top: 1px solid #000;	
	font-size: 13px;
	font-weight: bold;
	color: #5E5E5E;
}

.aboutHeader {
	margin-top: -25px;
	font-size: 20px;	
	color: #81001D;
}


/* ### CONTACT FORM ### */

#userForm label {
	float: left;
	width: 125px;
	text-align: right;
	font-weight: bold;
	color: #333980;
}

#userForm input {
	width: 350px;
	margin-left: 10px;
	margin-bottom: 5px;
}

#userForm textarea {
	width: 350px;
	margin-left: 10px;
	margin-bottom: 5px;
}

#userForm select {
	width: 354px;
	margin-left: 10px;
	margin-bottom: 5px;
	position: relative;
	top: 5px;
}

#userForm .inputSubmit {
	width: 100px;
	margin-top: 20px;
	margin-left: 135px;
	color: #000000;
	background-color: #cccccc;
	background-image: url(http://www.b2bindex.co.uk/images/outlineBoxBg.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-x-position: left;
	background-y-position: bottom;
	font-size: 11px;
	padding: 3px;
}

.contactP {
	font-size: 10px;
	color: #333980;
	text-align: center;
}

#errors {
	padding: 5px;
	border: 1px dashed #FF0000;
	margin-left: 10px;
}

#thanks {
	padding: 5px;
	border: 1px dashed #2F903B;
	margin-left: 10px;
}

#thanks p {
	font-size: 12px;
	font-weight: bold;
	color: #2F903B;
}