

html {
	background: url(../images/bg.jpg);
}


body {
	margin: 0;
	padding: 0;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 13px;
	/* background: url(../images/bg-top.jpg) 50% 0 no-repeat; */
	overflow-y: scroll;
}

img {
	border: 0;
}

.err {
	border: 1px solid red !important;
}

.loading {
	display: none;
	padding: 0 .5em;
	vertical-align: middle;
}


div.download {
	text-align: right;
}

a.download {
	display: inline-block;
	font-size: 18px;
	font-weight: 300;
	text-decoration: none;
	background: #e64614;
	color: white;
	padding: .35em 1em;
	font-size: 20px;
}

a.download:hover {
	background: red;
}
	
a.download span {
	margin: 0 0 0 .5em;
	font-size: 16px;
}


div.wrapper {
	position: relative;
	width: 820px;
	margin: 0 auto;
}

div#header {
	position: relative;
	height: 107px;
	z-index: 2;
}

div#header ul.lang {
	position: absolute;
	list-style: none;
	margin: 0;
	top: 10px;
	right: 0;
}

div#header ul.lang li {
	float: left;
	margin: 0 0 0 .5em;	
}

div#header ul.lang li a {
	color: #707173;
	text-decoration: none;
	font-size: 12px;
}

div#header ul.lang li a:hover {
	text-decoration: underline;
}
	
div#header ul.lang li a.active {
	color: #e44917;
}
	
div#header a.logo {
	position: absolute;
	top: 35px;
	left: 0;
}

div#header img.award2013 {
	position: absolute;
	bottom: 9px;
	right: 85px;
}

/*
div#header img.gear {
	position: absolute;
	top: 50px;
	right: 64px;
}

div#header img.slogan {
	position: absolute;
	top: 154px;
	right: 240px;
}
*/

div#content {
	min-height: 350px;	
}



/**
*		menu	
*/

div#menu {
	position: relative;
	height: 40px;
	background: #e1e1e1;
	z-index: 5;
}

ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li {
	position: relative;
	float: left;
	border-right: 1px solid white;
}

ul.menu li a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 1em;
	color: #707173;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	background: #e1e1e1;
	border-right: 1px solid #d4d5d5;
}

ul.menu li:hover a,
ul.menu li.active a {
	background: white;
}

ul.menu li.active a {
	color: #e64613;
}

ul.menu li ul.sub {
	position: absolute;
	display: none;
	top: 40px;
	list-style: none;
	margin: 0;
	padding: 0;	
	background: white;
}

ul.menu li:hover ul.sub {
	display: block;
}

ul.menu li ul.sub li {
	float: none;
	border: 0;
}

ul.menu li ul.sub li a {
	font-weight: bold;
	min-width: 215px;
	margin: 2px;
	border: 0;
}

ul.menu li ul.sub li a:hover {
	background: #ebebeb;
}

div#menu a.news {
	position: absolute;
	top: 11px;
	right: 70px;
}

div#menu a.fb {
	position: absolute;
	display: block;
	top: 10px;
	right: 41px;
	width: 23px;
	height: 22px;
	background: url(../images/ico-social.jpg) 0 0 no-repeat;	
}

div#menu a.fb:hover {
	background-position: 0 -22px;
}
	
div#menu a.yt {
	position: absolute;
	display: block;
	top: 10px;
	right: 11px;
	width: 23px;
	height: 22px;
	background: url(../images/ico-social.jpg) -23px 0 no-repeat;	
}

div#menu a.yt:hover {
	background-position: -23px -22px;
}








/**
 * 		locator
 */

div.locator {
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #898989;
}

div.locator a {
	color: #898989;
	text-decoration: none;
}

div.locator a:last-child {
	color: #c13d0c;
}


/**
*		texis
*/

div.texis {
	color: #58585a;
	margin: 0 0 1em 0;
}


