html, body {
	height: 100%;
	margin: 0;
	background: #3366cc url("images/bg.gif") no-repeat top center;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cedfff;
}

/*
img, div, a, input {
	behavior: url("iepngfix.htc")
}
*/

a:link,
a:visited {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #ffcc00;
	text-decoration: none;
}

#main_wrapper {
	position: relative;
	width: 980px;
	min-height: 100%;
	height: 100%;
	height: auto !important;
	margin: 0 auto -60px auto;
}

#content {
	position: relative;
	height: 580px;
	min-height: 580px;
}

#logo {
	position: absolute;
	top: 26px;
	left: 357px;
}

.copy {
	position: absolute;
	top: 220px;
	left: 290px;
	width: 400px;
/* 	margin: 0 auto; */
	text-align: justify;
}

#push {
	height: 60px;
}

#footer {
	height: 60px;
	text-align: center;
	color: #fff;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
}

div.btn:hover {
/*
	opacity: .6;
	filter: alpha(opacity=60);
*/
}

.pm320 {
	position: absolute;
	top: 27px;
	left: 48px;
}

.pm8-65 {
	position: absolute;
	top: 32px;
	left: 764px;
}

.super {
	position: absolute;
	top: 220px;
	left: 90px;
}

.pm710-45 {
	position: absolute;
	top: 220px;
	left: 733px;
}

.mg175 {
	position: absolute;
	top: 360px;
	left: 230px;
}

.mg180a {
	position: absolute;
	top: 411px;
	left: 415px;
}

.afg190 {
	position: absolute;
	top: 360px;
	left: 601px;
}

.hilite {
	color: #ffcc00;
}

.photo {
	float: left;
}

.summary {
	float: right;
	color: #fff;
}

table.price td {
	text-align: right;
	padding: 2px 3px;
}

table.price .total td {
	border-top: 2px solid #fff;
}

/* TAG MODS */

h1 {
	font-size: 16px;
	color: #fff;
}

ul {
	margin-left: 20px;
	padding-left: 0;
}

br.clear {
	clear: both;
}

form div.label {
	float: left;
	width: 120px;
	margin-right: 5px;
/* 	border-bottom: 1px solid #4c7bd9; */
	text-align: right;
	line-height: 24px;
}

/* jQUERY OVERLAY */

div.overlay {
	display: none;
	width: 400px;
	margin: 0 auto;
	background-color: #3366cc;
	border: 2px solid #fff;
	padding: 32px;
}

div.overlay_graphic {
	display: none;
	background: url("images/overlay_640x480.png"); /* growing background image */;
	width: 576px;
	height: 416px;
	padding: 32px;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background: url("images/btn_close.png");
	position: absolute;
	right: -15px;
	top: -15px;
	z-index: 2000;
	cursor: pointer;
	height: 35px;
	width: 35px;
}

