*
{
	margin:0;
	padding:0;
}

body
{
	background:#428bbe url('../img/background.png') repeat-x top left;
	text-align:center;
	font-size:12px;
	font-family:Arial,Tahoma,Verdana;
	color:#000;
}

.clear
{
	clear:both;
}

a:link,
a:visited
{
	color:#428bbe;
}

p
{
	margin-bottom:5px;
}

#wrapper
{
	margin:auto;
	background:#fff;
	text-align:left;
	border:2px solid #2f73ac;
	border-top:0;
	border-left:0;
	width:780px;
	margin-bottom:10px;
	padding-top:10px;
}

h1
{
	line-height:35px;
	background:url('../img/logo.png') no-repeat top left;
	margin:20px;
	text-align:right;
	color:#fafafa;
	color:#5692dd;
	font-size:26px;
	font-weight:normal;
}

#header
{
	background:url('../img/header.jpg') no-repeat top left;
	height:221px;
	position:relative;
	border-bottom:2px solid #5085cd;
	margin-bottom:10px;
	margin-top:-20px;
}

#header ul#navigation
{
	position:absolute;
	top:21px;
	right:0;
}

#header ul#navigation li
{
	margin-left:2px;
	display:inline;
	float:left;
}

#header ul#navigation li a:link,
#header ul#navigation li a:visited
{
	height:23px;
	width:93px;
	display:block;
}

#header ul#navigation li a span
{
	display:none;
}

#header ul#navigation #home
{
	background:url('../img/navigation-home.png') no-repeat top left;
}

#header ul#navigation #features
{
	background:url('../img/navigation-features.png') no-repeat top left;
}

#header ul#navigation #contact
{
	background:url('../img/navigation-contact.png') no-repeat top left;
}

h2#price-badge
{
	background:url('../img/only-4995.png') no-repeat top left;
	width:118px;
	height:118px;
	position:absolute;
	left:375px;
	top:75px;
}

h2#price-badge span
{
	display:none;
}

#header ul#features
{
	position:absolute;
	top:48px;
	right:10px;
	list-style-type:none;
}

#header ul#features li
{
	width:225px;
	height:24px;
	overflow:hidden;
	text-align:right;
	list-style-type:none;
	display:block;
}

#header ul#features li span
{
	display:none;
}

#header ul#features #more-traffic
{
	background:url('../img/feature-more-traffic.png') no-repeat left top;
}

#header ul#features #higher-rank
{
	background:url('../img/feature-high-rank.png') no-repeat left top;
}

#header ul#features #search-engines
{
	background:url('../img/feature-search-engines.png') no-repeat left top;
}

#header ul#features #optimization
{
	background:url('../img/feature-optimizaton.png') no-repeat left top;
}

.signup-button
{
	float:right;
	background:url('../img/signup-now.png') no-repeat top right;
	height:38px;
	width:177px;
	position:absolute;
	right:0;
	z-index:10;
	top:152px;
}

.signup-button span
{
	display:none;
}

h2#one-time-fee
{
	position:absolute;
	right:0;
	bottom:-2px;
	height:26px;
	width:270px;
	background:url('../img/onetime-fee.png') no-repeat bottom right;
}

h2#one-time-fee span
{
	display:none;
}

#search-engines-panel
{
	background:url('../img/search-engines-bg.jpg') repeat-y right 40px;
	width:253px;
	float:right;
	text-align:center;
	position:relative;
	height:440px;
}

#search-engines-panel h2
{
	padding:10px;
	background:url('../img/search-engines-header.jpg') no-repeat top right;
	font-size:16px;
	line-height:41px;
	margin-bottom:-10px;
}

#search-engines-panel h3
{
	color:#c00000;
	font-size:16px;
	margin-bottom:8px;
}

#search-engines-panel h4
{
	color:#000;
	margin-bottom:10px;
	font-size:14px;
}

#search-engines-panel p
{
	text-align:left;
	margin-left:15px;
	margin-top:10px;
	float:left;
	font-family:verdana;
	font-size:12px;
}

#search-engines-panel p.right
{
	text-align:right;
	margin-right:15px;
	margin-top:10px;
	float:right;
}

#search-engines-panel-footer
{
	background:url('../img/search-engines-footer.jpg') no-repeat bottom right;
	height:43px;
	width:253px;
	position:absolute;
	left:0;
	bottom:0;
}

#search-engines-panel a:link,
#search-engines-panel a:visited
{
	font-weight:bold;
	display:block;
	margin:8px 0;
	margin-bottom:20px;
}

#content
{
	margin:0 15px;
	text-align:justify;
}

#content h2
{
	color:#1e569b;
	font-size:18px;
	margin-bottom:5px;
}

#footer
{
	text-align:center;
	color:#7d7d7d;
	margin-bottom:10px;
	font-weight:bold;
}

form label,
form input
{
	display:block;
	float:left;
	margin:2px;
}

form label
{
	width:80px;
	clear:left;
}

form input
{
	width:260px;
}

fieldset
{
	margin-bottom:10px;
}

fieldset legend
{
	font-weight:bold;
	margin-left:12px;
}

fieldset ul
{
	list-style-type:circle;
	padding:10px;
}

fieldset ul li
{
	display:block;
	float:left;
	width:230px;
	padding:3px 4px;
}

#content ul
{
	list-style-type:circle;
	margin:10px;
	padding-left:10px;
}