@charset "UTF-8";
/*html5 display rule*/

html {
	box-sizing: border-box;
	font-size: 10px;
}
* {
	box-sizing: border-box;
	padding: 0; 
	margin: 0;
}
a img {border: none;}
table {border-collapse: collapse;}
div:empty {height: 20px;}
a {text-decoration: none;}

body {
	font-family: droid-sans, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 62.5%;
	line-height: 130%;
	color: #333;
	background: url(../_images/body_bg.jpg) no-repeat top center;
	background-size: 100%;	
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
/*header*/
header {
	background: url(../_images/header_bg.jpg) no-repeat;
	height: 50px;
	position: relative;
}
header h1 {
	background: #EF7937 url(../_images/SJ_logo.png) no-repeat center center;
	width: 130px;
	height: 125px;
	text-indent: -100%;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 35px;
}
#english, #chinese, #korean {
	position: absolute;
	width: 130px;
	height: 25px;
	left: 35px;
}
#english {
	background: url(../_images/english_button.jpg);
	z-index: 20;
	top: 125px;
}
#english:hover {background: url(../_images/english_button_over.jpg);}
#chinese {
	background: url(../_images/chinese_button.jpg);
	z-index: 21;
	top: 150px;
}
#chinese:hover {background: url(../_images/chinese_button_over.jpg);}
#korean {
	background: url(../_images/korean_button.jpg);
	z-index: 22;
	top: 175px;
}
#korean:hover {background: url(../_images/korean_button_over.jpg);}

nav {
	width: 750px;
	position: absolute;
	top: 15px;
	left: 210px;
}
nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
nav li {
	float: left;
}
nav ul li a {
	font-family: "abel", arial narrow, sans-serif;
	font-size: 1.8em;
	font-weight: 400;
	text-align:center;
	color: #fcee21;
	display: block;
	padding: 3px 10px;
	text-shadow: 1px 1px 1px rgb(0, 0 ,0);
}
/*section*/
section {
	overflow: hidden;
	background: #EBF5E0;
}
section.home {
	padding: 0 20px 25px 0;
	background-color: #EBF5E0;
	background-image: url(../_images/background.png), url(../_images/kids-running-in-the-park.jpg);
	background-repeat: no-repeat;
	background-position: center bottom, center top;
}
section.home h1 {
	color: #5b6c36;
	font: 700 normal 1.8em droid-sans, sans-serif;
	text-align: center;
	margin-top: -10px;
	padding: 0;
}
section.home h2 {
	font: 400 normal 1.6em droid-sans, sans-serif;
	text-align: right;
	margin: 5px 10px 10px 0;
}
.korean_h1 {
	color: #8b0000;
	font: 700 normal 2.4em droid-sans, sans-serif;
	margin-top: 10px;
	padding: 0;
}

/*footer*/
footer {
	color: #000;
	height: 45px;
	background: #b1ce60 url(../_images/USA_flag.gif) no-repeat top right;
	float: clear;
	text-align: right;
	padding: 5px 75px 0 0;
	font-size: 1.2em;
	line-height: 160%;
}
footer a {
	color: #000;
}
footer a:hover {
	color: #fff;
}
/*form*/
#fromInfo {
	width: 650px;
	margin: 95px auto 25px;
	padding: 15px;
	background: #fff;
	box-shadow: 0px 0px 20px #888;
}
#formTbl {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight:400;
}
#formTbl td:first-child {
	width: 120px;
	vertical-align: top;
}
#formTbl th {
	font-size: 1.2em;
	line-height: 150%; 
	color: #333;
	text-align: center;
	padding: 8px 0 8px 8px;
	border-bottom: solid 2px #741155;
}
#formTbl tr td {
	font-size: 1.2em;
	line-height: 135%;
	padding: 10px 0 10px 8px;
	border-bottom: solid 1px #0D9035;
	vertical-align: top;
}
#formTbl input[type="submit"] {
	font-size: 1.1em;
	font-weight:bold;
	border:none;
	padding: 4px 8px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background: #bbb;
	background: -moz-linear-gradient(top,  #ffffff 20%, #999999 100%, #999999 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#ffffff), color-stop(100%,#999999), color-stop(100%,#999999));
	background: -webkit-linear-gradient(top,  #ffffff 20%,#999999 100%,#999999 100%);
	background: -o-linear-gradient(top,  #ffffff 20%,#999999 100%,#999999 100%);
	background: -ms-linear-gradient(top,  #ffffff 20%,#999999 100%,#999999 100%);
	background: linear-gradient(to bottom,  #ffffff 20%,#999999 100%,#999999 100%);
	-webkit-box-shadow: 1px 2px 5px rgba(0 0 0 0.3);
	-moz-box-shadow: 1px 2px 5px rgba(0 0 0 0.3);
	box-shadow: 1px 2px 5px rgba(0 0 0 0.3);
	text-shadow: 0px 1px 1px white;
}
/*classes*/
.home_btn {
	background: #fbecb4;
	width: 150px;
	height: 205px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);
	float: right;
	margin: 20px 0 25px 7px;
}
.home_btn p {
	font-size: 1.5em;
	margin: 2px 0 5px 6px;
	color: #741155;
	line-height: 135%;
}
.home_btn h4 {
	color: #fff;
	background: #741155;
	padding: 5px 5px;
	border-radius: 10px;
	text-align: center;
	width: 100px;
	margin: 0 0 0 5px;
	font-size: 1.3em;
	font-weight:400;
}
.category {
	width: 900px;
	margin: 15px auto;
	padding: 10px;
	border-top: solid 2px #e99419;
	border-bottom: solid 2px #e99419;
	overflow: hidden;
}
.category p {
	font-size: 1.5em;
	line-height: 140%;
	margin: 0 5px 7px 375px;
}
.protein_drink_img {
	float: left;
	margin-right: 25px;
}
.whey_protein_img {
	float: left;
	margin-right: 75px;
	width: 200px;
	height: auto;
}
.bags {
	width: 275px;
	height: auto;
	float: left;
	margin-right: 25px;
}
.pouches {
	width: 275px;
	height: auto;
	float: left;
	margin-right: 25px;
}
.cansure_logo {
	width: 100px;
	height: auto;
	margin: 10px 0 5px 0;
}
.category h2 {
	font-size: 2rem;
	color: #741155;
	margin: 5px 0 5px 275px;
}
.category p {
	font-size: 1.6rem;
	line-height: 130%;
	margin: 10px 0 0 275px;
}
.category ul {
	padding: 0 0 0 18px;
	margin: 10px 0 0 375px;
	font-size: 1.8rem;
	line-height: 135%;
}
.maroonType {
	color: #741155;
}
.clearleft {clear: left;}
.input {
	width: 350px;
	background: #F7F6C4;
	height: 18px;
}
.input:hover {background: #ececec;}
iframe {
	float: left;
	margin-right: 25px;
	border: solid 2px #b1ce60;
}
.chinesefont {
	font-family: "微软雅黑", "Microsoft yahei",  Tahoma , Verdana , Arial , sans-serif;
	font-size: 1em;
}
.marginleft {margin-left: 15px;}