


/*
    
    we can add this after we clean out some fixed pixel stuff
    i think there are nested items that have fixed pixela nd dont need it
    
    html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}



*/

body {
	margin:0;
	color:#000;
	font:11px/14px Arial, Helvetica, sans-serif;
	background:#fff;
	
}
img {border-style:none;}
a {
	text-decoration:none;
	color:#fff;
}
a:hover {text-decoration:underline;}


#wrapper {
    
	max-width:941px;
	margin:35px auto 12px;
	background:url(../images/bg-wrapper.gif) repeat-y 40px 0;
	position:relative;
	z-index:10;
	padding:0 0 0 40px;
	
}
.wrapper-holder {background:url(../images/bg-wrapper-holder.gif) no-repeat;}
.wrapper-frame {
	max-width:941px;
	background:url(../images/bg-wrapper-frame.gif) no-repeat 0 100%;
	padding:22px 0 4px;
	
}
#header {
	width:100%;
	position:relative;
	margin:0 0 38px;
	z-index:50;
	
}
#header:after,
.section:after,
.section-frame:after {
	content:"";
	display:block;
	clear:both;
}
.logo-holder {
	position:absolute;
	top:-53px;
	left:-42px;
	z-index:55;
}
.logo {
	width:250px;
	height:135px;
	text-indent:-9999px;
	display:block;
	background:url(../images/logo.png) no-repeat;
}
.logo a {
	position:relative;
	display:block;
	height:135px;
	overflow:hidden;
}
.aside-logo {
	background:url(../images/aside-logo.png) no-repeat;
	width:151px;
	height:90px;
	text-indent:-9999px;
	position:absolute;
	top:-8px;
	right:-14px;
}
.nav-holder {
    margin: 0;
    padding:19px 0 19px 232px;
    width:709px;
    overflow:hidden;
    background:url(../images/bg-nav-holder.gif) repeat-x;
	
}

.headerTagLine1 {
    
    position:absolute;
    
    top:-48px;
	right:2px;
	left:2px; 
	
	
	text-align:center;
	font:18px/20px Arial, Helvetica, sans-serif;
	
	color:#000080;
	
	text-align: center;
	font-weight: bold;
}
.headerTagLine1 p {margin:0;}

.headerTagLine1 a {
    margin-left: 0.3em;
    color: #000000;
}


.headerTagLine2 {
    margin: 0.8em auto 0 auto;
    padding: 0;
	width: 57%;
	text-align:center;
	font: 18px/21px Arial, Helvetica, sans-serif;
	font-style: oblique;
	color:#485966;
}
.headerTagLine2 p {margin:0;}
.headerTagLine2 strong {padding:0 0 0 3px;}



#nav {
	list-style:none;
	padding:0;
	margin:0;
	float:left;
	
}
#nav li {
	float:left;
	margin:0 23px 0 0;
}



#nav li a {
	float:left;
	height:12px;
	overflow:hidden;
	/*
	text-indent:-9999px;
	background:url(../images/bg-nav.gif) no-repeat;
	*/
}
#nav .products {width:61px;}
#nav .catalog {
	width:120px;
	background-position:-65px 0;
}
#nav .about-us {
	width:60px;
	background-position:-189px 0;
}
#nav .faq {
	width:36px;
	background-position:-253px 0;
}
#nav .contact-us {
	width:75px;
	background-position:-293px 0;
}
#nav .suppliers {
    /*
	width:84px;
	background-position:-372px 0;
	*/
}
#main {
	overflow:hidden;
	width:901px;
	padding:0 20px;
}






.visual {
	overflow:hidden;
	width:895px;
	background:url(../images/bg-visual.gif) repeat-y -895px 0;
	margin:0 0 14px;
}
.visual-holder {background:url(../images/bg-visual.gif) no-repeat;}
.visual-frame {
	overflow:hidden;
	width:887px;
	padding:9px 0 10px 8px;
	background:url(../images/bg-visual.gif) no-repeat -1790px 100%;
	position:relative;
}
.visual img {display:block;}
.visual .new {
	position:absolute;
	top:5px;
	right:5px;
	text-indent:-9999px;
	width:103px;
	height:103px;
	background:url(../images/bg-new.png) no-repeat;
}
.visual .text {
	position:absolute;
	bottom:45px;
	left:8px;
	width:878px;
	color:#485966;
}
.visual .text-holder {
	overflow:hidden;
	width:860px;
	background:url(../images/bg-text.png) repeat;
	padding:16px 10px 15px 8px;
}
.visual .text strong {font:26px/29px Arial, Helvetica, sans-serif;}




