/* @override 
	http://sweetlittlewebsites.com/css/slw.css
	http://dev.sweetlittlewebsites.com/media/css/slw.css
*/

html {
	text-align: center;
	background: url("../graphic/background.jpg") repeat;
	color: #ae777a;
}
body {
	margin: 0 auto;
	text-align: left;
	font: 105% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;

}
h1 {
	color: #df3039;
	font: bold 160% "Lucida Grande", Lucida, Verdana, sans-serif;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	color: #df3039;
}
h3{
	color:  #df3039;
	font-weight: bold;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 10px 0 0 0;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
.subtitle {
	margin-top: -5px;
	padding:0 0 10px 0;
	font: italic 100% Verdana, "Lucida Grande", Lucida, sans-serif;
	
}

a {
	color: #779936;
}
a:hover, a:focus {
	color: #a0cf49;
}
a:visited {
	color: #5d772a;
}

p {
	margin-bottom: 0.5em;
}
ol {
	margin: 5px 30px;
}
ol li {
	list-style-type: decimal;
}
ul {
	padding-bottom:10px;
	margin: 5px 30px 10px 0;
}
ul li {
	list-style-type: disc;
}
input {
	color:  #ae777a;
	background-color: #370a0d;
	border-top: 1px solid #ae777a;
	border-left: 1px solid #ae777a;
	border-right: 1px solid #906366;
	border-bottom: 1px solid #906366;
}
button { 
	color:  #779936;
	font: bold 84% 'trebuchet ms',helvetica,sans-serif; 
	background-color: #28080b;
	border: 1px solid; 
	margin: 4px 4px 0 0;
	padding: 3px;
} 
button:hover {
	background-color: #370a0d;
	color: #a5ec65;
}
#hd {
	text-align: center;
	margin: 0 auto;
}

#message-one {
	width: 50%;
	float: right;
	height: 150px;
	background: url(../graphic/attentionbar-right.png) repeat-x;
	color: #a5ec65;
	font: 30px "Chaparral Pro", Georgia, "Times New Roman", Times, serif;
	margin: 0px 0 0 0;
}
#message-one .text-holder{
	margin: 30px 0 0 0;
	text-align: right;
	width: 390px;
}
#message-one p{
	margin: 0;
	padding: 0 0 0 20px;
}
#message-one em {
	color: #5f8a3c;	
}
#message-two {
	left: 50%;
	height: 150px;
	color: #a5ec65;
	font: 28px "Chaparral Pro", Georgia, "Times New Roman", Times, serif;
	background: url(../graphic/attentionbar-left.png) repeat-x;
	margin: 0px 0 20px 0;
}
#message-two .text-holder{
	float: right;
	margin: 20px 0 0 0;
}
#message-two p {
	padding-right: 20px;
	width: 390px;
	margin: 0;
}

.interest {
	position: absolute;
	bottom:300px;
	right: -100px;
}
#ft {
	margin-top: 20px;
	font-size: 80%;
}
.purchase {
	float: right;
	clear: right;
}
.purchase a {
	float: right;
	clear: right;
	width: 100px;
	height: 32px;
	padding: 8px 8px 0px 8px;
	margin: 0px 150px;
	text-align: center;
	background-color: #779936;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border: 2px solid #fff;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px; 
}
.purchase a:hover {
	background-color: #93c044;
}
.purchase a:active {
	background-color: #779936;
}
