@charset "utf-8";
/* CSS Document */

@import url("webFonts/Museo900/stylesheet.css");
@import url("webFonts/Museo100/stylesheet.css");
@import url("webFonts/Museo500/stylesheet.css");
@import url("webFonts/Museo100Italic/stylesheet.css");
@import url("webFonts/Museo900Italic/stylesheet.css");
@import url("webfonts/Museo900/stylesheet.css");
@import url("webfonts/Museo700/stylesheet.css");



body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #c4b398;
	background-image: url(images/body_bkg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	margin: 0px;
}
p {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 30px;
	color: #DEBC66;
	text-align: left;
	margin-left: 410px;
	text-shadow: 2px 2px 4px #660000;
	line-height: 30px;
	margin-top: 0px;
}
h2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 17px;
	line-height: 18px;
	color: #000;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 230px;
}
h3 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #000;
	text-align: left;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000;
	margin-top: 2px;
	margin-bottom: 2px;
}

h5 {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #FF0;
	font-size: 20px;
	margin: 0px;
}

#container {
	background-image: url(images/magicHandCleaner-Bkg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 965px;
	width: 740px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-right-width: 3px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B9BA96;
	border-left-color: #FFFFFF;
	padding: 0px;
	border-top-width: 2px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #808154;
}
#header {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 20px;
	color: #291e10;
	background-image: url(images/magic.png);
	background-repeat: no-repeat;
	background-position: 15px 22px;
	font-style: normal;
	text-align: left;
	padding-left: 15px;
	clear: both;
	padding-right: 15px;
	margin: 0px;
}
#mainContent {
	font-family: "Museo100";
	font-size: 14px;
	color: #000;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(images/magic_product.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.green {
	width: 464px;
	margin-left: 230px;
}
.indent1 {
	margin-left: 250px;
	margin-top: 8px;
}
.indent2 {
	margin-left: 300px;
	margin-top: 0px;
}
.imageFloatRight {
	float: right;
	margin-left: 6px;
}
.greenBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #73b14c;
	height: auto;
	width: 400px;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFC;
	border-right-color: #300;
	border-bottom-color: #300;
	border-left-color: #FFC;
	text-align: center;
	padding: 4px;
	margin-top: -18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer {
	text-align: center;
	margin: 0px;
	clear: both;
	height: 50px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.yellowText {
	color: #FF0;
	text-align: center;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .5em;
}
form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E2DFC7;
	clear: both;
	height: auto;
	width: 400px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 300px;
	border: 6px ridge #EBC870;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.redText {
	color: #F00;
}
hr {
	color: #063;
	margin-top: 2px;
	margin-bottom: 2px;
}
