html {
	-webkit-text-size-adjust: none;
}

body
{
	background: #e5e5e5 url(/images/bg.png) top left repeat-x;
	margin:0 0 0 0;
	background-color: #e5e5e5;
	font-family:"Universe Roman",Sans-Serif;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}

hr {
	border: none;
	height: 3px;
	background-color: #939597;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

a img {border: none;}

.right {float:right;}
.left {float:left;}
.clear {clear:both;}
.clear-left {clear:left;}

#stauf-color
{
	color:  rgb(0, 93, 171);
}

#stauf-header
{
	margin: 0;
	clear: both;
	background-image: url("/images/Stauf-bar-center.png"); 
	background-size: 100% 100px;
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: left top;
	height: 100px;
	width: 100%;
}

#stauf-logo
{
	display: block;
	float: right;
	margin: 10px 25px;
	/* background-image: url("/images/StaufFrontPgLogo.png");
	position: relative;
	height: 79px;
	width: 200px; */
}

#stauf-lang
{
	clear: left;
	float: left;
	left: 20px;
	top: 35px;
	position: relative;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
	background: url(/images/lang-arrow.png) no-repeat right #fff; 
	/*background: url(http://www.stackoverflow.com/favicon.ico) no-repeat 96% #ddd;*/
	width: 14em;
	height: 1.8em;
}

#stauf-lang select {
	background: transparent;
	width: 17em;
	margin-top: 4px;
	padding: 0px 10px 0px 10px;
	overflow: hidden;
	font-size: 1em;
	font-family:"Universe Roman",Sans-Serif;
	font-weight: bold;
	line-height: 1;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
}

#stauf-search {
	left: 20px;
	top: 24px;
	position: relative;
	float: left;
}

#stauf-search input
{
	/* padding: 0px 10px 0px 10px; */
	border: 0;
}

#stauf-search-box
{

/* 	-webkit-border-radius: 15px;
	-moz-border-radius: 15px; */
	float: left;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	width: 128px;
	height: 20px;
	font-size: 1em;
	font-family:"Universe Roman",Sans-Serif;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 10px;
}

#stauf-search input[type="submit"]
{
	background: #fff url("/images/magnifyingglass.png") no-repeat scroll right center;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	float: left;
	width: 30px;
	height: 20px;
	margin: 0;
	cursor: pointer
}

#mainmenu {
	background-color: transparent;
	margin: 0 auto;
	width: 840px;
	list-style: none;
}

#mainmenu li {
	float: left;
	list-style: none;
}

#mainmenu li a{
	font-family: sans-serif;
	background-color: #19458c;
	border: none;
	font-size: 1.1em;
	font-weight: bold;
	border-radius: 7px;
	padding: 5px 10px 5px 10px;
}

#mainmenu li:hover {
	margin-top: -5px;
}

#mainmenu li a.mainmenu_active{
	font-size: 1.2em;
	padding: 10px 15px 10px 15px;
	color: #fff;
	margin-top: -5px;
}

#mainmenu li div.mainmenuLay a{
	font-family: sans-serif;
	background-color: transparent;
	border: none;
	font-size: 1.2em;
	font-weight: normal;
	border-radius: 0px;
	padding: 0;
}

#mainmenu li div.mainmenuLay a:hover{
	color: #fff;
	background-color: #19458c;
}

#mainmenu li div.mainmenuLay {
	position: absolute;
	top: 100%;
	left: 5px;
	border: none;
	background-color: #fff;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.61);
}

#mainmenu li.mainmenu {
	position: relative;
} 

#mobile-menu {
	display: none;
}

#stauf-lower-seperator
{
	/* background-image: url("/images/stauf-bg-grad50-95.png");
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: left top; */
	background-color: rgba(0,0,0,.5);
	height: 2px;
	margin-bottom: 15px;
}


#layerslider-container {
	width: 80%;
	min-width: 200px;
	max-width: 900px;
	margin: 0 auto 30px auto;
	z-index: 1;
}

