/* Generic Styling */
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #585757;
}
h1 {
	font-family: "BentonSansMedium";
	font-size: 40px;
	text-transform: uppercase;
	font-weight: normal;
}
html {
	background: #8bc43f url('../images/bg_green_pattern.png') center;
}
body {
	color: #fff;
	font-family: "BentonSansBook";
	font-size: 18px;
	background: #8bc43f url('../images/bg_green_pattern.png') center;
	padding-bottom: 70px;
	position: relative;
}
#nav {
	background: url(../images/bg_nav_bar.png) repeat-x;
	height: 73px;
	line-height: 73px;
	margin-bottom: 30px;
	text-align: center;
}
#nav a {
	font-family: "BentonSansMedium";
	font-size: 18px;
	display: inline-block;
	height: 73px;
	line-height: 73px;
	color: #fff;
	margin-right: 10px;
}
#nav a:hover {
	color: #8BC43F;
}
#nav a.home {
	height: 30px;
	width: 16px;
	margin-bottom: -5px;
	background: url('../images/carrot-logo.png');
}
#nav a.home:hover {
	background-position-y: 30px;
}
#nav a.home span {
	display: none;
}
.btn_blank a {
	background: url(../images/btn_blank.png) no-repeat;
	width: 214px;
	display: block;
	height: 52px;
	color: #fff;
	line-height: 45px;
	font-size: 17px;
	text-shadow: 0px 1px 2px #2c2c2c;
	font-family: 'Varela Round', sans-serif;
	font-family: "BentonSansMedium";
	text-align: center;
}
.btn_blank a:hover {
	background: url(../images/btn_blank.png) 0 -52px no-repeat;
	padding-top: 5px;
}
.btn_blank.brown a {
	background-image: url(../images/btn_blank_brown.png);
}
.btn_blank.brown a:hover {
	background-image: url(../images/btn_blank_brown.png);
}
/**---Home page---**/
#creat {
	width: 506px;
	overflow: hidden;
	margin: 0 auto;
}
.ribbon {
	background: url(../images/bg_carrot_creates.png) no-repeat;
	width: 506px;
	height: 79px;
	position: relative;
	z-index: 5;
}
.ribbon_box {
	background: url(../images/bg_carrot_box.png) bottom no-repeat;
	overflow: hidden;
	width: 336px;
	padding: 20px;
	margin: 0 auto;
	padding-top: 25px;
	position: relative;
	top: -30px;
	z-index: 1;
}
.ribbon_box p {
	font-size: 23px;
	font-family: "BentonSansBook";
	color: #000;
	margin-bottom: 33px;
}
.btn_creat {
}
.ribbon_box .btn_creat a {
	margin: 0 auto;
	background: url(../images/btn_creat.png) no-repeat;
	width: 214px;
	display: block;
	height: 52px;
}
.ribbon_box .btn_creat a:hover {
	background: url(../images/btn_creat.png) 0 -52px no-repeat;
}
/**---Question page----**/
#question {
	width: 750px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 30px
}
.q_box_t {
	background: url(../images/bg_question_box_1.png) no-repeat;
	height: 9px;
}
.q_box_content {
	background: url(../images/bg_question_box_2.png) repeat-y;
	padding: 50px;
	overflow: hidden;
}
.q_main {
	width: 700px;
	float: left;
	overflow: hidden;
}
.q_main .q_title {
	margin-bottom: 13px;
}
.q_main li {
	margin-bottom: 32px;
	overflow: hidden;
}
.q_main li label {
	font-family: "BentonSansMedium";
	font-size: 18px;
}
.q_radios {
	width: 685px;
	overflow: hidden;
	margin-left: 15px;
}
.q_radios li {
	width: 253px;
	overflow: hidden;
	margin-bottom: 18px;
	float: left;
}
.q_radios li input {
	margin-right: 10px;
}
.q_sider {
	float: left;
	overflow: hidden;
}
.q_sider .q_pic {
	width: 152px;
	height: 559px;
	margin: 0 auto;
	margin-top: 70px;
	margin-bottom: 18px;
}
.q_sider .btn_q {
	margin: 0 auto;
}
.q_sider .btn_q input {
	display: block;
	background: url(../images/btn_see.png) no-repeat;
	width: 214px;
	height: 52px;
	margin: 0 auto;
	border: none;
	text-indent: -999px;
}
.q_sider .btn_q input:hover {
	background: url(../images/btn_see.png) 0 -52px no-repeat;
}
/**---Result page---**/
#result {
	width: 750px;
	margin: 0 auto;
}
.r_box_t {
	width: 693px;
	background: url(../images/bg_result_box_1.png) no-repeat;
	height: 13px;
}
.r_box_b {
	width: 693px;
	background: url(../images/bg_result_box_3.png) no-repeat;
	height: 15px;
}
.r_box_content {
	background: url(../images/bg_result_box_2.png) repeat-y;
	padding: 8px 56px 40px 56px;
	overflow: hidden;
}
.r_box_content h1, h2 {
	margin-bottom: 5px;
	position: relative;
}
.r_pic {
	width: 208px;
	float: left;
	margin-right: 16px;
}
.r_pic img {
	width: 208px;
	height: 216px;
	margin-bottom: 10px;
}
.r_pic a {
	display: block;
	background: url(../images/btn_email.png) no-repeat;
	width: 214px;
	height: 52px;
	margin: 0 auto;
}
.r_pic a:hover {
	background: url(../images/btn_email.png) 0 -52px no-repeat;
}
.r_txt {
	width: 353px;
	float: left;
}
.r_txt p {
	font-size: 23px;
	font-family: "BentonSansBook";
}
/**---About page---**/
#about {
	width: 693px;
	margin: 0 auto;
}
#about .r_box_content h1 a {
	display: block;
	background: url(../images/btn_email.png) no-repeat;
	width: 214px;
	height: 52px;
	position: absolute;
	right: 0;
	top: 10px;
}
#about .r_box_content h1 a:hover {
	background: url(../images/btn_email.png) 0 -52px no-repeat;
}
#about .r_box_content p {
	font-size: 23px;
	font-family: "BentonSansBook";
}
/* Pageslide */
div#pageslide-slide-wrap {
	background: url(../images/pattern.png) repeat;
	box-shadow: inset 1px 0px 10px #000;
}
div#pageslide-content {
	padding-left: 30px !important;
	padding-top: 10px;
	width: 330px !important;
}
div#pageslide-content h1 {
	position: relative;
	margin-bottom: 10px;
}
a div.closePage {
	color: #fff;
	text-transform: uppercase;
}
div.closePage {
	margin: -10px -300px 0px -30px;
	padding-left: 30px !important;
	position: relative;
	background: url(../images/bg_nav_bar.png) repeat-x;
	height: 73px;
	line-height: 73px;
	margin-bottom: 30px;
}
a div.closePage:hover {
	color: #8BC43F;
}
