body {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-size: 14px;
}

p {
	margin: 0px;
	padding: 5px;
}

a {
	color: #ED1C24;
	text-decoration: none;
}

.hide {
	display: none;
}

.clr {
	clear:both;
}

#page {
	margin: 0px auto;
	padding: 0px;
	max-width: 600px;
	position: relative;
	background: url("../img/bg.png") no-repeat top center;
}

header {
	margin: 0px;
	padding: 10px 0px;
	position: relative;
	height: 330px;
}

header.page {
	height: 60px;
}

#logo {
	margin: 0px auto;
	padding: 10px 100px 0px 10px;
	text-align: center;
}

header > .menu {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 44px;
	height: 44px;
	background: url("../img/menu.png") no-repeat center;
	position: absolute;
	top: 10px;
	right: 20px;
}

nav {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 60px;
	right: 10px;
	width: 135px;
	height: 140px;
	z-index: 2;
	background: url("../img/navigation.png") no-repeat center;
}

nav > ul {
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
	list-style-type: none;
}

nav > ul li {
	margin: 0px;
	padding: 5px 0px 5px 20px;
	display: block;
}

nav > ul li a {
	padding: 3px 5px 3px 30px;
	display: block;
	width: 100px;
	background: url("../img/nav.png") no-repeat 5px center;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
}

#open {
	margin: 0px auto;
	padding: 0px;
	background: #ED1C24;
	height: 60px;
	color: #ffffff;
}

#open p {
	padding: 2px;
}

#open ul {
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
	width: 300px;
}

#open ul li {
	margin: 0px;
	padding: 10px 0px 0px 30px;
	font-size: 12px;
	float: left;
}

#open ul li span {
	font-size: 18px;
	font-style: italic;
	font-weight: 700;
}

#contact {
	margin: 0px auto;
	padding: 0px;
	background-image: url("../img/contact.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	max-width: 600px;
	height: 360px;
	position: relative;
}

#contact.page {
	height: 185px;
	background-image: url("../img/contact-page.png");
	background-image: top center !important;
	background-size: auto ! important;
}

#contact .contact {
	margin: 0px auto;
	padding: 17px 0px;
	max-width: 250px;
	height: 35px;
	display: block;
	text-align: right;
}

#contact .tel {
	background: url("../img/contact-tel-style.png") no-repeat left center;
}

#contact .mail {
	background: url("../img/contact-mail-style.png") no-repeat left center;
}

#contact .www {
	background: url("../img/contact-www-style.png") no-repeat left center;
}

#contact a {
	color: #ffffff;
	font-size: 14px;
}

#contact span {
	color: #94C7FF;
	font-size: 22px;
}

#contact .map-button {
	width: 100%;
	position: absolute;
	bottom: -20px;
	z-index: 99999;
}

footer {
	margin: 0px;
	padding: 0px;
	padding-top: 30px;
	text-align: center;
	font-size: 12px;
	background: url("../img/footer.png") repeat-x bottom;
}

#body {
	margin: 10px;
	padding: 0px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;
	background-color: #ffffff;
}

#body img {
	max-width: 100%;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;
}

#title {
	padding: 10px 20px;
	display: block;
	text-transform: uppercase;
	font-size: 20px;
	background: #ED1C24;
	color: #ffffff;
} 

#title a {
	color: #ffffff;
}

.article {
	padding: 10px;
	line-height: 20px;
}

table.price {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

table.price td {
	padding: 0px 5px;
	font-size: 12px;
}

td.bg1 {
	background-color: #7D7B80;
	color: #ffffff;
}

td.bg2 {
	background-color: #FAFAF9;
}

td.bg3 {
	background-color: #ffffff;
}

/* defualt css */

#gallery img {
	border: 0px;
	width: 100%;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;
}

.related-list {
	position: relative;
}

.related-list ul {
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 1;
}

.related-list li {
	float: left;
	padding: 0px;
	width: 50%;
	display: block;
}

.related-list li a {
	margin: 5px;
	display: block;
	position: relative;
	text-transform: uppercase;
	background: #ffffff;
	color: #1A2F3F;
	font-weight: bold;
	font-size: 100%;
	font-size: 5.0vw;
}

.related-list li img.list {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.related-list li div.wrapper {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
}

.related-list li div.table {
	text-align: center;
	width: 100%;
	height: 100%;
	display: table;
}

.related-list li div.cell {
	display: table-cell;
	vertical-align: middle;
	padding: 0px;
}

.related-list li div.cell img {
	width: 30%;
}

.text-right {
	text-align: right;
}

.uppercase {
	text-transform: uppercase;
}

.clr {
	clear: both;
}

.contact {
	margin: 0px auto;
	padding: 5px 0px 5px 35px;
	max-width: 215px;
	display: block;
	font-weight: bold;
	font-size: 16px;
}

.tel {
	background: url("../img/contact-tel.png") no-repeat left center;
}

.mail {
	background: url("../img/contact-mail.png") no-repeat left center;
}

.www {
	background: url("../img/contact-www.png") no-repeat left center;
}

.button {
	margin: 0px auto;
	padding: 15px;
	background: #ED1C24;
	text-align: center;
	max-width: 150px;
	display: block;
	color: #ffffff;
	font-size: 12px;
}

#copyright {
	font-size: 12px;
	text-align: center;
	background-color: #ffffff;
	border-top: 2px solid #78BAFF;
	padding: 5px 0px 15px 0px;
}

#map-canvas {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	height: 400px;
	border: 0px !important;
	}

#map-directions {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	height: 200px;
	overflow: auto;
	font-size: 12px !important;
}

#nav-bottom {
	position: fixed;
	bottom: 0px;
	max-width: 600px;
	height: 50px;
	z-index: 99;
	/* background: url("../img/opacity.png"); */
	display: none;
}

#top-button {
	width: 50px;
	height: 50px;
	cursor: pointer;
	float: left;
	display: block;
	background: url("../img/top-button.png") no-repeat center;
}

#home-button {
	width: 50px;
	height: 50px;
	cursor: pointer;
	float: right;
	display: block;
	background: url("../img/home-button.png") no-repeat center;
}

#cookies {
	text-align: justify;
	position: fixed;
	bottom: -100px;
	max-width: 600px;
	height: 60px;
	color: #ffffff;
	font-size: 11px;
	z-index: 999;
	background: url("../img/opacity.png");
}

#cookies p {
	width: 80%;
	float: left;
}

#cookies_close {
	float: right;
	width: 15%;
	height: 60px;
	cursor: pointer;
	display: block;
	background: url("../img/close.png") no-repeat center;	
}

