body {
	margin: 0px;
    background-color: #999999;
    font:85%/1.25 arial, helvetica, sans-serif;
  }
 .container{width:850px; margin: 0px auto; background-color:#fff;}
#top_wrapper {
    width: 100%;
    background-color: #333333;
    border-bottom: 1px solid #CFCFCF;
    margin: 0;
    padding: 10px 0px;
    text-align: center;
  }
#top_row *{
    color: #FFFFFF;
  }
#top_row a {
    border-bottom: 1px dotted #CFCFCF;
    text-decoration: none;
  }
#top_row a:hover {
    border-bottom: 1px solid #FF3333;
  }

#bottom {
    width: 100%;
    background-color: #333333;
    border-top: 1px solid #CFCFCF;
    margin: 0;
    padding: 5px 0px;
    text-align: center;
  }
#bottom, #bottom *{font-size: 80%;color: #fff;}

#left_column {
    background-color: #FFFFFF;
    border-right: 10px #33CFCF;
    padding-right: 10px;
  }

#right-column{
	border: 1px solid #000;
}

#menu, #menu *{
    margin: 0px;
    padding: 0px;
  }
#menu ul{list-style: none;}


#menu h2 {
    background-color : #b3bdd3;
    bottom-color : #666666;
    bottom-style : solid;
    bottom-width : 1px;
    color : #336699;
    font-size : 150%;
    padding-top : 20px;
    padding-left : 10px;
    padding-right : 5px;
    font-weight:bold;
  }
#menu ul ul{
	margin-left: 40px;
}
#menu ul ul li{
	font-size: 120%;
	padding-bottom: 3px;
	margin-bottom: 3px;
	border-bottom: 1px dotted #069;
}

#menu ul ul li a {
	text-decoration:  none;
	color: #069;
}#menu ul ul li a:hover {
	color: #933;
}



h1{
	font-size: 280%;
	color: #CC6633;
}




.showcase {
    width: 100%;
  }


.showcase img {
    border: 2px solid #996666;
    padding:3px;
    margin: 2px;
  }

.product_listing_cab li {
	display: block;
	margin-top: 30px;
	padding: 20px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
  }


.product_listing_cab li h2 {
	color: #003366;
	font-size: 240%;
	margin-bottom: 10px;
	font-weight: bold;
  }


.product_listing {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border-left-width: 50px;
	border-left-style: solid;
	border-left-color: #E8F3FF;
  }


.product_listing .image {
vertical-align:top;
}

.product_listing .image a{
	display: block;
	position: relative;
	float: left;
	padding: 2px;
	width: 104px;
	height: 154px;
}

.product_listing .description {
    padding-left: 10px;
    vertical-align: top;
    font-size: 12px;
  }


.product_listing .description div {
    margin-bottom: 10px;
  }


.product_listing .description span {
    width: 100px;
    clear: left;
    color: #990000;
    position: relative;
    float: left;
    border-bottom: 1px dotted #FFCCCC;
  }
