/* Left & Right alignment */
.left {
	float:left;
}
.right {
	float:right;
}
.wrapper {
	width:100%;
	overflow:hidden;
}
/* Global properties ======================================================== */
.glob {
	width:100%;
	height:100%;
	position:absolute;
	overflow:hidden;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	background: url(../images/bgPart.png);
	line-height:20px;
	min-width:1000px;
	min-height:100%;
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
}
/* Global Structure ========================================================= */
.main {
	margin:0px auto 0 auto;
	width: 1000px;
	z-index:2;
	height:100%;
}
.page_spinner {
	position:fixed;
	background:url(../images/loader.gif) 50% 50% no-repeat #000;
	z-index:99;
	width:100%;
	height:100%;
	top:0;
	left:0
}
#glob {
	position:relative;
	overflow:hidden;
	z-index:1;
}
/* ============================= main layout ================================ */
a {
	color:#fff;
	text-decoration:none;
	outline:none;
	font-size: 10px;
}
a:hover {
	text-decoration:underline
}
h1 {
	float:left;
}
h2 {
	font-family: 'Oswald', sans-serif;
	color:#1b1b1b;
	font-size:34px;
	line-height:30px;
	width:100%;
	text-transform:uppercase;
	padding-bottom: 32px;
	font-weight: 400;
}
h3 {
	color: #332b2d;
	font-size:16px;
	line-height:26px;
	width:100%;
	padding-bottom: 15px;
	font-weight:400;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
}
p {
	font-family:Arial, sans-serif;
	padding-bottom: 33px;
	font-size: 13px;
	color: #000;
	line-height: 20px;
	text-align:justify
}
.undLineOff {
	text-decoration:none;
}
.textLowerCase {
	text-transform:lowercase
}
.textUpperCase {
	text-transform:uppercase
}
.center {
	padding:0 0;
	width:100%;
	position: relative;
}
.alignLeft {
	text-align:left;
}
.alignCenter {
	text-align:center;
}
.alignRight {
	text-align:right;
}
/* ============================= header ===================================== */
header {
	position:relative;
	width: 205px;
	z-index:1;
	display: inline-block;
}
#logo {
	text-indent: -9999px;
