/*
Title:         Melamordo.com -
Author:        Francesco Altomare - @me.com
Original Date: May 15th, 2010, v1.0
Version:       3.0
*/

/* @group Body */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

:focus {
	outline: 0;
	}

:link,:visited{
	text-decoration: none;
	}

ol, ul {
	list-style: none;
	}

table {
	border-collapse: separate;
	border-spacing: 0;
	}

caption, th, td {
	text-align: left;
	font-weight: normal;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}

blockquote, q {
	quotes: "" "";
	}

body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #999;
	background: #fff url(../graphics/body.gif) repeat-x;
	}

/* @end */

/* @group Page */

div#page {
	width: 590px;
	height: 500px;
	padding-top: 100px;
	margin: 15% auto 0;
	position: relative;
	}

div#page div#about {
	padding: 0 0 0 25px;
	position: absolute;
	top: 78px;
	}

div#page div#about p {
	line-height: 14px;
	}

div#page div#about p span.copyright {
	color: #aaa;
	}

div#page div#about p a {
	color: #4b555d;
	}

div#page div#about p a:hover {
	text-decoration: underline;
	}

div#page div h1 {
	display: block;
	width: 396px;
	height: 22px;
	margin: 0 0 9px 0;
	text-indent: -9999999px;
	background: #fff url(../graphics/logo.gif) no-repeat 0 -44px;
	}

div#page div h1 a {
	display: block;
	width: 396px;
	height: 22px;
	text-indent: -9999999px;
	background: #fff url(../graphics/logo.gif) no-repeat 0 0;
	}

div#page div#about h1 a:hover {
	background: none;
	}

div#page div.active h1 a {
	background: #fff url(../graphics/logo.gif) no-repeat 0 -22px;
	}

div#page p#contact {
	display: block;
	width: 69px;
	height: 16px;
	position: absolute;
	right: 25px;
	top: 81px;
	text-indent: -9999999px;
	background: url(../graphics/contact.gif) no-repeat bottom;
	}

div#page p#contact a {
	display: block;
	width: 69px;
	height: 16px;
	text-indent: -9999999px;
	background: url(../graphics/contact.gif) no-repeat top;
	}

div#page p#contact a:hover {
	background: none;
	}

div#page ul#item-nav {
	display: block;
	width: 581px;
	height: 107px;
	padding: 0 0 0 9px;
	position: relative;
	background: url(../graphics/items.png) no-repeat;
	z-index: 2;
	}

div#page ul#item-nav li {
	margin: 20px 0 0 10px;
	float: left;
	}

div#page div#item-panes {
	width: 569px;
	height: 190px;
	margin: -10px auto 0;
	position: relative;
	overflow: hidden;
	}

div#page .item {
	display: none;
	position:relative;
	height: 190px;
	top:-200px;
	background: #f7f7f7 url(../graphics/item.gif) no-repeat bottom;
	}

div#page .active { display: block; top:0; }

div#page div.item img {
	margin: 25px 0 0 12px;
	float: left;
	}

div#page div.item h2 {
	width: 305px;
	margin: 0 0 1em 0;
	padding: 28px 5px 0 0;
	float: right;
	font-size: 12px;
	font-weight: bold;
	}

div#page div.item p {
	width: 305px;
	margin: 0 0 2em 0;
	padding: 0 5px 0 0;
	float: right;
	font-size: 9px;
	}

div#page div.item a {
	color: #4b555d;
	padding: 0 8px 0 0;
	background: url(../graphics/link-external.gif) no-repeat right;
	}

div#page div.item a:hover {
	text-decoration: underline;
	}

div#page div p.item-location {
	display: block;
	width: 14px;
	height: 8px;
	padding: 0;
	position: absolute;
	top: 3px;
	text-indent: -9999999px;
	background: url(../graphics/item-location.gif) no-repeat bottom;
	}
	
div#page div#item-1 p.item-location {
	left: 32px;
	}

div#page div#item-2 p.item-location {
	left: 102px;
	}

div#page div#item-3 p.item-location {
	left: 172px;
	}

div#page div#item-4 p.item-location {
	left: 242px;
	}

div#page div#item-5 p.item-location {
	left: 312px;
	}

div#page div#item-6 p.item-location {
	left: 382px;
	}

div#page div#item-7 p.item-location {
	left: 452px;
	}

div#page div#item-8 p.item-location {
	left: 522px;
	}
	
/* @end */