@charset "UTF-8";
/* CSS Document */


body{
	background:url(../../images/body-bg.jpg) repeat;
	}

h1, h2, h3, h4, h5, h6, header{
	font-family:Helvetica, Arial, sans-serif;
	}
	
p {
	font-size: 15px;
	line-height: 18px;
	margin-top:6px;
}

.buy-now {
	font-size: 10px;
	line-height: 10px;
	margin-top:3px;
	text-align:left;
}	
	
header{
	line-height:51px;/*sets the spacing of the nav from the top*/
	font-size:14px;
	background-image:none;
	}
	
header a:hover {
	text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.09), 0px 0px 20px rgba(0, 0, 0, 0.5);}
	
/*html body.home div.fancybox-overlay div.fancybox-wrap div.fancybox-skin div.fancybox-outer div.fancybox-inner,
html body.home div.fancybox-overlay div.fancybox-wrap,
html body.home div.fancybox-overlay div.fancybox-wrap div.fancybox-skin{
	width:1000px;
	border:#f00 1px solid;
		}*/

#container{
	width:800px !important;
	}