/* ---------- www.thelowerredlion.co.uk ---------- */
/* ---------- Copyright Inetrix 2008 ---------- */


/* ---------- HTML OBJECTS ---------- */


body 
{
    margin:0px auto;
    padding: 0px;
    text-align: center;
    background-image: url(../images/shared/parchmentsmall.png);
    background-repeat: repeat;
}

p
{
    margin-top: 8px;
    margin-bottom: 8px;
}

h1
{
padding: 0px;
margin: 0px 0px 0px 8px;    
font-weight: bold;
font-size: 20px;
font-family: Arial;
color: #700808;
}

h2
{
padding: 0px;
margin: 0px 0px 0px 8px;    
font-weight: bold;
font-size: 16px;
font-family: Arial;
color: #700808;
}


/* ---------- LAYOUT  ---------- */

/* ---------- PAGE CONTAINER ---------- */

.pageContainer
{
    margin: 5px auto 5px auto;
    width: 800px;
    height: 670px;
    border: 1px solid black;
    background-color: #700808;
}

.pageContainerInner
{

    margin: 4px 4px 4px 4px;
    width: 790px;
    height: 660px;
    background-color: #FFFFFF;
}

.header
{
    height:112px;
}

.headerleft
{
    margin: 5px;
    text-align: left;
    width: 80px;
    float: left;
}

.headerright
{
    width: 58%;
    float: left;
    text-align: left;
    margin-top: 20px;
}

.headerfarright
{
    width: 20%;
    float: right;
    text-align: right;
}


.mainTitle
{
    font-family: Tahoma;
    font-size: 38px;
    font-weight: bold;
    text-align: left;
}


.subheader
{
    width: 100%;
    height: 34px;
    margin: auto;
    background-color: #ffffff;
    border-bottom: 3px solid #700808;
}

.main
{
    width: 100%;
    height: 410px;
    clear: both;
}

.leftmain
{
    float:left;
    margin-left: 4px;
    height: 495px;
    clear: left;
    width: 30%;
    background-color: #FFFFFF;
}

.leftmain img
{
	margin: 7px auto 7px auto;
	border: solid 2px #000000;
}

.rightmain
{
    height: 530px;
    clear: right;
    width: 68%;
    margin-right: 6px;
    float: right;
}

.rightmaintop
{
    margin: 5px;
    height: 470px;
    width: 100%;
    clear:both;
    text-align:left;
    font-size: 12px;
    font-family: Tahoma;
    color: #000000;
}

.rightmainbottom
{
    margin-top: 3px;
    height: 20px;
    width: 100%;
    clear:both;
    background-color: #FFFFFF;
}

.rightmaintop p
{
    text-align: justify;
    margin-left: 10px;
    margin-right: 45px;
}

.rightmaintop a
{
	margin-left: 8px;
	text-decoration: none;
	color: #700808;
}

.rightmaintop a: visited
{
	margin-left: 8px;
	text-decoration: none;
	color: #700808;
}

.solidblockmenu{
margin:0px;
padding: 0;
float: right;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 5px;
color: #000000;
background-color: #FFFFFF;
}


.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
width: 71px;
float: left;
color: #000000;
padding: 9px 8px;
text-decoration: none;

}

.solidblockmenu li a:visited{
color: #000000;
}

.solidblockmenu li .current{
color: white;
background: #700808;
}

.solidblockmenu li .current{
color: white;
background: #700808;
}

.tariffTable
{
    width: 97%;
    margin: auto;
    background-color:#b89957;
}

.tariffTable th
{
    text-align:center;
    font-weight: bold;
    font-size: 14px;
    font-family: Tahoma;
    color: #ffffff;
    height: 25px;
    background-color: #5f4919;
}

.tariffTablePrice
{
    font-size: 12px;
    font-family: Tahoma;
    color: #000000;
    background-color:#ffffff;
    height: 25px;
    text-align: center;
}

.tariffTableRoom
{
    font-size: 12px;
    font-family: Tahoma;
    font-weight: bold;
    color: #000000;
    background-color:#d3cdc1;
    height: 25px;
    text-align: center;
}

.tariffTableDescription
{
    font-size: 12px;
    font-family: Tahoma;
    color: #000000;
    background-color:#ffffff;
    height: 25px;
    margin-left:3px;
}

.beerTable
{
    width: 97%;
    margin: auto;
	border-collapse:	collapse
}

.beerTable th
{
    font-weight: bold;
    font-size: 14px;
    font-family: Tahoma;
    color: #ffffff;
    height: 20px;
    background-color: #5f4919;
}

.beerTable th, .beerTable td	{
	text-align:	center;
	border:		1px solid #B89957
}

.beerTableDescription
{
    font-size: 12px;
    font-family: Tahoma;
    color: #000000;
    background-color:#ffffff;
    height: 20px;
    text-align: center;
}

.beerTableNumber
{
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
    background-color:#d3cdc1;
    height: 20px;
    text-align: center;
}

.beerTableAlcohol
{
    font-size: 12px;
    font-family: Arial;
    color: #000000;
    background-color:#ffffff;
    height: 20px;
    margin-left:3px;
    text-align: center;
}

.popUpContainer
{
    margin: 5px auto 5px auto;
    width: 97%;
    height: 558px;
    border: 1px solid black;
    background-color: #700808;
}

.popUpContainerInner
{

    margin: 4px 4px 4px 4px;
    height: 550px;
    background-color: #FFFFFF;
}

.popUpHeaderLeft
{
    margin: 5px;
    text-align: left;
    float: left;
    width: 13%;
    clear: left;
}

.popUpHeaderRight
{
    float: left;
    text-align: left;
    
    clear: right;
    margin-top: 20px;
}

.popUpHeader
{    
	height:112px;
}

.map
{
	margin: auto;
	width: 538px;
	border: 2px solid #000000;
}

.mapBottom
{
	margin-top: 6px;
}

.rightmainbottom
{
	margin: 0px auto 0px auto;
	border-top: 1px solid #700808;
	width: 514px;
	padding: 1px;
	clear: both;
	font-size: 10px;
    font-family: Arial;
    color: #000000;
    text-align:left;
    line-height: 2.0em;
}