body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	margin: 0px;
	background-color: #EEEEDD;
}
#background {
	width: 100%;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
}
#sect-background {
	width: 100%;
	background-image: url(images/sect-bg.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
}
#container {
	width: 737px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
#sect-container {
	width: 745px;
	margin: 0px;
	background-image: url(images/sect-bg.gif);
	background-repeat: repeat-x;
}
#page-content {
	background-color: #EEEEDD;
	height: 21px;
}

#page-content p {
	font-size: 10px;
	color: #9B9B90;
	margin: 0px;
	line-height: 21px;
	margin-left: 71px;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 224px;
	width: 737px;
	margin-top: 41px;
	position: relative;
}
#sect-header {
	height: 80px;
	width: 745px;
	margin: 0px;
	position: relative;
}
/*#sect-header h1 {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 310px;
	top: 0px;
	font-weight: normal;
	font-size: 16px;
	height: 72px;
	width: 435px;
}
#sect-header h1 span {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 435px;
	height: 72px;
}

#title-demo span { background: url(images/sect-h-demo.gif) no-repeat 0px 0px; } */

#header span {
	width: 170px;
	height: 64px;
	position: absolute;
	left: 64px;
	top: 160px;
}
#header p {
	width: 300px;
	position: absolute;
	line-height: 14px;
	left: 418px;
	top: 170px;
	margin-top: 0px;
}

	/*--------------------- Menu ---------------------*/
	#nav-container {
		width: 674px;
		height: 40px;
		margin-left: 63px;
	}
	#nav, #nav ul{
		width: 674px;
		height: 40px;
		background-image: url(images/main-nav.gif);
		background-color:#ED5686;
		margin:0px;
		position: relative;
		padding: 0;
		list-style-type: none;
		float:left;
		z-index:100;
	}
	#nav li, #nav li a {
		display: block;
		height: 27px;
	}
	#nav a span {display: none;}
	#link-how-it-works { left: 0px; width: 114px; }
	#link-email-design { left: 114px; width: 109px; }
	#link-tips-and-advice { left: 223px; width: 113px; }
	#link-about-us { left: 336px; width: 82px; }
	#link-pricing { left: 418px; width: 69px; }
	#link-enquiries { left: 487px; width: 84px; }
	#link-how-it-works a:hover { background: url(images/main-nav.gif) 0 -40px no-repeat;}
	#link-email-design a:hover { background: url(images/main-nav.gif) -114px -40px no-repeat;}
	#link-tips-and-advice a:hover { background: url(images/main-nav.gif) -223px -40px no-repeat;}
	#link-about-us a:hover { background: url(images/main-nav.gif) -336px -40px no-repeat;}
	#link-pricing a:hover { background: url(images/main-nav.gif) -418px -40px no-repeat;}
	#link-enquiries a:hover { background: url(images/main-nav.gif) -487px -40px no-repeat;}
	
	#sect-nav-container {
		width: 633px;
		height: 40px;
		margin-left: 63px;
		margin-top: 1px;
		position:relative;
		z-index:3;
	}
	#sect-nav, #sect-nav ul {
		width: 633px;
		height: 40px;
		background-image: url(images/sect-nav.gif);
		background-color:#ED5686;
		position: relative;
		padding: 0;
		margin:0px;
		list-style-type: none;
		float:left;
	}
	#sect-nav li, #sect-nav li a {
		display: block;
		height: 27px;
	}
	#sect-nav a span {display: none;}
	#sect-nav #link-how-it-works { left: 0px; width: 114px; }
	#sect-nav #link-email-design { left: 114px; width: 109px; }
	#sect-nav #link-tips-and-advice { left: 223px; width: 113px; }
	#sect-nav #link-about-us { left: 336px; width: 82px; }
	#sect-nav #link-pricing { left: 418px; width: 69px; }
	#sect-nav #link-enquiries { left: 487px; width: 84px; }
	#sect-nav #link-home { left: 571px; width: 62px; }
	#sect-nav #link-how-it-works a:hover { background: url(images/sect-nav.gif) 0 -40px no-repeat;}
	#sect-nav #link-email-design a:hover { background: url(images/sect-nav.gif) -114px -40px no-repeat;}
	#sect-nav #link-tips-and-advice a:hover { background: url(images/sect-nav.gif) -223px -40px no-repeat;}
	#sect-nav #link-about-us a:hover { background: url(images/sect-nav.gif) -336px -40px no-repeat;}
	#sect-nav #link-pricing a:hover { background: url(images/sect-nav.gif) -418px -40px no-repeat;}
	#sect-nav #link-enquiries a:hover { background: url(images/sect-nav.gif) -487px -40px no-repeat;}
	#sect-nav #link-home a:hover { background: url(images/sect-nav.gif) -571px -40px no-repeat;}
	
		/*--------------------- Drop Downs ---------------------*/
		#nav a, #sect-nav a {
			display: block;
			background-repeat: no-repeat;
			background-position: top right;
			text-decoration: none;
			margin: 0px;
			padding: 13px 12px 0px 12px;
			color: #ffffff;
			font-weight: bold;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
		}
		
		#nav li a:hover {
			text-decoration: none;
			background-image: url(images/main-nav.gif);
			background-repeat: no-repeat;
		}
		
		#sect-nav li a:hover {
			text-decoration: none;
			background-image: url(images/sect-nav.gif);
			background-repeat: no-repeat;
		}
		
		#nav li, #sect-nav li {
			float: left;
			padding: 0;
		}
		
		#nav li#link-how-it-works ul, #sect-nav li#link-how-it-works ul {
			position: absolute;
			left: -999em;
			height: auto;
			width: 114px; 					/* change to auto for horizontal drop down */
			font-weight: normal;
			padding-top:0px;
			margin: 0px;
		}
		
		#nav li#link-how-it-works li, #sect-nav li#link-how-it-works li {
			width: 114px;
		}
		
		#nav li#link-how-it-works ul a, #sect-nav li#link-how-it-works ul a {	
			margin: 0 0 0 -1px;
			padding: 3px 12px 3px 12px;
			font-size: 10px;
			background-image: none;
			background-color: #ED5686;
			border-top-width: 1px;
			border-top-style: solid;
			border-right-color: #FFFFFF;
			border-right-width: 1px;
			border-right-style: solid;
			border-right-color: #FFFFFF;
		}
		#nav li#link-how-it-works ul a:hover, #sect-nav li#link-how-it-works ul a:hover{
			background-image: none;
			background-color: #F28CAD;
		}
		
		#nav li#link-how-it-works:hover ul, #nav li.sfhover ul, #sect-nav li#link-how-it-works:hover ul, #sect-nav li.sfhover ul{
			left: auto;
		}
		
		#nav li#link-how-it-works:hover, #nav li.sfhover {
			background-image: url(images/main-nav.gif);
		}
		
		#sect-nav li#link-how-it-works:hover, #sect-nav li.sfhover {
			background-image: url(images/sect-nav.gif);
		}
		/*--------------------- End Drop Downs ---------------------*/
		
	/*--------------------- End Menu ---------------------*/

