@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(/images/bkground.png);
	background-repeat: repeat-x;
	background-color: #47b4f6;
	margin-bottom: 50px;
}
.wrapper {
	width: 960px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	margin-top: 27px;
}
.logo-wrapper {
	clear: right;
	float: left;
	height: 103px;
	width: 535px;
}
.nav-wrapper {
	background-image: url(/images/nav-bkground.png);
	float: right;
	height: 30px;
	width: 415px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4f78b8;
	text-align: right;
	padding-right: 10px;
	padding-top: 73px;
}
.nav-wrapper ul {
	display: inline;
	list-style-type: none;
}
.nav-wrapper li {
	display: inline;
	margin-right: 2px;
	margin-left: 2px;
	list-style-type: none;
}
.nav-wrapper a {
	color: #4f78b8;
	text-decoration: none;
	font-weight: bold;
}
.nav-wrapper a:hover {
	color: #4f78b8;
	text-decoration: underline;
	font-weight: bold;
}
.clear-all {
	clear: both;
}
.top {
	background-image: url(/images/top.png);
	background-repeat: no-repeat;
	height: 12px;
	width: 960px;
}
.body-wrapper {
	background-color: #F7F2F2;
	width: 940px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
}
.product-info-last a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
.product-info-last a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: underline;
}
.content-left ul {
	margin-left: 25px;
	margin-bottom: 15px;
}

.content-left a {
	text-decoration: none;
	color: #999999;
}
.content-left a:hover {
	text-decoration: underline;
	color: #999999;
}
.content-left {
	clear: right;
	float: left;
	width: 540px;
	padding-top: 20px;
}
.content-left h2 {
	margin-bottom: 15px;
}
.content-left p {
	margin-bottom: 15px;
}
.content-right {
	float: right;
	width: 380px;
	padding-top: 20px;
}
.content-right h2 {
	margin-bottom: 15px;
}
.content-right p {
	margin-bottom: 15px;
}
.footer-wrapper {
	background-image: url(/images/footer-bkground.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 940px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a1c5e5;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
.footer-left {
	clear: right;
	float: left;
	width: 600px;
}
.footer-right {
	float: right;
	width: 320px;
	text-align: right;
}
.footer-left a {
	color: #a9c9e6;
	text-decoration: none;
}
.footer-left a:hover {
	color: #a9c9e6;
	text-decoration: underline;
}
.product-wrapper {
	width: 940px;
	margin-bottom: 20px;
	overflow: hidden;
}
.product-imgs {
	height: 134px;
	width: 134px;
	margin-right: 20px;
	border: 3px solid #cfcfcf;
	clear: right;
	float: left;
}
.product-info {
	float: left;
	width: 610px;
}.product-info h2 {
	margin-bottom: 10px;
}
.product-info-last {
	float: left;
	width: 940px;
}.product-info-last h2 {
	margin-bottom: 10px;
}
.product-info-last p {
	margin-bottom: 15px;
}

.product-wrapper-all {
	width: 940px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CFCFCF;
	margin-bottom: 20px;
	overflow: hidden;
	padding-top: 20px;
}
.product-wrapper-last {
	width: 940px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CFCFCF;
	overflow: hidden;
	padding-top: 20px;
}