/* ------------------------------------------------------------------- */
/* LAYOUT */
/* ------------------------------------------------------------------- */
#flash-movie-wrapper								{ height:351px; width:1000px; padding:0 0 19px 0;}

/* ------------------------------------------------------------------- */
/* HOTEL LIST */
/* ------------------------------------------------------------------- */

#container-d 										{ height:259px;}
#container-d ul li									{ height:259px; float:left; list-style:none; background:url('../grfx/home/divider.gif') no-repeat top right; padding:0 15px 0 13px;}
#container-d ul li.osborne							{ width:233px; padding:0 15px 0 3px;}
#container-d ul li.bignell-park						{ width:222px;}
#container-d ul li.upper-reaches					{ width:222px;}
#container-d ul li.white-hart						{ width:221px; background:none;}

#container-d ul li.osborne span.title				{ background:url('../grfx/home/osborne.jpg') no-repeat bottom left; text-indent:-9999px; display:block; width:127px; height:135px; margin:0 0 0 49px;}
#container-d ul li.bignell-park span.title			{ background:url('../grfx/home/bignell.jpg') no-repeat bottom left; text-indent:-9999px; display:block; width:157px; height:135px; margin:0 0 0 33px;}
#container-d ul li.upper-reaches span.title			{ background:url('../grfx/home/upper.jpg') no-repeat bottom left; text-indent:-9999px; display:block; width:169px; height:135px; margin:0 0 0 28px;}
#container-d ul li.white-hart span.title			{ background:url('../grfx/home/white-hart.jpg') no-repeat bottom left; text-indent:-9999px; display:block; width:149px; height:135px; margin:0 0 0 36px;}

#container-d ul li span.location					{ font-size:1.3em; display:block; padding:0 0 8px 0; color:#666666;}
#container-d ul li span.summary						{ color:#666666;}
#container-d ul li a span.location					{ color:#999999;}
#container-d ul li a:hover span.summary				{ color:#FFFFFF;}			
#container-d ul li a:hover span.location			{ color:#c9c9c9;}
#container-d ul li a:hover span.title				{ background-position:top left;}
/*

<div id="container-d">

            <div id="section-a-wrapper">
              <ul id="hotel-list">
			  	<li class="osborne first">
					<a href="/about/about-us-4.aspx" title="Osborne Hotel">
						<span class="title">Osborne Hotel</span>
						<span class="location">Torquay, Devon</span>
						<span class="summary">Arguably the most serene and spectacular location in South Devon. Situated at the centre of the elegant Regency crescent, it overlooks its own six acres of beautifully landscaped grounds stretching down to Meadfoot Beach, together with stunning views across Torbay.</span>
					</a>
				</li>
				<li class="bignell-park">
					<a href="/about/about-us-5.aspx" title="Bignell Park Hotel">
						<span class="title">Bignell Park Hotel</span>
						<span class="location">Bicester, Oxfordshire</span>
						<span class="summary">Dating back to the sixteenth century, with twenty-three individually styled bedrooms, the Bignell Park Hotel combines charm and character with first-class facilities.</span>
					</a>
				</li>
				<li class="upper-reaches">
					<a href="/about/about-us-3.aspx" title="Upper Reaches Hotel">
						<span class="title">Upper Reaches Hotel</span>
						<span class="location">Abingdon, Oxfordshire</span>
						<span class="summary">This individually styled boutique hotel located at the very centre of the city's Bailgate shopping street is synonymous with style and elegance as well as outstanding hospitality.</span>
					</a>
				</li>
				<li class="white-hart last">
					<a href="/about/about-us-2.aspx" title="White Hart Hotel">
						<span class="title">White Hart Hotel</span>
						<span class="location">Lincoln, Lincolnshire</span>
						<span class="summary">This individually styled boutique hotel located at the very centre of the city's Bailgate shopping street is synonymous with style and elegance as well as outstanding hospitality.</span>
					</a>
				</li>
			</ul>

          </div>
        </div>
      </div>

*/