#body {
	margin-left: 73px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#body p {
	margin-top: 2px;
	margin-bottom: 8px;
}
#sect-body {
	margin-left: 64px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#sect-body p {
	margin-top: 2px;
	margin-bottom: 8px;
}
#footer-container {
	width: auto;
	background-color: #EEEEDD;
}
#footer {
	height: 90px;
	width: 737px;
	margin-right: auto;
	margin-left: auto;
	background-color: #EEEEDD;
	position: relative;
}
#footer img {
	margin: 0px;
	left: 35px;
	top: 0px;
	position: absolute;
}
#footer-text {
	left: 240px;
	top: 0px;
	position: absolute;
}
#footer-text p {
	margin: 6px 0px;
	font-size: 10px;
	color: #999999;
	line-height: 14px;
}
#sect-footer {
	height: 60px;
	width: 717px;
	margin-left: 28px;
	background-color: #EEEEDD;
	position: relative;
	clear: both;
}
#sect-footer-text {
	width: 500px;
	left: 204px;
	top: 2px;
	position: absolute;
}
#sect-footer-text p {
	margin: 6px 0px;
	font-size: 10px;
	color: #999999;
	line-height: 14px;
}
#sect-footer a, #footer a {
	color: #E41B5B;
	text-decoration: underline;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #E41B5B;
	margin-top: 10px;
	margin-bottom: 8px;
	line-height: 22px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #E41B5B;
	margin-top: 20px;
	margin-bottom: 8px;
}

h3 {
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	color: #999999;
	margin-top: 20px;
	margin-bottom: 8px;
}

a {
	color: #0062A7;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#body ul {
	margin: 0px 0px 2ex;
	padding: 0px;
}
#body ul li {
	margin: 0px 0px 1ex;
	padding: 0px 0px 0px 20px;
	list-style: none;
	display: block;
	background: url(images/bullet.gif) no-repeat 6px 5px;
}
#sect-body ul {
	margin: 0px 0px 2ex;
	padding: 0px;
}
#sect-body ul ul {
	margin: 0px 0px 2ex 20px;
	padding: 0px;
}
#sect-body ul li {
	margin: 0px 0px 1ex;
	padding: 0px 0px 0px 20px;
	list-style: none;
	display: block;
	background: url(images/bullet.gif) no-repeat 6px 5px;
}
.demo-thumb {
	width: 200px;
	height: 190px;
	margin-right: 20px;
	margin-top: 5px;
	float: left;
}
.demo-thumb p {
	text-align: center;
}
.clear-floats {
	clear: both;
}
.next-button {
	margin-left:8px;
}
.back-button {
	margin-right:8px;
}
#tip {
	background-color: #FEF3F7;
	border: 1px solid #EB5484;
	padding: 5px;
	margin-top: 20px;
}
#tip p {
	font-size: 10px;
	line-height: 12px;
}
.table-divider {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.input {
	width: 167px;
}

dl.contact {
	margin: 4ex 0px 2ex;
}
dl.contact dt {
	float: left;
	width: 9em;
	text-align: right;
	font-weight: bold;
}
dl.contact dd {
	margin-left: 9.5em;
	border-left: 1px solid #EB5484;
	padding-left: 0.5em;
	margin-bottom: 1ex;
}
dl.contact address {
	font-style: normal;
}
.button {
	background: #EB5484;
	color: white;
	font: bold 11px Verdana, sans-serif;
	border: 1px solid #EB5484;
	border-color: #F28FAF #000000 #000000 #F28FAF;
}
input.text, textarea, select {
	font: 11px Verdana, sans-serif;
	color: black;
	background: #FEF3F7;
	border: 1px solid #EB5484;
	width: 167px;
}
.mark {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

