* {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	}
	

body {
	background-color: #eee;
	font: 12px Verdana, Arial, sans-serif;
	color: #5F6C46;
	}


img {
	border: 0;
	}


/************************* LAYOUT DIVS ************************/
	
#wrapper {
	width: 760px;
	margin: 20px auto 50px auto;
	background-color: white;
	}
	
#header {
	border-top: 3px solid #9ACD32;
	margin-bottom: 5px;
	}
	
#content {
	margin: 20px 49px 20px 49px;
	}	


#sidebar {
	float: right;
	margin: 0 0 25px 25px;
	}

#sidebar.textcol {
	width: 225px;
	}

#footer {
	border-bottom: 3px solid #9ACD32;
	text-align: center;
	margin-top: 30px;
	padding-bottom: 10px;
	clear: both;
	}



#demo {
	position: relative;
	left: -49px;
	top: -20px;
	}



#horiz-price-tables {
	margin-top: 15px;
	clear: both;
	}






#legal {
	background-color: white;
	margin: 20px;
	color: black;
	font-size: 11px;
	}

/***************************** TEXT STYLES *****************************/


h1 {
	font-weight: bold;
	font-size: 22px;
	letter-spacing: -0.75px;
	margin-bottom: 5px;
	margin-left: -36px;
	}

h1 img.arrow_img {
	position: relative;
	top: -2px;
	}

h2 {
	font-weight: bold;
	font-size: 18px;
	letter-spacing: -0.5px;
	margin: 0 0 5px 0;
	}

h3 a:link, h3 a:visited {
	font-weight: bold;
	font-size: 16px;
	letter-spacing: -0.2px;
	color: #D76598;
}

h3 a:active, h3 a:hover {
	background-color: #D76598;
	color: white;
	text-decoration: none;
}


p {
	margin-bottom: 10px;
	}

a:link, a:visited {
	color: #00E;
}

a:active, a:hover {
	color: #D76598;
	}
	
ul {
	margin-bottom: 10px;
	}

ul li {
	margin-left: 35px;
	}

#footer ul {
	list-style-type: none;
	margin-bottom: 0;
	}
	
#footer ul li {
	display: inline;
	margin: 0;
	margin-right: 10px;
	color: #777;
	font-size: 11px;
	}

#footer ul li a:link, #footer ul li a:visited {
	color: #777;
	}
	
#footer ul li a:hover, #footer ul li a:active {
	color: #D76598;
	}
	

	
	
/************************ PRICE TABLE ****************************/

table.price_options, table.price_options_left {
	cellspacing: 0px;
	margin-left: -5px;
	margin-bottom: 10px;
	border: 1px dotted #9ACD32;
}	
	
table.price_options_left {
	float: left;
	margin-right: 20px;
	}
	
tr.heading {
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	}

tr.rate_heading {
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
	background-color: #9ACD32;
	color: white;
	}
	
tr.heading td {
	padding: 0 5px;
	}
	
tr.odd {
	background-color: #eee;
	}
	
td {
	padding: 3px 5px;
	}

tr.odd:hover, tr.even:hover {
	background-color: #CDE599;
}
	
	
	
	
/******************************** BUY NOW FORM ****************************/

form fieldset {
	border: 0;
	}
	
form fieldset li {
	list-style: none;
	margin-bottom: 8px;
	clear: both;
	}

form label {
	float:left;
	text-align: right;
	width: 80px;
	margin-right: 10px;
	}

form fieldset li.unlabelled {
	margin-left: 90px;
	}
	
form fieldset li.unlabelled label {
	float:none;
	}

form input, form textarea {
	border: 1px solid #aaa;
	padding: 2px;
	font: 12px Verdana, Arial, sans-serif;
}	
		
form input:focus, form textarea:focus {
	border-style: inset;
	}
	
form #submit {
	border-style: outset;
	}
form #submit:active {
	border-style: inset;
	}
	
	
	