﻿/*****************************************
********** Code by Inferi*****************
********www.bluesrockcafe.cz**************
******************************************
*************Remake 2009******************
*****************************************/

/* Header container */
#headContainer{
	position: relative; margin: auto;
	text-align: center;
	
	background-image: url(header.png);
	background-repeat: no-repeat;
	width: 993px; height: 275px;
}


/* Main container */
#mainContainer{
	position: relative; margin: auto;
	text-align: center;
	
	background-image: url(bg_mainline.png);
	background-repeat: repeat-y;
	background-position: left;
	width: 993px;
}


/* Foot container */
#footContainer{
	position: relative; top: 0px; margin: auto; padding-bottom: 20px;
	text-align: center;
	
	background-image: url(footer.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 993px; min-height: 61px;	
}


/* foot content */
#footContent{
	position: relative; margin-left: 15px; padding-top: 70px;
	width: 895px; height: 55px;
}


/* Blues rock sign */
#BRCsign{
	position: absolute; left: 905px; top: 275px;
	background-image: url(brcsign.png);
	background-repeat: no-repeat;
	background-position: bottom;
	
	width: 63px; height: 174px;
	z-index: 5;
}


#brc{
	position: absolute; left: 10px; top: 15px;
	background-image: url(brc.png);
	width: 230px; height: 40px;
}


/* Menu container */
#menuContainer{
	position: relative; top: 250px; left: 10px;
	
	text-align: left;
	width: 878px;
}


/* Menu table */
#menu{
	margin: 0px; padding: 0px;
	border: 0px solid #000000;
	font-size: 14px; 
}

#menu ul{
	padding:0 0.5em;
	margin:0;
}

#menu ul li{
	display: inline;
	margin-left: 20px;
	text-align: left;
	list-style: none;
}

#menu a{
	color: #000000;
	text-decoration: none;
	z-index: 100;
}

#menu a:hover{
	color: #900; 
	text-decoration: underline;
}

/* Inner main container */
#innerMainContainer{
	position: relative; margin-left: 29px; padding-top: 10px;
	width: 868px;
}


/* Left main container */
#leftMainContainer{
	float: left;
	width: 260px;
}


/* Right main container */
#rightMainContainer{
	float: right;
	width: 598px; 
	border: 2px solid #FFFFFF;
}


/* Left main container */
#clearContainer{
	clear: both;	
}


/* Personal sign */
#personalSign{
	float: right; margin-bottom: 10px;
}


/* admin signature */
#adminText{
	float: left; margin: -6px auto 0px 15px;
	font-weight: bold;
	font-size: 12px;
	color: #FC3;
}

#admin{
	margin-top: 20px;
	color: #FC3;
}

#admin a{	
	color: #FC3;
	text-decoration: none;
}

#admin a:hover{
	color: #FF0;
}	

/* printer */
#print{
	float: right; margin-right: 15px;
	font-weight: bold; font-size: 12px;
}

#print a{
	color: #FC3;
	text-decoration: none;
}

#print a:hover{
	color: #FFF;
}

#printoff{
	float: right; margin-right: 15px;
	font-weight: bold;
	font-size: 12px;
	color: #660000;
}


/* foot clear */
#footclear{
	clear: both;	
}


/* food drinf menu */
#fdmenu{
	float: left;
	margin: 10px 0px 10px 10px; padding: 3px;
	border: 1px solid #660000;	
	background-color: #990000;
	
	width: 175px;
}

#fdcontent{
	float: right;
	width: 400px;
}

#fdclear{
	clear: both;	
}
