/*Common styles for Hotel Template 2*/

* {
	margin: 0px;
	padding: 0px;
}

body {
   font-family: Verdana, Arial, Helvetica;
}

div#hotel-skegness-container  {
	width: 960px;
	height:100%;
	margin: 15px auto 5px auto;
	text-align: left;
	background-color: #fff;
}

/*Page header area*/
div#skegness-hotel-header {
    clear:both;
	float:left;
	width:865px;
	height: 52px;
	background-image:url(../hotel_images/roosevelt-header.jpg);
	padding-left:95px;
	padding-top:9px;
}

div#hotel-skegness-top-nav {
clear:both;
float:left;
width:960px;
height:20px;
margin-bottom:5px;
padding-top:4px;
}

#main-menu {
    list-style: none;
    float: left;
}
 
ul#main-menu li {
    float: left;
    display: inline;
    margin-right: 25px; /*gap between items*/
 }
 
ul#main-menu li a, ul#main-menu li a:visited {
    text-decoration: none; /*get rid of the link underline*/
    font-weight: bold; /*change to "bolder" to bold it*/
    color: #949494; /*change to the colour you want*/
    font-size:11pt;
}

ul#main-menu li a:hover {
   color: #27a201;
}

div#hotel-nav-divide {
width:960px;
height:5px;
clear:both;
float:left;
}

div#sub-menu {
clear:both;
float:left;
width:960px;
height:22px;
font-size:10pt;
font-weight:bold;
color:232323;
padding-top:7px;
border-top:#999999 1px solid;
}

div#hotel-flash {
clear:both;
float:left;
height:373px;
width:960px;
margin-bottom:15px;
}

div#hotel-flash2 {
clear:both;
float:left;
height:390px;
width:960px;
margin-bottom:15px;
}

div#hotel-facility-1 {
float:left;
width:246px;
height:100%;
color:#3e3e3e;
font-size:10pt;
font-weight:bold;
}

div#hotel-facility-2 {
float:left;
width:245px;
height:100%;
color:#3e3e3e;
font-size:10pt;
font-weight:bold;
}

div#hotel-facility-3 {
float:left;
width:244px;
height:100%;
color:#3e3e3e;
font-size:10pt;
font-weight:bold;
}

div#hotel-facility-4 {
float:left;
width:225px;
height:100%;
color:#3e3e3e;
font-size:10pt;
font-weight:bold;
}

div#skegness-hotels-intro {
 clear:both;
 width:960px;
 height:100%x;
 font-size:10pt;
 color:#3e3e3e;
}

div#hotel-footer-divide {
clear:both;
width:960px;
height:5px;
margin-top:13px;
border-bottom:1px solid #999999;
}

div#hotel-footer {
width:960px;
height:25px;
background-image:url(../hotel_images/hotel-bottom-info.png);
margin-top:5px;
}

.hotel-template {
font-size: 9pt;
font-weight:normal;
color:#666666;
text-decoration:none;
}

.skegness-hotel {
font-size: 8pt;
font-weight:normal;
color:#666666;
text-decoration:none;
}

.hotel-template2 {
font-size: 8pt;
font-weight:normal;
color:#333333;
text-decoration:none;
}

.style1 {
	color: #0E6600;
	font-weight: bold;
	font-size: 15pt;
}
.style2 {color: #666666;
	font-weight: normal;
	font-size: 11pt;
}

.style3 {color: #0E6600}


