*
{
	margin:0;
	padding:0;
}

body
{
	background: #d0293d url('../img/background.jpg') repeat-y center top;
	text-align:center;
	font-size:12px;
	font-family:Arial,Tahoma,Verdana;
	color:#000;
	padding-bottom: 20px !important;
}

.clear
{
	clear:both;
}

a:link,
a:visited
{
	color:#D70800;
}

p
{
	margin-bottom:5px;
}

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

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

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

#header ul#navigation
{
	position:absolute;
	top:21px;
	left: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.jpg') no-repeat top left;
}

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

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


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

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

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

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

#header ul#features #more-traffic
{
	background:url('../img/feature-bullet.png') no-repeat left top;
	padding-bottom:5px;
	padding-left: 30px;
	margin-top: 5px;
}

#header ul#features #higher-rank,
#header ul#features #search-engines,
#header ul#features #optimization
{
	background:url('../img/feature-bullet.png') no-repeat left top;
	padding-left: 30px;
	padding-bottom:5px;
}

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

.signup-button-left span, .signup-button-right span
{
	display:none;
}

h2#one-time-fee
{
	position:absolute;
	left: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 41px;
	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:44px;
	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:#A10E09;
	font-size:18px;
	margin-bottom:5px;
}

#footer
{
	text-align:center;
	color:#5d5d5d;
	margin-bottom:10px;
	padding-bottom: 10px;
	font-weight:bold;
}

form.thankyou label,
form.thankyou input, form.thankyou select,
form.contact label,
form.contact input, form.contact select
{
	display:block;
	float:left;
	margin:2px;
}

form.thankyou label,
form.contact label
{
	width:80px;
	clear:left;
}

form.thankyou input, form.thankyou select,
form.contact input, form.contact select
{
	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;
}

.help_icon
{
	background-image: url('../img/question-mark-icon.jpg');
	border: none;
	width: 18px;
	height: 18px;
}

/* Order Page */
.order_form table tr td .text
{
	width: 260px;
}
.order_form table tr td .cvv
{
	width: 35px;
}
.order_form table tr td .button
{
	width: 260px;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0;
}

/* Notifications */
div.notifications
{
	padding: 10px;
	margin-bottom: 5px;
}

div.notification-type-0 {
	color:               #FF0000;
	background-color:    #FFC0C0;
	border: solid 1px #FF0000;
}

div.notification-type-1 {
	color:               #0000FF;
	background-color:    #C0C0FF;
	border: solid 1px #0000FF;
}

/* CVC Info Overlay */
#cvcInfoOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 320px;
	overflow: auto;
	border: solid 1px #000;
	padding: 5px 10px;
	background-color: #fff;
	z-index: 1000;
	display: none;
}

/* Upgrade */
.upgrade {
font-family : verdana,sans-serif;
font-size:12px;
color:#282828;
background:#428bbe; 
background-repeat: repeat-x;
margin:10px;
padding:10px;
text-align:center;
	 }

.upgrade a:link, .upgrade a:visited{color:395eff; text-decoration:underline;}
.upgrade a:hover {color:10adff;}


.upgrade h1{
 margin:5px;
	font-size: 28pt;
	font-family: Tahoma,Trebuchet MS;
	color: #ffffff;
	line-height:20px;
	text-align:center;
	background-image: none;
}

.upgrade .style1 {font-size: 11px}
.upgrade #border_right{
background:#fff url('{skin_dir}img/page_08.gif') repeat-y top right;
}
.upgrade #border_left
{
width:99%;
background:#fff url('{skin_dir}img/page_06.gif') repeat-y top left;
}
.upgrade .nothanks
{
font-size:18px;
font-weight:bold;

}
.upgrade .topnothanks:link
{
font-size:18px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}
.upgrade .topnothanks:hover
{
font-size:18px;
font-weight:bold;
color:#FFFFFF;
text-decoration:underline;
}
.upgrade .topnothanks:visited
{
font-size:18px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}
.upgrade .topnothanks:active
{
font-size:18px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}

.highlighted
{
	color: #D70800;
}
.highlighted-2
{
	color: Blue;
}