html, body {
	height: 100%;}
body {
	background-image: url("../images/background.png");
	repeat: repeat;}

/*Start Header*/

#header {
	min-width: 960px;
	background-color: #202020;}

#navbar {
	width: 960px;
	margin: 0px auto;}

#logo {
	display: inline-block;
	margin: 10px 0px -60px 5px;
	z-index: 5;}

#navigation {
	margin-top: 11px;
	display: inline-block;
	float: right;}

.navbutton {
	display: inline-block;
	padding: 5px;
	margin-right: 5px;
	border: 1px solid transparent;}

.navlink {
	font-family: Verdana, sans-serif;
	color: white;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;}

/*End Header*/

/*Products Header*/

#productsheader {
	min-width: 960px;
	margin: 0 auto;
	background-image: url("../images/blue.png");
	border-top: 5px ridge #CC0000;
	border-bottom: 5px ridge #CC0000;
	height: 135px;}

.productsheader {
	font-family: Verdana, sans serif;
	color: #CC0000;
	text-align: center;}

/*End Products Header*/

#content{
	width: 960px;
	margin: 0 auto;}

#contact{
	margin-top: 10px;
	float: right;
	width: 210px;
	font-family: Verdana, sans-serif;
	font-size: 14px;}

#contact > h3 {
	text-align: center;}

.mia{
	margin-left: 20px;}

#productsphotos {
	float: left;
	width: 740px;
	margin: 20px 0px;}

#flatbags, #gusset, #wicketed, #staplepack, #headerpack, #sideweld, #bottomseal, #bagsonroll, #vented, #preopened, #flattubing, #gussettubing, #singlewound, #centerfold, #slitting {
	float: left;
	width: 240px;
	border: 1px solid #C8C8C8;}

.pics {
	padding: 7px 20px 20px 20px;}

h2 {
	font-size: 16px;
	margin: 5px 0px;
	text-align: center;
	font-family: Verdana, sans serif;
	color: #000000;}

.productphotolink {
	text-decoration: none;}

.productphotolink:hover {
	color: black;
	text-decoration: underline;}

/*Footer*/

.fborder {
	border-top: 3px ridge #CC0000;
	min-width: 960px;
	position: relative;
	height: 50px;
	clear: both;
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #545454 0%, #000000 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #545454 0%, #000000 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #545454 0%, #000000 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #545454), color-stop(1, #000000));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #545454 0%, #000000 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #545454 0%, #000000 100%);}

.footer {
	width: 960px;
	margin: 0px auto;}

.navfoot {
	float: right;
	padding-right: 5px;}
.lfoot {
	display: inline;
	padding: 3px 3px;
	font-size: 16px;
	font-family: Linear, sans-serif;
	color: #CC0000;
	word-spacing: 0.3em;
	text-decoration: none;}
.lfoot:hover {
	text-decoration: underline;}

/*End Footer*/