@charset "UTF-8";
/* CSS Document */

body {
	background:url(../images/bg.gif) repeat-x #FFFFFF;
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#3c3c3c;
}

a {
	color:#89182c;
	text-decoration:none;
	border-bottom:dotted 1px #89182c;
}

a:hover {
	color:#48141e;
}

/* centres body */

#outer {
	margin:0 auto;
	width:1024px;
}


/* header styles */

#logo {
	float:right;
	background:url(../images/logo.gif) no-repeat;
	width:568px;
	height:294px;
}

#logo h1 {
	display:none;
}

#quote {
	width:390px;
}

#quote h2 span {
	display:none;
}

#quote h2 {
	margin:0 0 0 37px;
	position:relative;
	top:43px;
	width:355px;
	height:107px;
	background:url(../images/quote.gif) no-repeat;
}

#quote img {
	position:absolute;
	top:236px;
	margin-left:37px;
}

/* content styles */

#content {
	position:relative;
	background:url(../images/side_bg.gif) 626px 0 repeat-y;
	margin-top:11px;
}

/* side panel styles */

#side {
	width:349px;
	margin-right:49px;
	padding-bottom:20px;
	float:right;
}

#side_top {
	background:url(../images/side_top.gif) no-repeat;
	height:14px;
}

#side ul {
	padding:0;
	margin:10px 0 0 19px;
	list-style:none;
}

#side li {
	padding:0;
	margin:0 0 3px 0;
}

#side h3 {
	display:none;
}

div.content {
	margin:0 15px 0 42px;
	padding:62px 0 0 0;
}

div.content p {
	margin:0;
	padding:0;
	line-height:18px;
}

div.content p strong {
	font-size:16px;
	color:#000000;
	font-style:italic;
}

#when {
	width:297px;
	height:147px;
	background:url(../images/when_bg.gif) no-repeat;
}

#where {
	width:297px;
	height:164px;
	background:url(../images/where_bg.gif) no-repeat;
}

#cost {
	width:305px;
	height:164px;
	background:url(../images/cost_bg.gif) no-repeat;
}

#questions {
	width:307px;
	height:146px;
	background:url(../images/questions_bg.gif) no-repeat;
}

#questions div.content {
	padding:78px 0 0 0;
}

/* main content styles */

#main_content {
	padding-top:36px;
	width:535px;
	margin-left:34px;
	float:left;
}

#main_content h4 {
	color:#48141e;
	font-style:italic;
	font-weight:bold;
	font-size:20px;
	border-bottom:1px dotted #48141e;
	margin:0;
	padding:0 0 6px 0;
}

#main_content p {
	line-height:20px;
	margin:10px 0 0 0;
	padding:0;
}

#pdf {
	float:right;
	border:none;
	position:relative;
	top:10px;
	right:-10px;
}

#learn {
	margin-bottom:46px;
}

/* profile styles */

#present {
	margin-bottom:46px;
}

#alex {
	float:left;
	width:250px;
	margin-top:10px;
}

#alex p {
	margin:0;
	padding:0;
}

#dave {
	margin:0 0 0 260px;
}

.profile {
	float:left;
	margin-right:10px;
}

/* form styles */


form {
	margin:20px 0 0 0;
	padding:0;
}

dl {
	padding:0;
	margin:0;
	float:left;
}

dt {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin-left:5px;
	margin-bottom:5px;
	color:#000000;
}

dd {
	padding:0;
	margin:0 2px 0 0;
}

dd input {
	border:none;
	background-color:#e3e3e3;
	margin:4px 0 0 9px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	width:90%;
}

#name {
	width:155px;
	height:29px;
	background:url(../images/name_bg.gif) no-repeat;
	position:relative;
}

div.name {
	position:relative;
}

#email {
	width:216px;
	height:29px;
	background:url(../images/email_bg.gif) no-repeat;
}

#telephone {
	width:156px;
	height:29px;
	background:url(../images/telephone_bg.gif) no-repeat;
}

#name.error {
	background:url(../images/name_error_bg.gif) no-repeat;
}

#email.error {
	background:url(../images/email_error_bg.gif) no-repeat;
}

#telephone.error {
	background:url(../images/telephone_error_bg.gif) no-repeat;
}

div.telephone {
	position:relative;
}

#sign-me-up {
	float:none;
	text-align:left;
}

#sign-me-up input {
	position:relative;
	left:-6px;
	margin-top:20px;
	width:135px;
	margin-bottom:50px;
}

#sign-me-up #details {
	display:none;
}

div.clear {
	clear:both;
}


#footer {
	border-top:1px dotted #48141e;
	color:#727272;
	margin-bottom:20px;
	clear:both;
}

#footer p {
	font-size:10px;
	margin:0;
	padding:5px 0 0 0;
	line-height:12px;
}

#footer a{
border:none;
}