﻿/*
////////////////////////////////////////////////
/// - HTML markup
*/

body
{
	margin: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: top center;
	color: #bbb;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
}

h1
{
	font-family: Arial, Sans-Serif;
	font-size: 24px;
	font-weight: normal;
	margin-top: 0;
}

a
{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	border: 0;
	color: #eee;
	text-decoration: none;
	outline: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: 0;
}

textarea {
	overflow:auto;
}

/*
/// - HTML markup
////////////////////////////////////////////////
/// - Divs
*/

#HORN-LEFT
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 260px;
	height: 750px;
	background-image: url('images/bg-horn.png');
	z-index: -2;
}

#HORN-RIGHT
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 260px;
	height: 750px;
	background-image: url('images/bg-horn2.png');
	z-index: -3;
}

#WRAPPER
{
	width: 1012px;
	margin: 0 auto;
	background-color: #110e0e;
}

#TOP
{
	position: relative;
	height: 298px;
	z-index: 1000;
	overflow: hidden;
}

#CONTENT
{
	padding: 20px 14px 0 14px;
	min-height: 500px;
}

#CONTENT-LEFT
{
	float: left;
	width: 168px;
}

#CONTENT-RIGHT
{
	float: left;
	width: 791px;
	margin-left: 25px;
}

#PAGE-LEFT
{
	float: left;
	width: 530px;
}

#PAGE-RIGHT
{
	float: left;
	width: 241px;
	padding: 0 0 0 20px;
}

#FOOTER
{
	height: 161px;
	background-image: url('images/footer.png');
	background-repeat: no-repeat;
}

/*
/// - DIVs
////////////////////////////////////////////////
/// - MISC
*/

.clear
{
	clear: both;
}

.separator-line
{
	height: 3px;
	background-image: url('images/dottedline-bg.png');
	background-repeat: repeat-x;
	background-position: left center;
}

.separator-line-light
{
	height: 3px;
	background-image: url('images/dottedline-light-bg.png');
	background-repeat: repeat-x;
	background-position: left center;
}

.red
{
	color: Red;
}

.txt
{
	width: 180px;
}

.ddl
{
	width: 186px;
}

.termsbox
{
	color: #000;
}

.termsbox a
{
	color: Blue;
}

/*
/// - MISC
////////////////////////////////////////////////
/// - MENU
*/

#MENU
{
	height: 42px;
	margin: 0 14px 0 14px;
	background-image: url('images/mainmenu-bg.png');
	background-repeat: repeat-x;
}

#MENU ul
{
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
}

#MENU ul li
{
    display: inline;
}

#MENU ul li a
{ 
	display: block;
	float: left;
	height: 42px;
	text-decoration: none;
	background-image: url('images/mainmenu-bg.png');
	background-repeat: repeat-x;
	color: #cccccc;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
}

#MENU ul li a:hover
{ 
	background-image: url('images/mainmenu-selectedbg.png');
}

#MENU ul li a.active
{ 
	background-image: url('images/mainmenu-selectedbg.png');
}

#MENU ul li a span
{
	text-align: center;
	line-height: 42px;
	display: block;
	margin: 0 18px 0 18px;
}

#MENU .separator
{
	float: left;
}

/*
/// - MENU
////////////////////////////////////////////////
/// - SUBMENU
*/

.submenu
{
	background-color: #252525;
	margin-bottom: 20px;
}

.submenu-header
{
	height: 24px;
	padding: 0 10px 0 10px;
	background-image: url('images/menubox-bg.png');
	background-repeat: repeat-x;
	background-position: top left;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	color: #cccccc;
	line-height: 24px;
}

.submenu-header a:hover
{
	text-decoration: underline;
}

.submenu-subs
{
	background-color: #252525;
}

.submenu-subs a
{
	display: block;
	width: 158px;
	font-family: Arial, Sans-Serif;
	color: #cccccc;
	font-size: 12px;
	padding: 6px 0 5px 10px;
	margin: 2px 0 2px 0;
	text-decoration: none;
}

.submenu-subs a:hover
{
	background-color: #343434;
}

.submenu-subs a.submenu-active
{
	background-color: #343434;
}

.submenu-bottom
{
	height: 40px;
}	

/*
/// - SUBMENU
////////////////////////////////////////////////
/// - SITEMAP
*/

.sitemap
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	color: #777777;
}

.sitemap a
{
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	color: #777777;
	text-decoration: none;
}

.sitemap a:hover
{
	text-decoration: underline;
}

/*
/// - SITEMAP
////////////////////////////////////////////////
/// - BUTTONS
*/

.btn
{
	display: block;
	border: 0px;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	padding: 1px 0 2px 0;
	text-align: center;
	color: Black;
	text-decoration: none;
}

.btn:hover
{
	text-decoration: none;
}

._60
{
	width: 60px;
	background-image: url('images/btn60.png');
}

._71
{
	width: 71px;
	background-image: url('images/btn71.png');
}

/*
/// - BUTTONS
////////////////////////////////////////////////
/// - BOX
*/

.box
{
	min-height: 150px;
	display: block;
	padding: 0 10px 0 10px;
	margin-bottom: 20px;
	background-image: url('images/box-bg.png');
	background-repeat: repeat-x;
	background-position: top left;
}

