/*** Body Styles ***/
body, html{
	background:#f2f2f2 url(../img/bg.jpg) repeat-x top center ;
    text-decoration: none;
}
body{
	padding-top:70px;
}

a.breadcrumb{
	background-color:inherit !important;
    
}
a:hover{
    text-decoration: none;}
/*** Container Overrides **/
.navbar{
	border:none;
	background: url(../img/bg-banner.png) no-repeat top center;
    margin-top: 15px;
    min-height: 165px;
    margin-bottom: 0;            
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  background-color:#fff;
  min-height:80px;
  /*border:1px solid #000;*/
}
@media (min-width: 320px){
	.container{
		width:340px;
	}
    
	.slide-container, .logo-nav{
		display:block;
	}
	.message-banner-wrapper{
		width:310px !important;
	}
	.navbar-brand{
		padding-top:0px;
	}
	.icon-container{
		height:480px;
	}
	body{
		padding-top:70px;
	}
	.about-img{
		display:none;
	}
	div.news{
		width:340px;
		margin:0px 0px 8px 0px;
		margin-top:12px !important;
	}
	div.cat-wrapper, div.cat-gal-wrapper, div.main-gal-wrapper{
		margin-right:2px !important;
	}
	ul.top-menu-list li a{ 
		margin-left:12px !important;
		margin-top:4px;
	}
}

@media (min-width: 560px){
	.container{
		width:560px;
	}
	.slide-container, .logo-nav{
		display:block;
	}
	.message-banner-wrapper{
		width:520px !important;
	}
	.navbar-brand{
		padding-top:0px;
	}
	.icon-container{
		height:380px;
	}
	body{
		padding-top:70px;
	}
	.about-img{
		display:none;
	}
	div.cat-wrapper, div.cat-gal-wrapper, div.main-gal-wrapper{
		margin-right:5px !important;
	}
}

@media (min-width: 768px) {
	.container {
		width: 760px;
	}
	.slide-container, .logo-nav{
		display:none;
	}
	.message-banner-wrapper{
		width:740px !important;
	}
	.navbar-brand{
		padding-top:15px;
	}
	.icon-container{
		height:380px;
	}
	body{
		padding-top:92px;
	}
	.about-img{
		display:block;
	}
	div.news{
		width:290px;
		height:200px;
		background:url(../img/news_background.png) no-repeat;
		margin:112px 0px 0px 0px;
		padding:90px 10px 10px 16px;
		border:0px;
		float:left;
		margin-top:112px !important;
	}
	div.cat-wrapper, div.cat-gal-wrapper, div.main-gal-wrapper{
		margin-right:5px !important;
	}
	ul.top-menu-list li a{ 
		margin-left:24px !important;
		margin-top:14px;
	}
}
@media (min-width: 992px) {
  	.container {
    	width: 992px;
  	}
	.slide-container, .logo-nav{
		display:block;
	}
	.message-banner-wrapper{
		width:940px !important;
	}
	.navbar-brand{
		padding-top:15px;
	}
	.icon-container{
		height:180px;
	}
	body{
		padding-top:92px;
	}
	.about-img{
		display:block;
	}
	div.news{
		width:290px;
		height:200px;
		background:url(../img/news_background.png) no-repeat;
		margin:112px 0px 0px 0px;
		padding:90px 10px 10px 16px;
		border:0px;
		float:left;
		margin-top:112px !important;
	}
	div.cat-wrapper, div.cat-gal-wrapper, div.main-gal-wrapper{
		margin-right:5px !important;
	}
	ul.top-menu-list li a{ 
		margin-left:24px !important;
		margin-top:14px;
	}
}
@media (min-width: 1200px) {

  	.container {
    	width: 1200px;
        border-radius: 35px;
        box-shadow: 1px 3px 13px #333;
        margin-bottom: 30px;                        
  	}
    .message-banner-wrapper {
    	width: 838px;                        
  	}
  	.container-ct {
      border: 1px solid #7c8386;
      border-radius: 35px;
      margin-bottom: 30px;
      padding: 15px;
      width: 870px;
    }    
	.slide-container, .logo-nav{
		display:block;
        margin-top: -5px;
	}
	.navbar-brand{
		padding-top:15px;
	}
	body{
		padding-top:70px;
	}
	.about-img{
		display:block;
	}
    .h1, h1{font-size: 15px !important;}
	div.news{
		width:290px;
		height:200px;
		background:url(../img/news_background.png) no-repeat;
		margin:112px 0px 0px 0px;
		padding:90px 10px 10px 16px;
		border:0px;
		float:left;
		margin-top:112px !important;
	}
	div.cat-wrapper, div.cat-gal-wrapper, div.main-gal-wrapper{
		margin-right:5px !important;
	}
	ul.top-menu-list li a{ 
		margin-left:24px !important;
		margin-top:14px;
	}
}

