/*
Stylesheet For: VSI Template V4.1
URL: http://www.vsitemplate4.co.uk
Version: v1.0
Author: VSI-Thinking, http://www.vsi-thinking.com
*/

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/* CONTENTS

   A: Universal Elements
      1. Body & Html
      2. Hyperlinks
      3. General Divs
      4. Headings

   B: Structure
      1. Header & Navigation
      2. Content Wrapper
      3. Sidebar
      4. Main Body
	  5. Footer

	C: Modules
                                                               */
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

/* *********************************************************** */
/* A. Universal Elements                                       */
/* *********************************************************** */

/* ----------------------------------------------------------- */
/* A1. Body & Html                                             */
/* ----------------------------------------------------------- */
body, html {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	color: #2B2B2A;
}
body, p, div, td {
	font-family: Verdana,Arial;
	font-size: small;
}

/* ----------------------------------------------------------- */
/* A2. Hyperlinks                                              */
/* ----------------------------------------------------------- */
a {
	color: #4AA74B;
}
a:hover {
	color: #0000FF;
}
div#contentArea a.button {
	padding: 2px;
	background: #D6D6D6;
	border: #C3C3C3 1px solid;
	color: #2B2B2A;
	text-decoration: none;
}
div#contentArea a.button:hover {
	background: #2B2B2A;
	color: #FFFFFF;
}
/* ----------------------------------------------------------- */
/* A3. General Divs                                            */
/* ----------------------------------------------------------- */
div.clearfix {
	clear: both;
}
div.content {
	width: 994px;
	margin: auto auto;	
}
div.hr {	
	border-top: #C3C3C3 1px solid;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.hr hr {
	display: none;
}

/* ----------------------------------------------------------- */
/* A4. Headings                                                */
/* ----------------------------------------------------------- */
h1 {
	font-size: x-large;
	margin: 0px;
	text-indent: -90000px;
}
h2 {
    font-size: large;
    color: #000000;
    font-weight: bold;
}
h2 {
    font-size: medium;
    color: #000000;
    font-weight: bold;
}
/* *********************************************************** */
/* B. Structure                                                */
/* *********************************************************** */

/* ----------------------------------------------------------- */
/* B1. Header & Navigation                                     */
/* ----------------------------------------------------------- */
#h .content {
	background: transparent url(../../pics/bg-head.jpg) no-repeat top left; 
	width: 994px; 
	height: auto !important; 
	height: 166px; 
	min-height: 166px;
}

#Menu {
	height: 32px;
	width: 525px;
	margin-right: 10px;
	float: right;
}
#Menu ul {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	list-style: none;
	height: 32px;
}
#Menu ul li {
	list-style-type: none;
	float: left;
	padding: 0px;
}
#Menu ul li a {
	font-size: medium;
	color: #9B0000;
	text-decoration: none;
	padding: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
}

#Menu ul li a:hover {
	background: transparent url(../../pics/bg-menu-hover.gif) no-repeat 0px 5px;
}

/* ----------------------------------------------------------- */
/* B2. Content Wrapper                                         */
/* ----------------------------------------------------------- */
#Wrapper {
	padding-bottom: 10px;
	padding-top: 10px;
}

/* ----------------------------------------------------------- */
/* B3. Side Bar                                                */
/* ----------------------------------------------------------- */
#Wrapper .content {
	background: transparent url(../../pics/bg-wrapper.gif) no-repeat bottom right;
}
#Wrapper #Meta {
	width: 325px;
	float: right;
	background: transparent;
	height: auto !important;
	height: 573px;
	min-height: 573px;
}
#Wrapper #Meta h2 {
	color: #744A27;
	font-size: medium;
	font-weight:bold;
	margin-top: 0px;
	padding-top: 0px;
}
#Wrapper #Meta div.post {
	padding-left: 15px;
	background: transparent url(../../pics/bg-blog.gif) no-repeat top left;
}
#Wrapper #Meta div.post h3 a {
	color: #000000;
	text-decoration: none;
}
#Wrapper #Meta ul {
    list-style:none;
    margin: 0px;
    padding-left: 20px;
}
#Wrapper #Meta ul li {
    margin-bottom: 1px;
}
#Wrapper #Meta ul li a {
    display: block;
    padding: 5px;
    padding-left: 15px;
    background: transparent url(../../pics/bullet.gif) no-repeat 0px 7px;
    font-weight: bold;
    text-decoration: none;
}
#Wrapper #Meta ul li a:hover {
    background: #AF815B url(../../pics/bullet.gif) no-repeat 0px 7px;
    color: #FFFFFF;
}
/* ----------------------------------------------------------- */
/* B4. Main Body                                               */
/* ----------------------------------------------------------- */
#Wrapper #Page {
	width: 660px;
	height: auto !important;
	height: 300px;
	min-height: 300px;
	float: left;
