/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME:		Refresh
   TEMPLATE CODE: 	S-0002
   VERSION:          1.0          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #CCCCCC;
	font: 12px Arial, sans-serif;
	color: #333; 
	text-align: center;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #b91c15; 
	background: inherit;
}
a:hover {
	color: #000000;
	background: inherit;
}
a.button2, a.button2:visited, a.button2:hover{

	margin-top:10px;
	margin-bottom:5px;
	padding: 5px 5px 5px 5px; 
	font: bold 1.0em Verdana, 'Trebuchet MS', Sans-serif;
	color: #b91c15;
	background: #EEF0F1 url(../../images/headerbg3.gif) repeat-x left bottom;	
	border: 1px solid #e7d6b5;
}
a.button2:hover{
text-decoration:underline;
}

/* headers */
h1, h2, h3, h5{
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 120%;	
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #88ac0b;
}
a.button1 { 
	margin: 0;
	width:180px; 
	font: bolder 14px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 3px 3px; 
	background: #b91c15;
	color: #FFFFFF;
}
h3 {
	font-size: 110%;
	color: #666666; 
}
h5 {
	font-size: 110%;
	color: #666666; 
	padding:5px;
	
}

/* images */



h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin:4px;
	padding:0px;
list-style: none;	
}
ul, li {
	margin:4px 0;	
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(../../images/quote.gif) no-repeat 5px 5px;    
}

/* form elements */
form {
	margin:10px; padding: 4px 3px;
	border: 1px solid #e3d9c7; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid 9E7700;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:425px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid 9E7700;
	height:100px;
	display:block;
	color:#777;
}
textarea.1 {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid 9E7700;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid 9E7700; 
	padding: 2px 3px; 
	background: #b91c15 url(../../images/button3.gif) repeat-x;
	color: #FFF;
	cursor:pointer;
}

/* search */
form.search {
	position: absolute;
	top: 30px; right: 28px;
	background: transparent;
	border: none;	
}	
form.search input.textbox {
	margin: 0; padding: 3px 2px;
	width: 135px;
	background: #FFF;
	border: 1px solid #800000;
	color: #333; 
}
form.search input.textbox.input1 {
	margin: 0; padding: 1px 2px;
	width: 220px;
	background: #FFF;
	color: #333; 
}
form.search input.button {
	background: #b91c15 url(../../images/button3.gif) repeat-x;
	color: #FFFFFF;
	cursor:pointer;	
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 960px;
	background: #CCC url(../../images/long/content960.gif) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 900px;
	padding: 0; 
	margin: 0 auto;
}
#header {
	width: 960px;
	position: relative;
	height: 106px;
	background: #CCC url(../../images/long/header960newno.gif) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}
#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 3.3em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 28px; left: 50px;	
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal .8em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 74px; left: 58px;		
}

/* Menu */
#menu {
	clear: both;	
	margin:2px 0 0 0; padding: 0 40px 0 0;
	background: url(../../images/long/menu960.gif) repeat-y center top;	
	font: bold 12px/30px  Verdana, Arial, Tahoma, Sans-serif;
	height: 30px;
}
#menu ul {
	float: left;
	list-style: none;
	margin:0 0 0 30px; padding: 0;
}
#menu ul li {
	display: inline;
	
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 8px;
	color: #FFF;
	border-right:solid 1px #d0c0a6;
	text-decoration: none;
}
#menu ul li a:hover {
	background-color: #e3d9c7;
	color: #333;	
}
#menu ul li#current a {	
	background-color: #e3d9c7;
	color: #333;
}
#menu #feeds {
	position:relative;
	float:right;
	top:3px; 
	right:0px; 
	margin:0; 
	}
#menu #feeds a:hover {
	text-decoration:none;
	}



/* Main Content */

#main-content{
	float: right;
	width: 690px;
	padding: 0; margin:10px 0 0;
	background:#FAFAFA;
	border: 1px solid #e3d9c7;
}

/* Main Column */

#main {
	float: left;
	width: 470px;
	padding: 10px; margin: 0;
}
#main h1 {
	margin-top: 10px;
	font: Bold 125% Ariel, Sans-serif;
	color: #800000;
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px dotted #0F2E0F;
}
#main h1.title {
	margin: 5px 0 0 5px;
	font: Bold 14px Ariel, Sans-serif;
	color: #800000;
	padding: 5px 0 5px 5px; 	
	border-bottom: 1px dotted #0F2E0F;
}
#main h1.titled {
	margin-top: 10px;
	font: Bold 115% Ariel, Sans-serif;
	color: #800000;
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px dotted #0F2E0F;
	background: url(../../images/pan1.gif) no-repeat 3px 50%;

}
#main h1.titles {
	margin-top: 10px;
	font: Bold 115% Ariel, Sans-serif;
	color: #800000;
	padding: 5px 0 5px 5px; 	
	border-bottom: 1px solid #0F2E0F;
	background: url(../../images/pan1.gif) no-repeat 3px 50%;}
	
	
#main h1.book {
position:relative;
	top:0px;
	margin-bottom: -35px;
	margin-left: 320px;
	margin-right: 5px;
	padding: 2px 0 2px 7px; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	background: #b91c15 url(../../images/button3.gif) repeat-x;
	color: #FFFFFF;
}
#main img.titlei {
     margin-right:5px;
	 border: 0px;
	 }

