* {
padding: 0;
margin: 0;
} 

body {
background: #C0D8F0 url(images/bg.gif) top center repeat-y;
font-family: Verdana, Tahoma, Arial, sans-serif;
font-size: 12px;
padding: 0;
margin: 0;
color: #555;
line-height: 20px;
}

img { border: none; }
a { text-decoration: none; color: #3090F0; }
a:hover { color: #333; }
h3 { border-bottom: 1px dotted #ccc; color: #F0A848; padding: 10px 0 2px 0; }
h3 a { color: #228C28; }
h3 a:hover { color: #F0A848; }


#wrap {
margin: 0 auto;
width: 980px;
}

#header {
background: #C0D8F0 url(images/header.gif) no-repeat;
height: 100px;
}

#header img{
padding: 10px 10px 10px 20px;
}

#header h1 { text-transform: uppercase; padding: 25px 0 5px 30px; font-size: 30px; font-weight: 100; letter-spacing: -2px; }
#header h1 a { color: #3090F0; }
#header h1 a:hover { color: #228C28; }
#header h2 { padding: 0 0 0 30px; font-size: 19px; color: #333; font-weight: 100; }

#menu {
background: #22518c url(images/menu.gif) no-repeat;
height: 40px;
line-height: 40px;
padding-left: 20px;
}
#menu li {
float:left;
list-style-type:none;
}
#menu li a {
padding:0 10px;
text-decoration:none;
color: #fff;
letter-spacing:-1px;
font-weight: 100;
font-size: 17px;
}
#menu li a:hover {
color: #fff;
text-decoration: underline; 
}

#content { 
padding: 5px 10px 10px 10px;
}

#left {
float: left;
width: 200px;
}
#left li { list-style-type: none; padding-left: 10px; }

/*izzet note - only used in hotel booking form*/
#left h1 {
margin-left: 10px;
padding: 5px 0 5px 0; 
font: bold 13px Verdana, 'Trebuchet MS', Sans-serif;
color: #fff;
background: #BF362E;
border-right: 1px solid #999; 
border-left: 1px solid #999;
text-align: center;
}

#left h2 {
margin-left: 10px;
padding: 5px 0 5px 10px; 
font: bold 13px Verdana, 'Trebuchet MS', Sans-serif;
color: #fff;
background: #2e6fbf;
border-right: 1px solid #ccc; 
border-left: 1px solid #ccc; 
}
#left .box {
border-right: 1px solid #ccc; 
border-left: 1px solid #ccc; 
border-bottom: 1px solid #ccc; 
margin: 0 0 10px 10px;	
padding: 5px 0 10px 0;
background-color:#FFFFFF;
}

#right { 
float: right;
width: 740px;
margin-right: 10px; 
}
.contentleft {
float: left;
width : 550px;
background-color:#FFFFFF;
}
.contentleft h1 {
padding: 5px 0 5px 10px; 
font: bold 13px Verdana, 'Trebuchet MS', Sans-serif;
color: #fff;
background: #2e6fbf url(images/hbg.gif) repeat-x;	
border-right: 1px solid #ccc; 
border-left: 1px solid #ccc; 
}
.contentleftbox {
border-right: 1px solid #ccc; 
border-left: 1px solid #ccc; 
border-bottom: 1px solid #ccc; 
margin: 0 0 10px 0;	
padding: 0 10px 10px 10px;
text-align: justify;
}

.contentright {
float: right;
width: 180px;
}
.contentright h2 {
padding: 5px 0 5px 10px; 
font: bold 13px Verdana, 'Trebuchet MS', Sans-serif;
color: #fff;
background: #2e6fbf url(images/hbg.gif) repeat-x;	
border-right: 1px solid #ccc; 
border-left: 1px solid #ccc; 
}
.contentrightbox {
border-right: 1px solid #ccc; 
border-left: 1px solid #ccc; 
border-bottom: 1px solid #ccc; 
margin: 0 0 10px 0;	
padding: 10px 10px 10px 8px;
text-align: justify;
background-color:#FFFFFF;
}

#footer {
font-size: 11px;
height: 50px;
background: #22518c url(images/footer.gif) no-repeat;
color: #fff;
text-align: center;
padding: 5px 0 0 0;
}
#footer a { color: #fff; }
#footer a:hover { color: #fff; text-decoration: underline; }
.strong {
font-weight: bold;
}
.small {
font-size: 11px;
line-height: 16px;
}
#breadcrumb {
margin: 0 0 5px 13px;
font-weight: bold;
}
#booking {
border-right: 1px solid #999; 
border-left: 1px solid #999; 
border-bottom: 1px solid #999; 
margin: 0 0 10px 10px;	
background-color: #FFC2BD;
font-weight: bold;
text-align: left;
padding: 7px 5px 15px 10px;
color:#333;
}
#booking select {
color:#333;
margin-bottom: 7px;
vertical-align: middle;
}
#noAdults, #noChildren{
width: 38px;
}
#booking input, #btn{
width: 165px;
height: 24px;
background:#BF362E;
color: #fff;
font-size: 14px;
font-weight:bold;
letter-spacing: 1px;
font-family: Verdana, Tahoma, Arial, sans-serif;
border-top: #8C0300 1px solid;
border-right: #8C0300 1px solid;
border-bottom: #8C0300 1px solid;
border-left: #8C0300 1px solid;
}
#info {
float: left;
width: 900px;
padding: 15px;
}
#info h1{
color: #22518C;
font-size: 25px;
margin-bottom: 10px;
}
.summary {
font-size: 1.2em;
color: #228c28;
font-weight: bold;
line-height: 1.4em;
}
img.left,img.center,img.right{padding:4px;}
img.left{float:left; margin:0 5px 0 0;}
img.center{display:block; margin:0 auto 5px auto;}
img.right{float:right; margin:0 0 5px 2px;}
