html,body
{
margin:0;
padding:0
}

html{color:#000;background:#FFF;}


body {font:13px/1.231 verdana, arial,helvetica,clean,sans-serif;}
body{text-align:center;}


/*set height of blocks - ie7 fix*/
#hd
{
height:200px;
}

.main
{
height:300px;
}

#secondary
{
height:500px;
}

#secondaryFull
{
height:500px; 
}

#footer
{
height:50px;
}

li{list-style:none;}

.center
{
text-align:center;
}

/*stlye footer*/
#ft
{
clear:both;
color: #8B8B8B;
font-size: .9em;
text-align:center;
padding:10px;  
}

/*move header to center*/
.tariff {
padding-top:50px;
text-align:center;
}

/*move header to center*/
.tariff2 {
padding-top:10px;
text-align:center;
}


#logo/*logo at top of page*/
{
clear:both;
float:left;
margin-top:30px;
z-index:2250;
}

/*banner under logo*/
#banner {
clear:both;
margin:0;
padding-top:5px;
}

/*italic paragraph*/
.ital
{
font-style: italic;
margin-top:15px;
}

.address {
font-size:1.2em;
}

#top
{
margin-top:50px;
}

#aa/*--AA award--*/
{
clear:both;
padding-left:30px;
padding-top:10px;
z-index:3500;
}

#bb/*--B&B award--*/
{
margin-top:85px;
}

/*--offer paragraph on index page  --*/
#offer {
padding-right:30px;
text-align:center;
}

/*move photos to right on index page*/
.pic
{
float:right;
padding-top:20px;
padding-right:35px;
}


.pic3/*bedroom thumbs*/
{
float:right;
height:150px;
padding:10px 15px 0 0;
}


/*move photos to right on guest book page*/
.pic4
{
float:right;
padding-top:20px;
padding-right:5px;
}

/*pic list to display photos in line on index page*/
ul.pics
{
margin-left:0px;
padding:0;
list-style-type:none;
display:block;
}

#welcome{height:230px;}
#apartment{height:460px;}

ul.pics li
{
display:block;
float:left;
margin:0;
padding:0;
width:313px;
}

ul#pics li a
{
float:left;
color: #8B8B8B;
text-decoration:none;
}

ul#pics li a:hover
{
color: red;
text-decoration:none;
}


/*mainmenu*/

.menu
{
clear:both;
float:left;
width:974px;
}

.glossymenu{
	position: relative;
	padding: 0 0 0 100px;
	margin: 0 auto 0 auto;
	background: url("../images/menub_bg.gif") repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 20px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url("../images/menub_hover_left.gif") no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url("../images/menub_hover_right.gif") no-repeat right top; /*right tab image path*/
}

.enlarge/*index page*/
{
margin-left:-30px;
width:300px;
}

.enlarge5/*index page*/
{
margin-top:5px;
text-align:center;
}


.enlarge2/*1st photo on apartment page & on guest book*/
{
margin-left:160px;
margin-top:230px;
}

.enlarge3/*bathroom photo on guestbook page*/
{
margin-left:250px;
margin-top:355px;
z-index:25;
}

.enlarge4/*apartment & bed pages*/
{
margin-top:5px;
padding-left:20px;
}

.enlarge6/* table photo on breakfast page */
 {
margin-top:5px;
padding-left:25px;
}

.enlarge a,.enlarge2 a,.enlarge3 a,.enlarge4 a,.enlarge5 a,.enlarge6 a
{
color: #8B8B8B;
text-decoration:none;
}

.enlarge a:hover,.enlarge2 a:hover,.enlarge3 a:hover,.enlarge4 a:hover,.enlarge5 a:hover,.enlarge6 a:hover
{
color: red;
text-decoration:none;
}

/*bedroom photos in same column*/
#beds
{
clear:both;
width:400px;
}

/*base css*/
h1 {
/*18px via YUI Fonts CSS foundation*/
font-size:138.5%;  
}
h2 {
/*16px via YUI Fonts CSS foundation*/
font-size:123.1%; 
}
h3 {
/*14px via YUI Fonts CSS foundation*/
font-size:108%;  
}
h1,h2,h3 {
/* top & bottom margin based on font size */
margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
/*bringing boldness back to headers and the strong element*/
font-weight:bold; 
}

table
{
width:100%;
}
th,td {
/*borders and padding to make the table readable*/
border:1px solid  silver;
padding:.25em;
}
th {
/*distinguishing table headers from data cells*/
font-weight:bold;
text-align:center;
}

hr {
color:red;}

#placer
{
padding-top:20px;
margin:auto;
text-align:center;
}

.move
{
padding-top:50px;
}

h1{font-size:1em;
font-weight:normal;}


