/* RESET */

html {
	font-family: Arial;
	font-size: 12px;
	overflow-x: auto;
	overflow-y: scroll;
	position: relative;
	margin: 0;
}

html,body {
	padding: 0;
}

body {
	margin: 0 auto;
}

b,strong {
	font-weight: 700;
}

em,i {
	font-style: italic;
}

hr {
	border: none;
	border-top: 1px solid #CCC;
	height: 1px;
	background: none;
}

h1,h2,h3,h4,h5,h6 {
	display: block;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	margin: 0;
	padding: 0;
}

address,blockquote,cite,code,dfn,p,pre,xmp {
	display: block;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 14px;
	margin: 0;
}

code,pre,xmp {
	font-family: Courier New;
}

dt,dd,dl,ol,ul,li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

* html li {
	height: 1%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
}

caption {
	display: block;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	text-align: left;
}

td,th {
	font-size: 12px;
	font-style: normal;
	text-align: left;
}

table,thead,tbody,tfoot,tr,td,th {
	border: none;
	padding: 0;
}

thead,tbody,tfoot,tr,td,th {
	margin: 0;
}

td {
	vertical-align: top;
}

td.actions,td.center {
	text-align: center;
	white-space: nowrap;
	width: 0;
}

a,a:link,a:hover,a:visited {
	color: #000;
	cursor: pointer;
	text-decoration: none;
}

.cb {
	clear: both;
	float: none;
}

.fl {
	float: left;
}

div.cb {
	height: 0;
	line-height: 0;
	position: static;
	margin: 0;
	padding: 0;
}

form,fieldset,legend,label,input,select,textarea {
	margin: 0;
	padding: 0;
}

form,fieldset,legend {
	display: block;
}

form,legend {
	clear: both;
}

form p {
	margin: 5px 0;
}

form ul.errors {
	color: #F00;
	font-size: 11px;
	margin: 10px 0;
}

form ul.errors,form ul.errors li {
	text-align: center;
}

fieldset {
	border: none;
	margin-bottom: 10px;
}

fieldset.buttons button {
	text-align: center;
}

label.error {
	color: red;
	float: none;
}

input,select,textarea {
	border: 1px solid #CCC;
}

button,input,select,textarea {
	font-family: Arial;
	font-size: 12px;
}

input.error,select.error,textarea.error {
	color: #000;
	background: #FAA;
	border-color: #F00;
}

input.box {
	background: transparent;
	border: none;
}

input.box {
	display: inline;
	height: auto;
	width: auto;
}

textarea.ckeditor {
	display: none;
}

img,a img {
	border: none;
}

button,select {
	cursor: pointer;
}

/* END RESET */

@font-face {
    font-family: 'gochi_handregular';
    src: url('fonts/gochihand-regular-webfont.eot');
    src: url('fonts/gochihand-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gochihand-regular-webfont.woff') format('woff'),
         url('fonts/gochihand-regular-webfont.ttf') format('truetype'),
         url('fonts/gochihand-regular-webfont.svg#gochi_handregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*
@font-face {
    font-family: 'every_little_helpsitalic';
    src: url('fonts/everylittlehelps-italic-webfont.eot');
    src: url('fonts/everylittlehelps-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/everylittlehelps-italic-webfont.woff') format('woff'),
         url('fonts/everylittlehelps-italic-webfont.ttf') format('truetype'),
         url('fonts/everylittlehelps-italic-webfont.svg#every_little_helpsitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

::selection {
	background: #ffb7b7; /* Safari */
	}
::-moz-selection {
	background: #ffb7b7; /* Firefox */
}

body {
	margin: 0;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: white;
	background-color: #0F1D0E;
}

a, a:link, a:hover, a:visited {
	color: #FFF;
}
a:hover {
	text-decoration: underline;
}

p {
	margin: 10px 0 15px 0;
	font-size: 14px;
	line-height: 16px;
}

.container {
	width: 928px;
	margin-right: auto;
	margin-left: auto;
}

.span {
	min-height: 1px;
	float:left;	
	width: 100%;
}

.row:after{
	clear:both;
}

.message {
	display: none;
	width: 331px;
	clear: both;
	padding: 4px;
}

.message p {
	text-align: center;
	font-size: 13px;
}

.error{
	background: #F5A9A9;
	color: #FF0000;
	border: 1px solid #FF0000;
}

.success{
	background: #BCF5A9;
	color: #31B404;
	border: 1px solid #31B404;
}

#header {
	width: 100%;
	background: url(../img/header.jpg) no-repeat;
	height: 487px;
}

#two_one {
	width: 208px;
	height: 298px;
	background: url(../img/two_one.png) no-repeat;
}

#two_two {
	width: 592px;
	height: 170px;
	background: url(../img/two_two.png) no-repeat;
	padding: 64px;
}
#two_two p {
	font-family: 'gochi_handregular';
	color: #472B16;
	font-size: 17px;
	line-height: 18px;
	margin-top: 10px;
}