.box-title
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	color: #cccccc;
	height: 18px;
	line-height: 24px;
	margin-bottom: 15px;
}

/*
/// - BOX
////////////////////////////////////////////////
/// - START
*/

.start-news
{
	width: 464px;
	float: left;
}

.start-news-bottom a
{
	color: #777777;
	text-decoration: none;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
}

.start-news-bottom a:hover
{
	text-decoration: underline;
}

.start-newsitem
{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	color: #777777;
}

.start-newsitem-left
{
	width: 162px;
	float: left;	
}

.start-newsitem-right
{
	width: 284px;
	margin-left: 18px;
	float: right;
}

.start-newsitem h2
{
	margin: 0 0 10px 0;
	font-family: Arial, Sans-Serif;
	font-size: 16px;
	color: #cccccc;
}

.start-gallery
{
	width: 260px;
	float: right;
}

.start-galleryitem-left a
{
	color: #cccccc;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.start-galleryitem-left a:hover
{
	text-decoration: underline;
}

.start-galleryitem
{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	color: #777777;
}

.start-galleryitem-left
{
	width: 126px;
	float: left;	
}

.start-galleryitem-right
{
	width: 124px;
	margin-left: 10px;
	float: right;
}

.start-galleryitem-headline
{
	margin: 0 0 10px 0;
}

.start-eventitem
{
	float: left;
}

.start-eventitem-separator
{
	float: left;
	width: 28px;
	height: 200px;
}

.start-eventitem-top
{
	width: 156px;
	height: 20px;
	padding: 38px 20px 0 0;
	margin-bottom: 5px;
	text-align: right;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #777777;
	font-size: 11px;
}

.start-eventitem-image
{
	width: 176px;
	height: 252px;
}

.start-eventitem-text
{
	width: 168px;
	min-height: 30px;
	padding: 6px 4px 0 4px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	color: #777777;
	background-image: url('images/startevent-footer.png');
	background-repeat: repeat-x;
	background-position: top left;
}

.start-eventitem-text a
{
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
}

.start-eventitem-text a:hover
{
	text-decoration: underline;
}

/*
/// - START
////////////////////////////////////////////////
/// - BANNER BLOCK
*/

.banner
{
	position: absolute;
	width: 979px;
	height: 278px;
	background-repeat: no-repeat;
	z-index: 100;
	top: 0px;
	left: 50%;
	margin-top: 20px;
	margin-left: -490px;
}

/*
/// - BANNER BLOCK
////////////////////////////////////////////////
/// - LOGIN BLOCK
*/

.loginblock
{
	width: 148px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
}

.loginblock-input
{
	width: 144px;
	border: 0;
	margin: 3px 0px 8px 0px;
	padding: 1px 2px 1px 2px;
	font-size: 12px;
}

.loginblock-error
{
	margin-top: 10px;
	font-size: 10px;
	color: Red;
}

.loginblock-left
{
	width: 55px;
	float: left;
}

.loginblock-right
{
	width: 79px;
	margin-left: 10px;
	float: right;
}

.loginblock-right a
{
	color: #777777;
	text-decoration: none;
}

.loginblock-right a:hover
{
	text-decoration: underline;
}

.loginblock-name
{
	font-size: 13px;
}

/*
/// - LOGIN BLOCK
////////////////////////////////////////////////
/// - BLOG BLOCK
*/

.blogblock
{
	width: 148px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	color: #777777;
}

.blogblock-item
{
}

.blogblock-left
{
	width: 45px;
	float: left;
}

.blogblock-right
{
	width: 93px;
	float: right;
	margin-left: 10px;
}

.blogblock-headline a
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
}

.blogblock-headline a:hover
{
	text-decoration: underline;
}

/*
/// - BLOG BLOCK
////////////////////////////////////////////////
/// - DRINK BLOCK
*/

.drinkblock
{
	width: 148px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 10px;
	color: #777777;
}

.drinkblock-left
{
	width: 50px;
	float: left;
}

.drinkblock-right
{
	width: 83px;
	padding-left: 15px;
	float: left;
}

/*
/// - DRINK BLOCK
////////////////////////////////////////////////
/// - TOPTAGGED BLOCK
*/

.toptaggedblock
{
	width: 221px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 10px;
	color: #777777;
}

.toptaggedblock a
{
	font-size: 12px;
}

.toptaggedblock-left
{
	width: 35px;
	float: left;
}

.toptaggedblock-right
{
	width: 171px;
	padding-left: 15px;
	float: left;
}


/*
/// - TOPTAGGED BLOCK
////////////////////////////////////////////////
/// - FOOTER BLOCK
*/

.footer
{
	padding: 90px 62px 0 73px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 10px;
	color: #777777;
}

.footer a
{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 10px;
	color: #777777;
	text-decoration: none;
}

.footer a:hover
{
	text-decoration: underline;
}

.footer-facebooklink
{
	display: block;
	width: 69px;
	height: 26px;
	background-image: url('images/facebook2.png');
	background-repeat: no-repeat;
}

.footer-facebooklink:hover
{
	background-image: url('images/facebook1.png');
}

/*
/// - FOOTER BLOCK
////////////////////////////////////////////////
/// - 
*/