#slide1-text {
	font-size: 15px !important;
	width: 200px !important;
}
	
#slide3-video a {
	display: none;
}

#stauf-socialmedia {
	float: left;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	width: 90px;
	text-align: center;
}

#stauf-socialmedia img {
	height: 26px;
	border: 0;
}

/* Stauf Bottom Menu */

#stauf-footer {
	clear: both;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

#stauf-footer .section{
	float: left;
}

#stauf-footer a{
	text-decoration: none;
}

#stauf-signup {
	float: left;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	width: 100px;
	margin-left: 2em;
	text-align: center;
        vertical-align: top;
        display: -moz-inline-stack;
        display: inline-block;
}

#stauf-signup button {
	border:2px solid #00f
	background-color: white;
	color: #000;
        -webkit-border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
}

#stauf-memberof {
	float: right;
	clear: top;
	margin-right: 0;
	color: #000;
	font-size: 10px;
	font-weight: bold;
        vertical-align: top;
        display: -moz-inline-stack;
        display: inline-block;
}

#stauf-memberof img {
	height: 35px;
	border: 0;
}

#stauf-bottom-menu {
	float: left;
	color: #000;
	margin: 0 auto;
	margin-bottom: 30px;
	width: 38%;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	display: -moz-inline-stack;
	display: inline-block;
}


/* Top Menu Configuration */

#stauf-top-menu {
	clear: both;
	padding: 0;
	text-align: center;
	margin-top: -16px;
	position: absolute;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#stauf-top-menu div {
}

#stauf-top-menu ul li:hover {
}

/*  Boxes */

.staufboxes {
	clear: both;
	margin: 0 auto;
	width: 100%;
	/* height: 200px; */
	text-align: center;
}

div#staufbox {
	position: relative;
	margin-right: 16px;
	background-color: white;
	width: 320px;
	height: auto;
	min-height: 190px;
	margin-bottom: 40px;
	color: #000;
	vertical-align: top;
	display: -moz-inline-stack;
	display: inline-block;
	text-align: left;

	border: solid 2px;
	border-color: black;

  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
	box-shadow: rgba(0,0,0,0.2) 10px 10px;

  zoom: 1;
  *display: inline;
  _height: 250px;
}

div#staufbox.featured-product img {
	float: left; 
	width:100px; 
	margin: 0px 15px 10px 0px;
}

div#staufbox.featured-product p {
	float: left;
	width: 185px;
	margin-bottom: 30px;
}

div#staufbox.best-sellers .product {
	display: block;
	border-radius: 0;
	background-color: transparent;
	float: left;
	width: 150px;
	padding: 0;
	margin-top: 5px;
	text-indent: 0;
	text-align: left;
}

div#staufbox.online-shop {
	position: relative;
	top: -10px;
	left: -100px;
	display: block;
	background-color: transparent;
	width: 985px;
	text-indent: 0;
	margin-bottom: 0px;
	text-align: left;
}

div#staufbox.best-sellers .product .image{
	float: left;
	width: 75px;
	padding: 0;
	text-align: center;
}

div#staufbox.best-sellers .product .image img{
	max-height: 75px;
	max-width: 75px;
}


div#staufbox.best-sellers .product p {
	float: right;
	width: 75px;
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 10px;
}

div#staufbox.technical-information-sheets div {
	width: 169px;
	margin: 0 auto;
	margin-top: 15px;
}

div#staufbox.technical-information-sheets p{
	font-size: .9em;
	font-weight: bold;
}

div#staufbox.technical-information-sheets a ,
div#staufbox.featured-product p a{
	background-color: transparent;
	color: #000;
	text-decoration: underline;
	font-size: 1em;
	font-weight: bold;
	text-indent: 0;
	padding: 0;
	border-radius: 0;
}

div#staufbox.stauf-usa-news .news-item {
	margin-top: 15px;
	text-align: center;
}

