@charset "utf-8";
.home #main {
	padding-top: 10px;
	padding-bottom: 40px;
}
.showItem01{
	margin-right: 10px;	
	}
.showItem01, .showItem02 {
	display: block;
	border: 3px solid #FFF;
	height: 230px;
	width: 455px;
	float: left;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#9ecd5d', endColorstr = '#7da133');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#9ecd5d', endColorstr = '#7da133')";
	/*Element must have a height (not auto)*/
/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #9ecd5d, #7da133);
	background-image: -ms-linear-gradient(top, #9ecd5d, #7da133);
	background-image: -o-linear-gradient(top, #9ecd5d, #7da133);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#9ecd5d), to(#7da133));
	background-image: -webkit-linear-gradient(top, #9ecd5d, #7da133);
	background-image: linear-gradient(top, #9ecd5d, #7da133);/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
	-moz-box-shadow: 2px 2px 5px 1px #8f8f8f;
	-webkit-box-shadow: 2px 2px 5px 1px #8f8f8f;
	box-shadow: 2px 2px 5px 1px #8f8f8f;
 filter: progid:DXImageTransform.Microsoft.Shadow(strength = 2, direction = 135, color = '#8f8f8f');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 135, Color = '#8f8f8f')";
	margin-bottom: 10px;
}
#main #border01 {
	-moz-border-radius: 0px 50px;
	-webkit-border-radius: 0px 50px 0px 50px;/*This is the correct shorthand for webkit*/
	border-radius: 0px 50px;
	background-color: #7da133;
}
#main #border02 {
	background-color: #7da133;
	-moz-border-radius: 50px 0px;
	-webkit-border-radius: 50px 0px 50px 0px;/*This is the correct shorthand for webkit*/
	border-radius: 50px 0px;
}
#main .showItem01>img, #main .showItem02>img {
	display: block;
	float: left;
	height: 74px;
	width: 67px;
}
#content {
	display: block;
	float: left;
	width: 375px;
}
#content h2 {
	margin-top: 10px;
	display: block;
	margin-bottom: 10px;
	font-size: 1.5em;
}
#content h2 a {
	color: #000;
	text-decoration: none;
}
#content ul {
	margin-top: 25px;
}

#content ul li {
	font-size: 0.9em;
	color: #FFF;
	list-style-type: circle;
}


#content p {
	font-size: 0.9em;
	color: #FFF;
	display: block;
	width: 190px;
	float: left;
}
#content p a {
	color: #666;
	text-decoration: none;
}
#content img.itemShow01 {
	float: left;/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	height: 119px;
	width: 177px;
	display: block;
}
#content p img.itemShow02 {
	height: 119px;
	width: 177px;
}
#content #h2Logo a {
	display: block;
	height: 50px;
	width: 128px;
	background-image: url(../images/sinensisLogoF.png);
	text-indent: -9999px;
	margin-left: 20px;
}
#content p#gLogo {
	margin-left: 25px;
	width: 400px;
}
#content p#newProduct{
	margin-top: 15px;
}
#content p#newProduct {
	width: 400px;
}
#content p#newProduct a {
	margin-left: 25px;
	margin-top: 15px;
	color: #fff;
	font-size: 15px;
}
#content p#newProduct a:hover {
	
	color: #055;
	
}
.color-red {
	color: red;
}