


/* Hidden
-------------------------------------------------- */
#header hr, #header p, #header img,
h1 span,
#menu hr, #menu p,
#footer p span, #footer li a span {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

/* Reset
-------------------------------------------------- */
html, body,
#content dl, #content dt, #content dd,
#menu *,
#footer p, #footer ul, #footer li {
	border: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}







/* General
-------------------------------------------------- */
body {
	background: #fff url(header.jpg) no-repeat top;
	font-family: Verdana, sans-serif;
}
#global {
	display: block;
	width: 780px;
	margin: 434px auto 0;
	background-color: #000;
}
#content {
	display: block;
	width: 395px;
	padding: 15px 15px 25px 15px;
	float: left;
	margin: -75px 25px 0;
	background-color: #0f1e31;
	color: #fff;
	min-height: 350px;
	height: auto !important;
	height: 350px;
}
#menu {
	display: block;
	width: 275px;
	float: left;
}
#footer {
	background: transparent url(footer.gif) bottom;
	clear: both;
	display: block;
	height: 81px;
	margin-bottom: 70px;
}



/* Content
-------------------------------------------------- */
h1 {
	font-size: 24px;
	text-align: center;
}
p {
	font-size: 12px;
}
#content a {
	color: #fff;
}
#content dt {
	text-align: center;
	padding: 10px 0;
}


/*ul#shops a {
	padding-top: 65px;
}*/
#content li, #content dd {
	margin-top: 15px;
	font-size: 14px;
}
#content li em, #content dd em {
	font-size: 12px;
	color: #ccc;
	padding-bottom: 3px;
}
#content dd em { display: block; }

/* Menu
-------------------------------------------------- */
#menu a, #menu strong {
	display: block;
	width: 252px;
	padding: 0 15px;
	height: 48px;
	font-variant: small-caps;
	background: transparent url(menu.gif) no-repeat 0 -48px;
	margin-top: 5px;
	line-height: 48px;
	color: #dbdbdb;
	font-size: 18px;
	text-decoration: none;
}
#menu a:hover,
#menu strong {
	background-position: 0 0;
}



/* Footer
-------------------------------------------------- */
#footer ul {
	position: absolute;
	margin-top: 86px;
}
	#footer li {
		float: left;
		margin-right: 5px;
	}
		li.facebook a,
		li.myspace a,
		li.fairtilizer a {
			display: block;
			width: 72px;
			height: 26px;
			background: transparent url(_blank.gif) no-repeat left top;
		}
		li.facebook a { background-image: url(facebook.png); }
		li.myspace a { background-image: url(myspace.png); }
		li.fairtilizer a { background-image: url(fairtilizer.gif); }
		
#footer p {
	background: transparent url(mixdemedios.gif) no-repeat left top;
	display: block;
	width: 171px;
	height: 53px;
	float: right;
	margin-right: 50px;
	margin-top: -50px;
	padding-top: 135px;
	color: #7EB714;
	text-align: right;
}
#footer p a {
	color: #7EB714;
	text-decoration: none;
}

