div#staufbox.stauf-usa-news .news-item img {
	margin-bottom: 10px;
}

div#staufbox.stauf-usa-news .news-item p {

	font-size: .9em;
	font-weight: bold;
}

div#staufbox.stauf-usa-news .news-item a {
	display: inline;
	text-align: left;
	padding: 0;
	font-size: .9em;
	font-weight: bold;
	background-color: transparent;
	color: #19458D;
}

div#staufbox.stauf-usa-news .news-item a:hover {
	text-decoration: underline;
}

div#staufbox div {
	padding: 0 10px 10px 10px;
}

div#staufbox h1 {
	margin: 0;
	background-color: grey;
	color: #fff;
	font-size: 1.25em;
	text-align: left;
	text-indent: 0;
	padding: 5px 1em 5px 1em;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
  -webkit-border-radius-topleft: 13px;
  -webkit-border-radius-topright: 13px;
	-moz-border-radius-topleft: 13px;
	-moz-border-radius-topright: 13px;
}

div#staufbox h4 {
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1em;
}

div#staufbox p {
	font-size: .74em;
	font-weight: normal;
}

div#staufbox p img {
	border: none;
}

div#staufbox a {
	color: white;
	background-color: #19458d;
	padding: 2px 6px 2px 6px;
	text-indent: .5em;
	/* margin-right: 1em; */

	font-size: .8em;
	text-decoration: none;

  border-radius: 10px;
 /*  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; */
	text-align: center;
}

div#staufbox ul {
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	list-style-type: none;
	width: 300px;
	margin: 0 auto;
	text-align: center;
	clear: both;
}

div#staufbox ul li { 
	display: inline; 
}


.hidden {
    display: none;
}

.fancybox-title a {
 color: #fff;        
}

/*  Product Item */

div#staufproduct {
  position: relative;
  margin-right: 16px;
  background-color: white;
  width: 50%;
  height: 160px;
	max-height: 180px;
  color: black;
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  text-align: left;
  
  border: solid 2px;
  border-color: black;
  
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  box-shadow: rgba(0,0,0,0.2) 10px 10px;

  zoom: 1;
  *display: inline;
  _height: 250px;
} 
  
div#staufproduct h1 {
  margin: 0;
  background-color: grey;
  color: white;
  font-size: 1.25em;
  text-align: left;
  text-indent: 1em;

  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  -webkit-border-radius-topleft: 13px;
  -webkit-border-radius-topright: 13px;
  -moz-border-radius-topleft: 13px;
  -moz-border-radius-topright: 13px;
}

div#staufproduct h4 {
  margin: 0;
  font-size: 1.2em;
}

div#staufproduct div li {
	text-align: left;
	text-indent: 0;
}

div#staufproduct div {
	padding: 10px;
	vertical-align: center;
	text-align: left;
}

div#staufproduct p {
  font-size: .75em;
}

div#staufproduct p img {
  border: none;
}

div#staufproduct a {
  color: white;
  background-color: rgb(0, 93, 171);
  padding-left: .5em;
  padding-right: .5em;
  text-indent: .5em;
  margin-right: 1em;


  font-size: 1em;
  text-decoration: none;

        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
  text-align: center;
}

div#staufproduct div ul {
	clear: top;
  text-align: left;
}

/*  Product Item */

div#stauftds {
  position: relative;
  margin-right: 16px;
  background-color: white;
  width: 70%;
  color: black;
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  text-align: left;
  
  border: solid 2px;
  border-color: black;
  
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  box-shadow: rgba(0,0,0,0.2) 10px 10px;

  zoom: 1;
  *display: inline;
  _height: 250px;
} 
  
div#stauftds h1 {
  margin: 0;
  background-color: red;
  color: white;
  font-size: 1.25em;
  text-align: left;
  text-indent: 1em;

  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  -webkit-border-radius-topleft: 13px;
  -webkit-border-radius-topright: 13px;
  -moz-border-radius-topleft: 13px;
  -moz-border-radius-topright: 13px;
}

