ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
	}

img {
    border: none;
}

#x {
	clear: both;
}

#cont {
	background-color: #F2F2F2;
	clear: both;
	margin-top: 10px;
}
 #cont #left {
	float: left;
	width: 225px;
}
#cont #left h4 {
	background-repeat: no-repeat;
	background-position: left center;
	height: 39px;
	line-height: 30px;
	color: #187BB1;
	padding-left: 40px;
	margin: 0px;
}
#cont #left a {
	font-size: 12px;
	line-height: 25px;
	text-transform: capitalize;
	background-color: #EEEEEE;
	display: block;
	padding-left: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #E0E0E0;
	color: #333333;
	text-decoration: none;
}
#cont #left a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}
#cont #right {
	float: right;
	width: 680px;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#cont #right h2 {
	color: #187BB1;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 30px;
	font-style: oblique;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#cont #right img {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#cont #right .product {
	float: left;
	width: 32%;
}
#cont #right .product a {
	text-transform: capitalize;
	text-decoration: none;
	text-align: center;
	display: block;
	color: #187BB1;
}
#cont #right .product img {
	width: 190px;
	height: 140px;
	padding:2px;
    background-color:White;
    border:1px solid #ddd;
}

#cont #right .icon img {
	width: 290px;
	height: 210px;
	padding:2px;
    background-color:White;
    border:1px solid #ddd;
}

#sideMenu {
	width: 200px;
	margin: 10px;
	
	}

#sideMenu  img {
    border: none;
}
	
#sideMenu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#sideMenu li a:link, #sideMenu li a:visited {
	color: #333;
	display: block;
	background:  url(../img/menu14.gif);
	padding: 8px 0 0 10px;
	}
	
#sideMenu li a:hover {
	color: #FFF;
	background:  url(../img/menu14.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
	