/** colours used:
grey = #969DAA
darkred = #CC6666
**/ 

body
{
    left: 10px;
    font-family: Trebuchet MS, Trebuchet MS, arial, verdana, helvetica;
    top: 10px;
    margin: 10px auto 10px auto;
    background-color: #6B0D00;
    background-image: url(/images/background-fade-bistro-benidorm.jpg);
    background-repeat: repeat-x;
    width: 1012px;
}

p
{
	font-size: 10pt;
	margin-top: 0px;
}

img
{
	border: none;
}


#keywords
{
    text-align: center
}

#page
{
    width: 1010px;
    background-color: #FFFDEA;
    margin: 25px auto 0px auto;
    border-left: solid 1px #6B0D00;
    border-right: solid 1px #6B0D00;
}


.clear
{
    clear: both
}

.right
{
    float: right
}
.left
{
    float: left
}
.center
{
    text-align: center
}
.italic
{
    font-style: italic
}

#header
{
	background-color: #F1EAE0;
	background-image: url(/images/navigationback.png);
	background-position: 0px 242px;
	background-repeat: no-repeat;
	color: #E8DDD0;
	font-size: 14pt;
	height: 420px;
}

#mainpicfront
{
    width: 670px;
    float: right;
    margin: 6px 29px 5px 5px;
    border: solid 1px #FFFDEA;
}

#headerLeft
{
    float: left;
    width: 300px;
    text-align: center;
    padding-top: 5px;
}
#navBar
{
    margin-top: 35px;
    line-height: 32px;
}

#navBar a
{
    font-family: Georgia, Times Roman, Serif;
	color: #E8DDD0;
	display: block;
	height: 32px;
	text-decoration: none;
}
#navBar a:hover
{
    text-decoration: underline;
}

#mainContent
{
    padding-top: 10px;
	width: 697px;
	float: right;
}

#leftContent
{
	position: relative;
    float: left;
    width: 300px;
    padding-left: 10px;
    font-family: Trebuchet MS, Trebuchet MS, arial, verdana, helvetica;
    text-align: center;
    margin: 0px 0px 5px 0px;
    font-size: 10pt;
}
#leftContent .bannerLink
{
    margin-top: 10px;
    display: block;
    width: 290px;
    height: 153px;
    background-image: url(/images/bannerback.jpg);
    font-size: 24pt;
    font-family: Georgia, Times Roman, Serif;
    padding-top: 10px;
}
#leftContent .bannerLink .inner
{
    background-color: #FFFFFF;
    border: solid 1px #CCCCCC;
    margin: 0px 10px 10px 10px;
    color: #4D0400;
    background-repeat: no-repeat;
}
    #leftContent .bannerLink .inner a
    {
        color: #4D0400;
        text-decoration: none;
    }
    #leftContent .bannerLink .inner a:hover
    {
        text-decoration: underline;
    }
        #xmasBanner
        {
            background-image: url(/images/xmasbanner.jpg);
            background-position: right center;
            padding: 30px 100px 0px 0px;
            height: 113px;
        }
        #photoBanner
        {
           background-image: url(/images/photobanner.jpg);
           background-position: left center;
           padding: 10px 0px 0px 100px;
           height: 133px;
        }
        #findUsBanner
        {
            background-image: url(/images/findusbanner.jpg);
            background-position: right center;
            padding: 45px 120px 0px 0px;
            height: 98px;
        }

#fullSizeImage
{
	width: 415px;
	border: solid 1px black;
}
	#mainContent a
	{
		color: black;
		text-decoration: none
	}
		#mainContent a:hover
		{
			color: #fc8a41;
			text-decoration: underline
		}
h1, h2, h3
{
	color: #4D0400;
	font-family: Curlz MT, Trebuchet MS, Trebuchet MS, Arial, Verdana;
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
}
h1
{
	font-size: 14pt;
}
.address
{
	text-align: left;
	margin-left: 70px;
}

	.address p
	{
		font-size: 10pt;
		font-weight: bold;
	}
	
#footer
{
	margin: 10px auto 5px auto;
	width: 992px;
	font-size: 10pt;
	background-color: #FFFDEA;
	padding: 5px 10px 5px 10px;
	text-align: center;
	
}
	#footer, #footer a
	{
		color: Black;
		margin-bottom: 7px;

	}


/** photo Gallery **/

#thumbnails
{
	height: 185px;
	width: 610px;
	overflow: scroll;
	overflow-y: hidden;
	margin-left: auto;
	margin-right: auto;
	white-space: nowrap;

}

	.thumbnail
	{
		width: 200px;
		margin-right: 5px;
		height: 160px;
		background-color: White;
	    border: solid 1px #DEDEDE;
	    padding: 3px;
	}

#fullsizeImage
{
 text-align: center;
 padding-bottom: 10px;
}

	#fullsizeImage img
	{
		width: 610px;
		background-color: White;
	    border: solid 1px #DEDEDE;
	    padding: 3px;
	}