div.texis ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.texis ul li {
	background: url(../images/bullet.jpg) 0 .35em no-repeat;
	padding: 0 0 .5em 20px;
}

div#fp-video {
	position: relative;
	display: block;
	width: 820px;
	height: 420px;
	margin: 0 0 1em 0;
	background: url(../images/huglock_video1.jpg) 50% 50% no-repeat;
	cursor: pointer;	
}

div#fp-video span.roll {
	position: absolute;
	display: block;
	width: 132px;
	height: 131px;
	left: 344px;
	top: 144px;
	background: url(../images/bg-fp-video-roll.png) 0 0 no-repeat;
}

div#fp-video span.roll:hover {
	background-position: 0 -131px;
}


/**
 * 			company
 */

div.company {
	position: relative;
	margin: 0 0 1em 0;
}

div.company div.left {
	position: relative;
	background: #ebebeb;
	padding: 40px;
	width: 325px;
	height: 250px;
	float: left;
}

div.company div.left div.title {
	font-size: 26px;
	color: #c14017;
}


div.company div.left div.texis {
	font-size: 14px;
}


div.company div.right {
	position: relative;
	background: #ebebeb;
	padding: 40px;
	width: 325px;
	height: 250px;
	float: right;
}

div.company div.right div.title {
	font-size: 26px;
	color: #c14017;
}

div.company div.right div.texis {
	font-size: 14px;
}





/**
 * 			contacts
 */

div.contacts {
	position: relative;
	margin: 0 0 1em 0;
}

div.contacts div.left {
	position: relative;
	background: #ebebeb;
	padding: 40px;
	width: 325px;
	height: 400px;
	float: left;
}

div.contacts div.left div.texis {
	font-size: 18px;
	color: #c14017;
}

div.contacts div.left div.head {
	font-size: 21px;
	margin: 2em 0 0 0;
}

div.contacts div.right {
	position: relative;
	background: #ebebeb;
	padding: 40px;
	width: 325px;
	height: 400px;
	float: right;
}

div.contacts div.right div.texis {
	font-size: 18px;
}

div.contacts div.right label {
	display: block;
	color: #58585a;
}

div.contacts div.right input.text {
	display: block;
	width: 310px;
	padding: .25em .5em;
	margin: 0 0 .5em 0;
	border: 1px solid #c9c9c9;
}

div.contacts div.right select {
	display: block;
	width: 325px;
	padding: .25em .5em;
	margin: 1.5em 0 .5em 0;
	border: 1px solid #c9c9c9;
}

div.contacts div.right textarea {
	width: 100%;
	height: 120px;
	border: 1px solid #c9c9c9;
}

div.contacts div.right div.submit {
	width: 100%;
	text-align: right;
	margin: 1.5em 0 0 0;
}

div.contacts div.right input.submit {
	border: 0;
	width: 118px;
	height: 29px;
	background: url(../images/btn-send.jpg) 0 0 no-repeat;
	cursor: pointer;
}

div.contacts div.right input.submit:hover {
	background-position: 0 -29px;
}


div.left img.shadow,
div.right img.shadow {
	position: absolute;
	left: 2px;
	bottom: -3px;	
}

div.contacts div.bottom {
	position: relative;
	margin: 1em 0 0 0;
	background: #ebebeb;
	color: #58585a;
	padding: 40px 0 40px 40px;
	height: 75px;
}

/**		box		*/

div.contacts div.bottom div.box {
	width: 195px;
	float: left;
}

div.contacts div.bottom div.box div.amats {
	font-weight: bold;
}

div.contacts div.bottom div.box div.name {
	color: #c14017;
	font-size: 21px;
	margin: .25em 0;
}

div.bottom img.shadow {
	position: absolute;
	left: 0;
	bottom: -4px;	
}





/**
 * 			sample
 */

div.sample {
	position: relative;
	margin: 0 0 1em 0;
}

div.sample div.left {
	position: relative;
	width: 405px;
	float: left;
}

