html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-color: #000000;
}

#nav {
	width: 180px;
	height: 100%;
/*	position: fixed !important; */
	position: absolute;
	top: 0;
	left: 0;
	font-family: Lucida Handwriting, cursive;
	font-size: 12pt;
	text-align: center;
	background-color: #000000;
}

#nav img {
	margin-top: -10px;
}

#nav ul {
	-moz-padding-start: 0;
	padding: 5px;
	margin: 0;
	list-style-type: none;
}

#nav li {
	margin-bottom: 1em;
}

#nav a {
	color: #F001D9;
	text-decoration: none;
	font-weight: bold;
}

#nav a:hover {
	color: #FFFFFF;
}

#container {
	margin-left: 180px;
	min-width: 1040px;
	background-color: #FFFFFF;
	border-left: 2px solid #9700EA;
	min-height: 100%;
}

#buybox {
	border: 2px solid #9700EA;
	width: 330px;
	padding: 8px;
	background-color: #DDDDDD;
}

#header {
	height: 156px;
	width: 100%;
	display: block;
	background-color: #DDDDDD;
	background-image: url('images/gradient.jpg');
	background-repeat: repeat-x;
	border-bottom: 2px solid #9700EA;
	text-align: center;
}

#header form {
	border: 1px dashed #9700EA;
	padding: 6px;
}

#header form label {
	display: block;
}

#content {
	padding: 10px;
}

#footer {
	text-align: center;
	font-size: 10pt;
	clear: both;
	margin-top: 50px;
} 
#footer a {
	color: #F001D9;
}

.emphasis {
	font-size: larger;
	color: #9700EA !important;
	text-decoration: none;
}

#content a {
	color: #F001D9;
}

.match { 
	text-align: center;
}

.match div {
	text-align: left;
	line-height: 16pt;
}

h2 {
	text-align: center;
	font-size: 18pt;
}

h3 {
	text-align: center;
	font-size: 16pt;
	color: #9700EA;
	text-decoration: none;
}
.largetext {
	text-align: center;
	font-size: 12pt;
}
.buyboxheader {
	font-size: 18pt;
	color: #9700EA;
	font-weight: bold;
	line-height: 32px;
}
.subheadpink {
	font-size: 14pt;
	color: #F001D9;
	text-decoration: none;
}
.subheadblack {
	font-size: 14pt;
	color: #000000;
	font-weight: bold;
}
.buyboxprice {
	font-size: 16pt;
	line-height: 32px;
	color: #000000;
	font-weight: bold;
}
hr {
	border: 0;
	width: 100%;
	color: #F001D9;
	background-color: #9700EA;
	height: 1px;
}
.small {
	font-size: 10pt;
	color: #9700EA;
}
.smallblack {
	font-size: 10pt;
	color: #000000;
}
.match dt {
	font-size: large;
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
}

.match dd {
	font-weight: bold;
}

.error {
	margin: 0 auto;
	margin-bottom: 2em;
	display: table;
	color: #FF0000;
	background-color: #FFFFDD;
	border: 1px dashed #FF0000;
	padding: 10px;
}

.faq {
	text-align: left;
	list-style-type: decimal;
}

.faq li {
	margin-bottom: 1em;
}
.body {
	font-size: 11pt;
}
.bodypink {
	font-size: 11pt;
	color: #F001D9;
}
.bodymed {
	font-size: 14pt;
	display: block;
	text-align: center;
}
.bodymed2 {
	font-size: 14pt;
}

.bodymed table {
	margin: 0 auto;
}

form.contact {
	width: 65%;
	margin: 0 auto;
}

form.custom {
	width: 90%;
	margin: 0 auto;
	font-size: 10pt;
}
.custom fieldset {
	padding: 15px;
	margin-left: -15px;
}

.custom fieldset label {
	float: left;
	width: 20%;
}

.custom fieldset label input {
	float: none;
	margin: 0;
}

form.contact label {
	width: 100%;
	display: block;
	height: 1.6em;
	margin-bottom: 3px;
}

form.contact label input {
	float: none;
	vertical-align: text-top;
	display: inline;
	margin-top: -1.4em;
}

.contact fieldset {
	padding: 15px;
	margin-left: -15px;
}

.contact fieldset label {
	float: left;
	width: 32%;
	font-size: 10pt;
}

.contact fieldset label input {
	float: none;
	margin: 0;
}

.forus p strong {
	font-size: larger;
	color: #FF00FF;
}

fieldset {
	width: 100%;
	margin-bottom: 20px;
}

form.contact fieldset.radio label {
	width: 25%;
	float: left;
	height: auto;
	text-align: center;
}

form.contact fieldset.radio input {
	float: none;
	display: block;
	margin: 0 auto;
	margin-top: 5px;
}

.clear {
	overflow: hidden;
	height: 1px;
	clear: both;
}

h1 {
	text-align: center;
	color: #FF00FF;
	font-size: 30pt;
}