@charset "utf-8";
/* 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,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/*BEGIN LAYOUT*/
body{
	border-top:#F77E23 10px solid;	
	font: 12px Arial, Helvetica, sans-serif;
	color:#555;
}
#wrapper, #footer{
	margin:0 auto;
	padding:60px 0 20px;
	width:860px;
	text-align:left;
}
#footer{
	padding:10px 0;
	color:#999;
	line-height:20px;
}
#footer{
	width:840px;	
}
#social{
	margin:20px 0 20px 364px;
}
#social .st_sharethis{
	margin:10px 15px 0 0;
	float:right;	
}
.clear{
	clear:both;
}
/*BEGIN HTML*/
h1, p, blockquote{
	margin: 0 15px 10px 364px;
}
h1{
	font:22px Georgia, "Times New Roman", Times, serif;	
	font-weight:bold;
	color:#3E658E;
	border-bottom:#3E658E 4px solid;
	text-transform:uppercase;
	letter-spacing:2px;
}
p, blockquote{
	margin-bottom:15px;
	line-height:20px;	
}
img{
	margin:0;
	float:left;	
}
blockquote {
	padding:10px;
	font:16px Georgia, "Times New Roman", Times, serif;
}
blockquote.top-quote{
	border-top: #ccc 1px dashed;
}
blockquote.bottom-quote{
	border-bottom: #ccc 1px dashed;
}
blockquote cite{
	margin-top:10px;
	display:block;
	font:12px Arial, Helvetica, sans-serif;
	font-style:italic;
}
a:link, a:visited{
	text-decoration:none;
	color:#3E658E;
}
a:hover, a:active{
	text-decoration:underline;
	color:#F97E21;
}
a.buy-now:link, a.buy-now:visited{
	padding:8px 10px 9px;
	width:150px;
	background:#2DAEBF;
	display:inline-block;
	display: -moz-inline-stack;
	*display:inline;	
	zoom:1;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	text-transform:uppercase;
	font:14px "Arial Black", Gadget, sans-serif;
	text-align:center;
	color: #fff !important;
	cursor: pointer;
	font-weight: bold;
	line-height: 1;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}
a.buy-now:hover, a.buy-now:active{
	text-decoration:none;
	background:#F97E21 !important;
}
#footer a:link, #footer a:visited{
	text-decoration:none;
	color:#999;
}
#footer a:hover, #footer a:active{
	text-decoration:underline;
	color:#F97E21;
}