/* Reseting
--------------------------------------------------------------------------------------- */

html, body, div, span, object, 
h1, h2, h3, h4, h5, h6, p, a, abbr, acronym, 
em, img,  s, small, strike, strong, sub, sup, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
:focus, :active {
	outline: 0;
}
body {
	font: normal 62.5%/100% Tahoma; 
	color: #000;
	background: url(http://www.company-formation-software.co.uk/img/bg.gif) repeat-x;
}
a { 
	font-weight: normal;
	text-decoration: underline;
	color: #000;
}
ol, ul {
	list-style: none;
}

/* Layout
--------------------------------------------------------------------------------------- */

.extraDiv {	
	background: url(http://www.company-formation-software.co.uk/img/bg_footer.gif) repeat-x bottom;
}
#container {
	width: 900px;
	margin: 0 auto;
	background: #f9f9f9;	
	overflow: auto;
}
#header {
	background: url(http://www.company-formation-software.co.uk/img/bg.gif) repeat-x bottom;
	width: 100%; height: 95px;
}
#header h1 {
	font: normal 2.4em/100% Trebuchet MS;
	color: #999;
	margin:0px;
	padding:0px;
	padding-top:20px;
	padding-left:10px;
}
#content {
	background: #f9f9f9;	
	overflow: auto;
}
#main {
	float: left;
	background: #FFF;	
	width: 630px;
	padding: 1em 1em 5em 1em;
	overflow: hidden;
}
#main h1 {
	font: normal 2.4em/100% Trebuchet MS;
	color: #999;
	border-bottom: #ccc 1px solid; 
	padding: 0.4em 0;
	margin: 0.5em 0;
}
#main p {
	font: normal 1.2em/120% Tahoma;
	margin: 1em 0;
	line-height: 140%;
}
#main ul {	
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
}
#main ul li {	
	list-style-type: disc;
	width: 250px;
	font: normal 1.2em/120% Tahoma;
	margin: 0.5em 0; padding-left: 0.3em;
}
#benefits div {
	float: left;
	background: url(http://www.company-formation-software.co.uk/img/bg_ben_box.gif) no-repeat;
	width: 193px; height: 148px;
	margin: 0.8em;
}
#benefits div.none {
	float: left;
	background: white;
	width: 193px; height: 148px;
	margin: 0.8em;
}
#benefits div.none img{
	padding:25px;
	padding-top:35px;
}
#benefits h1 {
	width: 170px; height: 35px;
	font: bold 1.4em/120% Tahoma;
	color: #3399cc;	
	margin: 10px 10px 0 10px; padding: 0;
	border: 0;
}
#benefits h1 span {
	color: #66ccff;
	
}
#benefits p {	
	width: 160px; height: 72px;
	font: normal 1.1em/140% Tahoma;
	margin: 3px 5px 0 5px; padding: 1em;
	display: block;
	background: #fff;
}
#contacts {
	float: left;
	width: 230px;
	padding: 1em;
}
#contacts h1 {
	font: normal 2.4em/100% Trebuchet MS;
	color: #999;
	margin: 0.5em 0;
}
#contacts p {
	font: normal 1.2em/120% Tahoma;
	margin: 1em 0;
	line-height: 140%;
}
#contacts ul li  {
	font: normal 1.2em/120% Tahoma;
	margin: 0;
	line-height: 140%;
}
#contacts ul li strong {
	font-weight: bold;
}
#contacts input, 
#contacts textarea {
	margin-top: -10px;
} 
#contacts input {
	width: 218px; 
	padding: 3px;
	font: normal 1.2em/120% Tahoma;
}
#contacts input.submit {	
	background: url(http://www.company-formation-software.co.uk/img/submit.gif) no-repeat;
	width: 73px; height: 23px;
	font: normal 1.2em/120% Tahoma;
	margin: 5px 13px 0 0;
	border: 0;
}
#contacts textarea {	
	width: 218px; height: 137px;
	font: normal 1.2em/120% Tahoma;
	padding: 3px;
}
#footer {
	clear: left;
	color: #000;
	background: url(http://www.company-formation-software.co.uk/img/bg_footer.gif) repeat-x bottom;
	width: 100%; height: 50px;
	padding-top: 25px;
}
#footer p {	
	font: normal 1.2em/130% Tahoma;
	text-align: center;
}
#footer p a:link,
#footer p a:visited {
	color: #000;
	text-decoration: none;
}
#footer p a:hover,
#footer p a:active {
	color: #000;
	text-decoration: underline;
}
.right {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}
.clear {
	clear: both;
}
.message {
	color: red;
}











