}
.background {
	background-color: #CCCCCC;
	background-repeat: repeat-y;
	background-position: center top;
	height: 1100px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.productname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #333333;
	background-repeat: repeat-x;
	background-position: center center;
	height: 30px;
	width: auto;
	left: auto;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	text-indent: 10px;
	white-space: normal;
	padding: 15px;
	float: none;
}
.description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	letter-spacing: normal;
	text-align: left;
	vertical-align: baseline;
	word-spacing: normal;
	white-space: normal;
	padding-top: 5px;
	padding-left: 5px;


}
.list {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	letter-spacing: normal;
	text-align: left;
	vertical-align: baseline;
	word-spacing: normal;
	list-style-type: disc;
	list-style-position: inside;
	
}
/*
ul {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #333333;
	letter-spacing: normal;
	text-align: left;
	vertical-align: baseline;
	word-spacing: normal;
	list-style-type: disc;
	list-style-position: inside;
	
}
*/
.image {
	background-image: url(imagebkgrd.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	width: auto;
	margin: 0px;
	height: auto;
	clear: right;
}

 
