/*
	priorLIFE website stylesheet
	
	Created by: Matt McGuire
	Created on: May 11, 2009
	
	Modified by: Matt McGuire
	Modified on: May 12, 2009
*/

body{
	font-family: TheMixBold, "Trebuchet MS", sans-serif;*/
	/*font-family: "Trebuchet MS", sans-serif;*/
	font-size: small;
	background-color: #a91e05;
	background-image: url(images/landing_background.jpg);
	background-repeat: repeat;
	padding: 0px;
	margin: 0px;
	height: auto;
}

a img{
	border: none;
}

#content{
	margin: 0px;
	padding: 10px 59px 0px 39px;
	width: 852px;
	height: 643px;
	margin: auto;
	background-image: url(images/landing_body.png);
}

#content h4{
	color: #00a9d4;
	font-size: 150%;
	margin-top: 3em;
	margin-bottom: -.5em;
}

.statement{
	position: relative;
	top: -480px;
}

.statement p{
	width: 340px;
	font-weight: bold;
	line-height: 1.1em;
}

#logo{
	position: relative;
}

#wholesaler a{
	position: relative;
	display:  block;
	height: 137px;
	width: 258px;
	top: 25px;
	left: 407px;
	background: url(images/landing_wholesale.png) 0 0 no-repeat;
	z-index: 1;
}

#wholesaler a:hover{
	background-position: 0 -137px;
}

#shop a{
	display: block;
	position: relative;
	height: 293px;
	width: 210px;
	top: -270px;
	left: 645px;
	background: url(images/landing_shop.png) 0 0 no-repeat;
	text-decoration: none;
	z-index: 2;
}

#shop a:hover{
	background-position: 0 -293px;
}

#social h4{
	color: #b7d221;
	margin-top: 1em;
}

#social p{
	margin-left: 36px;
}

#footer{
	clear: both;
	width: 938px;
	margin: 9px auto;
	padding: 5px 12px 5px 0px;
	height:73px;
	background: url(images/landing_footer.png) 0 0 no-repeat;
	font-size: small;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

#footer p{
	margin: 0px;
	padding: 0px;
}

#footer a{
	color: #f5c813;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
}

#footer a:hover{
	color: white;
}

#footer img{
	float: right;
	padding: 0px;
	margin: 0px;
}

#copyright{
	color: #f5c813;
	position: relative;
	top: 32px;
	left: 8px;
}