@charset "utf-8";

* {
	margin: 0;
}

html {
	height: 100%;
}

body {
	background-color: #000;
	margin: 0;
	padding: 0;
	height: 100%;
	line-height: 0;
}

div, p, tr, th, td, li, h1, h2, h3, h4, h5, h6, pre, input, textarea, select, em, big, tt, dt, dd, dfn, samp, addr, legend, fieldset, label, address, bdo, cite, code, kbd, var a, a:link, a:visited {
	font-size: 12px;
	font-family: Helvetica,Arial,sans-serif;
	font-style: normal;
	line-height: 1.25em;
	color: #ccc;
}

/****************************/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/****************************
****************************/

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px; /* the bottom margin is the negative value of the footer's height */
}

.push {
	height: 200px;
}

#footer {
	height: 200px; /* #Footer must be the same height as #Page */
	padding: 0;
	margin: 0;
	bottom: 0;
	color: #fff;
	line-height: 0;
}

/****************************
****************************/
#container {
	width: 760px;
	padding: 0;
}

#contents {
	background-image: url(img/topbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 10px;
}

#cover {
	width: 670px;
	padding-top: 180px;
	margin: auto;
}

#main .marginmiddle {
	margin: 0 auto;
}

#header {
	float: right;
	padding: 5px;
}

#main {
	margin: auto;
}

#main .textbox {
	margin: auto;
}

#main p, #main h6 {
	font: 16px sans-serif;
	text-align: justify;
	padding: 0.55em 0;
	color: #ccc;
}
#main h6 {
	font-weight: bold;
	color: #fff;
}

#main table {
	padding: 1.5em 0 1.25em 0;
}

#main .quote0 {
	background-image: url(img/thequote0.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#main .quote1 {
	background-image: url(img/thequote1.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#main .pricetag {
//	line-height: 1.5em;
}

#main .pricetag em {
	font-size: 1.2em;
	font-weight: bold;
}

#footer {
	background-color: #333;
	background-image: url(img/footerbg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#footbody {
	background-image: url(img/footerimg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 780px;
	height: 200px;
	margin: auto;
	padding: 0;
}

#footbody p {
	padding-bottom: 1.2em;
}

#footbody .textbox {
	margin-left: 420px;
	padding-top: 50px;
	vertical-align: text-bottom;
}

#inthebox {
	background-color: #000;
}

#inthebox h6{
	font: 16px sans-serif;
	font-weight: bold;
	text-align: justify;
	padding: 0.55em 0;
	color: #ccc;
}

#inthebox select {
	font: 16px sans-serif;
	color: #333;
}

#inthebox .PaypalButn {
	margin: 2em auto;
	text-align: center;
}
