 body {
	font-family: Georgia, "Times New Roman", Times, serif;	
 }
 
 * {margin: 0; padding: 0;}
 a:active, a:focus {outline: 0;}


/* styles for IE 5 Mac */
 #horizon {
	position: absolute;
	top: 20px;
	left: 20px;		
 }
 
 /* following rules are invisible to IE 5 \*/
 #horizon {
   top: 50%;
   left: 0px;
   width: 100%;
   margin-top: -225px;
   text-align: center;
   min-width: 1001px;
   background: #222222 url(../images/horz-bg.jpg) repeat-x;
 }
 /* end IE 5 hack */ 
	  
#mainHolder {
	position: relative;
	text-align: left;
	width: 1001px;
	height: 445px;
	margin: 0px auto;
	}

.logo {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	}
	
.marketing {
	position: absolute;
	top: 0;
	left: 293px;
	}

.marketing a {
	display: block;
	position: relative;
	text-decoration: none;
	width: 707px;
	height: 226px;
	background: transparent url(../images/front-marketing.jpg) no-repeat 0 0;
	cursor: pointer;
	}
	
.marketing a:hover {
	background-position: 0 -226px;
	}
	
.shop {
	position: absolute;
	top: 226px;
	left: 293px;
	}
	
.shop a {
	display: block;
	position: relative;
	text-decoration: none;
	width: 707px;
	height: 219px;
	background: transparent url(../images/front-shop.jpg) no-repeat 0 0;
	cursor: pointer;
	}
	
.shop a:hover {
	background-position: 0 -219px;
	}
	
	
.marketing span.h1, .shop span.h1 {
	position: absolute;
	top: 70px;
	left: 30px;
	height: 48px;
	width: 600px;
	font-size: 42px;
	font-weight: normal;
	color: #000000;
	}
	
.shop span.h1 {
	top: 15px;
	left: 30px;
	}
	
.marketing a:hover span.h1, .shop a:hover span.h1 {
	color: #FFF;
	}
	
.marketing span.h2, .shop span.h2 {
	position: absolute;
	top: 130px;
	left: 30px;
	width: 460px;
	height: 78px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4em;
	color: #7c7c7c;
	}
	
.shop span.h2 {
	top: 70px;
	left: 30px;
	}
	
.marketing a:hover span.h2, .shop a:hover span.h2 {
	color: #FFF;
	}

.link_facebook {
	float:left;
	position:absolute;
	bottom:15px;
	left:75px;
}

	.link_facebook a {
		float:left;
		margin:0;
		color:#FFF;
		text-decoration:none;
	}

		.link_facebook a:hover {
			text-decoration:underline;
	}
	
	.link_facebook a img {
		float:left;
		margin:0 0 0 5px;
		border:none;
	}
