/* reset global margins for IE box model problems */
* { 
	margin: 0px;
	padding: 0px;
}

body {
	font:10px verdana;
	margin: 0;	
	padding: 0;
	text-align: center;
	color: #fff;
	background-color: 000;

}


/* ----- */
/* LINKS */
/* ----- */
a:link, a:active {
	color: #0099cc;
	text-decoration: none;
}
a:visited {
	color: #663366;
	text-decoration: none;
}
a:hover {
	color: #0099cc;
	text-decoration: underline;
}

#wrapper {
	width: 790px;
	margin-bottom:25px;	
	position: relative;
}

#pricing {

	margin: 0px 0px 0px 0px ;
	padding: 0px 0px 0px 0px ;
	position: absolute;
	left:252px;
	top:585px;
	width:533px;
	height:188px;
	background-image: url(img/pricing_table.gif);
}

#pricing_button {
	position: absolute;
	left:3px;
	top:147px;
}

#radio_nc {
	position: absolute;
	left:13px;
	top:59px;
	padding-left:2px;
}

#radio_rone {
	position: absolute;
	left:0px;
	top:96px;
}

#radio_spacer {
	width:15px;
	height:15px;
	margin-bottom:10px;
}

#shipping {
	margin: 0 0 0 0;
	text-align: left;
	position:absolute;
	left:0px;
	top:615px;
}

