* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial;
	text-align: center;
	background: url("/images/main_bg.gif") repeat-x #ffffff;
}

#package {
	width: 775px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 50px;
}

#header {
	position: relative;
	width: 775px;
	height: 101px;
	overflow: hidden;
}

#header a {
	text-decoration: none;
	color: #551133;
	position: relative;
	display: block;
	width: 775px;
	height: 101px;
	overflow: hidden;
}

#header h1 {
	text-align: center;
	font-size: 28px;
	font-family: "Century Gothic", "Arial";
	color: #551133;
}

#header strong {
	display: block;
	text-align: center;
	color: #ffcc00;
	font-size: 14px;
	font-weight: bold;
}

#header span {
	position: absolute;
	width: 775px;
	height: 101px;
	left: 0px;
	top: 0px;
	background: url("/images/header.gif");
}

#offer_box {
	width: 550px;
	border: 2px solid #551133;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: left;
	padding-bottom: 10px;
}

#offer_box h2 {
	color: #551133;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

#offer_box a {
	font-weight: bold;
}

#offer_box p {
	margin-bottom: 15px;
}

#main {
	padding-right: 70px;
	padding-left: 70px;
}

#main p {
	margin-bottom: 15px;
}

#main ul {
	margin-left: 35px;
	margin-bottom: 15px;
}

#main ol {
	margin-left: 35px;
	margin-bottom: 15px;
}


#main .extraspace li {
	margin-bottom: 15px;
}

#main h2 {
	text-align: center;
	font-size: 24px;
	color: #551133;
	font-family: "Century Gothic", "Arial";
	margin-top: 25px;
	margin-bottom: 25px;
}

#main h3 {
	text-align: left;
	color: #000000;
	margin-bottom: 18px;
	margin-top: 18px;
	font-weight: bold;
	font-size: 18px;
}

.underline {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.yellowbg {
	background: #ffff00;
}

.relativeimage {
	position: relative;
}

.relativeimage img {
	position: absolute; 
	left: -70px;
	top: 0px;
}

.quotebox {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 2px solid #551133;
	text-align: left;
}

.quotebox {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: left;
}

.sessionbox {
	background: url("/images/sessionbg.gif") repeat-x;
	padding: 5px;
	border-top: 1px solid #CECECE;
	border-left: 1px solid #CECECE;
	margin-bottom: 15px;
	text-align: left;
}

.orderbox {
	border: 3px dashed #551133;
	background: #FFeeee;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;	
	width: 500px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
}

.center {
	text-align: center;
}

#footer {
	font-size: 10px;
	margin-top: 50px;
	margin-bottom: 10px;
}

#footer li {
	display: inline;
}

#order_page h3 {
	text-align: left;
	padding-left: 5px;
	background: #551133;
	font-size: 16px;
	color: #FECB00;
	padding: 4px;
	margin-top: 15px;
	margin-bottom: 10px;
}

#order_page table {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#order_page .left_cell {
	width: 150px;
	font-size: 12px;
	text-align: right;
}

#order_page .center_cell {
	width: 170px;
}

#order_page td {
	margin-top: 2px;
	margin-bottom: 2px;
}


#order_page table input {
	width: 173px;
	height: 18px;
}

.redmid {
	background: url('/images/redbarmid.gif') repeat-y;
}

.redtop {
	background: url('/images/redbartop.gif') left top no-repeat;
}
 
.redbot {
	font-size: 12px;
	padding-left: 35px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: url('/images/redbarbot.gif') left bottom no-repeat;
}

.special input {
        margin: 0px;
        padding: 2px;
        width: 450px;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        font-family: Verdana;
        cursor: hand;
}

.special {
	padding: 10px;
    width: 452px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	background: #ff0000;
    cursor: hand;
}

.sub_field {
   font-size: 10px;
}

.red {
	color: #ff0000;
}

.order_receipt_box {
	width: 400px;
	border: 2px solid #cccccc;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 30px;
}