div#stauftds h4 {
  margin: 0;
  font-size: 1.2em;
}

div#stauftds div li {
	text-align: left;
	text-indent: 0;
}

div#stauftds div {
	padding: 10px;
	vertical-align: center;
	text-align: left;
}

div#stauftds p {
  font-size: .75em;
}

div#stauftds p img {
  border: none;
}

div#stauftds a {
  color: white;
  background-color: rgb(0, 93, 171);
  padding-left: .5em;
  padding-right: .5em;
  text-indent: .5em;
  margin-right: 1em;


  font-size: 1em;
  text-decoration: none;

        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
  text-align: center;
}

div#stauftds div ul {
	clear: top;
  text-align: left;
}

div.mainbody {
        padding-bottom: 15px;
}

div.mainbody
 {
        width: 790px;
        border: 1px solid black;
        background: white;
        color: black;
        margin: 0 auto;
		margin-top: 40px;
		margin-bottom: 20px;
        padding: 0px;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        box-shadow: rgba(0,0,0,0.2) 10px 10px;
}

div.mainbody.home
 {
	width: 100%;
	border: none;
	background: transparent;
	box-shadow: none;
}

div.mainbody.product-listing {
	border: none;
	background-color: transparent;
	box-shadow: none;
}

div.mainbody h1 {
	margin: 0;
	background-color: #939597;
	color: #fff;
	font-size: 1.5em;
	text-align: left;
	text-indent: 0;
	padding: 5px 1em 5px 1em;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
  -webkit-border-radius-topleft: 13px;
  -webkit-border-radius-topright: 13px;
	-moz-border-radius-topleft: 13px;
	-moz-border-radius-topright: 13px;
}

#content {
	padding: 10px;
	font-weight: normal;
}

#content.product-listing {
	padding: 0;
}

#content h2 {
	color: #000;
	clear: both;
}

#content .right {
	margin-left: 15px;
}

#content .left {
	margin-right: 15px;
}

#content img.right {
	margin-bottom: 15px;
}

#content .download,
#content .print-ad {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	text-align: center;
}

#content .print-ad {
	min-height: 195px;
}

#content .download a {
	color: #19458d;
}

#content.search h1 {
	margin: 0 0 15px 0;
	background-color: transparent;
	color: #000;
	font-size: 1.3em;
	text-align: left;
	text-indent: 0;
	padding: 0;
	border-radius: 0;
}


.print-button,
.email-button
 {
	display: inline-block;
	cursor: pointer;
}

.fancybox-next {
	right: -80px !important;
}
.fancybox-prev {
	left: -80px !important;
}
.fancybox-nav {
	width: 60% !important;
}

.fancybox-title.fancybox-title-float-wrap {
	right: 0px !important;
	left: 0px !important;
	width: auto !important;
	top: 103%!important;
}

.fancybox-title-float-wrap .child {
	width: auto;
	margin-left: -30%;
	margin-right: -30%!important;
	display: block !important;
	background: none !important;
	margin-top: 0px !important;
	padding: 2px 0px !important;
}
.fancybox-title-float-wrap .child  *{
	display: inline-block;
	background-color: #97999B;
	text-decoration: none;
	border-radius: 15px;
	text-shadow: none !important;
	font-size: 16px;
	width: 140px;
	margin-left: 10px;
	text-transform: uppercase;
}

.fancybox-title-float-wrap .child  *:first-child {
	margin-left: 0;
}

.fancybox-title-float-wrap .child  *:hover, 
.print-button:hover,
.email-button:hover {
	background-color: #19458c;
}

#email-form,
#email-confirmation {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -170px;
	margin-top: -60px;
	z-index: 9000;
	background-color: #FFF;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.42);
	text-align: center;
	padding: 20px;
	width: 300px;
	height: 75px;
	font-weight: normal;
}

