/* Eric Meyer's CSS Reset */
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, sub, sup, tt, var, 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;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 14px/18px 'pf_din_text_cond_proregular', Arial, sans-serif;
	background-image:url(../images/bodybg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	width: 100%;
}

@font-face {
    font-family: 'pf_din_text_cond_promedium';
    src: url('../fonts/pfdintextcondpro-medium-webfont.eot');
    src: url('../fonts/pfdintextcondpro-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfdintextcondpro-medium-webfont.woff2') format('woff2'),
         url('../fonts/pfdintextcondpro-medium-webfont.woff') format('woff'),
         url('../fonts/pfdintextcondpro-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'pf_din_text_cond_proregular';
    src: url('../fonts/pfdintextcondpro-regular-webfont.eot');
    src: url('../fonts/pfdintextcondpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfdintextcondpro-regular-webfont.woff2') format('woff2'),
         url('../fonts/pfdintextcondpro-regular-webfont.woff') format('woff'),
         url('../fonts/pfdintextcondpro-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'pf_dindisplay_promedium';
    src: url('../fonts/pfdindisplaypro-med-webfont.eot');
    src: url('../fonts/pfdindisplaypro-med-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfdindisplaypro-med-webfont.woff2') format('woff2'),
         url('../fonts/pfdindisplaypro-med-webfont.woff') format('woff'),
         url('../fonts/pfdindisplaypro-med-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

.wrapper {
	width: 980px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 520px;
}


#menu
{
	clear:both;
	width: 100%;
	margin: 0;
	display:block;
	padding: 0px 0 0 0;
	margin-top:0px;
	list-style: none;
	height:50px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f59f34+0,f58834+100 */
background: #f59f34; /* Old browsers */
background: -moz-linear-gradient(top,  #f59f34 0%, #f58834 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f59f34 0%,#f58834 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f59f34 0%,#f58834 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f59f34', endColorstr='#f58834',GradientType=0 ); /* IE6-9 */

}
 
#menu li
{
	display:inline-block;
	padding: 0 0 0px 0;
	position: relative;
	line-height: 0;
}
#menu .first a{
	
	border-left:none;
	border-top:none;} 
#menu .last a{
	border-right:none;
	border-bottom:none;} 
#menu a 
{
	display:inline-block;
	padding:16px 35px;
	font-family: 'pf_din_text_cond_promedium';
	font-size:18px;
	line-height:18px;
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
	transition: all 0.3s 0.0s ease;
-moz-transition: all 0.3s 0.0s ease;
-o-transition: all 0.3s 0.0s ease;
-webkit-transition: all 0.3s 0.0s ease;
	
}
 
#menu a:hover
{
	background-color:#f5b834;
}

 
#menu li:hover > ul
{
	display: block;
}
 
/* Sub-menu */
 
#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 99999;    
    background: #ef7f1a;
	box-shadow:0 0 30px rgba(0,0,0,0.2);
  
   
}
 
#menu ul ul
{
  top: 0;
  left: 280px;
}
 
#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  

}
 
#menu ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}
 
#menu ul a
{    
    padding: 10px;
	border-right:none;
	border-left:none;
	width: 260px;
	text-align:left;
	height: auto;
    line-height: 1;
    display: block;
	font-size:16px;
	font-family: 'pf_din_text_cond_proregular';
	font-weight:normal;
    float: none;
	text-transform: none;
	border-bottom:1px solid #e67917;
}
#menu .prodplus {
	cursor:crosshair;}
 
*html #menu ul a /* IE6 */
{    
	height: 10px;
}
 
*:first-child+html #menu ul a /* IE7 */
{    
	height: 10px;
}
 
#menu ul a:hover
{
   background-color:#f5b834;
}
 
#menu ul li:first-child > a
{
 
}
 
#menu ul li:first-child > a:after
{
   
}
 
#menu ul ul li:first-child a:after
{
    left: -8px;
    top: 15px;
    width: 0;
    height: 0;
    border-left: 0;	
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #3399ff;
}
 
#menu ul li:first-child a:hover:after
{
    border-bottom-color:#66ccff; 
}
 
#menu ul ul li:first-child a:hover:after
{
    border-right-color: #66ccff; 
    border-bottom-color: transparent; 	
}
 
 
#menu ul li:last-child > a
{

}
 
/* Clear floated elements */
#menu:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	
	content: " ";
	clear: both;
	height: 0;
}
 
* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */


.logo {
	width:172px;
	margin-right:12px;
	vertical-align:top;
	display:inline-block;}
.th {
	margin-top:20px;}
.thr {
	vertical-align:top;
	width:793px;
	display:inline-block;}
.slgn {
	font-size:18px;
	padding:10px 0 20px;
	color:#6c4023;
	display:inline-block;
	float:left;}
