body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin-top: 0px;
	background-color: #f1f1f1;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
#header {
	position:absolute;
	width:1000px;
	height:110px;
	z-index:1;
	background-image: url(images/header.jpg);
	left: 0px;
	top: 0px;
}
#secondaryheader {
	position:absolute;
	width:1000px;
	height:120px;
	z-index:2;
	left: 0px;
	top: 110px;
	background-image: url(images/secondaryheader.jpg);
}
#footer {
	position:absolute;
	height:70px;
	z-index:auto;
	left: 0px;
	top: 1200px;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	width: 100%;
}
#bodycontent {
	position:absolute;
	width:1000px;
	height:450px;
	z-index:3;
	left: 0px;
	top: 230px;
}
#blockone {
	position:absolute;
	width:320px;
	height:180px;
	z-index:4;
	left: 0px;
	top: 35px;
}
#blocktwo {
	position:absolute;
	width:320px;
	height:180px;
	z-index:4;
	left: 340px;
	top: 35px;
}
#blockthree {
	position:absolute;
	width:320px;
	height:180px;
	z-index:4;
	left: 680px;
	top: 35px;
}
#blockfour {
	position:absolute;
	width:320px;
	height:180px;
	z-index:4;
	left: 0px;
	top: 230px;
}
#blockfive {
	position:absolute;
	width:320px;
	height:180px;
	z-index:4;
	left: 340px;
	top: 230px;
}
#blocksix {
	position:absolute;
	width:320px;
	height:180px;
	z-index:4;
	left: 680px;
	top: 230px;
}
#nagmenu {
	position:absolute;
	width:435px;
	height:25px;
	z-index:1;
	left: 574px;
	top: 60px;
}
ul#list-nav {
  margin:20px;
  padding:0;
  list-style:none;
  width:435px;
}
ul#list-nav li {
  display:inline
}
ul#list-nav li a {
 text-decoration:none;
 padding:5px 0;
 width:100px;
 background:#bb2f24;
 color:#eee;
 float:left;
}
ul#list-nav li a {
  text-align:center;
  border-left:1px solid #fff;
}
ul#list-nav li a:hover {
  background:#cc1100;
  color:#000
}
ul#list-nav li#current a {
	background-color:#000;
	color: #fff;
}
ul#list-nav li#current a:hover {
	background: #cc1100;
}
#wrap {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
img {
    border-style: none
}
#form {
	position:absolute;
	width:600px;
	height:800px;
	z-index:1;
	left: 0px;
	top: 60px;
}
#shippingform {
	position:absolute;
	width:500px;
	height:200px;
	z-index:1;
	left: 100px;
}
fieldset {
  padding: 1em;
  font:100%/1 sans-serif;
}
label {
  float:left;
  width:25%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
}
fieldset { 
	border:1px solid green 
}
legend {
  padding: 0.2em 0.5em;
  border:1px solid green;
  color:green;
  font-size:90%;
  text-align:right;
}
#mailing {
	position:absolute;
	width:500px;
	height:250px;
	z-index:2;
	left: 0px;
	top: 0px;
}
#payment {
	position:absolute;
	width:500px;
	height:325px;
	z-index:2;
	left: 0px;
	top: 25px;
}
#secondary {
	position:absolute;
	width:500px;
	height:450px;
	z-index:auto;
	left: 100px;
	top: 330px;
}