@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align:center;
	background-image: url(images/bkgnd.gif);
	background-repeat: repeat-x;
	}
	
#wrapper {
	position:relative;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	height: auto;
	}
	
#clear {
	clear:both;
}

/* --- container layout styles ---*/

#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 800px;
	position: relative;
	height: 290px;
	border-bottom: 1px dotted #009966;
}
#header_index {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 800px;
	position: relative;
	height: 395px;
	border-bottom: 1px dotted #009966;
}

#fullheader {
	background-image: url(images/fulpage_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 800px;
	position: relative;
	height: 290px;
	border-bottom: 1px dotted #009966;
}
#navigation {
	height: 24px;
	padding-top: 5px;
}
#homing_becon {
	height: 100px;
}
#right_sidebar {
	float: right;
	width: 350px;
	overflow: visible;
}
#right_sidebar h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	color: #006699;
	padding-left: 10px;
	padding-top: 5px;
}
.green_border {
	border: 1px solid #009966;
	padding: 10px;
}
#right_sidebar h2 {
	font-size: .9em;
	color: #009966;
	font-weight: bold;
}
#right_sidebar .text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #009966;
	padding-left: 15px;
}
#right_sidebar .blacktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	padding-left: 15px;
}
#main_content {
	width: 435px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #333333;
	overflow: visible;
	border-right: 1px dotted #009966;
	padding-right: 5px;
}
#main_content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #009966;
	margin-top: 10px;
}
#main_content h2 {
	font-size: 1.1em;
	color: #009966;
	font-weight: bold;
}
#main_content ul {
	list-style-position: inside;
	list-style-type: none;
	padding-left: 20px;
	padding-top: 10px;
	color: #006699;
	list-style-image: url(images/arrow_bullet.gif);
}
#main_content ul li {
	list-style-position: inside;
	list-style-image: url(images/arrow_bullet.gif);
	list-style-type: none;
}
#navigation ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: -15px;
	font-size: 1em;
}
#navigation ul li {
	float: left;
	padding-top: 3px;
	margin-left: 15px;
}
.intro_title {
	padding-top: 25px;
}

.intro_title  h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1.2em;
	color: #006699;
}

.intro_title_index {
	padding-top: 25px;
}

.intro_title_index  h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	line-height: 1.2em;
	color: #155C8C;
}
.linespace {
	margin-top: -10px;
}





/* basic hover styles  ____________________________________________________________________________ */


a:link {
	color: #006699;
	text-decoration: underline;
}
a:hover {
	color: #009966;
	text-decoration: underline;
}
a:active {
	color: #FFD800;
	text-decoration: underline;
}
a:visited {
	color: #006699;
	text-decoration: underline;
}
a:visited:hover {
	color: #009966;
	text-decoration: underline;
}

#navigation ul li a:link  {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation ul li a:hover  {
	color: #009966;
	text-decoration: none;
}
#navigation ul li a:active  {
	color: #FFD800;
	text-decoration: none;
}
#navigation ul li a:visited  {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation ul li a:visited:hover {
	color: #009966;
	text-decoration: none;
}
#main_content  ul  li  h1 {
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	padding-left: 18px;
}
#content_wrapper {
	overflow: visible;
	float: left;
	clear: both;
}
#footer {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	border-top: 1px dotted #009966;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	border-bottom: 1px dotted #009966;
	margin-bottom: 10px;
	padding: 10px 20px;
}
#footer h1 {
	font-size: 0.8em;
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-style: italic;
}
.float_left {
	padding: 5px;
	float: left;
	border: 1px solid #009966;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.float_left_noborder {
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.float_right {
	padding: 5px;
	float: right;
	border: 1px solid #009966;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.float_right_noborder {
	padding: 5px;
	float: right;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.new {
	color: #FF0000;
}
.divider  {
	background: #eefcf8;
	padding-top: 10px;
	padding-bottom: 10px;
}
#fullpage {
	height: auto;
	width: 800px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#fullpage_resources {
	height: auto;
	width: 800px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#fullpage_resources h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	line-height: 1.2em;
	color: #006699;
}
#fullpage_resources p {
	height: auto;
	padding-left: 10px;
}
#fullpage_resources  ul {
	list-style-position: inside;
	list-style-type: none;
	padding-left: 20px;
	padding-top: 10px;
	color: #006699;
	list-style-image: url(images/arrow_bullet.gif);
}
#fullpage_resources  ul  li {
	list-style-position: inside;
	list-style-image: url(images/arrow_bullet.gif);
	list-style-type: none;
}
.paypal {
	float: left;
	margin-top: 10px;
}
.google {
	float: left;
	margin-top: 20px;
	margin-right: 25px;
}
.rampguide_button {
	float: right;
	margin-right: 175px;
}
.price {
	font-weight: bold;
	color: #006600;
}
#downloads_wrapper {
	background-repeat: repeat-y;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}



#content_top {
	background-image: url(ramp_plan_downloads/content-top.gif);
	height: 183px;
	text-align: left;
}
#content_footer {
	background-image: url(ramp_plan_downloads/content-footer.gif);
	height: 150px;
	background-repeat: no-repeat;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
}
.product_wrapper {
	background-repeat: repeat-y;
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 800px;
	position: inherit;
}
.price_free {
	background-image: url(ramp_plan_downloads/free_2.gif);
	height: auto;
	overflow: auto;
	background-repeat: no-repeat;
	width: 800px;
	background-position: center top;
}
#intro {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	color: #000000;
	text-align: left;
}


#disclaimer {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.1em;
	color: #666666;
	text-align: left;
	background-repeat: repeat-x;
}