.subNavDiv{
    
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -moz-box-wrap: nowrap;
    -webkit-box-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flexbox-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
    
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    
    margin: 0 auto 1.5em auto;
    padding: 10px;
    background-color: #526778;
    
    width: 870px;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


.subNavDiv nav{
    
    -webkit-box-flex: 1 1 75%;
    -moz-box-flex: 1 1 75%;
    -webkit-flex: 1 1 75%;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;
    
    margin: 0;
    padding: 0 2.0em 0 0;
    width: 60%;
}

.subNavDiv nav h5{
    margin: 0 0 0.3em 0;
    padding: 0;
    font-size: 1.7em;
    color: #fff;
    font-weight: normal;
    text-align: center;
}

.subNavDiv nav ul{
    margin: 0;
    padding: 0;
    font-size: 1.3em;
    line-height: 1.5em;
    list-style-type: none;
    text-align: center;
}

.subNavDiv nav ul li{
    display: inline-block;
    margin: 0;
    padding: 0.2em 0.5em;
}


.subNavDiv .requestCatalogDiv{
    -webkit-box-flex: 1 1 30%;
    -moz-box-flex: 1 1 30%;
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    
    margin: 0;
    padding: 0;
    
    font-size: 20px;
    line-height: 25px;
    
    
    background-image: url(/images/bg-request.png);
    background-repeat: no-repeat;
    
    
}

.subNavDiv a.requestCatalogDiv{
    display: block;
    text-decoration: none;
    text-align: right;
    border-bottom: 2px solid #333;
}

.subNavDiv a.requestCatalogDiv:hover{
    text-decoration: none;
    border-bottom: 2px solid #bbb;
}


.subNavDiv a.requestCatalogDiv span{
    display: block;
    margin: 0 0 0 auto;
    padding: 0;
    width: 55%;
}






.columns {
	overflow:hidden;
	width:894px;
	background:url(../images/bg-columns.gif) repeat-y -894px 0;
	margin:0 auto 14px auto;
}
.columns-holder {background:url(../images/bg-columns.gif) no-repeat;}
.columns-frame {
	overflow:hidden;
	width:972px;
	background:url(../images/bg-columns.gif) no-repeat -1788px 100%;
	padding:11px 0 33px 12px;
}
.box {
	float:left;
	width:186px;
	margin:0 42px 0 0;
}
.box img {
	display:block;
	margin:0 0 8px;
}
.box h2 {
	margin:0;
	font:bold 12px/15px Arial, Helvetica, sans-serif;
	color:#fff;
}
.box h2 a {color:#fff;}
.section-box {
	overflow:hidden;
	width:100%;
	position:relative;
	padding:0 0 14px;
}
.section {
	width:894px;
	background:url(../images/bg-section.gif) repeat-y -894px 0;
}
.section-holder {background:url(../images/bg-section.gif) no-repeat;}
.section-frame {
	width:880px;
	background:url(../images/bg-section.gif) no-repeat -1788px 100%;
	min-height:107px;
	padding:11px 0 5px 14px;
}
* html .section-frame {height:107px;}
.container {
	float:left;
	width:335px;
	padding:0 0 0 33px;
}
.container h3 {
	margin:0;
	color:#fff;
	width:100%;
	margin:0 0 11px -33px;
	position:relative;
	font:12px/15px Arial, Helvetica, sans-serif;
}
.list {
	float:left;
	list-style:none;
	padding:0;
	margin:0 25px 0 0;
	width:140px;
}
.list li {
	overflow:hidden;
	width:100%;
	margin:0 0 10px;
}
.list li a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/ico-links.gif) no-repeat;
	height:14px;
}
.list .link1 {width:119px;}
.list .link2 {
	width:70px;
	background-position:-122px 0;
}
.list .link3 {
	width:77px;
	background-position:-194px 0;
}
.list .link4 {
	width:108px;
	background-position:-273px 0;
}
.list .link5 {
	width:62px;
	background-position:-385px 0;
}
.list .link6 {
	width:135px;
	background-position:-448px 0;
}
.list .link7 {
	width:99px;
	background-position:-584px 0;
}
.list .link8 {
	width:114px;
	background-position:-683px 0;
}
.request {
	position:absolute;
	right:47px;
	top:9px;
	color:#fff;
	font:26px/29px Arial, Helvetica, sans-serif;
	letter-spacing:-2px;
}
.request strong {
	font-weight:normal;
	background:url(../images/bg-request.png) no-repeat;
	padding:14px 0 0 133px;
	width:161px;
	float:left;
	height:129px;
}
.request span {display:block;}
.request .request2 {padding:0 0 0 28px;}
.request strong a {
	margin:0 0 0 112px;
	font:21px/25px Arial, Helvetica, sans-serif;
	float:left;
	color:#fff;
}
#footer {
	overflow:hidden;
	width:941px;
	text-align:center;
	margin:0 auto;
	padding:0 0 30px;
}
#footer ul {
	list-style:none;
	padding:0;
	margin:0;
}
#footer li {
	display:inline;
	color:#000080;
	font:14px/14px Arial, Helvetica, sans-serif;
	background:url(../images/bullet.gif) no-repeat 0 4px;
	margin:0 1px;
	padding:0 0 0 12px;
	
}
#footer li:first-child,
#footer li:first-child {background:none;}
#footer li address {
	display:inline;
	padding:0;
	font-style:normal;
}
#footer li a {color:#000080;}