.slide-container{
	padding-top:16px;
}

.navbar-container{
	padding-top:24px;
}

.banner-container{
	padding-top:25px;
}

.body-container{
	padding-top:5px;
}

.icon-container{
	padding-top:24px;
	min-height:180px;
}

.bottom-icon-container{
	padding-top:24px;
	min-height:210px;
}


/*** Top Menu ***/
ul.top-menu-list{
	float:right;
	margin-top:5px;
    
}
ul.top-menu-list li{
	list-style-type:none;
}
ul.top-menu-list li a{ 
	color:#677276; 
	font-family:"myriad-pro-n6","myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 600; 
	font-size:15px; 
	text-align:left;
	margin-left:32px;
	margin-top:14px;
}
ul.top-menu-list li a:hover{
	text-decoration:none;
}
#search, #store{
	margin:8px 0px 0px 6px;
	padding:6px 24px 6px 24px;
	height:32px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    behaviour:url(../res/border-radius.htc);
    border-radius: 10px;
    color:#fff;
    background-color:#677276;
}
#store{
	display: none;
	margin-left:20px;
	margin-right:5px;
	background-color:#0068a9;
}
#products{
	background:url(../img/arrow_grey.png) no-repeat right center;
	padding-right:12px;
}

/*** Slideshow and product list ***/
img.content-mask{
	position:absolute;
	left:-4px;
	top:-5px;
	z-index:49;
}
div.slideshow{
	position:absolute;
	left:-4px;
	z-index:1;
}

div.slideshow img{
	visibility:hidden;
}

div.logo-nav, div.logo-nav-sm{
	/*height:578px;*/
	padding:0;
	margin:0;
	position:relative;
	width:100%;
}
div.logo-nav-sm{
	height:356px;
}

#nav{
	z-index:100;
    text-align: center;    
}
#nav a, #nav a.activeSlide{
	background-color:#dbdbdb;
	color:#dbdbdb;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    behaviour:url(../res/border-radius.htc);
    border-radius: 6px;
    padding:3px;
    margin-right:3px;
    font-size:6px;
    font-weight:bold;
}
#nav a.activeSlide{
	color:#a1a1a1;
	background-color:#a5a5a5;
}

/*** message banner ***/
div.message-banner-wrapper{
	width:100% !important;
}
div.message-banner, div.message-banner-plain{
	width:100% !important;
	padding:6px 12px 6px 12px;
	height:32px !important;
	-moz-border-radius: 37px;
    -webkit-border-radius: 37px;
    -khtml-border-radius: 37px;
    behaviour:url(../res/border-radius.htc);
    border-radius: 37px;
    color:#fff;
	background-color:#e3e3e2;
}
div.message-banner{
	display:none;
    width:100%;
    text-align: center;        
}
div.message-banner a, div.message-banner a:visited, div.message-banner a:hover{
	color:#fff;
}
div.message-banner a:hover{
	text-decoration:underline;
}

/*** product icons **/
div.icon-wrapper{
	position:absolute;
	z-index:1;
}

div.icon-mask-wrapper{
	position:absolute;
	left:-5px;
	z-index:0;
}
div.icon-mask-wrapper img{
	float:left;
}

div.icon-wrapper-btm{
	margin-top:100px;
}
.icon-text{
	margin-top:12px;
}
div.icon-menu{
	float:left;
	width:102px;
	height:177px; 
	color:#677276; 
	font-family: "myriad-pro-n6","myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 600; 
	font-size:14px; 
	line-height:1.3;
	margin-right:4px;
	position:relative;
}

/* text styles */
p.right-menu{
	padding:0px 0px 16px 0px;
	color:#677276; 
	font-family:"myriad-pro-n3","myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size:18px; 
	line-height:1.3; 
	margin:0px 0px 10px 0px;
	border : 0px;
	padding:0px;
}

p.text, p.main, a.part, h2, p.textsub { 
	color:#677276; 
	font-family:"myriad-pro-n3","myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size:18px; 
	line-height:1.3; 
	margin-bottom:15px;
}
p.textsub{
	height:100px;
	margin-bottom:16px;
}

/* input and search */

