/* GLOBAL RESET */
html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr {
  margin:0px;  
  padding:0px;  
  border:0px;  
  border-collapse:separate;  
  border-spacing:0px;
}

/* BEGIN STYLING */

body {
	background-color: #ebebeb;
	font: 100.1% Helvetica, Arial, Verdana, Tahoma, Sans-Serif;
	color: #000;
}

#container {
	width: 809px;
	background: #FFF url('../img/idx-bg-y.jpg') repeat-y bottom right;
	padding-bottom: 9px;
	margin: 0 auto;
}

#nav {
	width: 801px;
	background: #000 url('../img/idx-nav.jpg') no-repeat bottom left;
	overflow: auto;
}

#nav ul {
	float: right;
	display: inline;
	width: 479px;
}

#nav ul li {
	list-style-type: none;
	float: left;
	color: #FFF;
	font-size: .8em;
	display: inline;
	width: 100px;
	text-align: left;
	margin-top: .6em;
	padding: .2em .2em;
}

#nav li.wide {
	width: 140px;
}

#nav ul li a,
#nav ul li a:link,
#nav ul li a:visited {
	color: #FFF;
	text-decoration: none;
	background: #000 url('../img/w-arrow.jpg') no-repeat center left;
	padding-left: 10px;
}

#nav ul li a:active,
#nav ul li a:hover {
	color: #c70500;
	text-decoration: underline;
	background: #000 url('../img/r-arrow.jpg') no-repeat center left;
	padding-left: 10px;
}

#h1wrapper {
	position: relative;
	height: 241px;
}

/*h1 {
	width: 801px;
	height: 241px;
}*/

h1 span {
	display: none;
}

#headnav {
	position: absolute;
	bottom: 0;
	padding: 10px;
	background: transparent url('../img/idx-hdrnav-bg.png') no-repeat top left;
	width: 200px;
}


#headnav li {
	list-style-type: none;
}

#headnav li ul li {
	padding-left: 10px;
	padding-top: 5px;
}

#headnav li a,
#headnav li a:link,
#headnavli a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#headnav li ul li a,
#headnav li ul li a:link,
#headnav li ul li a:visited {
	font-size: .8em;
	text-decoration: underline;
	
}

#product {
	border-bottom: 1px solid #000;
	width: 801px;
}

#product ul {
	width: 550px;
	float: left;
}

#product ul li {
	float: left;
	width: 175px;
	list-style-type: none;
	text-align: center;
	padding: .5em 0;
}

#product ul li span {
	display:block;
}

#product ul li span.prodtitle {
	font-weight: bold;
	font-size: 1em;
	padding-bottom: 1em;
}

#product ul li span.prodprice {
	padding-top: 1em;
	font-size: .8em;
	color: #F00;
}

#carharttblock {
	float: left;
	padding: .5em;
}

#content {
	clear: both;
	padding:10px;
}

#product h1#index {
	font-size:22px;
	color:#D22;
	font-style:italic;
	margin-left:10px;
	margin-bottom:10px;
}

#content p {
	margin:10px 0 15px 0;
	font-family:verdana;
}

#content div {
	width: 240px;
	padding: .5em;
	font-size: .9em;
	float: left;
}

div#newsletter p#newsltrtag {
	color: #c70500;
	font-size: .8em;
	font-weight: bold;
	float: none;
	width: 98%;
	text-align: center;
	margin: 0.8em 0;
}

#newsletter {
	clear: both;
	border-top: 1px solid #000;
	padding: .5em;
	margin-right: 8px;
}

#footer {
	clear: both;
	width: 809px;
	background: #FFF url('../img/idx-bg-x.jpg') no-repeat bottom right;
	margin: 0 auto;
	padding-bottom: .5em;
}

#footer p {
	text-align: center;
	font-size: .6em;
	color: #666;
	padding: .5em 0;
	width: 801px;
	border-top: 1px solid #000;
}

#footer p a,
#footer p a:link,
#footer p a:visited {
	color: #666;
}

#footer p a:active,
#footer p a:hover {
	color: #333;
	text-decoration: none;
}