/* ---------------------------------------------------------------------------------------------------------- 
Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

@import "css/reset.css";

div,
article,
section,
header,
footer,
nav,
li					{ position:relative; /* For absolutely positioning elements within containers (add more to the list if need be) */ }
.group:after 		{ display:block; height:0; clear:both; content:"."; visibility:hidden; /* For clearing */ }
body 				{ background:#fff; /* Don't forget to style your body to avoid user overrides */ }
::-moz-selection 	{ background:#ff0; color:#333; }
::selection 		{ background:#ff0; color:#333; }

#wrapper_header {
	width:100%;
	height:150px; 
	background-image:url('/wp-content/uploads/2013/05/background2.png');
background-repeat: repeat-x;
}

#header {
	height:100px; 
}

#nav {
	height:40px;
}

.nav_each{
	text-align:center;
	vertical-align:middle;
	display: inline;
	font-size:14px;	
}

#logo {
	margin-top:18px;
	float:left;
}

#logo_img {
	width:60px;
	height:60px;
	float:left;
	margin-right:8px;
}

#searchbox {
	text-align:right;
	margin-top:45px;
}


html, body, #wrapper {height: 100%;}

body > #wrapper { 
width:100%; height: auto; min-height: 100%;


/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #FFFFFF 40%, #FFFFFF 70%, #CCCCCC 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFFFFF 40%, #FFFFFF 70%, #CCCCCC 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #FFFFFF 40%, #FFFFFF 70%, #CCCCCC 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.4, #FFFFFF), color-stop(0.7, #FFFFFF), color-stop(1, #CCCCCC));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #FFFFFF 70%, #CCCCCC 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #FFFFFF 40%, #FFFFFF 70%, #CCCCCC 100%);

}


#content { overflow: auto; padding-bottom: 80px;} 

#footer_wrapper {
	position: relative;
	margin-top: -70px;  /*  negative value of footer height */
	height: 60px;  /* */
	padding-top: 2px;
	clear: both;
	width: 100%;
	background-color: #666666;
	color: #ffffff;
	text-align: center;
}

#footer {
	clear: both;
	text-align: center;
}

ul.nav {
	height:40px;
} 

#slideshow {
	margin:30px 0 30px 0;
}

#column_links {
	text-align:right;
}


.contact_banner {
/*
 background-image: url('/wp-content/uploads/2013/05/contact_banner.png');  
*/
 background-repeat: no-repeat;
 height: 64px;
 width: 300px;
 padding: 4px;
 margin: 0px;
 float: left;
 border: 1px solid #808080;
 margin-bottom: 8px;
}

.cat_base {
  background-image: url('/wp-content/uploads/2013/05/paper_fibers_@2X.png');
  background-image: none;
  background-repeat: repeat;  
  border-radius: 10px;

  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box; 
  -moz-background-clip:    padding; 
  background-clip:         padding-box;
}


#div_product_menu {

}

#div_product_menu .product_menu_topitem {
    padding: 16px 10px 14px 10px; 
    font-size: 18px;
    font-weight: bold;
    
}

#div_product_menu .product_menu_item {

    padding: 6px 6px 6px 10px; 
    font-size: 16px;
    font-weight: bold;

}

#div_product_menu .product_menu_item a {

}

#div_product_menu .product_menu_item a:hover {
   color: #000000;  
}

#div_product_body {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
}

#div_product_body .product_table {

}

#div_product_body .product_table td {
    padding-top: 10px;
    padding-bottom: 10px; 
}

#div_product_body .product_table a {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
}

#div_product_body .product_table a:hover {
    color: #000000;
}

.link_table td {
    padding-bottom: 30px;
}


.contact_banner a {
font-weight: bold;
color: #0033CC;
}

.contact_banner a:hover {
color: #8BA8E2;
font-weight: bold;
}



#customcontact input[type=text],
#customcontact textarea,
#customcontact input[type=email]
 {
  	font-size: 14px;
    font-weight: bold;
    padding: 6px 6px 6px 6px;
    border: 1px solid #666666;
    margin-top: 2px;
    margin-bottom: 4px;
    width: 400px; 
}

#customcontact .s80 input,
 {
    font-size: 14px;
    font-weight: bold;
    padding: 6px 6px 6px 6px;
    border: 1px solid #666666;
    margin-top: 2px;
    margin-bottom: 4px;
    width: 80px; 
}

#customcontact .s100 input ,
 {
    font-size: 14px;
    font-weight: bold;
    padding: 6px 6px 6px 6px;
    border: 1px solid #666666;
    margin-top: 2px;
    margin-bottom: 4px;
    width: 100px; 
}

#customcontact .s250 input,
 {
    font-size: 14px;
    font-weight: bold;
    padding: 6px 6px 6px 6px;
    border: 1px solid #666666;
    margin-top: 2px;
    margin-bottom: 4px;
    width: 250px; 
}




/* ---------------------------------------------------------------------------------------------------------- 
Media queries (using a mobile-first approach) ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* 400 and up */
@media screen and (min-width:400px) {

					{ /* Place your styles here for all widths greater than 400px */ }

}

/* Retina Display */
@media screen and (-webkit-min-device-pixel-ratio:2) {

					{ /* Place your styles here for all 'Retina' screens */ }

}