@charset "UTF-8";
body {
	margin-top: 0px;
	margin-left: 0px;
	background-color: #430303;
	background-image: url(background-tile.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #000;
}

h1 {
	font-size: 18px;
	text-transform: capitalize;
	line-height: 26px;
}

h2 {
	font-size: 16px;
	text-transform: capitalize;
	line-height: 24px;
}

img {
	border: 0px;
}

a:link {
	color: #A20309;
}

a:visited {
	color: #7F0105;
}

/* layout */

#diabolik {
	position:absolute;
	width:443px;
	height:620px;
	z-index:1;
	top: 167px;
	background-image: url(diabolik.png);
}

#main-container {
	width: 1024px;
	margin: 0 auto;
}

#content {
	width: 100%;
	background-image: url(content-bg.gif);
	overflow: hidden;
}

#text {
	width: 526px;
	float: right;
	margin-right: 40px;
}

#text-long {
	width: 526px;
	height: 1050px;
	float: right;
	margin-right: 40px;
}

#text-long-press {
	width: 518px;
	height: 1050px;
	float: right;
	margin-right: 32px;
}

#signup {
	width: 250px;
	margin-left: 80px;
}


/* text */

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #DEAC28;
	text-align: center;
	margin-top: 597px;
}

.subhead {
	font-weight: bold;
	text-transform: uppercase;
}

.mice {
	font-size: 12px;
}

.email-signup {
	font-size: 16px;
	line-height: 23px;
}

.email-head {
	font-size: 20px;
}

.centerit {
	text-align: center;
}

/* images */

.image-right-border {
	float: right;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 12px;
	border: 2px solid #000;
}

.press-images {
	border: #000 solid 2px;
}

.header-bump-down {
	padding-top: 10px;
}

/* tables */

.store-labels {
	background-color: #000;
	color: #FFF;
	font-size: 18px;
}

#product-blowup img {
	padding: 50px 0px 50px 0px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#product-blowup p {
	text-align: center;
}
