/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;	
}

.clearfix:after {
  content: "";
  clear:both;
  display:table;
}

body  {		
	background-color: #331F1D;
	margin-top: 0px;	
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a:link {
	color: #EEA757;
	text-decoration: none;
}
a:visited {
	color: #EEA757;
	text-decoration: none;
}
a:active {
	color: #EEA757;
	text-decoration: none;
}
a:hover {
	color: #6C3E0B;
	text-decoration: none;
}

.inner {
	margin: 0 auto;		
	width: 100%;		/* 960px / 1024px */
}

img {
	max-width: 100%;
}	

.textr {
	color: #EEA757;
	text-align:center;
}
/* ++++++++++++++++++++++++++++++++++++++  HEADER +++++++++++++++++++++++++++++++++ */

#header{	
	text-align:center;
	margin-top:-20px;
	margin-bottom:10px;
	}
        
#sign{
   text-align:right;		
	margin:0px;
    padding-right:2px;
    }	

/* ------------------ MENU IMG----------------*/

.urlIntr { 
    width: 150px; 
	height: 42px; 
	display: inline-block; 
	background-image: url(images/introduction-off.gif); 
	} 

.urlIntr:hover { 
    background-image: url(images/introduction.gif); 
	} 
	
.urlAbm { 
    width: 108px; 
	height: 42px; 
	display:inline-block;
	background-image: url(images/aboutme-off.gif); 
	} 

.urlAbm:hover { 
    background-image: url(images/aboutme.gif); 
	} 

.urlPrf { 
    width: 114px; 
	height: 42px; 
	display:inline-block; 
	background-image: url(images/portfolio-off.gif); 
	} 

.urlPrf:hover { 
    background-image: url(images/portfolio.gif); 
	} 

.urlRes { 
    width: 139px; 
	height: 42px; 
	display:inline-block;
	background-image: url(images/reservations-off.gif); 
	} 

.urlRes:hover { 
    background-image: url(images/reservations.gif); 
	} 
	
.urlEtq { 
    width: 109px; 
	height: 42px; 
	display:inline-block;
	background-image: url(images/etiquette-off.gif); 
	} 

.urlEtq:hover { 
    background-image: url(images/etiquette.gif); 
	} 

.urlFaq { 
    width: 68px; 
	height: 42px; 
	display:inline-block; 
	background-image: url(images/faqs-off.gif); 
	} 

.urlFaq:hover { 
    background-image: url(images/faqs.gif); 
	} 
	
.urlRts { 
    width: 77px; 
	height: 42px; 
	display:inline-block;
	background-image: url(images/rates-off.gif); 
	} 

.urlRts:hover { 
    background-image: url(images/rates.gif); 
	} 
	
.urlLnk { 
    width: 74px; 
	height: 42px; 
	display:inline-block; 
	background-image: url(images/links-off.gif); 
	} 

.urlLnk:hover { 
    background-image: url(images/links.gif); 
	} 

/* ------------------ MENU ----------------*/

#menu {
	width:98%;		
	background-color: #35211f;
		
}

nav {	
	width:100%;
	padding: 20px 0px 5px 0px;	
	box-shadow: 5px 5px 25px #2d1b19;	
	background-color: #35211f;	
	}
	
nav ul {
	display: inline-block;
	width: 100%;	
	font-variant:small-caps;
	text-align:center;	
	}

nav ul li {	
    text-align: center;	
	color: #6d6c69;	
	display:inline;	
	padding-left: 0px;	
	padding-right: 5px;
	line-height:35px;	
}

#stats{
	float:left;
	display:block;
	text-align:left;
	width: 300px;	
	margin: 0px 0px 3px 16px;
}

span {
	font-weight:bold; }

	
/* ----------------- CONT  ---------------*/

#cont{	
	margin:28px auto;
	width: 98%;	
	max-width: 1000px;
	height:auto;
	}

#cont p {
	padding:10px;	
	color: #D1C1A7;	
	line-height:25px;
	text-align:left;
}

ul{	
	width: 100%;	
	margin: 0px auto;
}

li{
	text-align: left;	
	color:#D1C1A7;	
	display:inline;	
	padding-left: 0px;	
	padding-right: 20px;	
	line-height:25px;	
	}

.photoc {			
	float: left;
	margin-top: 17px;	
	width:320px;
	text-align:center;
}

