body {
	text-align: center;
	background: #CECECE url(images/template/bg.jpg) top left repeat-x;
	margin: 0;
	margin-bottom: 30px;
	font-size: 11px;
	font-family: "arial", "verdana", sans-serif;
	}

#container {
/* change the width as needbe */
	width: 991px;
	text-align: left;
	position: relative;
	margin: 0 auto;
	padding: 0;
	background: url(images/template/container.jpg) top left repeat-y;
	}
	
#header {
	height: 202px;
	background: url(images/template/header.jpg) top left no-repeat;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#header h1 {
	position: absolute;
	left: 100px;
	top: 7px;
	margin: 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	color: white;
}

#nav {
	position: absolute;
	top: 7px;
	right: 110px;
	margin: 0;
}

#nav li {
	display: block;
	float: left;
	padding-left: 8px;
}

#nav li a {
	display: block;
	text-decoration: none;
	color: white;	
}

#nav li a:hover, #nav li a:active {
	text-decoration: underline;
}
	

#content {
	background: url(images/template/content.jpg) top left no-repeat;
	margin: 0;
	padding: 80px 220px 20px 220px;
	line-height: 1.5;
	}
	
#content h2 {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px black solid;
}

div.product {
	margin-bottom: 20px;
	padding: 5px;
	border: 8px solid white;
}

div.product img {
	float: left;
	/*background: #EEEEEE;
	padding: 3px;
	*/border: 1px solid #333333;
	margin: 0;
	margin-right: 5px;
	margin-bottom: 10px;
}

div.product h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
}

div.product h4 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
}

h4.super {
	color: #888888;
}

ul.sizes li {
	display: block;
	margin-left: 20px;
}

p.features {
	clear: both;
}

ul.features {
	margin:0;
	padding: 0;
	padding-left: 20px;
}
	
#footer {
	height: 64px;
	background: url(images/template/footer.jpg) top left no-repeat;
	margin: 0;
	padding: 0;
	color: #134C6B;
	font-size: 10px;
	vertical-align: middle;
}

#design_by #text {
	display: block;
	float: left;
	margin: 2px;
}

#logo {
	display: block;
	float: left;
	width: 101px;
	height: 16px;
	background: url(images/template/motion_blur.gif) top left no-repeat;
}

#logo span {
	display: none;
}

#footer p {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 7px;
}

#copyright {
	left: 270px;
}

#design_by {
	right: 250px;
}

form label {
  display: block;
  float: left;
  width: 150px;
  vertical-align: top;
  font: 12px verdana;
}
form fieldset {
	font: 12px verdana;
	font-weight: bold;
	border: 1px dotted;
	background: white;
	}

form fieldset legend {
	background: white;
	padding: 3px;
	font: black 14px verdana;
	font-weight: bold;
}
	
form fieldset ul {
  margin: 0;
  padding: 0;
}
form fieldset li {
  list-style: none;
  padding: 5px;
  margin: 5px;
}

form input.textInput, form textarea {
	float: left;
	width: 300px;
}

.submitButton {
	text-align: center;
	margin-bottom: 7px;
	}
	
#sheet1 a, #sheet2 a{
	display: block;
	height: 82px;
	padding-left: 115px;
	padding-top: 60px;
}

#sheet1 a {
	background: url(images/salesSheets/sheet1.jpg) top left no-repeat;
}

#sheet2 a {
	background: url(images/salesSheets/sheet2.jpg) top left no-repeat;
}