.tl {
	margin-top:10px;
	font-family: 'pf_dindisplay_promedium';
	background-image:url(../images/telbg.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding:0 0 0 23px;
	font-size:20px;
	margin-left:20px;
	color:#6c4023;
	display:inline-block;
	float:right;}
.hv {
	background-repeat:no-repeat;
	background-position:top center;
	width:980px;
	height:327px;
	display:block;
	clear:both;
	margin-top:2px;}
.lrb {
	display:inline-block;
	float:left;
	margin-top:230px;
	color:#fff;
	font-family: 'pf_din_text_cond_promedium';
	font-size:18px;
	text-transform:uppercase;
	text-decoration:none;
	background-image:url(../images/lrbutton.png);
	background-repeat:no-repeat;
	background-position:0 0;
	padding:28px 15px 27px 88px;
	line-height:18px;}
.lrb:hover {
	background-position:0 -73px;}
	
	
.orb {
	display:inline-block;
	float:right;
	color:#fff;
	font-family: 'pf_din_text_cond_promedium';
	font-size:18px;
	text-transform:uppercase;
	text-decoration:none;
	background-image:url(../images/ortbutton.png);
	background-repeat:no-repeat;
	background-position:0 0;
	margin-top:230px;
	padding:28px 55px 27px 115px;
	line-height:18px;}
.orb:hover {
	background-position:0 -74px;}
/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	padding: 0 270px 30px 0;
}
.content p {
	color:#23150c;
	font-size:18px;
	line-height:22px;
	margin-bottom:15px;}
.content ul {
	font-size:18px;
	line-height:22px;
	margin-left:20px;
	margin-bottom:15px;}
.content ol {
	font-size:18px;
	line-height:22px;
	margin-left:20px;
	margin-bottom:15px;}
.content h1 {
	color:#ef7f1a;
	font-size:20px;
font-family: 'pf_din_text_cond_promedium';
	line-height:24px;
	text-decoration:none;
	padding:5px 0 4px 0px;
	margin-bottom:5px;
	display:block;}
.content h2 {
	color:#23150c;
	font-size:18px;
font-family: 'pf_din_text_cond_promedium';
	line-height:24px;
	text-decoration:none;
	padding:10px 0 4px 0px;
	margin-bottom:10px;
	display:block;}
.content ul li {list-style-type:disc;}
.content ol li {list-style-type:decimal;}
.content .rnm {
	font-family: 'pf_din_text_cond_promedium';
	font-size:22px;
	line-height:22px;
	color:#ef7f1a;
	text-transform:uppercase;
	border-bottom:3px solid #f5f0e9;
	padding:0 0 5px 0;
	margin-bottom:20px;}
.right-sidebar .rnm {
	font-family: 'pf_din_text_cond_promedium';
	font-size:22px;
	line-height:22px;
	color:#ef7f1a;
	text-transform:uppercase;
	border-bottom:3px solid #fab900;
	padding:0 0 5px 0;
	margin-bottom:20px;}
.content table tr td {	font-size:16px;
	line-height:20px;
	padding:7px;}
.content table tr th {	font-size:16px;
	line-height:20px;
	
	background-color:#f3f3f3;
	padding:7px;}
.content table tr{
	border-bottom:1px solid #CCC;
}
.content table {
	margin:15px 0;}
.content img {
	padding:10px;}
.content a {
	color:#ef7f1a;}
.content a:hover {
	text-decoration:none;}
.navb {
	color:#c8b8a3;
	margin-bottom:15px;}
.navb a, .navb i, .contentin .navb p, .content .navb p{
	color:#666;
	display:inline-block;
	vertical-align:top;
	margin-bottom:0;
	margin-right:5px;
	margin-left:0;
	padding:0;
	font-size:16px;}
.navb a:hover {
	text-decoration:none;}
.content .sf {
	padding:0;
	display:inline-block;
	width:150px;
	margin-right:20px;
	height:auto;}
.content .sin {
	vertical-align:top;
	width:530px;
	display:inline-block;}
.content .snm {
	margin-top:15px;
	font-style:normal;
		font-family: 'pf_din_text_cond_promedium';
	font-size:22px;
	margin-bottom:10px;}
.sin p {
	font-size:16px;
	margin-bottom:5px;}
.sni {
	color:#aea293;}
.sb {
	margin-bottom:15px;}
/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	float: left;
	width: 250px;
	margin-left: -250px;
	position: relative;
}
.right-sidebar p {
	color:#23150c;
	font-size:18px;
	line-height:22px;
	margin-bottom:15px;}
.pb {	font-family: 'pf_din_text_cond_promedium';}
.lb {
	margin-bottom:40px;}
.lic {
	display:block;
	width:100%;
	text-align:center;
		transition: all 0.3s 0.0s ease;
-moz-transition: all 0.3s 0.0s ease;
-o-transition: all 0.3s 0.0s ease;
-webkit-transition: all 0.3s 0.0s ease;}
.lic:hover {
	opacity:0.8;}

.lic2 {
	width:100%;
	text-align:center;
	transition: all 0.3s 0.0s ease;
	-moz-transition: all 0.3s 0.0s ease;
	-o-transition: all 0.3s 0.0s ease;
	-webkit-transition: all 0.3s 0.0s ease;}
.lic2:hover {
	opacity:0.8;}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	height: 60px;
	padding:50px 0 0 0;
	background-image:url(../images/ftrbg.jpg);
	background-repeat: no-repeat;
	background-position:center top;
}
.lfp {
	font-size:16px;
	display:inline-block;
	float:left;
	color:#6c4023;}
.rfp {
	font-size:16px;
	display:inline-block;
	float:right;
	color:#6c4023;}
.footer a {color:#6c4023}