@charset "utf-8";

#main #products-one {
	float: left;
	width: 310px;
	border: medium solid #999933;
	padding: 5px;
}
#main #products-two {
	float: right;
	width: 320px;
	padding: 5px;
	border: medium solid #999933;
}
#main #products-one #products-one-one {
	margin-top: 10px;
}
#main #products-one #products-one-two {
	margin-top: 10px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #999900;
	padding-top: 10px;
}
#main #products-one #products-one-three {
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #999900;
}
#main #products-two #products-two-one {
	margin-top: 10px;
}
#main #products-two #products-two-two {
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #999900;
}
#main #products-two #products-two-three {
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #999900;
}

#main #rightLeft1 {
	float: right;
	width: 435px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main #rightLeft1 p {
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#main #rightWhole {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #00529C;
	border-right-color: #00529C;
	border-bottom-color: #00529C;
	border-left-color: #00529C;
}
#main #rightWholeTop {
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: thin;
	border-bottom-color: #00529C;
	background-color: #999999;
}



.pic {
	float: left;
	width: 215px;
	margin: 5px;
	padding: 0px;
	border: thin solid #02529B;
}

