/* global */ 
body {
	font-family: helvetica;
	margin: 0;
	padding: 0;
}

.main-body,
.main-header,
.main-menu,
.banner {
	width: 980px;
	margin: 0 auto 5px;
	/*border: 1px solid;*/
	position: relative;
}

.main-header {
	background-color: #1f1715;
	padding: 1em 0;
	overflow: auto;
}

.main-header .logo {
	background: transparent url(../img/logo.jpg) no-repeat;
	display: inline-block;
	float: left;
	margin-left: 1em;
	width: 350px;
	height: 85px;
}

.main-header .social-media {
	position: absolute;
	right: 1em;
	top: 1em;
}

.banner {
	height: 600px;
	margin-bottom: 1em;
}

.main-menu {
	color: #666;
	font: normal .8em/1.5em Arial, Helvetica, sans-serif;
	text-align: center;
}
/*
.main-menu ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-menu li {
	display: inline-block;
	vertical-align: top;
}

.main-menu a {
	color: black;
	display: block;
	 height: 50px; 
	 width: 80px; 
	margin: 5px;
	text-decoration: none;
}

.main-menu a:hover {
	text-decoration: underline;
}*/

/* navigator menu */
#nav {
	margin: 0;
	padding: 7px 6px 0;
	background: #1f1715 url(img/gradient.png) repeat-x 0 -110px;
	line-height: 100%;

	border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 2em;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	z-index: 20;
}
#nav li {
	margin: 0 0px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}


/* main level link */
#nav a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding: 8px 19px;
	margin: 0;

	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
}
#nav a:hover {
	background: #000;
	color: #fff;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #000 url(img/gradient.png) repeat-x 0 -40px;
	color: #444;
	border-top: solid 1px #f8f8f8;

	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);

	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #0078ff url(img/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;

	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	background: #ddd url(img/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}
/* /navigator menu */

/* /global */ 

/* home page */
.outlets {
	text-align: center;
	background-color: whitesmoke;
	border-radius: 5px;
}

.outlets ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.outlets li {
	border: 1px solid #c7c7c7;
	float: left;
	margin: 5px;
	min-height: 355px;
	padding: 5px;
}

.outlets li:hover {
	border-style: groove;
}

.outlets .img img {
	border: 1px solid #000;
	width: 200px;
	height: 133px;
	text-align: center;
}

.outlets .links {
	font-size: 9pt;
}

.outlets .links a {
	display: inline-block;
	margin: 5px;
	text-decoration: none;
}

.outlets .links a:hover {
	text-decoration: underline;
}

.outlets .info {
	font-size: 7pt;
	text-align: left;
}

.outlets .info h3 {
	font-size: 13pt;
	text-align: center;
	margin: 5px 0;
}
/* /home page */

/* about us page */
.about-us {
	background-color: #f9f9f9;
	border-radius: 5px;
	padding: 1em;
	font-size: 12pt;
}
/* /about us page */

/* booking page */
.booking-page {
	padding: 1em;
	font-size: 12px;
}
/* /booking page */

/* promotion page */
.booking-page {
	padding: 1em;
	background-color: #f9f9f9;
	border-radius: 5px;
}
/* /promotion page */

/* contact us page */
.contact-page {
	background-color: #f9f9f9;
	border-radius: 5px;
	padding: 1em;
}

.contact-page label {
	width: 180px;
	display: inline-block;
}

.contact-page form {
    display: inline-block;
	
    margin-left: 10em;
}
/* /contact us page */

/* product page */
.product-page {
	margin: 1em 4em;
	overflow: auto;
	background-color: white;
	border-radius: 10px;
	border: 3px solid #1f1715;
	padding: 1em 0;
}

.product-page .category-list {
    width: 25%;
    float: left;
}

.product-page .category-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-page .category-list li {
    margin-bottom: 5px;
}

.product-page .category-list a {
    display: block;
    height: 30px;
    padding-left: 2em;
}

.product-page .detail-list {
    width: 75%;
    float: left;
}

.product-page .detail-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
}

.product-page .detail-list li {
	/* background-color: greenyellow; */
	float: left;
	width: 250px;
	min-height: 300px;
	margin: 10px;
	padding: 1em;
	border: 1px solid gray;
}

.product-page .detail-list .img {
	width: 150px;
	height: 150px;
	margin: 5px;
	margin-left: 3em;
}

.product-page .detail-list .img img {
	width: 100%;
	height: 100%;
}

.product-page .detail-list .title {
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
}

.product-page .detail-list .description {
    font-size: 10pt;
}
/* /product page */

/* style page */
.stylebook-page {
	background-color: #f9f9f9;
	border-radius: 5px;
}
/* /style page */

/* news page */
.news-page {
	background-color: #f9f9f9;
	border-radius: 5px;
	overflow: auto;
}
/* /news page */

/* promotion page */
.promotion-page {
	background-color: #f9f9f9;
	border-radius: 5px;
}
/* /promotion page */

/* career page */
.career-page {
	background-color: #f9f9f9;
	border-radius: 5px;
	padding: 1em;
	text-align: center;
}
/* /career page */

/* faq page */
.faq-page {
	background-color: #f9f9f9;
	border-radius: 5px;
	padding: 1em;
	font-size: 12px;
}
/* /faq page */