* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #f1f1f1;  
	font-family: verdana, arial, sans-serif;
}

#wrapper {
  	background-color: #fff;
	margin: 0 auto;
	width: 780px;
	border-right: 6px solid #e9e9e9;  
	border-left: 6px solid #e9e9e9;
	border-bottom: 6px solid #e9e9e9;
}

#header {
	width: 100%;
	height: 80px;
	background: #fff url('images/fump-logo.png') no-repeat;
	border-bottom: 3px solid #e9e9e9;
}

#content {
	padding: 6px;
}

#content h1 {
  	text-align: center;
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #1a49a3;
}

#content h1 em {
  font-style: normal;
  color: #f18e00;
}

#features {
	width: 371px;
	float: left;
	font-size: 12px;
}

#features h2, #screens h2 {
  	padding: 7px;
  	padding-left: 20px;
	font-size: 16px;
	background: url('images/header.png') top left no-repeat;
	height: 31px;
	color: #fff;
}

p {
	margin-bottom: 7px;
	padding: 4px;
}

#features ul {
	margin-left: 35px;  
}

#features ul li {
	cursor: default;
	margin-bottom: 5px;
	line-height: 20px;
	list-style-image: url(images/tick.png);
}

#screens {
	width: 371px;
	height: 300px;
 	float: right;
	font-size: 12px;
}

a.thickbox img {
  	margin: 10px 10px 0px 55px;
	border: 1px solid #ccc;  
}

a.bigbutton {
  	display: block;
	width: 258px;
	height: 58px;
	margin: 20px 20px 10px 20px;  
}

a#order {
	background: url('images/order.png');
}

a#order:hover, a#order:focus {
  background: url('images/order-hover.png');
}

a#more {
	background: url('images/more.png');
}

a#more:hover, a#more:focus {
	background: url('images/more-hover.png');
}

.clear {
	clear: both;
}

#footer {
	text-align: center;
	font-size: 10px;
	color: #999;
}

#footer a, #footer a:hover, #footer a:visited {
	color: #999;
	text-decoration: none;  
}

