/*  MAJOR LAYOUT STYLES ::: BEGIN  */

* { padding: 0; margin: 0; }

body {
 background-image:url(../images/background.gif);
 background-repeat:repeat-x;
}

#wrapper { 
 margin: 0 auto;
 width: 750px;
}

#navbar li {
    list-style:none;
    display:block;
}

#wrapper { 
 margin: 0 auto;
 width: 750px;
}

#header {
 width: 750px;
 color: #333;
 padding: 0px;
 border: 0px solid #ccc;
 height: 50px;
 margin: 0px 0px 0px 0px;
 background: #fff;
}

#title {
 width: 750px;
 color: #333;
 padding: 0px;
 border: 0px solid #ccc;
 height: 40px;
 margin: 0px 0px 0px 0px;
 background: #fff;
 background-image:url(../images/title_bg.gif);
 background-repeat:repeat-x;
}

#content { 
 width: 750px;
 color: #333;
 border: 0px solid #ccc;
 background: #ededed;
 margin: 0px 0px 0px 0px;
 padding: 0px 20px 0px 20px;
 height: 100%;
}

#footer { 
 width: 750px;
 color: #aaa;
 border: 0px solid #ccc;
 background: #ededed;
 margin: 0px 0px 0px 0px;
 padding: 20px 50px 30px 25px;
 text-align:left;
}


/*  MAJOR LAYOUT STYLES ::: END  */

/*  NAVBAR BUTTONS:::BEGIN  */

a.hmlogo{
  display: block;
  float:left;
  width: 208px;
  height: 50px;
  background: url(../images/topnav_hmlogo.gif) 0 0 no-repeat;
  text-decoration: none;
}

a:hover.hmlogo{
  background-position: 0px -50px;
}

a.systems{
  display: block;
  float:left;
  width: 68px;
  height: 50px;
  background: url(../images/topnav_systems.gif) 0 0 no-repeat;
  text-decoration: none;
}

a:hover.systems{
  background-position: 0px -50px;
}

a.seating {
  display: block;
  float:left;
  width: 60px;
  height: 50px;
  background: url(../images/topnav_seating.gif) 0 0 no-repeat;
  text-decoration: none;
}

a:hover.seating{
  background-position: 0px -50px;
}

a.freestanding {
  display: block;
  float:left;
  width: 92px;
  height: 50px;
  background: url(../images/topnav_freestanding.gif) 0 0 no-repeat;
  text-decoration: none;
}

a:hover.freestanding{
  background-position: 0px -50px;
}

a.accessories {
  display: block;
  float:left;
  width: 96px;
  height: 50px;
  background: url(../images/topnav_accessories.gif) 0 0 no-repeat;
  text-decoration: none;
}

a:hover.accessories{
  background-position: 0px -50px;
}

a.geiger {
  display: block;
  float:left;
  width: 71px;
  height: 50px;
  background: url(../images/topnav_geiger.gif) 0 0 no-repeat;
  text-decoration: none;
}

a:hover.geiger{
  background-position: 0px -50px;
}

a.alliance {
  display: block;
  float:left;
  width: 155px;
  height: 50px;
  background: url(../images/topnav_alliance.gif) 0 0 no-repeat;
  text-decoration: none;
}

a:hover.alliance {
  background-position: 0px -50px;
}

/*  NAVBAR BUTTONS:::END  */

.catthumb img{
border: none;
padding:5px;
}

.catthumb:hover img{
border: 2px solid #fe0000;
padding:3px;
}

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #cccccc;
 font-size: 11px;
 line-height:16px;
 background-color: #ededed;
}

.cattitle_container {
width: 200px;
height: 30px;
padding: 0px 0px 0px 3px;
background-image:url(../images/dottedline.gif);
}

.cattitle {
font-family: Trebuchet MS, Arial;
font-size: 18px;
line-height:25px;
color: #676767;
}

.thumbtitle {
font-family: Trebuchet MS, Arial;
font-size: 18px;
line-height:25px;
color: #fe0000;
}

.thumbtitle_container {
width: 700px;
height: 30px;
padding: 0px 0px 0px 3px;
background-image:url(../images/dottedline.gif);
}

.thumbnail {
	padding: 3px 3px 3px 3px;
	background-color: none;
	border: none;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}