body {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	scrollbar-face-color: #000000;
	scrollbar-shadow-color: #2D2C4D;
	scrollbar-highlight-color:#7D7E94;
	scrollbar-3dlight-color: #7D7E94;
	scrollbar-darkshadow-color: #2D2C4D;
	scrollbar-track-color: #7D7E94;
	scrollbar-arrow-color: #C1C1D1;
	 font-size: 100%;
}

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;
	width: 100%;
}
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;
}

ul{
	margin: 0;
	padding: 0;
}

.wrapper{
}

.header{
	background-color: #a91b17;
	height: 35px;
	width: 100%;
}

.logo{
	width: 210px;
	height: 30px;
	display: block;
}

.logoWrapper{
	padding-top: 7px;
	height: 30px;
	width: 240px!important;
}

a{
	text-decoration: none;
}

.menuLink{
	font-size: 70.8%;
	color: #ffffff;
	display: block;
	font-family: Century Gothic;
	text-align: center;
	border-right: 1px solid white;
	margin-top: 15px;
	padding-left: 3px;
	padding-right: 3px;
}

.menuLinkSelected{
	margin-top: 15px;
}

.languagesSection {
	margin-left: 12px;
	height: 23px;
	width: 93px!important;
	float: left;
	margin-top: 14px;
}

.followSection {
	height: 23px;
	width: 74px!important;
	float: left;
	margin-right: 3px;
	margin-top: 15px;
	margin-left: 7px;
}

.languagesText{
	font-size: 68.8%;
	color: #ffffff;
	font-style: Italic;
	float: left;
	margin-right: 6px;
	font-family: Century Gothic;
}

#followBubble{
	margin-top: -3px;
}

#languageBubble{
	margin-top: -3px;
}

.followLanguagesLinks{
	float: right;
	width: 300px;
}

.languagesIcon{
	float: left;
	background: url('../i/languagesIcon.png') no-repeat;
	width: 19px;
	height: 17px;
	display: block;
}

.languagesIcon:hover{
	background: url('../i/languagesIconHover.png') no-repeat;
	width: 19px;
	height: 17px;
	display: block;
}

.clear{
	clear: both;
}

.follow{
	font-size: 68.8%;
	color: #ffffff;
	font-style: Italic;
	float: left;
	margin-right: 6px;
	font-family: Century Gothic;
}



.followBg{
	background: url('../i/follow.png') no-repeat;
	width: 63px;
	height: 38px;
	display: block;
	z-index: 200;
}


.contentPicture{
	background: url('../i/mountainSunrise.png') no-repeat;
	width: 1330px;
	height: 140px;
	margin: 0 auto;
}

.modelChartLeftWrapper{
	float: left;
	margin-left: 100px;
	margin-top: -60px;
}

.modelChartRightWrapper{
	float: right;
	margin-right: 100px;
	margin-top: -60px;
}

.doubleBorder{
	width: 2px;
	background-color: black;
	height: 41px;
	float: left;
	margin-top: 13px;
}

.simpleBorder{
	width: 1px;
	background-color: black;
	height: 41px;
	float: left;
	margin-top: 13px;
}

.chartModelWatchWrapper{
	width: 37px;
	height: 43px;
	position: relative;
	cursor: pointer;
}

.chartModel{
	width: 34px;
	height: 53px;
	float: left;
	border-bottom: 1px solid black;
	list-style-type: none;
	position: relative;
}

.chartModel.selected .chartModelWatchWrapper{
	margin-top: -4px;
}

.chartModelFirst{
	width: 37px;
}

.chartModelLast{
	width: 34px;
}

.chartModelWatchWrapper{
	float: left;
	width:32px;
	text-align: center;
}

.variants{
	position: absolute;
	width: 130px;
	bottom: 62px;
	left: 2px;
	display: none;
}

.variantsFirst{
	left: 2px;
}

.variant{
	width: 32px;
	height: 53px;
	float: left;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
	text-align: center;
	cursor: pointer;
}

.variantFirst{
	border-left: 1px solid black;
}

.footer{
	height: 191px;
	width: 1366px;
	margin: 0 auto;
	bottom: 0px;
	position: fixed;
	margin-top: 40px;
	left: 50%;
	margin-left: -683px;
}

.followLinks{
	background-color: #000000;
	position: absolute;
	width: 73px;
	height: 30px;
	display: none;
	z-index: 100;
}

.linkImg1{
	float: left;
	padding-left: 8px;
	padding-top: 6px;
	border-right: 1px solid #ffffff;
	padding-right: 8px;
	height: 30px;
}

.linkImg2{
	float: left;
	padding-left: 8px;
	padding-top: 6px;
}

