
body {
	background: transparent url('images/back-content-main-light.png') repeat top left;
	color: #666;
	display: block;
	font-family: sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #222;
}

img {
	width: 100%;
}

.cleaner {
	clear: both;
}

#container {
	width: 100%;
	margin: 0px auto;
	position: relative;
}

#main h1 {
	text-align: left;
	
}

#header .wrapper-menu {
	background: transparent url('images/back-content-main-light.png') repeat top left;
	position: relative;
	z-index: 20;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	padding-top: 10px;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	width: 200px;
	height: auto;
}

.header-phone {
	float: right;
	padding-right: 20px;
}

.header-phone .book-now {
	font-size: 20px;
	padding: 10px 30px;
	background-color: #201039;
	color: #fff;
	font-weight: 200;
}

#header .header-phone a {
	font-size: 20px;
	padding: 10px 30px;
}

#content {
	width: 75%;
	margin-left: 10%;
}

/********************************************************************************************* 

	Navigation

*****************************************************************/

#menu-main {
	font-weight: normal;
	min-height: 30px;
	padding: 5px 0 5px 190px;
	position: relative;
	margin-top: 25px;
}

#menu-main li {
	display: inline-block;
	float: left;
	font-size: 13px;
	font-weight: 400;
	margin: 0 5px;
	position: relative;
	text-transform: uppercase;
}

#menu-main li li {
	background-color: #333;
}

#menu-main .cleaner {
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	clear: both;
	float: none;
	display: block;
}

#menu-main li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}

#menu-main li:last-child,{
	border-right: 0;
	padding-right: 0;
}

#menu-main .current-menu-item a,
#menu-main a:hover,
#menu-main a:focus, 
#menu-main a:active {
	color: #a18032;
} 

#menu-main .current-menu-item li a {
	color: #aaa;
}

#menu-main-menu {
	/*text-align: center;*/
}

#menu-main a {
	display: inline-block;
	padding: 5px 5px 0px 0;
	position: relative;
}

#menu-main li li a,
#menu-main .current-menu-item li a,
#menu-main li .current-menu-item a,
#menu-main li li a:hover,
#menu-main li li a:focus {
	background: none;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

/********************************************************************************************* 

	Headings
*****************************************************************/

h1 {
	font-size: 22px;
	line-height: 36px;
	font-weight: normal;
	color: #333;
}

h2 {
	font-size: 20px;
	line-height: 32px;
	font-weight: normal;
	color: #333;
}

h3 {
	font-size: 19px;
	line-height: 26px;
	font-weight: normal;
	color: #333;
}

h4 {
	font-size: 17px;
	line-height: 24px;
	font-weight: normal;
	color: #333;
}

p {
	margin-top: 0;
	margin-bottom: 1.5em; 
}

.notice-box {
	width: 100%;
	margin: 0px auto;
	padding: 10px;
	margin-top: 20px;
}

#footer {
	background-color: #201039;
	color: #ccd2ce;
	padding: 5%;
	text-align: center;
	font-size: 13px;
	line-height: 1.5em;
}

#footer a {
	color: #ccd2ce;
}

#footer a:hover,
#footer .title a:hover,
.footer-additional a:hover,
#footer a:focus,
#footer .title a:focus,
.footer-additional a:focus  {
	color: #a18032;
	text-decoration: underline;
}

#footer .wrapper li {
	float: none;
	padding: 0px 10px;
	border-left: 1px solid #e6c44c;
}

#footer .wrapper li.first {
	float: left;
	padding: 0px 10px;
	border-left: 0px solid #e6c44c;
}

#footer .wrapper ul {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0;
}

#footer-nav {
	text-align: center;
}



@media screen and (max-width : 480px) {
	
#footer .wrapper li {
	float: none;
	padding: 5px 10px;
	border-left: none;
}

#footer .wrapper li.first {
	float: none;
	padding: 5px 10px;
	border-left: none;
	}
	
#logo {
	position: absolute;
	top: 40px;
	left: 50px;
	z-index: 20;
	height: 50%;
	width: 120px;
}

#header .wrapper-menu {
	background: transparent url('images/back-content-main-light.png') repeat top left;
	position: relative;
	z-index: 20;
	top: 0px;
	left: 0px;
	width: 100%;
	padding-top: 10px;
}
	
}	

@media screen and (max-width : 320px) {
	
#footer .wrapper li {
	float: none;
	padding: 5px 10px;
	border-left: none;
}

#footer .wrapper li.first {
	float: none;
	padding: 5px 10px;
	border-left: none;
	}
	
#logo {
	position: absolute;
	top: 40px;
	left: 50px;
	z-index: 20;
	height: 50%;
	width: 120px;
}

#header .wrapper-menu {
	background: transparent url('images/back-content-main-light.png') repeat top left;
	position: relative;
	z-index: 20;
	top: 0px;
	left: 0px;
	width: 100%;
	padding-top: 10px;
}

#menu-main {
	font-weight: normal;
	min-height: 30px;
	padding: 50px 0 5px 190px;
	position: relative;
}

.header-phone a {
	padding: 0 20px;
}

.phone {
    margin-top: 40px;
    position: absolute;
    margin-right: 0px;
    padding: 0 20px;
    font-size: 15px !important;
	}
}	

@media screen and (max-width : 680px) {
	
#footer .wrapper li {
	float: none;
	padding: 5px 10px;
	border-left: none;
}

#footer .wrapper li.first {
	float: none;
	padding: 5px 10px;
	border-left: none;
	}
	
#logo {
	position: absolute;
	top: 0px;
	left: 50px;
	z-index: 20;
	height: 50%;
	width: 150px;
}

#header .wrapper-menu {
	background: transparent url('images/back-content-main-light.png') repeat top left;
	position: relative;
	z-index: 20;
	top: 0px;
	left: 0px;
	width: 100%;
	padding-top: 10px;
}

#menu-main {
	font-weight: normal;
	min-height: 30px;
	padding: 50px 0 5px 190px;
	position: relative;
}

.header-phone a {
	padding: 0 20px;
}

.phone {
    margin-top: 40px;
    position: absolute;
    margin-right: 0px;
    padding: 0 20px;
    font-size: 15px !important;
	}
	
}	

	