div.search-wrapper, div.request-wrapper{
	font-family: "myriad-pro-n3","myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 300; 
	font-size:16px; 
	line-height:1.3;	
	color:#677276; 
	padding:6px 12px 6px 12px !important;
	margin:0px;
	height:400px;;
	-moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    behaviour:url(../res/border-radius.htc);
    border-radius: 12px;
	background-color:#e3e3e2;
	text-align:left;	
}

div.search-wrapper .btn, div.request-wrapper .btn{
	-moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    behaviour:url(../res/border-radius.htc);
    border-radius: 12px;	
	color:#e3e3e2;	
	background-color:#677276;
	width:50px;
}

div.request-wrapper{
	height:600px;
}

div.small-form-wrapper{
	float:left;
	width:64%;
	margin-bottom:12px;
}
div.x-small-form-wrapper{
	float:left;
	width:32%;
	margin-bottom:12px;
}

.contact-input{
	width:90%;
}
.sm-contact-input{
	width:90%;
}
.med-contact-input{
	width:90%;
}

/* side menu */
a.company, a.doc-menu, a.stocklist, a.account, span.doc-menu, h2.link, a.page-sub-cat, a.news-next, span.m-divide, a.cms-ext-edit {
  background-color: #738994;
  color: #fff;
  display: block;
  font-family: "myriad-pro-n6","myriad-pro",sans-serif;
  font-weight: 600;
  height: 35px;
  margin: 1px 0 8px;
  padding-left: 14px;
  padding-top: 7px;
}

a.cms-ext-edit{
	background-color:#d00;
	color:#fff;
	width:120px;
	font-weight:600;
    font-size:16px;
}

a.doc-menu, span.doc-menu{
	background-color:#e3e3e2;
}
a.company:hover, a.doc-menu:hover, h2.link:hover{
	color:#fe8418;
	background-color:#677276;
    
}
.acti{
	color:#fe8418 !important;
	background-color:#677276  !important;
    
}
span.m-divide{
	height:12px !important;
	display:block;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    behaviour:url(../res/border-radius.htc);
    border-radius: 6px;
}

h2.link a{
	font-family:"myriad-pro-n6","myriad-pro",sans-serif;
	margin:0px;
}

h2.link a:hover{
	color:#fff;
}

a.stocklist{
	width:80px;
	float:left;
	margin-top:16px;
	margin-bottom:32px;
}
a.account{
	width:200px;
	background-color:#677276;
	color:#fff;
	float:right;
	margin-top:16px;
	margin-bottom:32px;
}

div.subwrapper{
	width:170px;
	height:116px;
	padding:6px 12px 6px 12px;
	display:block;
	-moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    behaviour:url(../res/border-radius.htc);
    border-radius: 12px;
    color:#fff;
    font-size:14px;
	background-color:#e3e3e2;
	float:left;
	margin-right:7px;
}

div.subwrapper a, div.subwrapper a:visited{
	color:#000;
}
div.subwrapper a:hover{
	text-decoration:underline;
}

div.subwrapper a img{
	width:98px;
	height:84px;
}

.f-lp { margin-bottom:0px }
.f-fp { margin-top:0px }

div.stocklist-para{
	font-size:13px;
	width:190px;
	float:left;
	font-weight: 300;
}

a.part{
	font-size:13px;
	font-weight: 300;
}

p.text img{
	margin-right:16px;
}
p.textsub img{
	margin-right:16px;
}
p.text a img{
	margin-right:16px;
}
p.textsub a img{
	margin-right:16px;
}

h2{
	font-size:24px;
	font-weight:600;
	margin-top:0px;
}

td.index-norm, td.index, div.cat-wrapper, div.cat-wrapper a, p.title, div.caption-wrapper, div.maincat-wrapper, div.maincat-wrapper a{
	color:#677276; 
	font-family:"myriad-pro-n36,"myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size:12px; 
	line-height:1.3;
}

p.title{
	display:block;
	height:40px;
}

p.smallprint, a.smallprint{
	color:#677276;
	font-family: "myriad-pro-n3","myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 300; 
	font-size:12px; 
	line-height:1.2; 
	margin-bottom:8px;
}

