﻿body 
{
    padding:0px;
    margin:0px;
    font-family:Calibri;
    font-size:14px;
    color:#330000;
}

img {
border: none;
}

a 
{
    color:#660000;    
}

a:hover
{
    color:#330000;    
}

a:visited
{
    color:#330000;    
}

.top
{
    width:100%;
    height:199px;
    background-color: #660000;
    background-image: url('../Images/back.jpg') !important;    
}

.wrap
{
    width:1000px;
    height:170px;
    margin:0px auto;
}

.left
{
    float:left;
    width:490px;
    height:140px;
    padding: 20px 0px 0px 10px;  
}

.right
{
    float:right;
    width:490px;
    height:145px;
    padding: 5px 10px 0px 0px;   
}

.number
{
    text-align:right;
    margin: 20px 0px 0px 0px;
    color:white;
    font-size:18px;
}

.otherlinks
{
    font-size:15px;
    margin-top:5px;
    text-align: right;
}

.otherlinks a 
{
    text-decoration: none;
    padding-right: 5px;
    padding-left: 5px;
    color: white;
}

.otherlinks a:hover
{
    color: #d7c7c7;
    text-decoration:underline;
}

.otherlinks2
{
    font-size:15px;
    margin-top:5px;
    text-align: right;
}

.otherlinks2 a 
{
    text-decoration: none;
    padding-right: 5px;
    padding-left: 5px;
    color: white;
}

.otherlinks2 a:hover
{
    color: #d7c7c7;
    text-decoration:underline;
}

.menu-container
{
    float:left;
    padding-top:2px;
    width:1000px;
    height:30px;
}

.content
{
    width:100%;   
}

.content-container
{
    width:1000px;
    margin: 0px auto;
    height:auto;
    padding-top:28px;
    border-left: 1px solid #d7c7c7;
    border-right: 1px solid #d7c7c7;
}

.image
{
    float:left;
    width:750px;
    height:300px;
    background-image:url('../images/pub-new.png');    
}

.trip
{
    float:right;
    margin-left:3px;
    height:auto;
}

.shropshire
{
    margin-bottom:20px;    
}

.logos
{
    float:right;
    margin:10px 10px 20px 5px;
    width:235px;
    height:auto;
    background-color:transparent;
}

.borderbreaks
{
    padding-left:20px;
    font-size:16px;
}

.header
{
    float:left;
    width:480px;
    margin-left:10px;
    height:30px;
    border-bottom: 1px solid #d7c7c7;
    padding:10px 10px 10px 0px;
    font-size:28px;
    font-weight:bold;
}

.text
{
    float:left;
    width:730px;
    min-height:500px;
    padding:10px;
    height:auto;
    margin-bottom:20px;
}

.footer
{
    
    clear:both;
    width:900px;
    margin: 0px auto;
    height:auto;
    font-size:12px;
    text-align: center !important;
    border-top: 1px solid #d7c7c7;
}

.footer h1
{
    font-size:13px;
    font-weight:normal;
    padding:10px;
    text-align: center !important;
    margin-bottom:20px;
}

/*MENU*/
.droplinebar{
overflow: hidden;
}

.droplinebar ul{
margin: 0;
padding: 0;
float: left;
width: 100%;
font: 16px Calibri;
}

.droplinebar ul li{
display: inline;
}

.droplinebar ul li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
}

.droplinebar ul li a:visited{
}

.droplinebar ul li a:hover, .droplinebar ul li .current{ /*background of main menu bar links onMouseover*/
color: #d7c7c7;
}

/* Sub level menus*/
.droplinebar ul li ul{
position: absolute;
z-index: 100;
left: 0;
top: 2;
background: white; /*sub menu background color */
visibility: hidden;
}

/* Sub level menu links style */
.droplinebar ul li ul li a{
font: normal 13px Calibri;
padding: 6px;
padding-right: 8px;
color: black;
margin: 0;
border-bottom: 1px solid #660000;
}

.droplinebar ul li ul li a:hover{ /*sub menu links' background color onMouseover */
background-image: url('../Images/back2.jpg') !important;    
color:White !important;
}

/*Gallery*/
/* Photo gallery template ||| Joshuaink.com ||| March 2005 ||| Free to use but this credit must remain in place */


#main-content li{
	width:200px;
	border:solid #CCC;
	border-width:0 1px 1px 0;
	background:#FFF;
	padding:10px;
	text-align:center;
	float:left;
	display:inline;
}

#main-content span{
    display:none;    
}

#main-content span:hover{
    display:inline;    
}



#main-content img{
	border:1px solid #EEE;

}


/*Gallery Finish*/