@charset "UTF-8";
/* CSS Document */
/*-----------------------------------------------------------------------------
Marinating Stick Style Sheet

-----------------------------------------------------------------------------*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-attachment: scroll;
	background-image: url(images/main-bak.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
/* Remove padding and margin */
* {
	margin: 0px;
	padding: 0px;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}

#wrapper {
	width: 853px;
	margin-right: auto;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(images/wrapper-bak.png);
	background-repeat: repeat-y;
	text-align: center;
	background-position: center top;
	padding: 0px;
	margin-top: 0px;
}

.buynow {
	position:relative;
	z-index: 100;
	height: 71px;
	width: 262px;
	left: 50px;
	top: -175px;
}
.flv {
	position:relative;
	z-index: 100;
	height: 258px;
	width: 357px;
	top: -375px;
	background-image: url(images/flvshadow.png);
	text-align: left;
	vertical-align: top;
	display: block;
	clear: left;
	float: left;
	left: 40px;
}
.swf {
	position:relative;
	z-index: 100;
	height: 80px;
	width: 468px;
	top: -290px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	text-align: center;
	display: block;
}
.revolutionary {
	position:relative;
	z-index: 100;
	height: 253px;
	width: 776px;
    top: -300px;
}
.mary {
	position:relative;
	float: left;
	z-index: 100;
	height: 647px;
	width: 342px;
	top: -270px;
  	left: 39px;
}
.form {
	position:relative;
	float: right;
	width: 405px;
	top: -250px;
	right: 38px;
	text-align: center;
	font-size: 160%;


}
.formcontent {
	display: block;
	width: 405px;
	height: 492px;
	position: relative;
	top: -35px;
	background-image: url(images/form.png);
	background-position: center top;
	margin-bottom:-20px

}
.formbttm{
	width: 405px;
	height: 29px;
	background-image: url(images/formbttm.png);
}

.form h3{
	position:relative;
	top: 10px;
}

.formfields {
	position:relative;
	height: 300px;
	width: 380px;
	top: 10px;
	text-align: left;
	margin-left: 10px;
}
.requiredIcon{
	color:Red;
	display:inline;
	font-weight: bolder;
}

.foot{
	position: relative;
	top: -100px;
	clear: both;
}

.thanks{
	position:relative;
	height: 635px;
	width: 790px;
	top: -190px;
	text-align: left;
	font-size: 160%;
	margin-left: 40px;
}
