/*####################################
#	CSS RESET
####################################*/

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
	}

a img, :link img, :visited img {
	border: 0;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

ol, ul {
	list-style: none;
	}
	
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
	}


/*####################################
#	BODY, HTML, MISC
####################################*/

body, html {
	background: #e3f3d8 url(images/top_border.jpg) repeat-x left 160px;
	color: #91866f;
	font: normal 12px "Times New Roman", serif;
	height: 100%;
	width: 100%;
	}
	
html>body {
	font-size: 12px;
	}
	
#wrapper {
	min-height: 100%;
	position: relative;
	}
	
* html #wrapper {
	height: 100%;
	}

.container {
	margin: 0 auto;
	width: 948px;
	}
	
.clear {
	clear: both;
	margin: 0 !important;
	padding: 0 !important;
	}


/*####################################
#	HEADER
####################################*/

#header {
	background: url(images/wrapping_paper.gif) repeat-x top left;
	height: 160px;
	}
	
#header h1 {
	background: url(images/logo.png) no-repeat top left;
	height: 215px;
	left: 23px;
	position: absolute;
	text-indent: -1000em;
	top: 19px;
	width: 408px;
	z-index: 2;
	}
	
#header div#greenBow {
	background: url(images/green_bow.png) no-repeat top left;
	height: 137px;
	width: 217px;
	}
	
#header div#purpleBow {
	background: url(images/purple_bow.png) no-repeat top left;
	height: 234px;
	left: 788px;
	position: absolute;
	top: -234px;
	width: 316px;
	}
	
	
/*####################################
#	FOOTER
####################################*/

#footer {
	background: url(images/wrapping_paper.gif) repeat-x bottom left;
	bottom: 0;
	height: 181px;
	position: absolute;
	width: 100%;
	}
	
#footer div#border {
	background: url(images/bottom_border.jpg) repeat-x top left;
	height: 21px;
	}
	
#footer a {
	background: url(images/design_by_ethix_studios.png) no-repeat top left;
	display: block;
	height: 51px;
	margin: 54.5px 0 0 22px;
	text-indent: -1000em;
	width: 250px;
	}


/*####################################
#	BODY
####################################*/

#body {
	background: url(images/top_border.jpg) repeat-x top left;
	padding-bottom: 210px;
	width: 970px;
	}
	
#body h2 {
	color: #494744;
	font: bold 28px/1.1em "American Typewriter", Georgia, Garamond, "Times New Roman", serif;
	margin-bottom: 13px;
	text-transform: capitalize;
	}
	
#body div#right {
	float: right;
	margin-top: 51px;
	width: 620px;
	}
	
#body div#right,
#body form#left {
	font-size: 1.33em;
	line-height: 1.27em;
	}
	
#body div#right div#center p {
	font-size: .8em;
	font-style: italic;
	line-height: 1.4em;
	}
	
#body div#right div#buy {
	background: url(images/get_a_set.gif) no-repeat top left;
	height: 133px;
	}
#body div#right div#paypal {
	background: url(images/paypal.gif) no-repeat top left;
	height: 133px;
	}

#body div#right div#buy {
	margin-bottom: 30px;
	text-indent: -1000em;
	}
	
#body div#right.dark div#buy {
	margin: 20px 0;
	}
	
#body div#right div#buy a#buySet {
	background: url(images/buy_your_set.gif) no-repeat top left;
	float: left;
	height: 102px;
	margin: 16px 0 0 14px;
	width: 221px;
	}
	
#body div#right div#buy a#buySet:hover {
	background-position: bottom left;
	}
	
#body div#right div#paypal a#paypalSet{
	background: url(images/paypal.gif) no-repeat top left;
	float: left;
	height: 102px;
	margin: 16px 0 0 14px;
	width: 221px;
	}
	
#body div#right div#paypal a#paypalSet:hover {
	background-position: bottom left;
	}
	
#body div#right div#center {
	float: left;
	width: 381px;
	}
	
#body div#right div#center ul {
	background: url(images/lights.gif) repeat-y top left;
	margin-bottom: 16px;
	padding-left: 30px;
	}
	
#body div#right div#center li {
	margin-bottom: 7px;
	}
	
#body div#right.dark p,
#body div#right.dark p a,
#body div#right div#center li.dark,
#body form {
	color: #5b461b;
	}
	
#body div#right img.sideImage {
	float: right;
	margin-top: -20px;
	}
	
#body div#right.dark p {
	line-height: 1.5em;
	}
	
#body #right a.comeBackLater {
	color: #565550;
	margin-left: 20px;
	position: relative;
	top: -4px;
	}
	
#body #right a.comeBackLater strong {
	font-size: 1.3em;
	}

#body div#left {
	background: url(images/left_images.png) no-repeat top left;
	height: 522px;
	float: left;
	margin: -8px 0 0 29px;
	width: 307px;
	}
	
#body div#left.half {
	background-image: url(images/left_images_half.png);
	height: 272px;
	}
	
#body div#learnMore {
	float: left;
	margin: 12px 0 0 70px;
	}
	
#body form#left {
	float: left;
	margin: 93px 0 0 66px;
	}
	
#body form fieldset div {
	margin-bottom: 18px;
	}
	
#body form fieldset div label {
	display: block;
	}
	
#body form fieldset div input {
	height: 21px;
	width: 216px;
	}
	
#body #right.commands h2 {
	margin-bottom: 25px;
	}

p.message {
	line-height: 1.5em;
	margin-bottom: 10px;
	width: 210px;
	}