/*	background: transparent url(../../pics/bg-large-left.gif) no-repeat bottom left;*/
}
#Wrapper #Page #contentArea {
	padding-left: 10px;
	padding-bottom: 10px;
}

#Wrapper #Page #Banner {
	height: 253px;
}

/* ----------------------------------------------------------- */
/* B5. Footer                                                  */
/* ----------------------------------------------------------- */
#Footer .content {
	padding-bottom: 10px;
}
#Footer #FooterLinks {
	width: 50%;
	float: left;
	color: #AF815B;
}
#Footer #FooterLinks a {
	color: #AF815B;
	text-decoration: none;
}
#Footer #FooterLinks a:hover {
	text-decoration: underline;
	color: #000000;
}
#Footer #FooterLinks div.copyright {
	padding-top: 5px;
	font-size: 85%;
}
#Footer #FooterSignup {
	width: 50%;
	float: right;
	text-align: right;
	color: #AF815B;
}
#Footer #FooterSignup input[type="text"] {
	background: transparent url(../../pics/bg-textbox.gif) repeat-x top left;
	border: #AF815B 1px solid;
}
#Footer #FooterSignup a {
	border: #AF815B 1px solid;
	background: #AF815B;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 1px;
}
#Footer #FooterSignup a:hover {
	background: #000000;
}



/* *********************************************************** */
/* C. Modules                                                  */
/* *********************************************************** */

/* ----------------------------------------------------------- */
/* Site Search                                                 */
/* ----------------------------------------------------------- */
table.siteSearchResults {
	width: 100%;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 10px;

}
table.siteSearchResults th {
	margin: 0px;
	background: #00405D;
	padding: 3px;
	color: #FFFFFF;
	text-align: left;
}
table.siteSearchResults th.siteSearchRank {
	width: 80px;
}
table.siteSearchResults td {
	padding: 3px;
	margin: 0px;
	border-bottom: #E9E9E9 1px  solid;
}


/* ----------------------------------------------------------- */
/* Pagination 1                                                */
/* ----------------------------------------------------------- */
table#tblNav {
	width: 100%;
	background: #E9E9E9;
	padding: 5px;
}

div#paginationOptions{
	position: absolute;
	z-index: 100;
	border: 1px solid black;
	padding: 5px;
	background-color: #ffffff;
	width: 180px;
	margin-left: 12%;
	display: none;
	margin-top: -100px;
}