div.sample div.left div.title {
	font-size: 21px;
	color: #c14017;
}

div.sample div.left div.texis {
	font-size: 14px;
}

div.sample div.right {
	position: relative;
	padding: 40px;
	width: 325px;
	border: 1px solid #c9c9c9;
	float: right;
}

div.sample div.right label {
	display: block;
	color: #58585a;
}

div.sample div.right input.text {
	display: block;
	width: 310px;
	padding: .25em .5em;
	margin: 0 0 .5em 0;
	border: 1px solid #c9c9c9;
}

div.sample div.right select {
	display: block;
	width: 325px;
	padding: .25em .5em;
	margin: 1.5em 0 .5em 0;
	border: 1px solid #c9c9c9;
}

div.sample div.right textarea {
	width: 100%;
	height: 120px;
	border: 1px solid #c9c9c9;
}

div.sample div.right div.submit {
	width: 100%;
	text-align: right;
	margin: 1.5em 0 0 0;
}

div.sample div.right input.submit {
	border: 0;
	width: 190px;
	height: 29px;
	background: url(../images/btn-send-request.jpg) 0 0 no-repeat;
	cursor: pointer;
}

div.sample div.right input.submit:hover {
	background-position: 0 -29px;
}





/**
 * 			inspiration
 */

div.inspiration {
	position: relative;
	margin: 0 0 1em 0;
}

div.inspiration div.left {
	position: relative;
	width: 300px;
	text-align: justify;
	float: left;
}

div.inspiration div.left div.short {
	font-size: 18px;
	line-height: 1.5em;
	color: #c14017;
	text-align: justify;
}

div.inspiration div.left div.orange {
	color: #c14017;
	font-weight: bold;
}

div.inspiration div.left a {
	color: #c14017;
}

div.inspiration div.right {
	position: relative;
	width: 500px;
	float: right;
}

div.inspiration div.right div.thumb {
	position: relative;
	width: 220px;
	height: 170px;
	margin: 0 0 0 30px;
	float: left;
}

div.inspiration div.right div.thumb a.video {
	display: block;
	width: 220px;
	height: 115px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

div.inspiration div.right div.thumb a.video span.roll {
	position: absolute;
	display: block;
	top: 18px;
	left: 70px;
	width: 79px;
	height: 78px;
	background: url(../images/bg-video-roll.png) 0 0 no-repeat;
}

div.inspiration div.right div.thumb a.video:hover span.roll {
	background-position: 0 -170px;
}
	
div.inspiration div.right div.thumb div.title {
	color: #58585a;
	margin: .5em 0 0 0;
}



/**
*		specification
*/

div.specification {
	position: relative;
	margin: 0 0 1em 0;
	background: #ebebeb;
}

div.specification div.left {
	position: relative;
	padding: 40px;
	width: 330px;
	float: left;
}

div.specification div.right {
	position: relative;
	padding: 40px;
	width: 330px;
	float: right;
}

div.specification div.right div.short p {
	padding: .5em 0;
	margin: 0;
	font-size: 17px;
	color: #1a171b;
	border-bottom: 1px solid #b2b1b1;
}

div.specification div.right div.texis {
	margin: 1em 0;
	font-size: 17px;
	color: #1a171b;
}

div.specification div.right div.texis p {
	margin: 0;
}
	
div.specification div.right div.note {
	font-size: 17px;
	color: #1a171b;
	font-weight: bold;
}

div.specification img.shadow {
	position: absolute;
	left: 0;
	bottom: -4px;	
}





/**
 * 		exposystems
 */

div.exposystems {
	position: relative; 
	width: 820px; 
	height: 706px;
}

div.exposystems a {
	position: absolute;
	top: 345px;
	left: 330px;
	display: block;
	height: 60px;
	line-height: 60px;
	width: 210px;
	text-align: center;
	text-decoration: none;
	background: #e64613;
	color: white;
	font-size: 30px;
}

a.viewpdf {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	width: 210px;
	text-align: center;
	text-decoration: none;
	background: #e64613;
	color: white;
	font-size: 30px;
}

a.viewpdf:hover {
	background: #c13d0c;
}


div.imageset {}

div.imageset a {
	position: absolute;
	top: 345px;
	left: 330px;
	display: block;
	height: 60px;
	line-height: 60px;
	width: 210px;
	text-align: center;
	text-decoration: none;
	background: #e64613;
	color: white;
	font-size: 30px;
}

div.imageset {
	position: relative; 
}

div.imageset p {
	margin-top: 0;
}

div.imageset .line {
	font-size: 14px;
	color: white;
	padding: .5em;
	background: url(../images/exposystems/josla.jpg) repeat-y;
}



/**		shelving	*/

div#shelving-video {
	position: relative;
	width: 400px; 
	height: 300px;
	top: 83px;
	left: 44px;
}	
	
