*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #fff;
	color: #646464;
	font: 11px/20px "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

a:link
{
	color: #00b1ee;
	text-decoration: none;
}

a:visited
{
	color: #00b1ee;
	text-decoration: none;
}

a:hover
{
	color: #00b1ee;
	text-decoration: underline;
}

a:active
{
	color: #00b1ee;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 { font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; }
h1 { margin: 0; }
h2 { margin-bottom: 1.2em; }
h3 { font: bold 11px/20px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; }
img { border: 0; }
p { margin-bottom: 1.2em; }
strong, em { font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; }

#container
{
	background-image: url('/images/bg-container.gif');
	background-position: top center;
	background-repeat: repeat-y;
	min-height: 1000px;
}

#page
{
	background-color: #fff;
	background-image: url('/images/bg-page.gif');
	background-position: top right;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 21px 21px 40px 21px;
	width: 790px;
}

div#header
{
	border-bottom: 1px dotted #646464;
	clear: both;
	margin-bottom: 21px;
	padding-bottom: 16px;
	width: 790px;
}

div#logo
{
	float: left;
	margin-right: 27px;
	width: 166px;
}

div#tagline
{
	float: left;
	margin-top: 51px;
}

div#content
{
	clear: both;
	margin-bottom: 50px;
	width: 790px;
}

div#nav
{
	float: left;
	margin-right: 27px;
	width: 166px;
}

div.menu
{
	margin-bottom: 6px;
	width: 166px;
}

div#main
{
	float: left;
	width: 597px;
}

div#footer
{
	border-top: 1px dotted #646464;
	clear: both;
	padding-top: 18px;
	width: 790px;
}

#footer p#copyright { margin-bottom: .5em; }
#footer p#links { margin-bottom: 0; }


#footer a:link
{
	color: #646464;
	text-decoration: none;
}

#footer a:visited
{
	color: #646464;
	text-decoration: none;
}

#footer a:hover
{
	color: #646464;
	text-decoration: underline;
}

#footer a:active
{
	color: #646464;
	text-decoration: underline;
}

.black { color: #000; }
.red { color: #e71818; }

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hide from IE Mac \*/
.clearfix { display: block; }
/* End hide from IE Mac */

/* POSTERS */
table#posters { width: 597px; }

table#posters td
{
	padding-bottom: 24px;
	vertical-align: top;
	width: 199px;
}

.thumb { margin-bottom: 10px; }
.info { line-height: 16px; }

.title
{
	display: block;
}

.subtitle { display: block; }
.price { display: block; }
.soldout { color: #989898; }
.notforsale { color: #000; }

/* ITEM */
#description
{
	float: left;
	margin-right: 20px;
	width: 390px;
}

.full { margin-bottom: 10px; }
.thumb { }
.border { border: 1px solid #d8d8d8; }

#sidebar
{
	float: left;
	width: 185px;
}

/* ABOUT */
#staff { padding-top: 10px; }

#staff #col-a
{
	float: left;
	margin-right: 31px;
	width: 264px;
}

#staff #col-b
{
	float: left;
	width: 264px;
}

.underline
{
	border-bottom: 1px dotted #646464;
	padding-bottom: 8px;
}

/* CONTACT */
#contact
{
	background-color: #e7eced;
	border: 1px solid #b7b7b7;
	margin-bottom: 20px;
	padding: 10px;
}

#contact td { padding: 2px 4px; }
.text { font: 11px "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; }
.textarea { font: 11px "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; }
.required { color: #00b1ee; }

.error
{
	color: #e71818;
	display: block;
}