#product_category {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	text-align: center;
	font-weight: bold;
	color: #3996C0;
	margin-top: 25px;
}
.price_995 {
	background-image: url(ramp_plan_downloads/995_2.gif);
	height: auto;
	overflow: auto;
	background-repeat: no-repeat;
	width: 800px;
	position: relative;
	background-position: center top;
}

.price_1295 {
	background-image: url(ramp_plan_downloads/1295_2.gif);
	height: auto;
	overflow: auto;
	background-repeat: no-repeat;
	width: 800px;
	position: relative;
	background-position: center top;
}

.price_1495 {
	background-image: url(ramp_plan_downloads/1495_2.gif);
	height: auto;
	overflow: auto;
	background-repeat: no-repeat;
	width: 800px;
	position: relative;
	background-position: center top;
}

.price_1795 {
	background-image: url(ramp_plan_downloads/1795_2.gif);
	height: auto;
	overflow: auto;
	background-repeat: no-repeat;
	width: 800px;
	position: relative;
	background-position: center top;
}

.price_1995 {
	background-image: url(ramp_plan_downloads/1995_2.gif);
	height: auto;
	overflow: auto;
	background-repeat: no-repeat;
	width: 800px;
	position: relative;
	background-position: center top;
}

.product_content {
	width: 775px;
	margin-top: 35px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	height: auto;
	text-align: center;
}
.product_image {
	height: auto;
	width: 290px;
	float: left;
	text-align: left;
}
.product_image2 {
	height: auto;
	width: 160px;
	float: left;
	text-align: center;
}
.product_image_guide {
	height: auto;
	width: 150px;
	float: left;
	text-align: left;
}
.product_descript {
	float: left;
	width: 300px;
	margin-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	font-style: italic;
	overflow: hidden;
	text-align: left;
}
.product_descript2 {
	float: left;
	width: 450px;
	margin-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	font-style: italic;
	overflow: hidden;
	text-align: left;
}
.product_descript_guide {
	float: left;
	width: 440px;
	margin-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	clear: right;
	color: #333333;
	font-style: italic;
	overflow: hidden;
	text-align: left;
}
.product_title {
	font-size: 1.1em;
	font-weight: bold;
	color: #3996C0;
	line-height: 1.4em;
}
.product_buttons {
	float: right;
	width: 140px;
	text-align: right;
	height: auto;
	overflow: hidden;
	margin-top: 100px;
}
.product_footer {
	height: 19px;
	border-bottom: 1px dotted #009966;
}


#main_content a:link {
	color: #006699;
	text-decoration: underline;
}
#main_content a:hover {
	color: #009966;
	text-decoration: underline;
}
#main_content a:active {
	color: #FFD800;
	text-decoration: underline;
}
#main_content a:visited {
	color: #006699;
	text-decoration: underline;
}
#main_content a:visited:hover {
	color: #009966;
	text-decoration: underline;
}
.monkeyseemonkeydo {
	display: none;
}
#fullpage_resources h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #009966;
	margin-top: 10px;
}




/* index page layout switch  ____________________________________________________________________________ */

#main_content_right {
	width: 425px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #333333;
	overflow: visible;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #009966;
	padding-left: 10px;
}
#main_content_right h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #009966;
	margin-top: 10px;
}
#main_content_right h2 {
	font-size: 1.1em;
	color: #009966;
	font-weight: bold;
}
#main_content_right ul {
	list-style-position: inside;
	list-style-type: none;
	padding-left: 20px;
	padding-top: 10px;
	color: #006699;
	list-style-image: url(images/arrow_bullet.gif);
}
#main_content_right ul li {
	list-style-position: inside;
	list-style-image: url(images/arrow_bullet.gif);
	list-style-type: none;
}
#main_content_right ul  li  h1 {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding-left: 18px;
}
#main_content_right a:link {
	color: #006699;
	text-decoration: underline;
}
#main_content_right a:hover {
	color: #009966;
	text-decoration: underline;
}
#main_content_right a:active {
	color: #FFD800;
	text-decoration: underline;
}
#main_content_right a:visited {
	color: #006699;
	text-decoration: underline;
}
#main_content_right a:visited:hover {
	color: #009966;
	text-decoration: underline;
}
#left_sidebar {
	float: left;
	width: 340px;
	overflow: visible;
	padding-right: 10px;
}
#left_sidebar h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	color: #009966;
	padding-left: 10px;
	padding-top: 5px;
}
#left_sidebar h2 {
	font-size: .9em;
	color: #009966;
	font-weight: bold;
}
#left_sidebar .text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #009966;
	padding-left: 12px;
}
#left_sidebar .blacktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	padding-left: 12px;
}
#ramp_plans {
	color: #000000;
	width: 800px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
}
#ramp_plans h1 {
	font-size: 1.6em;
	color: #00A874;
	margin-top: 10px;
}
#ramp_plans h2 {
	font-size: 1.3em;
	color: #009966;
	font-weight: bold;
}
#ramp_plans_list_l     ul {
	list-style-type: none;
	list-style-image: url(images/arrow_bullet.gif);
	list-style-position: outside;
	margin-left: 50px;
	margin-top: 10px;
}
#ramp_plans_list_l     ul     li     h1 {
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-bottom: 3px;
}
#ramp_plans_list_r ul {
	list-style-type: none;
	list-style-image: url(images/arrow_bullet.gif);
	list-style-position: inside;
}
#ramp_plans_list_r ul li h1 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-bottom: 3px;
	text-align: left;
}
#index_wrapper {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
.indexbkgnd {
	background-image: url(index_images/index_bkgnd.gif);
	background-repeat: repeat-x;
}
#index_header {
	height: 363px;
	width: 1024px;
	background-image: url(index_images/index_header.gif);
	background-repeat: no-repeat;
}
#index_navigation {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.google_leaderboard {
	height: 90px;
	padding-top: 3px;
}
.index_title {
	font-size: 1.8em;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