.languageLinks{
	background-color: #000000 ;
	width: 100px;
	height: 88px;
	display: none;
	position: absolute;
	z-index: 100;
}


.langLink{
	padding: 8px 0px 8px 0px;
	display: block;
	font-size: 12px;
	color: #ffffff;
	font-family: Century Gothic;
	font-style: Italic;
	text-align: center;
	border-bottom: 1px solid #e7e2e2;
}

.langLinkLast{
	padding: 8px 0px 8px 0px;
	display: block;
	font-size: 12px;
	color: #ffffff;
	font-family: Century Gothic;
	font-style: Italic;
	text-align: center;
}

.langLink:hover{
	color: #a91b17;
}

.langLinkLast:hover{
	color: #a91b17;
}


.footerText{
	width: 200px;
	padding-top: 1px;
	height: 12px;
	margin: 0 auto;
}

.textProductWrapper{
	float: left;
}

.titleCarousel{
	font-weight: bold;
	padding-left: 40px;
	padding-top: 30px;
	font-family: Century Gothic;
}

.carouselWatch{
	float: left;
	cursor: pointer;
}

.detailCarousel{
	padding: 12px 0px 0px 40px;
	line-height: 32px;
	font-size: 14px;
	font-family: Century Gothic;
}

.homeLinkWrapper{
	width: 59px;

}

.menuLinkHome{
	width: 59px;
}

td{
	vertical-align: top;
	overflow: hidden;
}

table{
	width: 100%;
}



.menuArrow{
	width: 20px;
	height: 10px;
	margin: 0 auto;
	background: url('../i/menuArrow.png') no-repeat;
}


.brandLinkWrapper{
	width:  82px;
}

.menuLinkBrand{
	width:  82px;
}

.productsLinkWrapper{
	width:  78px;
}

.menuLinkProducts{
	width:  78px;
}

.brochureLinkWrapper{
	width: 76px;
}

.menuLinkBrochure{
	width: 76px;
}

.retailerLinkWrapper{
	width: 118px;
}

.menuLinkRetailer{
	width: 118px;
}

.downloadLinkWrapper{
	width: 84px;
}
.menuLinkDownload{
	width: 84px;
}


.newsLinkWrapper{
	width: 49px;
}

.menuLinkNews{
	width: 49px;
}

.eventsLinkWrapper{
	width: 57px;
}

.menuLinkEvents{
	width: 57px;
}


.pressLinkWrapper{
	width:  43px;
}

.menuLinkPress{
	width: 43px;
}

.contactLinkWrapper{
	width: 70px;
}

.menuLinkContact{
	width: 60px;
}


.worldMap{
	background: url('../i/worldmap.jpg') no-repeat;
	width: 917px;
	height: 382px;
	margin: 0 auto;
	margin-top: 20px;
}

.circlePointSwiss{
	width: 30px;
	height: 33px;
	margin-left: 450px;
	padding-top: 100px;
	cursor: pointer;
}

.circlePointIndia{
	width: 30px;
	height: 33px;
	margin-left: 625px;
	padding-top: 34px;
	cursor: pointer;
}

.swissAddress{
	display: none;
	font-size: 14px;
	background-color: #ffffff;
	font-family: Century Gothic;
	width: 140px;
}

.searchMap{
	background-color: #000000;
	width: 499px;
	height: 120px;
	margin: 0 auto;
}

.title{
	color: #ffffff;
	font-size: 18px;
	width: 237px;
	margin: 0 auto;
	padding-top: 15px;
	font-family: Century Gothic;
}

.titleBar{
	background-color: #ffffff;
	width: 237px;
	height: 1px;
	margin: 0 auto;
	margin-top: 10px;
	font-family: Century Gothic;
}

.searchMapForm{
	width: 420px;
	margin-left: 50px;
	float: left;
}

.legend{
	float: left;
	color: #ffffff;
	font-size: 12px;
	padding-top: 4px;
	padding-right: 6px;
	font-family: Century Gothic;
}

.searchMapInput{
	float: left;
	border: 1px solid #ffffff;
	font-family: Century Gothic;
	font-size: 10px;
	width: 150px;
}

.searchMapInput:focus{
	border: 1px solid #ccff00;
}

.keywordInput{
	padding-left: 48px;
	padding-top: 14px;
}


.countryInput{
	padding-top: 24px;
	padding-left: 44px;
}

.leftInputBar{
	width: 1px;
	height: 30px;
	background-color: #ffffff;
	float: left;
	margin-top: -8px;
	margin-left: 18px;
}