.photor {			
	float: left;
	margin-top: 17px;	
	width:320px;
	text-align:center;
}

/* -------------------- PORTFOLIO ------------------*/

#portfolio{
    width:98%;		
	margin:5px 0px 10px 50px;	
	}
	
#portfolio p{	
	text-align:center;
	padding: 0px 10px 0px 10px;
	}	
	
.thumbnail{
	float:left;
	text-align:center;
	width: 120px;
	height: 80px;
	margin: 15px 20px 10px 40px;
	}

/* ---------------------------  FOOTER  ------------------------- */

#footer{	
	padding:15px;	 	
	width: 98%;
	}

footer p {	
        border-top-width: 1px;
	    border-style: dotted;
	    border-top-color: #462C28;	 
		text-align:center;
		color: #462C28;
		font-size:10px;
		margin:15px auto;	
	}
	
#footer a{
	color:#573431;
	font-size: 10px;
	}
/* ---------------------------  RATES  ------------------------- */

	
#rates {
	width:65%;	
	float:right;	
	margin:0px 10px 10px 20px;
	color: #D1C1A7;	
	}

#rates p{
	padding: 5px 15px 15px 15px;	
	text-align:left;
	}
	
#rates1{
	width:292px;
	height:25px;
	float:left;	
	font-size: 12px;
	text-align:left;
	font-weight:bold;
	clear:both;	
	padding-left:8px;
	padding-top: 3px;
	margin:0px 1px 2px 17px;
	background-color:#251716;
	}
	
#rates11{
	width:350px;
	height:33px;
	float:left;
	line-height:1em;
	font-size: 12px;
	text-align:left;
	clear:both;	
	font-weight:bold;
	padding-left:8px;
	padding-top: 3px;
	margin:0px 1px 2px 17px;
	background-color:#251716;
	}
	
#rates11 span {
	font-size: 11px;
	font-weight:normal;
	}

#rates2{
	width:40px;
	height:25px;
	float:left;	
	font-size: 12px;
	text-align:right;
	font-weight:bold;	
	padding-right:10px;
	padding-top: 3px;
	margin:0px 1px 2px 0px;
	background-color:#251716;
	}	
	
#rates21{
	width:40px;
	height:29px;
	float:left;	
	font-size: 12px;
	text-align:right;
	font-weight:bold;	
	padding-right:10px;
	padding-top: 7px;
	margin:0px 1px 2px 0px;
	background-color:#251716;
	}	
	
#rates3{
	width:40px;
	height:25px;
	float:left;	
	font-size: 12px;
	text-align:right;
	font-weight:bold;	
	padding-right:10px;
	padding-top: 3px;
	margin:0px 1px 2px 0px;
	background-color:#251716;
	}

#rates31{
	width:40px;
	height:29px;
	float:left;	
	font-size: 12px;
	text-align:right;
	font-weight:bold;	
	padding-right:10px;
	padding-top: 7px;
	margin:0px 1px 2px 0px;
	background-color:#251716;	
	}		
	
	
#rates4{
	width:360px;
	height:20px;
	float:left;	
	font-size: 12px;
	text-align:left;
	padding-left:22px;
	padding-top: 3px;
	margin:0px 1px 2px 0px;
	font-style:oblique;
	font-weight:bold;

}

/* ------------------ BANNERS ---------------*/

#banner {
  width:75%;
  margin:0px auto;
}


.box1 { 	
	width:250px;
	height:100px;	
	float:left;		
	text-align:center;	
	padding-top: 20px;
	margin:0px 1px 2px 0px;
	background-color:#251716;
	}	

.box2 { 	
	width:250px;
	height:130px;	
	float:left;		
	text-align:center;	
	padding-top: 10px;
	margin:0px 1px 2px 0px;
	background-color:#251716;
	}	
	
.box3 { 	
	width:330px;
	height:130px;	
	float:left;		
	text-align:center;	
	padding-top: 10px;
	margin:0px 1px 2px 0px;
	background-color:#251716;
	}	
	
.box4 { 	
	width:340px;
	height:130px;	
	float:left;		
	text-align:center;	
	padding-top: 10px;
	margin:0px 1px 2px 0px;
	background-color:#251716;
	}	
	
.box5 { 	
	width:333.333px;
	height:170px;	
	float:left;		
	text-align:center;	
	padding-top: 10px;
	margin:0px 1px 2px 0px;
	background-color:#251716;
	}	
	
