HTML, BODY { 
  height: 100%; 
}

BODY { 
  background-color: #FFF;
  margin: 0; 
  padding: 0; 
  height: 100%;
}

BODY, TD, TH, P, DIV { 
  color: #333; 
  font-size: 12px; 
  font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
}

p { 
  margin: 0; 
  padding-top: 5px; 
  padding-bottom: 5px 
}

img { 
  border:0;
}

h1 { font-size: 17px; font-weight: bold; color: #333; font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; margin: 0; }
h2 { font-size: 14px; font-weight: bold; color: #333; font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; margin: 0; }
h3 { font-size: 13px; font-weight: bold; color: #333; font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; margin: 0; }
h4 { font-size: 12px; font-weight: bold; color: #333; font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; margin: 0; }
h5 { font-size: 11px; font-weight: bold; color: #333; font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; margin: 0; }
h6 { font-size: 10px; font-weight: bold; color: #333; font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; margin: 0; }

a { color: #333; font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; text-decoration: none;}
a:hover { color: #000; font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; text-decoration: underline; }
a:visited { color: #333; font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; }


#wrapper { 
  width: 950px; 
  min-height: 100%;
  position: relative;
	margin: 0px auto;
	background-color: #FFF;
}

* HTML #wrapper { 
  height: 100%;
}

.sitemap {
  margin-left: 25px;
}

#header_1 {
	width: 950px;
	height: 78px;
	padding-top: 20px;
}

#header_1 #logo {
  width: 295px;
  height: 58px;
  float: left;
}

#header_1 #slogan {
  float: left;
  width: 655px;
  text-align: right;
  font-size: 13px;
  font-weight: normal;
  padding-top: 42px;
}

#header_2 {
  clear: both;
	width: 950px;
	height: 30px;
	background-color: #EBEBEB;
}

#header_3 {
  clear: both;
	width: 950px;
	height: 220px;
}

#navigation {
  width: 950px;
  height: 30px;
}

#navigation .navbutton {
	float: left;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #FFF;
}

#navigation .navbutton a {
	text-decoration: none;
	display: block;
	width: 179px;
	height: 20px;
	padding: 5px;
	text-align: center;
	line-height: 20px;
	background-color: #626262;
	color: #FFF;
}

#navigation .navbutton a:hover {
	text-decoration: none;
	display: block;
	background-color: #313131;
	color: #FFF;
}

#main {
  width: 950px;
}

#nav_left {
  float: left;
  width: 200px;
  padding-top: 15px;
}

#nav_left .catbutton {
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #AAA;
}

#nav_left .catbutton a {
	text-decoration: none;
	display: block;
	width: 180px;
	height: 15px;
	padding: 5px;
	line-height: 15px;
	color: #333;
}

#nav_left .catbutton a:hover {
	text-decoration: none;
	display: block;
	color: #999;
}


#content {
  float: left;
  padding: 15px;
	width: 500px;
	padding-left: 30px;
	padding-right: 30px;
}

#content .productbox {
  width: 470px;
  border-style: dotted;
  border-color: #333;
  border-width: 1px;
  min-height: 140px;
  padding: 10px;
  margin-bottom: 20px;
}

#content .catbox {
  width: 190px;
  border-style: dotted;
  border-color: #333;
  border-width: 1px;
  min-height: 140px;
  padding: 10px;
  margin-bottom: 20px;
  margin-right: 20px;
  float: left;
}

#nav_right {
  float: left;
	width: 190;
	padding-top: 15px;
}


#footer {
	color: #333;
	position: absolute;
	height: 30px;
	width: 950px; 
	bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}