#email-form p {
	text-align: left;
	font-weight: normal;
}

#email-cover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	z-index: 8999;
	display: none;
}

#print_pdf {
	display: none;
}

.product-listing .product {
	border: 1px solid black;
	background: white;
	color: black;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	box-shadow: rgba(0,0,0,0.2) 10px 10px;
}

.product-listing .product .wrapper {
	padding: 15px 15px 45px 15px;
	position: relative;
}

.product-listing .product a {
	color: white;
	background-color: #19458d;
	padding: 4px 8px;
	text-indent: .5em;

	font-size: 1em;
	text-decoration: none;

	border-radius: 10px;
	text-align: center;
	font-weight: bold;
}

.product-listing .product .image {
	/*float: left;*/
	margin-left: 10px;
	margin-right: 20px;
	/*width: 185px;*/
}

.product-listing .product .icons {
	/*position: absolute;
	left: 183px;
	top:70px;*/
	float: left;
	margin-top: 45px;
	margin-right: 10px;
}

.product-listing .product .text {
	float: left;
	max-width: 515px;
}

.product-listing .product .text ul,
.product-listing .product-detail .text ul {
	margin: 10px 0 0 0;
	padding-left: 20px;
}

.product-listing .product .links{
	position: absolute;
	bottom: 15px;
	left: 205px;
}

.product-listing .product-detail {
	border: 1px solid black;
	background: white;
	color: black;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	box-shadow: rgba(0,0,0,0.2) 10px 10px;
}

.product-listing .product-detail h1 {
	text-transform: uppercase;
}

.product-listing .product-detail td {
	border-color: #000 !important;
	color: #000 !important;
}

.product-listing .product-detail .wrapper {
	padding: 15px;
}

.product-listing .product-detail .top{
	border-bottom: 3px solid #939597;
	position: relative;
	padding-bottom: 15px;
}

.product-listing .product-detail .image {
	/*float: left;*/
	margin-left: 10px;
	margin-right: 20px;
}

.product-listing .product-detail .icons {
	/*position: absolute;
	left: 250px;
	top: 109px;*/
	float: left;
	margin-right: 10px;
	margin-top: 110px;
}

.product-listing .product-detail .text {
	float: left;
	max-width: 413px;
}

.product-listing .product-detail .spec-heading {
	padding-top: 0;
	padding-bottom: 0;
}

.product-listing .product-detail .spec-list ul{
	margin-top: 0;
	margin-bottom: 15px;
}

#pdf-link {
	float: right;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	background-color: #19458C;
	padding: 5px 10px;
	margin: 3px 15px;
	border-radius: 20px;
	box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.34);
}

.staff {
	margin-right: 30px;
	float: left;
	height: 137px;
	width: 300px;
}

.staff img {
	float: left;
}

.staff .info {
	float: left;
	margin-left: 15px;
	width: 208px;
}

.installation-videos .title {
	float: left;
	width: 270px;
}

.installation-videos .title p {
	font-weight: normal;
}

#history-text {
	display: none;
}

ul.subpage-list {
    list-style: none;
    padding-left: 0;
	margin-top: 0;
	float: left;
}

ul.subpage-list li {
    margin-bottom: 15px;
}

.qr-landing-page {
	margin-top: 20px;
}

.qr-landing-page .image {
	float: none;
	display: table;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px
}

.qr-landing-page .image>img{
	float: left;
}

.qr-landing-page .image .icons{
	float: left;
	margin-top: 110px;
}

#cols {
	clear: both;
	display: table;
	margin: 0 auto;
	margin-top: 20px;
}

.qr-col{
	float: left;
	margin-right: 15px;
}

.qr-col a,
ul.subpage-list li a {
	display: block;
	color: #FFF;
	background-color: #19458D;
	padding: 2px 6px 2px 6px;
	text-decoration: none;
	border-radius: 10px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
}