.searchButton{
	background: url('../i/searchButton.png') no-repeat;
	width: 55px;
	height: 24px;
	float: right;
	margin-right: 40px;
}

.searchButton:hover{
	background: url('../i/searchButtonHover.png') no-repeat;
}

.searchButton:active{
	background: url('../i/searchButtonHover.png') no-repeat;
}

.brandWrapper{
	width: 550px;
	height: 850px;
	margin-top: 20px;
	font-size: 14px;
	line-height: 25px;
	color: #000000;
	font-family: Century Gothic;
	float: left;
	margin-left: 20px;
}

.brandColumn{
	float: left;
	padding-top: 70px;
}

.brandPhotosWrapper{
	float: left;
	margin-left: 10px;
}

.brandContentWrapper{
	width: 980px;
	height: 900px;
	margin: 0 auto;
}

.brandImagePop{
	display: none;
}

.brandImage{
	padding-bottom: 20px;
	cursor: pointer;
}


.brandTitle{
	font-size: 23px; 
	padding: 10px 0px 20px 0px;
	color: #000000;
}


.brandBottom{
	font-size: 13px;
	color: #000000;
	font-style: italic;
	font-weight: bold;
}

.ui-jcoverflip {
        position: relative;
  }
      
.ui-jcoverflip--item {
        position: absolute;
        display: block;
  }
  
#workCarousel {
	height: 500px;
	width: 700px;
}

.download{
	float: right;
	margin-top: -20px;
	margin-right: 20px;
}

.downloadText{
	color: #000000;
	display: block;
}

.downloadText:hover{
	color: #ccff00;
}

.comingSoon{
	font-size: 40px;
	width: 314px;
	margin: 0 auto;
	margin-top: 250px;
	font-family: Century Gothic;
}

.downloadLink{
	width: 361px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 30px;
	height: 40px;
	font-family: Century Gothic;
}

.brochureImg{
	margin: 0 auto;
	width: 160px;
	height: 203px;
}

.contentWrapper{
	width: 100%;
	margin: 0 auto;
	height: 100%;
}

.pdf{
	width: 60px;
	margin: 0 auto;
	margin-bottom: 20px;
	font-family: Century Gothic;
}

.slides_container {
	width: 100%;
	height: 140px;
}

.slides_container div {
	width: 100%;
	height: 140px;
	display: block;
}


.footerTitle{
	background-color: #000000;
	height: 18px;
	margin-top: 27px;
}

.homeContentText{
	font-size: 34px;
	width: 845px;
	margin: 0 auto;
	margin-top: 10px;
	font-family: Century Gothic;
}

.homeImage{
	margin: 0 auto;
	width: 560px;
	margin-top: 150px;
}

.theModelsText{
	font-family: Century Gothic;
	font-size: 14px;
	margin-top: 20px;
	font-weight: bold;
}

.contactContentText{
	font-size: 20px;
	width: 337px;
	float: left;
	margin-top: 50px; 
	line-height: 28px;
	text-align: center;
	font-family: Century Gothic;
}

.contactBar{
	width: 320px;
	height: 1px;
	background-color: #000000;
	margin-left: 10px;
	margin-top: 15px;
}

.contactWrapper{
	width: 1019px;
	margin: 0 auto;
}

.contactForm{
	float: left;
	line-height: 50px;
	margin-left: 50px;
	width: 580px;
	margin-top: 50px;
}

.inputContact{
	width: 260px;
	height: 25px;
}

.inputContactMessage{
	width: 260px;
	height: 125px;
	float: left;
}



.inputName{
	font-size: 15px;
	font-family: Century Gothic;
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 20px;
}

.formButton{
	float: left;
	background-color: #a91b17;
	padding: 5px 8px 5px 8px;
	text-align: center;
	border: 1px solid #f6dfde; 
	margin-left: 460px;
	margin-top: -30px;

}



.formButtonText{
	color: #ffffff;
	font-size: 13px;
	font-family: Century Gothic;
	cursor: pointer;
}

.formButtonText:active{
	color: #000000;
}


.brochure_pop_up{
	display: none;
}

.carousel_pop_up{
	display: none;
}

.brochureCarouselImg{
	cursor: pointer;
}

#slideshow {
    position:relative;
    height: 148px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

.pressPopUp{
	display: none;
}

.pressImg{
	width: 570px;
	height: 200px;
	padding-top: 30px;
	cursor: pointer;
}

.pressPhotosWrapper{
	width: 1175px;
	height: 940px;
	margin: 0 auto;
	margin-bottom: 340px;
	margin-top: 50px;
}

.pressColumn{
	float: left;
}

.pressColumn1{
	margin-right: 30px;
}

.swissBold{
	font-weight: bold;
}