/* Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
	margin: 0px;
	padding: 0px;
}

body {
  background: url("../img/bgfade01.gif") repeat-x #002438;
  background-attachment: fixed;
	font: 12px/17px arial, helvetica, sans-serif;
}

#headerwrapper {
  width: 910px;
  height: 105px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

#headerleft {
	float: left;
  width: 250px;
}

#headerright {
	background: url("../img/logo_right2.gif") no-repeat;
	float: right;
  width: 660px;
	height: 105px;
}

.headerlogo {
	background: url("../img/logo_left2.gif") no-repeat;
	float: left;
	width: 250px;
	height: 105px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	cursor: pointer;
}

#nav {
	background: url("../img/nav01.gif") no-repeat;
  width: 948px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
}

#navmain {
	float: left;
  width: 900px;
  height: 20px;
  margin-left: 24px;
  margin-right: 24px;
  margin-top: 11px;
  margin-bottom: 9px;
  color: #fff;
}

#navmain a {
	text-decoration: none;
  color: #fff;
}

#navmain a:hover {
	text-decoration: underline;
}

#navsub {
	float: right;
  color: #fff;
  margin-top: 71px;
  margin-right: 25px;
}

#navsub a {
	text-decoration: none;
  color: #fff;
}

#navsub a:hover {
	text-decoration: underline;
}

#bodywrapper {
	background: #fff;
  width: 910px;
  margin-left: auto;
  margin-right: auto;
}

#full-content {
	float: left;
  background: #fff;
  width: 860px;
  margin-top: 20px;
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 5px;
}

#full-content a {
	color: #000;
}

#full-content a:hover {
	color: #A21F08;
}

#left-content {
	float: left;
  background: #fff;
  width: 410px;
  margin-top: 20px;
  margin-left: 25px;
  margin-right: 20px;
  margin-bottom: 5px;
}

#left-content a {
	color: #000;
}

#left-content a:hover {
	color: #A21F08;
}

#right-content {
	float: right;
  background: #fff;
  width: 410px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 25px;
  margin-bottom: 5px;
}

#right-content a {
	color: #000;
}

#right-content a:hover {
	color: #A21F08;
}

#three-columns-left {
	float: left;
  margin-right: 25px;
	width: 270px;
}

#three-columns-center {
	float: left;
	width: 270px;
}

#three-columns-right {
	float: right;
  margin-left: 25px;
	width: 270px;
}

.product-box {
	height: 320px;
}

.product-box a {
	color: #000;
}

.product-box a:hover {
	color: #A21F08;
}

.accessories-box {
	height: 175px;
}

#content-textbox {
	height: 150px;
  margin-top: 12px;
  margin-bottom: 10px;
}

#content-textbox2 {
	height: 165px;
  margin-top: 12px;
  margin-bottom: 10px;
}

#footer {
	background: url("../img/footer01.gif") no-repeat #002438;
  height: 40px;
  margin-bottom: 30px;
}

#footertext {
  float: left;
  width: 100%;
  margin-top: 11px;
  font-size: 11px;
  color: #fff;
  text-align: center;
}

#footertext a {
  color: #fff;
	text-decoration: none;
}

#footertext a:hover {
	text-decoration: underline;
}

h1 {
  font-size: 18px;
	margin-bottom: 20px;
}

h2 {
  font-size: 14px;
	margin-bottom: 10px;
}

h3 {
  font-size: 12px;
	text-transform: uppercase;	
}

p {
	margin-bottom: 15px;
}

ul {
  list-style-position: outside;
}

li {
  margin-left: 15px;
}

hr {
	margin: 0px;
	padding: 0px;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

.clear {
	clear: both;
}

.rule {
	clear: both;
	border-top: 1px solid #cecfd1;
	height: 9px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 25px;
  margin-bottom: 18px;
}

.alignleft { 
	float: left;
}

img.alignleft { 
  padding: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-left: 0px;
}

img.alignnone { 
  padding: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}

.alignright { 
	float: right;
}

img.alignright { 
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 10px;
}

img.header { 
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

.tablespecbkgr1 {
	background-color: #fff;
}

.tablespecbkgr2 {
	background-color: #ccc;
}