.box6 { 	
	width:500px;
	height:80px;	
	float:left;		
	text-align:center;	
	padding-top: 10px;
	margin:0px 1px 2px 0px;
	background-color:#251716;
	}
	
.box7 { 	
	width:500px;
	height:110px;	
	float:left;		
	text-align:center;	
	padding-top: 10px;
	margin:0px 1px 2px 0px;
	background-color:#251716;
	}
	
.box8 { 	
	width:864px;
	height:70px;	
	float:left;		
	text-align:center;	
	padding-top: 10px;
	padding-left:136px;
	margin:0px 1px 2px 0px;
	background-color:#251716;
	}		

@media (min-width: 800px) and (max-width: 930px) {	

#rates {
	width:60%;	
	}
	
	}
@media (max-width: 799px) {	

#portfolio{
    width:90%;		
	margin:5px 0px 10px 50px;	
	}	
	
#rates {
	width:98%;
	float:left;	
	}
	
.photor {			
	float:none;
	margin-top: 17px;	
	width:233px;
	text-align:center;
}
	
	}
	
@media (max-width: 450px) {		

#banners{		
	margin-left:10px;
	}

#boxss{
	float:none;
	text-align:center;
	width: 130px;
	margin: 10px 0px 30px 10x;
	}	
	
#boxs{
	float:none;
	text-align:center;	
	width: 200px;	
	margin: 10px 0px 30px 10px; /* top right bottom left */
	color:#EEA757;
	font-size:10px;
	}	

#boxm{ 	
	float:none;
	text-align:center;	
	width: 250px;	
	margin: 30px 0px 0px 10px;
	}	
	
#boxl{	
	float:none;
	text-align:center;
	width: 270px;	
	margin: 30px 0px 0px 10px;
	}	
	
#rates {
	width:100%;	
	float:right;
	}

#rates1{
	width:220px;
	height:25px;	
	font-size: 11px;	
	padding-left:5px;
	padding-top: 3px;
	margin:0px 1px 2px 10px;	
	}
	
#rates11{
	width:220px;
	height:33px;	
	font-size: 11px;	
	padding-left:5px;
	padding-top: 3px;
	margin:0px 1px 2px 10px;	
	}
	
#rates11 span {
	font-size: 10px;	
	}

#rates2{
	width:40x;
	height:25px;	
	font-size: 11px;	
	padding-right:5px;
	padding-top: 3px;
	margin:0px 1px 2px 0px;	
	}	
	
#rates21{
	width:40px;
	height:29px;	
	font-size: 11px;	
	padding-right:5px;
	padding-top: 7px;
	margin:0px 1px 2px 0px;	
	}	
	
#rates3{
	width:45px;
	height:25px;	
	font-size: 11px;
	text-align:right;	
	padding-right:5px;
	padding-top: 3px;
	margin:0px 1px 2px 0px;	
	}

#rates31{
	width:45px;
	height:29px;	
	font-size: 11px;	
	padding-right:5px;
	padding-top: 7px;
	margin:0px 1px 2px 0px;	
	}		
	
@media (max-width: 340px) {		

#rates {
	width:100%;	
	float:right;			
	}

#rates1{
	width:200px;
	height:20px;	
	font-size: 10px;	
	padding-left:5px;
	padding-top: 3px;
	margin:0px 1px 2px 10px;	
	}
	
#rates11{
	width:200px;
	height:33px;	
	font-size: 10px;	
	padding-left:5px;
	padding-top: 3px;
	margin:0px 1px 2px 10px;	
	}
	
#rates11 span {
	font-size: 9px;	
	}

#rates2{
	width:35px;
	height:20px;	
	font-size: 10px;	
	padding-right:5px;
	padding-top: 3px;
	margin:0px 1px 2px 0px;	
	}	
	
#rates21{
	width:35px;
	height:29px;	
	font-size: 10px;	
	padding-right:5px;
	padding-top: 7px;
	margin:0px 1px 2px 0px;	
	}	
	
#rates3{
	width:35px;
	height:20px;	
	font-size: 10px;
	text-align:right;	
	padding-right:5px;
	padding-top: 3px;
	margin:0px 1px 2px 0px;	
	}

#rates31{
	width:35px;
	height:29px;	
	font-size: 10px;	
	padding-right:5px;
	padding-top: 7px;
	margin:0px 1px 2px 0px;	
	}		
			