#aboutUsPage{
    margin: 0 auto;
    padding: 0 1.0em;
    width: 870px;
}


#aboutUsPage p{
    margin: 0 auto 0.7em 0;
    padding: 0;
    font-size: 1.3em;
    line-height: 1.4em;
    
}

#aboutUsPage section.quotes{
    margin: 4.0em auto;
    padding: 0;
    width: 80%;
    
}

#aboutUsPage blockquote{
    margin: 1.5em 0 1.5em -1.5em;
    padding: .75em .5em .75em 1em;
    font-size: 1.3em;
    line-height: 1.7em;
    background-color: #fff;
    
    box-shadow: 0 0 6px rgba(0,0,0,0.5);
    
    border-left: 0.5em solid #DDD;
}

#aboutUsPage blockquote::before {

    display: block;
    height: 0;
    content: "“";
    margin-left: -.95em;
    font: italic 400%/1 Cochin,Georgia,"Times New Roman", serif;
    color: #999;

}


#aboutUsPage blockquote footer{
    
    margin: 0;
    padding: 0;
    
    font-family: Georgia, serif;

}


#aboutUsPage section.logos{
    margin: 5em auto;
    padding: 1.0em;
    width: 85%;
    
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0,0,0,0.5);
}


#aboutUsPage figure{
    position: relative;
    display: inline-block;
    width: 45%;
    margin: 1.5em 0 2.5em 0;
    padding: 10px;
    /*
    border-top: 1px dotted #0098d8;
    border-bottom: 1px dotted #0098d8;
    */
}


#aboutUsPage figure img{
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;

}

#aboutUsPage figure figcaption{
    margin: .75em 0;
    text-align: center;
    font-style: italic;
    font-size: 1.3em;
    line-height: 1.5em;
}





#supplierPage{
    margin: 0 auto;
    padding: 0;
    width: 870px;
}

#supplierPage > p{
    
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -moz-box-wrap: wrap;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flexbox-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
    /*
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    */
    -webkit-align-items: center; 
    align-items: center; 
    
}
    
#supplierPage > p > a{
    
    -webkit-box-flex: 0 1 23%;
    -moz-box-flex: 0 1 23%;
    -webkit-flex: 0 1 23%;
    -ms-flex: 0 1 23%;
    flex: 0 1 23%;
    
    margin: 0 0 5px 0;
    padding: 3px;
    
}


#supplierPage > p > a img{
    display: block;
    margin: 0 auto;
    padding: 3px;
    border: 2px solid #333;
    background-color: #fff;
    width: 100%;
    height: auto;
}








#faqPage{
    margin: 0 auto;
    padding: 0;
    width: 870px;
}
