@charset "utf-8";
/* CSS Document */

html
{
	overflow-y: scroll !important;
}

body
{
	background-color: #1a171b;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1
{
	font-size: 16px;
}

h2
{
	font-size: 14px;
	color: #b70f00;
}

h3
{
	font-size: 13px;
	color: #1a171b;
}

hr
{
	border: 1px solid #999;
	height: 1px;
}

a
{
	color: #b70f00;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

input, textarea
{
	border: 1px solid #333;
	padding: 4px;
	background: white;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

img, table
{
	border: 0px;
}

div#content-field {
	background: #ca1203;

}

div#site-container
{
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	background: #ca1203 url(images/main-bg.jpg) no-repeat left 237px;
	overflow: auto;
}

div#logo
{
	float: left;
	width: 227px;
	height: 237px;
	background: url('images/logo.jpg');
}

div#right
{
	float: left;
	width: 773px;
	height: 237px;
	background: url('images/top_header.jpg');
}

div#right div#foto
{
	width: 773px;
	height: 205px;
	text-align: right;
}

div#right div#foto div#slideshow
{
	width: 402px;
	height: 205px;
	float: right;
}

div#right div#menu
{
	width: 773px;
	height: 32px;
	text-align: left;
}

div#right div#menu a
{
	display: block;
	float: left;
	width: auto;
	margin-top: 6px;
	margin-left: 20px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-decoration: none;
}

div#right div#menu a:hover
{
	color: black;
}

div#left-nav
{
	float: left;
	width: 227px;
	height: 459px;
	min-height: 459px;
	text-align: right;
}
div#left-nav img
{
	margin-bottom: 5px;
}

div.content
{
	float: left;
	width: 564px;
	min-height: 559px;
	_height: 559px;
	background: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

h2.artist {
	font-size: 22px;
	margin-bottom: 25px;
	text-decoration: none;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
}

div.red
{
	background: transparent;
}

div.red * {
	color: white;
}

div.red h1 {
	font-size: 22px;
	line-height: 22px;
}

div.red h2 {
	font-size: 18px;
	line-height: 20px;
}

div.red p {
	font-size: 14px;
	line-height: 23px;
}

div.content div.padding
{
	margin: 20px;
}

div#ads
{
	margin-top: -32px;
	float: left;
	width: 203px;
}
div#ads img
{
	display: block;
}

a.order {
	text-decoration: none;
	display: block;
	cursor: pointer;
	margin-bottom: 10px;
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #FFE1D5 url(images/order_bg.jpg) repeat-y center right;
}

.orange {
	color: #e74f2a !important;
}