/*body {
	margin:0;
	padding:0;
	background:#FFFFFF;
	color:#015460;
	font-family: Arial;
	font-size:small;
}
*/
/* The wrapper contains all page code, centers on the page with an auto margin */
/*#Wrapper {
	width:1000px;
	margin:0px auto 0px auto;
	background:url("../../pics/wrapperBg.gif") repeat-y top center;
	padding-bottom:10px;
}
#cmsWrapper{
	width:980px;
	margin:10px auto 0px auto;
	padding-top:10px;
	background:#FFFFFF;
}
#Wrapper #Header {
	width:980px;
	height:113px;
	margin:0px 10px 0px 10px;
	padding:0px;
}
#Wrapper #Header #Menu {
	float:right;
	width:772px;
	height:113px;
	background:#ffffff url('../../pics/headerBg.gif') repeat-x bottom left;
}
#Wrapper #Header #Menu #MenuItem {
	float:right;
	width:227px;
	height:65px;
	padding:26px 0px 0px 30px;
	margin:0px;
}
#Wrapper #Header #Menu #MenuItem a {
	font-weight:bold;
	font-size:medium;
	color:#8D1D20;
	text-decoration:none;
}

#Wrapper #Content {
	float:right;
	width:772px;
	padding:0px 10px 0px 0px;
}
#Wrapper #Content #Banner{
	width:772px;
	height: 350px;
	margin-top: -10px;
	margin-bottom: 10px;
}
#Wrapper #Content #Banner li {
	list-style: none;
	margin-left: -40px;
	margin-top: 111px;
}
#Wrapper #Content #contentArea { margin:6px 10px 0px 10px; }
#Wrapper #Content #contentArea h1,
#Wrapper #Content #contentArea h2,
#Wrapper #Content #contentArea h3,
#Wrapper #Content #contentArea p { margin-top:0px; }
#Wrapper #Content #contentArea h1 {
	font-size:large;
	color:#027788;
}
#Wrapper #Content #contentArea h2 {
	font-size:medium;
	color:#027788;
}
#Wrapper #Content #contentArea h3 {
	font-size:medium;
	font-weight:normal;
}
#Wrapper #Content #siteSearch {
	float:right;
	padding:6px 10px 0px 0px;
}
#Wrapper #Content #siteSearch input { font-size:x-small; }
#Wrapper #Content #siteSearch .button {
	font-weight:bold;
	color:#FFFFFF;
	padding:2px;
	background:#8D1D20;
	text-decoration:none;
}
#Wrapper #Content #breadcrumbs {
	float:left;
	padding:6px 0px 0px 10px;
}

#Wrapper #Content #contentArea #homepageLinks {
	float:right;
	text-align:center;
	margin-left:4px;
}
#Wrapper #Content #contentArea #homepageLinks img { margin-bottom: 30px; }

#Wrapper #Content #contentArea table#tblAvail { float:right; }
#Wrapper #Content #contentArea table#tblAvail td {
	border:1px solid #ADC3B3;
	background:#B6CACD;
}
#Wrapper #Content #contentArea table#tblAvail td { vertical-align:top; }

#Wrapper #LeftMenu {
	margin:0px;
	padding:0px 0px 0px 10px;
	float:left;
	width:208px;
}
#Wrapper #LeftMenu a.button, #Wrapper #LeftMenu a.buttonSubMenu {
	display:block;
	padding:4px 18px 4px 10px;
	border-bottom:1px solid #ffffff;
	color:#027788;
	text-align:left;
	font-weight:bold;
	text-decoration:none;
}
#Wrapper #LeftMenu a.button:hover, #Wrapper #LeftMenu a.buttonSubMenu:hover {
	color:#54080A;
	text-decoration:underline;
}
#Wrapper #LeftMenu a.buttonSubMenu {
	padding:1px 18px 1px 10px;
	margin-left:10px;
	font-size:x-small;
}
#Wrapper img.logoResWithRooms {
	padding:32px 18px 0px 32px;
}
#Wrapper img.logoTasteInnWales {
	border: 0px;
	padding:32px 18px 0px 20px;
}
#Wrapper img.logoTheManor {
	border: 0px;
	padding:32px 18px 0px 20px;
}
#FooterLinks {
	margin:10px auto 10px auto;
	text-align:center;
	width:980px;
}
#FooterLinks a{
	margin-left: 25px;
	margin-right: 25px;
	width:70px;
	color:#027788;
	text-decoration:none;
}
#FooterLinks a:hover{
	color:#54080A;
	text-decoration:underline;
}
*/
/* Standard Application Styles */
/*table #tblForm td.label {
	font-weight:bold;
	vertical-align:top;
}*/

/* Items to deal with the Highslide graphics on the Rooms and Rates page*/
/*
.highslide {
	cursor: url(../../highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid white;
}
.highslide:hover img {
	border: 2px solid #999999;
}

.highslide-image {
	border: 10px solid white;
    cursor: pointer;
	cursor: url(../../highslide/graphics/zoomout.cur), pointer;
}
.highslide-image-blur {
    cursor: pointer;
    cursor: hand;
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-style: 'MS Sans Serif';
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	opacity: 0.60; 
	filter: alpha(opacity=60); 
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    
    padding-left: 22px;
    background-image: url(../../highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

table.siteSearchResults {
	width: 100%;	
}
table.siteSearchResults th {
	text-align: left;
	padding: 3px;
	color:#027788;
	font-size: medium;
}
table.siteSearchResults th.siteSearchRank {
	width: 50px;
}
table.siteSearchResults td {
	border-bottom: #B6CACD 1px solid;
	padding: 3px;
}
table#tblNav {
	margin-top: 20px;
	background: #B6CACD;
	padding: 3px;
	width: 100%;
}

span.highlight {
	background: #D8C977;
}
*/
