/* body */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { 
	margin: 0; padding: 0; 
} 
img {
	border:0;
}
html, body {
	height:100%;
	overflow:hidden;
	line-height:1.5em !important;
	font:normal 13px Arial, Helvetica, sans-serif;
	color: #444;
}
body {
	background: #f2edde url(../img/bg.jpg) 0 0 repeat-x;
	background-attachment: fixed;	
}
#container {
	height:100%;
	overflow:auto; 
}
#wrapper {
	padding: 50px 540px 50px 0;
	width: 430px;
	margin: 0 auto;
	z-index: 5;
}
#wrapper div.content {
	margin-bottom: 25px;
	text-align: left;
	width:430px;
}

/* headers */
#fixed_header, #fixed_footer {
	position:absolute; 
	width:100%;
	left:0;
	text-align:center;
}
#fixed_header {
	top:0;
	height: 55px;
	background: url(../img/top.jpg) 0 0 repeat-x;
}

/* heading images*/
.heading{
	position: absolute;
	width: 474px;
	top: 220px;
	left: 0px;
	text-align: left;
}
.affects {
	margin-top: 60px;
}
/* logo placement */
div.logo {
	height: 71px;
	width:980px;
	margin:0 auto;
	position: relative;
}
div.logo div {
	width: 540px;
	position: absolute;
	top: 0;
	left: 440px;
	height: 500px;
	margin: 30px 0 0 0;
}
.mould_logo {
 	float: left;
	margin-top:65px;
}

/* footers */
#fixed_footer div {
	width: 980px;
	height: 440px;
	background: url(../img/glow.jpg) right bottom no-repeat;
	margin: 0 auto;
	position: relative;
	padding: 0;
}
div.footer {
	padding: 10px 0;
	margin-top:30px;
	float: left;
}

.mascot {
	position: absolute;
	top: 60px;
	right: 50px;
}
.trades-monitor-logo {
	position: absolute;
	top: 500px;
	right: 50px;
}

/* links */
a.star{
	position: absolute;
	width: 270px;
	height: 270px;
	top: 300px;
	right: 180px;
	background: url(../img/star.png) ;
}
a.star:hover {
	background-position: 0px -270px;
	width: 270px;
	height: 270px;
}

/* typography */
h1 {
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	margin: 105px 0 0 0;
	font-size:3.6em;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:1.0em;
	color: #92278F;
}
h2 {
	margin: 0 0 20px 0;
	color: #92278F;
	font-size: 1.9em;
	line-height:1.3em;
	}
h3 {
	margin: 0 0 20px 0;
	color: #444;
	font-size: 1.6em;
	line-height:1.2em;
}

p {
	padding:0 0 15px 0;
}
.testimonials {margin-top:30px;}
.testimonials p {
	margin: 0 0 20px 0;
}
.testimonials em {
	color: #888479;
	font-size: 13px;
	display:block;
	margin-top:10px;
}
.footer p {
	color: #b8b4aa;
	margin: 0 0 20px 10px;
}
.purple {
	color: #92278f;
}


/*form*/
form {
	margin: 30px 0;
	clear: left;
}
.formItem {
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
	clear: left;
}
label{
	float: left;
	width: 150px;
	font-weight: bold;
	margin: 2px 10px 0 0;
	text-align: right;
	
}
input, textarea{
	width: 180px;
	margin-bottom: 10px;
	float: left;
}
textarea{
	width: 250px;
	height: 150px;
}
#submitbutton{
	margin-left: 160px;
	margin-top: 5px;
	width: 90px;
}
.radio {
	margin: 0 0 5px 160px;
	text-align: left;
	width: 20px;
	clear: left;
	display: block;
}
.radioName {
	display:block;
	float: left;
	margin: 1px 0 0 5px;
}
select {float: left;}
.error_msg{ color: #92278F;
	font-weight: bold;
	font-size: 16px;
	width: 420px;
	padding: 8px;
	text-align:center;
	background:#efefef;
	margin: 30px 0;
	border-top: 1px solid #92278F;
	border-bottom: 1px solid #92278F;
	}
.required {
	color: #92278F;
	font-weight: bold;
	font-size:18px;
}
.requiredFields {
	width:350px;
	height:22px;
	display: block;
	text-align: right;
	padding-right:80px;
	margin-top: 30px;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
li { margin-bottom: 8px; color: #92278f;}
a, a:visited { 
	color: #92278f; 
	text-decoration: none;
}
a:hover { 
	color: #0066ff; 
	text-decoration: underline;
}


