/*
Layout css
*/

body {
	background-color: #333333;
	background-image: url(../img/layout/body_bg.jpg);
	background-position: center top;
	background-repeat: repeat;
	color: #eeeeee;
	font-family: "Helvetica", Verdana, Arial;
	font-size: 14px;
	font-weight: normal;
	height: 100%;
	width: 100%;
}

a, a:link, a:active, a:visited {
	color: green;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

div#master {
	background-image: url(../img/layout/content_bg.jpg);
	background-position: center -180px;
	background-repeat: no-repeat;
	height: 100%;
	position: relative;
	width: 100%;
	min-width: 850px;
}
.home div#master {
	background-image: url(../img/layout/home_bg.jpg);
	background-position: center 50px;
}

h1#header {
	background-image: url(../img/layout/header_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 186px;
	position: relative;
	text-indent: -9999px;
	top: 0px;
	width: 100%;
}
.home h1#header {
	height: 0px;
}
h1#header a {
	display: block;
	height: 186px;
	width: 100%;
}
.home h1#header a {
	height: 0px;
}

div#contentWrapper {
	margin: 0 auto;
	position: relative;
	top: -12px;
	width: 80%;
}
.home div#contentWrapper {
	height: 550px;
	top: 18px;
}



/* Menu */
#menu {
	margin-bottom: 40px;
	position: relative;
	top: -30px;
	width: 100%;
}
.home #menu {
	top: 0px;
}
div#menu {
	background-image: url(../img/layout/menu_bg.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
	height: 83px;
	top: -12px;
}
.home div#menu {
	top: 18px;
}
div#menu ul {
	margin: 0 auto;
	width: 825px;
}
div#menu ul li, div#menu ul li a {
	display: block;
	float: left;
	height: 63px;
	text-indent: -9999px;
	width: 275px;
}
div#menu ul li a {
	background-position: center top;
	background-repeat: no-repeat;
}
div#menu ul li a:hover, div#menu ul a.selected {
	background-position: center 4px;
	height: 67px;
}
div#menu ul li#artists a {
	background-image: url(../img/layout/menu_items_artists_PONGED.png);
}
div#menu ul li#events a {
	background-image: url(../img/layout/menu_items_events_PONGED.png);
}
div#menu ul li#contacts a {
	background-image: url(../img/layout/menu_items_contact_PONGED.png);
}

/* Footer */
div#footer {
	background-image: url(../img/layout/footer_bg.jpg);
	background-position: center top;
	background-repeat: repeat;
	padding: 10px 0px;
	position: relative;
	text-align: center;
	width: 100%;
}
div#footer ul {
	color: #aaaaaa;
	font-size: 11px;
	text-shadow: #000000 0px 1px 1px;
}
div#footer ul li {
	display: inline;
	margin: 0 4px;
}
div#footer ul li a {
	color: #aaaaaa;
}
div#footer ul li a:hover {
	color: #eeeeee;
}

/* Loader */
div#loader {
	height: 19px;
	position: absolute;
	top: 300px;
	visibility: hidden;
	width: 100%;
}
div#loader div {
	background-image: url(../img/layout/ajax-loader.gif);
	height: 19px;
	margin: 0px auto;
	width: 220px;
}

