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, 
menu, nav, 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;
}

/* Base */
body {
	background: url("bg-html.png");
	border-top: 3px solid #fff;
}

#wrapper{
	margin: 0 auto;
	width: 928px;
}

.header {
	background: #f8f8f8 url("lito.png") no-repeat;
	width: 100%;
	height: 97px;
	margin-top: 20px;
}

.header ul li {
	display: inline;
	float: right;
	height: 97px;
	line-height: 97px;
	padding: 0 20px;
	font-size: 22px;
	color: #b3b2b2;
	font-family: 'Open Sans Condensed', sans-serif;
}

.header ul li a {
	text-decoration: none;
	color: #b3b2b2;
}

.shadow {
	height: 14px;
	width: 100%;
	background: url("shadow.png") no-repeat;
}

.full-box {
	width: 100%-40px;
	border-top: 4px #c6b490 solid;
	background: #f8f8f8;
	margin-top: 20px;
	padding: 20px;
	color: #212121;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 22px;
}

.full_im {
	border-bottom: 4px #c6b490 solid;
	margin-left: 20px;
	width: 200px;
}

.mid-box img {
	border-bottom: 4px #c6b490 solid;
	margin: 0 7px;
}

.mid-box {
	width: 414px;
	border-top: 4px #c6b490 solid;
	background: #f8f8f8;
	margin-top: 20px;
	padding: 20px;
	color: #212121;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 22px;
}

.small-box {
	width: 260px;
	border-top: 4px #c6b490 solid;
	margin-top: 20px;
	padding: 20px;
	color: #212121;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	background: #f8f8f8;
}

.img-box {
	width: 100%-40px;
	margin-top: 20px;
	padding: 20px;
	color: #212121;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 22px;
}

.img-box-small {

	margin-top: 20px;

}

.img-box img, .img-box-small img {
	margin-left: 22px;
	-webkit-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.1);
	        box-shadow: 0 10px 6px -6px rgba(0,0,0,0.1);
}

.lang-box {
	width: 100%-40px;
	margin-top: 10px;
	margin-bottom: -10px;
}

.phone {
	background: url("phone.png") no-repeat #f8f8f8;
}

.fax {
	background: url("fax.png") no-repeat #f8f8f8;
}

.mail {
	background: url("mail.png") no-repeat #f8f8f8;
}

.marg {
	margin-top: 10px;
}

.margb {
	margin-bottom: 15px;
}

.margr {
	margin-right: 14px;
}

.margrb {
	margin-right: 8px;
}

.nobor {
	border: none !important;
	margin: 0px !important;
}

.nopad {
	margin: 0px !important;
}

.noleft {
	margin-left: 0px !important;
}

.flexslider {
	margin-top: 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

h1 {
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.small-box a {
	text-decoration: none;
	color: #000;
}

.book {	
	background: #c6b490;
	padding: 14px 18px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	line-height: 22px;
	z-index: 1;
	width: 892px;
	text-align: center;
	margin-top: 15px;
}