div#shelving-video span.roll {
	position: absolute;
	display: block;
	width: 132px;
	height: 131px;
	left: 134px;
	top: 84px;
	background: url(../images/bg-fp-video-roll.png) 0 0 no-repeat;
}

div#shelving-video span.roll:hover {
	background-position: 0 -131px;
}	



/**
 * 		news
 */

div.news {
	position: relative;
	margin: 0 0 1em 0;
}

div.news div.image {
	float: left;
	width: 400px;
	height: 300px;
	background-repeat: no-repeat;
	background-position: 50% 0;
}

div.news div.details {
	float: right;
	width: 370px;
	padding: .5em .5em 0 0;
	margin-bottom: 50px;
}

div.news div.details a.title {
	color: black;
	text-decoration: none;
	font-size: 16px;
}

div.news div.details a.title:hover {
	color: #e64613;
}

div.news div.details div.short {
	font-size: 14px;
	color: #707173;
	margin: 1.25em 0 0 0;
	line-height: 1.5em;
}

div.news div.details div.short a.more {
	display: block;
	color: black;
	text-align: right;
	padding: .5em 0;
	text-decoration: none;
}

div.news div.details div.short a.more:hover {
	color: #e64613;
}

div.news div.date {
	position: absolute;
	width: 386px;
	right: 0;
	bottom: 0;
	background: #ee5225;
	text-align: right;
	color: white;
	padding: 14px 14px 14px 0;
}

div.pages {
	margin: 1em 0;
}

div.pages a {
	display: block;
	float: left;
	padding: .5em 1em;
	color: black;
	background: #e1e1e1;
	text-decoration: none;
	margin: 0 .5em .5em 0;
}

div.pages a.active {
	background: #ee5225;
	color: white;
}


/**
*		footer
*/

div#footer {
	position: relative;
	margin: 0 0 1em 0;
}
	
div#footer span.copy {
	display: block;
	width: 140px;
	padding: .5em 0;
	font-size: 11px;
	color: #707173;
	border-top: 1px solid #cdcdce;	
}




/**
*		footnote
*/

div.footnote {
	position: relative;
	margin: .5em 0;
}

div.footnote .cosmo {
	position: absolute;
	top: 0;
	right: 0;
}



/**
*		lightbox
*/

div#lightbox-shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: black;
	opacity: .85;
	filter: alpha(opacity=85);
	z-index: 8;
}

div#lightbox {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;	
}

div.lightbox-wrap {
	position: relative;
	width: 600px;
	height: 400px;
	margin: 0 auto;
	top: 15px;
}

div.lightbox-wrap a.lightbox-close {
	position: absolute;
	display: block;
	top: -15px;
	right: -35px;
	width: 30px;
	height: 30px;
	background: url(../images/close.png) 0 0 no-repeat;
}

div.lightbox-wrap div.lightbox-image {
	width: 100%;
	height: 100%;
	padding: 10px;
}