/* product image styles */
.name-wrap {
  float: left;
  font-size: 13px;
  height: 40px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  width: 260px;
  padding-top: 5px;
  font-weight: bold;
  color: #5c6f79;
}
.title-pr {
  background: #efefef none repeat scroll 0 0;
  border: 1px solid #efefef;
  border-radius: 37px;
  box-shadow: 4px 5px 7px #333;
  color: #738994;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  margin: 10px;
  padding: 10px 0;
  text-align: center;
  width: 97%;
  margin-bottom: 20px;
}
.title-pr a{
    font-weight: bold;
    color: #738994;
}
.img-wrap img{border-radius:35px ;border: 1px solid #abb8bf;}

div.cat-wrapper, div.cat-gal-wrapper, div.main-gal-wrapper, div.maincat-wrapper {
  float: left;
  height: 215px;
  margin: 0 10px 5px;
  overflow: hidden;
  position: relative;
  width: 260px;
}
.ex-product-title{border-radius:35px !important ;}
div.cat-gal-wrapper{
	height:100px;
}

div.main-gal-wrapper{
	height:100px;
}

img.prod-mask{
	position:absolute;
	z-index:10;
}

/* news styles */
img.about-img{
	margin-top:112px;
	margin-left:0px;
	float:right;
}

div.news{
	width:290px;
	height:200px;
	background:url(../img/news_background.png) no-repeat;
	margin:112px 0px 0px 0px;
	padding:90px 10px 10px 16px;
	border:0px;
	float:left;
	overflow:hidden;
}

div.news a.news-link{
	font-family: "myriad-pro-n3","myriad-pro",sans-serif;
	font-style: normal;
	font-weight: 300; 
	font-size:18px; 
	line-height:1.3;	
	color:#ffffff; 	
}

div.news a.news-link:visited{
	color:#fff;
}

/* gallery buttons */

div.i-prev-arrow{
	background-color:#e3e3e2;
	padding-top:5px;
	height:27px;
	display:block;
	-moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    behaviour:url(../res/border-radius.htc);
    border-radius: 12px;
    font-family:"myriad-pro-n6","myriad-pro",sans-serif;
    color:#677276;
    font-weight:600;
	margin:5px 0px 8px 0px;
	width:80px;
	float:left;
}
div.i-next-arrow{
	background-color:#e3e3e2;
	padding-left:14px;
	padding-top:5px;
	height:27px;
	display:block;
	-moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    behaviour:url(../res/border-radius.htc);
    border-radius: 12px;
    font-family:"myriad-pro-n6","myriad-pro",sans-serif;
    color:#677276;
    font-weight:600;
	margin:5px 0px 8px 0px;
	width:80px;
	float:right;
}

.archive header.page-header {
	margin-top: 0;
	margin: 0;
}
.archive header.page-header .page-title {
	margin-top: 0;
	font-weight: 700;
}
.taxonomy-description {
	font-family: Georgia;
	font-style: italic;
	color: #7E7E7E;
}
.articles-wrap {
-moz-column-count: 2;
-moz-column-gap: 30px;
-moz-column-fill: balance;
-webkit-column-count: 2;
-webkit-column-gap: 30px;
-webkit-column-fill: balance;
column-count: 2;
column-gap: 30px;
column-fill: balance;
}
.articles-wrap article {
	display: inline-block;
	padding: 0 0px 20px;
}
.articles-wrap article .entry-title {
	margin: 0 0 5px;
}
.articles-wrap article .entry-title a {
	font-size: 16px;
	font-weight: bold;
}
.articles-wrap article .entry-meta {
	font-family: Georgia;
	font-style: italic;
	color: #D5D5D5;
	margin-bottom: 10px;
}
.articles-wrap article .entry-meta a {
	color: #738994;
}
.articles-wrap article .entry-content {
	border-bottom: 3px solid #FFAD93;
	/*padding-bottom: 20px;*/
}
.articles-wrap article .entry-content img.excerpt-img {
	float: right;
	width: 40%;
	margin-left: 20px;
}
.articles-wrap.list {
	-moz-column-count: 1;
	-moz-column-gap: 0px;
	-moz-column-fill: balance;
	-webkit-column-count: 1;
	-webkit-column-gap: 0px;
	-webkit-column-fill: balance;
	column-count: 1;
	column-gap: 0px;
	column-fill: balance;
}
.articles-wrap.list article .entry-meta {
	font-size: 12px;
}
.articles-wrap.list article .entry-meta a, .articles-wrap.list article .entry-meta i {
	color: #C3C3C3;
}
.articles-wrap.list article {
    border-bottom: 1px solid transparent;
}
.articles-wrap.list article .entry-title {
	margin-top: 10px;
}
.articles-wrap.list article .entry-content img.excerpt-img {
	float: left;
	margin: 0;
	margin-right: 20px;
	width: 20%
}
.articles-wrap.list article .entry-content {
	border-bottom: none;
	margin-bottom: 0;
}
.footer {
  background: rgba(0, 0, 0, 0) url("../img/footer.png") no-repeat scroll center top;
  padding: 10px;
  line-height: 19.4px;
}
