#content-top #welcome {
	float: left;
	height: 200px;
	width: 290px;
	background-image: url(../images/interface/welcome.gif);
	border: 1px solid #CCCCCC;
	padding: 10px;
	font-size: 0.8em;
}

#content-top #animation {
	float: right;
	height: 220px;
	width: 520px;
	z-index: 1;
}

#content-top-footer {
	clear: both;
}

#products{
}
#products-header {
	background-image: url(../images/interface/products-background-header.gif);
	background-repeat: no-repeat;
	height: 12px;
	font-size: 0.1em;
}


#products-content{
	padding: 5px;
	text-align: center;
	padding-left: 30px;
	background-image: url(../images/interface/products-background-content.gif);
}

.product{
	width: 260px;
	display: inline;
	float: left;
	position: relative;
	overflow: visible;
}

.product-header{
	background-image: url(../images/interface/product-background-h2.gif);
	height: 24px;
	width: 180px;
	background-repeat: no-repeat;
	color: #950508;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 70px;
	font-size: 11px;
	/*font-size: 1em;*/
	font-weight: bold;
}
/*  mod */
.product-header a{
	text-decoration:none ;
	color: #950508;
	padding-top: 10px;
	padding-right: 10px;
	font-size: 11px;
	/*font-size: 1em;*/
	font-weight: bold;
}
/*  mod  */

.product-content {
	background-image: url(../images/interface/product-background.gif);
	width: 220px;
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
}

.product-photo {
	float: left;
}

.product-sell {
	text-align:center;
	font-size: 0.9em;
	font-weight: bold;
	color: #006699;
}

.product-description {
	font-size: 0.7em;
	clear: both;
	padding-top: 10px;
}

.product-footer {
	background-image: url(../images/interface/product-background-footer.gif);
	height: 17px;
	width: 260px;
	background-repeat: no-repeat;
	font-size: 0.1em;
}
#products-end {
	clear: both;
	font-size: 0.1em;
}

#products-footer {
	clear: both;
	font-size: 0.1em;
	background-image: url(../images/interface/products-background-footer.gif);
	height: 17px;
	background-repeat: no-repeat;
}

.product-image {
	background-color:#CCCCCC; 
	padding:1px;
}