background: url(../images/logo.png) 0 0 no-repeat;
display: inline-block;
width: 404px;
height: 89px;
top: -15px;
position: relative;
}
#logo:hover {
	text-decoration:none;
}
.logoHolder {
	display:inline-block;
	position: relative;
}
.headerHolder {
	position: relative;
	width: 940px;
	height: 70px;
	z-index: 10;
	margin: 0 auto;
}
.slogan {
	font-size:14px;
	line-height:20px;
	letter-spacing:-1px;
}
.menu {
	position:relative;
	z-index:1;
	display:inline-block;
	float: right;
}
.menuHolder {
	float: right;
	z-index:1;
	display:inline-block;
	position: relative;
	margin-top: 33px;
}
#menu {
	z-index:3;
	position:relative;
}
#menu > li {
	float:left;
	position:relative;
	display:inline-block;
	margin: 0 1px;
}
#menu > li > a {
	color: #fff;
	font-family: 'Allerta', sans-serif;
	display: inline-block;
	text-transform:uppercase;
	font-size: 12px;
	line-height: 30px;
	position:relative;
	padding: 0 12px;
}
#menu > li > a:hover {
	text-decoration:none;
}
#menu > li.active > a {
	text-decoration:none;
}
.submenu_1 {
	position:absolute;
	z-index:2;
	top: 40px;
	left: 0;
	background: url(../images/blackPlane.png);
	width: 100px;
}
.submenu_1 li {
	position:relative;
	display:inline-block;
	margin: 6px 10px;
}
.submenu_1 a {
	font-size: 12px;
	color:#fff;
	font-family: 'Allerta', sans-serif;
	display:inline-block;
	text-transform:uppercase;
	text-align:left;
	line-height: 20px;
}
.submenu_1 li:hover > a, .submenu_1 li.sfHover > a {
	text-decoration:none;
	color:#cf5452
}
#menu .magTop1 {
	margin-top: 15px;
}
#menu .magBot1 {
	margin-bottom:15px;
}
.mText {
	position:relative;
}
.overPlane {
	background: url(../images/whitePart.png);
	position: absolute;
	left: 0;
	bottom: 400px;
	width: 100%;
	height: 400px;
}
.textHolder {
	position:absolute;
	top:0;
	left:0;
	display:inline-block;
	height:50px;
	overflow:hidden;
	z-index:1;
}
.leftHolder {
	position:relative;
	width:400px;
	float:left;
	height:620px;
}
/* ============================= content ====================== */
#content {
	position:relative;
	height: 522px;
	z-index: 2;
	width: 1000px;
	margin: 14px auto 0 auto;
}
#content > ul {
	width:100%;
	height: 522px;
}
#content > ul > li {
	width: 100%;
	display:block;
	position:absolute;
	overflow: hidden;
}
.box {
	height: 522px;
	width: 940px;
	background: #fff;
	margin: 0 auto;
	overflow-x: hidden;
}
.underline {
	text-decoration:underline;
}
.space1 {
	display:inline-block;
	width: 70px;
}
.color1 {
	color: #414141;
}
.color2 {
	color: #000;
}
.color3 {
	color: #c2472f;
}
._link1 {
	font-size: 13px;
	text-decoration: underline;
}
._link1:hover {
	text-decoration: none;
}
._link2 {
	font-size: 13px;
	text-decoration: none;
}
._link2:hover {
	text-decoration: underline;
}
.padRight1 {
	padding-right: 90px;
}
.padRight2 {
	padding-right: 20px;
}
.padRight3 {
	padding-right: 20px;
}
.padRight4 {
	padding-right: 45px;
}
.fontSize1 {
	font-size: 13px;
}
.text1 {
	font-family: 'Allerta', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	float: left;
	margin: 5px 18px;
}
.whitePlane {
	position: absolute;
	background: url(../images/whitePart.png);
	width: 2600px;
	height: 565px;
	left: 50%;
	margin-left: -1300px;
	z-index: 1;
}
.moreButton {
	text-transform:uppercase;
	font-size:13px;
	font-family: 'Oswald', sans-serif;
	color: #000;
	bottom: 0;
	position: relative;
}
.moreButton:hover {
	text-decoration:none;
}
.zoomSp {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width: 235px;
	height: 174px;
	z-index:3;
	background:#000 url(../images/magnify.png) 50% 50% no-repeat;
}
.closeHolder {
	width: 870px;
	height: 66px;
	margin: 0 auto;
	position: relative;
}
.closePlane {
	width: 870px;
	height: 32px;
	background: #000;
	position: relative;
	margin-top: 34px;
	float: left;
}
.closeButton {
	float: right;
	margin: 11px;
}
.iconHolder {
	position: absolute;
	margin-top: 14px;
	z-index: 3;
	left: 50%;
}
#img_slider {
	position: absolute;
	z-index: 1;
}
#img_slider > ul {
	white-space: nowrap;
}
#img_slider > ul >li {
	width: 235px;
	white-space: normal;
	display: inline-block;
	float: left;
	position: absolute;
}
#next {
	position: absolute;
	z-index: 2;
	left: 490px;
	top: 120px;
}
#prev {
	position: absolute;
	z-index: 2;
	right: 490px;
	top: 120px;
}
.leftPlane {
	background: url(../images/blackPlane.png);
	width: 830px;
	height: 522px;
	position: absolute;
	z-index: 2;
	right: 470px;
}
.rightPlane {
	background: url(../images/blackPlane.png);
	width: 1300px;
	height: 522px;
	position: absolute;
	z-index: 2;
	left: 470px;
}
/*----------------------------------------*/
.gallHolder {
	position: relative;
	z-index: 3;
	width: 1000px;
	margin: 0 auto;
}
#slider {
	position: relative;
	height: 414px;
	width: 739px;
	z-index: 0;
	margin: 0 auto;
	background: #000;
}
#slider>div>div {
	position: absolute;
	width: 100%;
	height: 480px;
	display: block;
	overflow: hidden;
	top: 0;
}
#spinnerImg {
	display: block;
	width: 34px;
	height: 34px;
	position: absolute;
}
#spinnerHolder {
	position: absolute;
	display: block;
	background: url(../images/loadingPlane.png) no-repeat;
	left: 45%;
	width: 97px;
	height: 97px;
}
#buttonPrev {
	margin: 9px 0px 5px 0px;
}
#buttonNext {
	margin: 9px 0px 5px 0px;
}
#sliderNavs {
	float: left;
	position: absolute;
	top: 110px;
	width: 1000px;
}
#spinnerHolder {
	position: absolute;
	display: block;
	background: url(../images/loader.png) no-repeat;
	width: 34px;
	height: 34px;
	top: -110px;
	left: 180px;
}
.prevHolder {
	position: relative;
	float: left;
}
.nextHolder {
	position: relative;
	float: right;
}
.picHold {
	position: relative;
	cursor: pointer;
}
/* ============================= footer ====================== */
footer {
	position: relative;
	width: 940px;
	z-index:1;
	padding-top: 10px;
	margin: 0 auto;
}
.topBtn {
	position:relative;
	display:inline-block;
	cursor:pointer;
}
.mainFooter {
	display: inline-block;
	z-index:2;
	margin: 0 auto;
	float: right;
}
.textPrivacy {
	font-size: 10px;
	color: #414141;
	position:relative;
	display:inline-block;
	font-family: 'Allerta', sans-serif;
	float:right;
}
.privHold {
	font-size:10px;
	text-transform:uppercase;
	line-height:1;
	top:0;
	position:relative;
}
/*===================================Map=====================================*/
.google_map {
	margin:0;
	width:315px;
	height:245px;
	background:#fff;
}
/* ============================= forms ============================= */
#ContactForm {
	padding:0;
}
#ContactForm .bg {
	padding:0;
}
#ContactForm .wrapper {
	overflow:inherit;
	min-height:40px;
}
#ContactForm .success {
	padding-bottom:1px;
	text-transform:uppercase;
	font-size:10px;
	position:relative;
	float:left;
	color: #7C7174;
	width:360px;
}
#ContactForm label {
	position:relative;
	display:inline-block;
	padding-bottom: 18px;
	float: left;
}
#ContactForm span {
	display:block
}
#ContactForm .error, #ContactForm .empty {
	font-size:9px;
	color: #7C7174;
	line-height:9px;
	display:none;
	width:100%;
	top:0px;
	position:relative;
	text-transform:uppercase;
}
#ContactForm a {
	position:relative;
	z-index:1;
}
#ContactForm a:hover {
	text-decoration:underline;
}
#ContactForm .input {
	width: 170px;
	padding: 9px 15px 9px 15px;
	color: #000;
	outline:none;
	font-size: 13px;
	font-family:Arial;
	background: #e8e8e8;
}
#ContactForm textarea {
	overflow:auto;
	margin:0;
	width: 389px;
	height: 120px;
	background: #e8e8e8;
	padding:10px 16px;
	color: #000;
	resize:none;
	outline:none;
	font-size: 13px;
	font-family:Arial;
}
#ContactForm .block {
	display:inline-block;
	position:relative;
	width: 100%;
	float: left;
}
#ContactForm .magRight1 {
	margin-right:16px;
}
.w2 {
	width:560px;
}
.formButtons {
	position:relative;
	float: left;
	padding-top: 5px;
}
.formBtn {
	display:inline-block;
	padding: 0px 15px 0px 0px;
	position:relative;
	text-transform:uppercase;
}
.franchise {
	width:890px;
	margin:0 auto;
	float:left;
}
/* ============================= end forms ============================= */
.address
{
width:425px;
height:200px;
}
.overlay
{
	background-image:url(../images/bg.png);
	width:100%;
	height:100%;
	z-index:9999;
	position:fixed;
	left:0;
	top:0;
	display:block;
}

.overlay .msg
{

    margin: 102px auto;
    width: 331px;
		
}