#three_one {
	height: 894px;
	width: 434px;
	padding-left: 16px;
	padding-right: 14px;
}

#form_container .row1 {
	height: 50px;
}

#form_container .row2 {
	height: 274px;
}

#form_container .row3 {
	height: 212px;
}

#form_container .day, #form_container .month {
	margin-right: 2px;
}

#form_container .day {
	width: 52px;
}

#form_container .month {
	width: 88px;
}

#form_container .year {
	width: 58px;
}

#form_container p.tos {
	font-size: 12px;
	margin: 0;
	line-height: 28px;
}

#form_container p.tos img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
}

#form_container .left {
	width: 70px;
}

#form_container .right {
	margin-left: 10px;
	width: 351px;
}

#form_container .controls div{
	float: left;
	margin: 2px 0;
}

#form_container p.single{
	line-height: 31px;
}

#form_container .left span.bullet {
	-moz-border-radius: 25px;
	color: #0d1d0d;
	border-radius: 25px;
	background: yellow;
	width: 33px;
	height: 33px;
	display: inline-block;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

/* Only for buggy browsers ( aka IE <= 8 ) */
#form_container .left span.bulletie8 {
	width: 31px !important;
	height: 31px !important;
	background: url( ../img/bullet.png) !important;
}
/* End buggy browsers */

#form_container label {
	width: 147px;
	float: left;
}

#form_container input, #form_container select {
	float: left;
	width: 200px;
	height: 20px;
	border: 1px solid #ddd;
}
#form_container select{
	width: 202px;
}
#form_container textarea {
	width: 339px;
	float: left;
	height: 50px;
	padding: 5px;
}

#form_container .submit {
	-moz-border-radius: 7px;
	border-radius: 7px;
	background: #FFFF00;
	border: 0;
	height: 30px;
	width: 103px;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
}

#form_container .submit:hover {
	background: #FFFFAA;
}

.wooden_sign {
	background: url(../img/wooden_sign.png) no-repeat;
	height: 45px;
	width: 288px;
}

.wooden_sign h3{
	text-align: center;
	color: #fff;
	font-family: 'gochi_handregular';
	font-size: 24px;
	line-height: 41px;
}

#three_two {
	width: 464px;
	height: 894px;
}

#three_two img {
	margin: 60px 0 0 40px;
}

#three_two .movie_box {
	width: 401px;
	height: 226px;
	background: black;
	margin-top: 10px;
	padding: 15px 25px;
}

#four_one {
	width: 50%;
	margin-top: 15px;
	height: 350px;
}

#four_one_top {
	background: url(../img/4_board.png) no-repeat;
	height: 129px;
	padding: 15px 0;
}

#four_one_top ul {
	margin: 0 0 0 44px;
	list-style-type: none;
	padding: 0px;
}

#four_one_top ul li {
	font-family: 'gochi_handregular';
	background-image: url(../img/tick.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 32px;
	font-size: 23px;
	height: 19px;
	padding-top: 11px;
}

#four_one_bottom {
	margin-top: 20px;
}

#four_two {
	position: relative;
	margin-top: 15px;
	width: 50%;
	height: 350px;
}

#four_two img {
	float: right;
}

#steps {
	z-index: 9999;
	position: absolute;
	bottom: -26px;
	right: 8px;
}

.stuff_box {
	float: left;
	margin: 0 14px;
}

.stuff_box_first {
	margin-left: 0;
}

.stuff_box_last {
	margin-right: 0;
}

.stuff_box a {
	display: block;
	width: 100%;
	height: 100%;
}

.stuff_box p {
	margin: 0;
	font-size: 20px;
	text-align: center;
	font-family: 'gochi_handregular';
	height: 22px;
	line-height: 25px;
}

.stuff_box div {
	cursor: pointer;
	width: 162px;
	height: 188px;
	background-position: 0 -188px;
}

.what_do_i_eat {
	background: url( ../img/what_do_i_eat.png) no-repeat;
}

.chatterbox {
	background: url( ../img/chatterbox.png) no-repeat;
}

.name_the_animal {
	background: url( ../img/name_the_animal.png) no-repeat;
}

.colour_him {
	background: url( ../img/colour_him.png) no-repeat;
}

.join_the_dots {
	background: url( ../img/join_the_dots.png) no-repeat;
}

.stuff_box div:hover {
	background-position: 0 0;
}

#footer > .span {
	background: url( ../img/footer.jpg) no-repeat center 0;
	height: 535px;
}

#footer > .span p {
	margin-top: 495px;
	text-align: center;
}