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


body {
	font-family: Arial, Helvetica, sans-serif;
		font-size:9px;
		margin-top:0px;
		/*font-size:14px;*/
		font-size: 100%;
		background-color:#6e453b;
	
	
	}
	
body a {
	
	color:#8a1e04;
	text-decoration:underline;
	
	}
	
	
	body a:hover {
	
	color:#5eacd7;
	text-decoration:none;
	
	}


#container {
margin-right:auto;
margin-left:auto;
width:1074px;
height:1198px;
background-image:url('../images/container-bg.jpg');
background-repeat:repeat-y;



}

#content-area {
margin-right:auto;
margin-left:auto;
width:974px;
height:830px;

}

#buttons {
width:974px;
height:120px;
}

#store{
width:177px;
height:144px;
float:right;
margin-right:380px;
	background: url("../images/store.png");
}

#store-text-rollover{
padding-top:25px;
padding-left:30px;
width:140px;
height:46px;

}
a.store-text-rollover {
	display: block;
	width: 140px;
	height: 46px;
	text-decoration: none;
	background: url("../images/store-text.png");
	}

a.store-text-rollover:hover {
	background-position: -174px 0;
	}





#social-media-rollover{
float:left;
width:170px;
height:200px;
margin-top:110px;
margin-left:229px;
}


a.social-media-rollover-1 {
	display: block;
	float:left;
	width: 35px;
	height: 48px;
	margin-right:5px;
	text-decoration: none;
	background: url("../images/facebook.png");
	}

a.social-media-rollover-1:hover {
	background-position: -36px 0;
	}
	a.social-media-rollover-2 {
	display: block;
	float:left;
	width: 34px;
	height: 46px;
	margin-right:7px;
	text-decoration: none;
	background: url("../images/twitter.png");
	}

a.social-media-rollover-2:hover {
	background-position: -34px 0;
	}

a.social-media-rollover-3 {
	display: block;
	float:left;
	width: 53px;
	height: 45px;
	text-decoration: none;
	background: url("../images/flickr.png");
	}

a.social-media-rollover-3:hover {
	background-position: -51px 0;
	}


#splash-text {
padding-top:415px;
font-size:15px;
color:#8a1e04;
height:160px;
text-align:left;
width:530px;
margin-left:235px;
}
