@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	background-color: #ff6600;
	margin-bottom: 40px;
}

img {
	border: none;
}

a {
	color: #ff6600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p, h1 {
	padding: 0 20px;
}

p {
	color: #663300;
	font-size: 14px;
	line-height: 18px;
}

.follow_icon {
	display: inline;
	vertical-align: text-bottom;
}

.product_title {
	margin: 0;
}

h1 + p {
	margin-top: 20px;
}

h1 {
	color: #0099ff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 0;
}

.top {
	position: absolute;
	display: none;
}

.about_text {
	font-size: 24px;
	line-height: 30px;
	letter-spacing: -1px;
	margin-bottom: 0;
}

.gray {
	color: #999999;
}

.white {
	color: #ffffff;
}

.main_header {
	width: 880px;
	margin: 25px auto 20px auto;
	padding-left: 20px;
}

.main_content {
	width: 900px;
	margin: 0 auto 20px auto;
}

.productpage_header {
	width: 880px;
	height: 87px;
	margin: 25px auto 10px auto;
	padding-left: 20px;
	text-align: center;
}

.productpage_header .logo {
	position: absolute;
	float: left;
	margin-bottom: 10px;
}

.productpage_content {
	width: 958px;
	margin: 0 auto 20px auto;
}

.main_footer {
	float: left;
	width: 880px;
	height: 70px;
	margin: 0 20px 20px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	line-height: 70px;
}

.productpage_footer {
	float: left;
	width: 880px;
	height: 70px;
	margin: 0 20px 20px 39px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	line-height: 70px;
}

.item_box {
	width: 280px;
	height: 280px;
	float: left;
	margin: 0 20px 20px 0;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.doublewide {
	width: 580px;
}

.product_text_box {
	width: 280px;
	height: 580px;
	float: left;
	margin: 0 20px 20px 0;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.product_text {
	height: 500px;
	overflow: hidden;
}

.product_images {
	width: 540px;
	height: 540px;
	float: left;
	margin: 0 0px 20px 0;
	padding: 20px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.product_btn {
	width: 240px;
	height: 40px;
	margin-top: 0;
	margin-left: 20px;
	background-color: #eeeeee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
	text-align: center;
	color: #ff6600;
}

.product_btn h1 {
	line-height: 40px;
	color: inherit;
}

.product_btn:hover {
	background-color: #ff6600;
	color: #ffffff;
}

.nav_up {
	padding-top: 58px;
}

.nav_up_btn {
	display: inline-block;
	position: relative;
	width: 50px;
	height: 29px;
	background: url(img/product_nav_up.png) no-repeat 0 0;
}

.nav_left {
	width: 29px;
	margin-top: 255px;
	float: left;
	margin-right: 10px;
}

.nav_left_btn {
	display: block;
	width: 29px;
	height: 50px;
	background: url(img/product_nav_left.png) no-repeat 0 0;
}

.nav_right {
	width: 29px;
	margin-top: 255px;
	float: left;
	margin-left: 10px;
}

.nav_right_btn {
	display: block;
	width: 29px;
	height: 50px;
	background: url(img/product_nav_right.png) no-repeat 0 0;
}

.nav_left_btn:hover,
.nav_right_btn:hover {
	background-position: 0 -50px;
}

.nav_up_btn:hover {
	background-position: 0 -29px;
}

.nav_left span,
.nav_right span,
.nav_up span {
	display: none;
}

.empty {
	background-color: #dd4400;
}

.product_header {
	margin-bottom: 190px;
}

.btn {
	cursor: pointer;
}

.orange_bg {
	background-color: #ffcc00;
}

.right_arrow {
	float: right;
	margin-right: 20px;
	margin-top: 10px;
}

.about_arrow {
	float: right;
	margin-right: 20px;
	margin-top: 4px;
}

.return_top {
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 20px;
	font-size: 14px;
	line-height: 70px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ff6600;
}

.copyright {
	margin: 0;
	padding: 0;
	line-height: 70px;
	margin-left: 300px;
	position: absolute;
}