.post-review {
	background:9E7700;
	padding:2px;
	color: #000;	
}

.post-footer {
	padding:3px; margin: 3px 0px;
	border: 0px solid #f2f2f2;
	font-size: 100%;	
}
.post-footer .date {
	background: url(../../images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(../../images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(../../images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* Sidebar */	
#leftsidebar {
	float: left;
	width: 196px;
	padding:0px 0 0 0; margin: 10px 0 0 0;	
	background:#FAFAFA;
	border: 1px solid #e3d9c7;
}	
#leftsidebar h1 {
	margin-top: 0px;
	padding: 5px 0 5px 10px; 
	font: bold 12px Ariel, Sans-serif;
	color: #555;
	background: #EEF0F1 url(../../images/headerbg.gif) repeat-x left bottom;	
	border: 0px solid #EFF0F1;
}
#leftsidebar h1.rating {
	margin: 10px 5px 0;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Ariel, Sans-serif;
	border: 1px solid #9E7700;
	color: #555;
}

#leftsidebar .left-box {
	border: 0px solid #EFF0F1; 
	margin: 0 0 5px 0;	
}
#leftsidebar .left-box1 {
	border: 1px dashed #000000; 
	background: #FFFFF4;
	margin: 2px;	
}
#leftsidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 2px 0 3px 0; padding: 0;
	text-decoration: none;		
}
#leftsidebar ul.sidemenu li {
	border-bottom: 0px solid #EFF0F1;

	padding: 2px 0 2px 15px;
	margin: 0 2px;	
}
#leftsidebar ul.sidemenu a {
	font-weight: bold;
	text-decoration: none;
	color:#800000;
	font-size:14px;	
	background-image: none;	
}
#leftsidebar ul.sidemenu a:hover {
color:#000;
}
#leftsidebar ul.menu {
	list-style: none;
	text-align: left;
	margin: 1px 0 3px 0; padding: 0;
	text-decoration: none;		
}
#leftsidebar ul.menu li {
	border-bottom: 0px solid #EFF0F1;
background: url(../../images/L.jpg) no-repeat left;	
	padding: 2px 0 2px 15px;
	margin: 0 0 0 18px;	
}
#leftsidebar ul.menu a {
	font-weight:normal;
	text-decoration: none;
	color:#202020;
	font-size:12px;	
	
	
}
#leftsidebar ul.menu a:hover {
color:#000;
}
/* Sidebar */	
#rightsidebar {
	float: right;
	width: 195px;
	padding: 5px 0 0; margin: 0;	
}	
#rightsidebar h1 {
	margin-top: 3px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(../../images/headerbg.gif) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
}
#rightsidebar h1.book {
padding: 2px 0 2px 7px; 
width:180px;
	font: bolder 12px Arial, Sans-serif; 
	color: #FFFFFF;
	margin:0 0 10px 0;
	border: 1px solid #CCC; 
	background: #b91c15 url(../../images/button3.gif) repeat-x;
}
#rightsidebar h1.rating {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(../../images/headerbg.gif) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
}

#rightsidebar .left-box {
	margin:5px 3px;	
}

.address{
font-size:12px;
}

/* Footer */	
#footer {
	color: #666666;
	background: #CCC url(../../images/long/footer960.gif) no-repeat center top;
	clear: both;
	width: 960px;
	height: 55px;
	text-align: center;	
	font-size: 92%;
}
#footer a { text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }
/*tables*/
table {
padding:1px;
}
td {
padding-left:2px;
}
td.banner {
padding-left:2px;

}
 img.restaurant-image {margin:4px;}
 
#leftsidebar img {padding:6px 6px 6px 8px;
}
#leftsidebar a img, #leftsidebar a:hover img, #leftsidebar a:visited img {padding:6px 6px 6px 8px;
}
#leftsidebar img.free {padding:0px 0px 0px 5px;
}
#sidebar h1.a {color: #555;
}
/*book table*/

ul.sidemenu_details {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}
ul.sidemenu_details li {
	border-bottom: 1px solid #EFF0F1;
	background: url(../../images/go.png) no-repeat 5px 4px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}
ul.sidemenu_details a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}
ul.sidemenu_details li.online-booking {
	background: #b01916 url(../../images/go-white.png) no-repeat 5px 4px;	
}

ul.sidemenu_details li.online-booking a{color:#FFF;}
ul.sidemenu_details li.online-booking a:hover{color: #CCC;}

.quote{
	background:url(../../images/ql.png) no-repeat top left;
	padding-left:45px;
	padding-top:10px;
	}

.description{
	background:url(../../images/qr.png) no-repeat bottom right;
	padding-right:45px;
	padding-bottom:12px;
	}
	
.hreview{
	display:block;
	float:left;
	padding:7px 15px;
	background:#f5f5f5;
	border:solid 1px #eaeaea;
	margin-bottom:10px;
	border:solid 1px #e0e0e0;
	-moz-box-shadow: 0px 0px 7px #CCC;
-webkit-box-shadow: 0px 0px 7px #CCC;
box-shadow: 0px 0px 7px #CCC;
	}


.none{display:none;}