/* Base Elements */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	color: #7c818f;
	background-color: #3b4051;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	line-height: 1.125em; /* 18px */
}
p {
	margin: 10px 0px;
	font-size: 0.85em; /* 14px */
}
a, a:visited, a:hover {
	color: #dc9e33;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
h1 {
	margin: 5px 0px;
	color: #dc9e33;
	font-size: 1.5em; /* 24px */
	font-weight: bold;
	line-height: 1.0em;
}
h2 {
	color: #dc9e33;
	font-size: 1em; /* 16px */
	font-weight: bold;
}
h3 {
	font-size: 1em; /* 16px */
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 5px 0px;
}
th {
	padding-right: 20px;
	vertical-align: top;
	font-size: 0.85em; /* 14px */
	font-weight: normal;
}
input {
	width: 300px;
	padding: 2px;
	border: 1px solid #7c818f;
	color: #3b4051;
	font-size: 0.85em; /* 14px */
}
textarea {
	width: 450px;
	height: 200px;
	padding: 2px;
	border: 1px solid #7c818f;
	color: #3b4051;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.85em; /* 14px */
}


/* Common Classes */

.clear {
	line-height: 0;
	clear: both;
}
.small {
	font-size: 0.6875em; /* 11px */
}
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
.text_top {
	vertical-align: top;
}
.errorlist {
	color: #FF0000;
	font-size: 0.85em; /* 14px */
}


/* Buttons */

ul.buttons {
	float: right;
	padding-top: 10px;
}
ul.buttons li {
	float: left;
}
img#button_slant, img#button_submit, img#button_clear, #button_cap,
img#button_submit_hl, img#button_clear_hl {
	height: 30px;
}
img#button_slant  {
	width: 60px;
}
img#button_submit, img#button_submit_hl {
	width: 90px;
}
img#button_clear, img#button_clear_hl {
	width: 80px;
}
#button_cap {
	width: 20px;
	background-color: #fcb141;
}
img#button_submit_hl, img#button_clear_hl {
	display: none;
	background: #3b4051;
}
ul.buttons li#submit_back:hover img#button_submit {
	display: none;
}
ul.buttons li#submit_back:hover img#button_submit_hl {
	display: block;
}
ul.buttons li#clear_back:hover img#button_clear {
	display: none;
}
ul.buttons li#clear_back:hover img#button_clear_hl {
	display: block;
}

/* Root Structure */

.wrapper {
	width: 740px;
	margin: auto;
	text-align: left;
}


/* Page Header */

.header {
	position: relative;
	height: 60px;
	padding: 20px 20px 0px 20px;
	background: url(/media/header_silouette.png) no-repeat;
}
img#cribzero_logo_small {
	position: absolute;
	width: 230px;
	height: 60px;
	top: 10px;
	z-index: 20;
}
img#games, img#blog, img#about_us, img#contact,
img#games_hl, img#blog_hl, img#about_us_hl, img#contact_hl {
	height: 40px;
}
img#games_hl, img#blog_hl, img#about_us_hl, img#contact_hl {
	display: none;
}
img#games, img#games_hl {
	width: 90px;
}
img#blog, img#blog_hl{
	width: 70px;
}
img#about_us, img#about_us_hl {
	width: 120px;
}
img#contact, img#contact_hl {
	width: 105px;
}
img.nav_drop_down {
	width: 200px;
	height: 20px;
}


/* Navigation */

ul.nav_bar {
	position: relative;
	width: 400px;
	height: 60px;
	z-index: 10;
	padding-left: 300px;
	background: url(/media/nav_bar.png) no-repeat;
}
ul.nav_bar li {
	position: relative;
	float: left;
	height: 40px;
}
ul.nav_bar li ul {
	position: absolute;
	display: none;
	left: 0px;
	top: 40px;
	background-color: #3b4051;
}
ul.nav_bar li ul li {
	width: 200px;
	height: 20px;
	padding: 0;
	color: #fcb141;
	background-image: url(/media/drop_down_body.png);
}
ul.nav_bar li ul li.head, ul.nav_bar li ul li.foot {
	height: 20px;
}
ul.nav_bar li ul li.head_games {
	background-image: url(/media/drop_down_head_games.png);
}
ul.nav_bar li ul li.middle {
	padding-bottom: 10px;
}
ul.nav_bar li ul li.foot {
	background-image: url(/media/drop_down_foot.png);
}
ul.nav_bar li:hover ul {
	display: block;
}
ul.nav_bar li#games_back:hover, ul.nav_bar li#games_back_hl:hover {
	background: #3b4051 url(/media/games_drop_down.png);
}
ul.nav_bar li#games_back_hl {
	background: #3b4051 url(/media/games_back.png);
}
ul.nav_bar li#games_back:hover img#games {
	display: none;
}
ul.nav_bar li#games_back:hover img#games_hl {
	display: block;
}
ul.nav_bar li#blog_back:hover, ul.nav_bar li#blog_back_hl {
	background: #3b4051 url(/media/blog_back.png);
}
ul.nav_bar li#blog_back:hover img#blog {
	display: none;
}
ul.nav_bar li#blog_back:hover img#blog_hl {
	display: block;
}
ul.nav_bar li#about_us_back:hover, ul.nav_bar li#about_us_back_hl {
	background: #3b4051 url(/media/about_us_back.png);
}
ul.nav_bar li#about_us_back:hover img#about_us {
	display: none;
}
ul.nav_bar li#about_us_back:hover img#about_us_hl {
	display: block;
}
ul.nav_bar li#contact_back:hover, ul.nav_bar li#contact_back_hl {
	background: #3b4051 url(/media/contact_back.png);
}
ul.nav_bar li#contact_back:hover img#contact {
	display: none;
}
ul.nav_bar li#contact_back:hover img#contact_hl {
	display: block;
}


/* Banner Image */

.banner {
	background: url(/media/banner1.jpg) no-repeat;
}
.banner_top {
	position: absolute;
	width: 700px;
	height: 20px;
	bottom: 0px;
	background-position: top;
}
.banner_bottom, .banner_bottom_big {
	width: 700px;
	background-position: 0px -20px;
}
.banner_bottom {
	height: 100px;
}
.banner_bottom_big {
	height: 220px;
}


/* Content Base */

.content {
	padding: 0px 20px 0px 20px;
	color: #3b4051;
	background: url(/media/body_silouette.png) repeat-y;
}
.content_top {
	height: 10px;
	background: url(/media/content_back_top.png) repeat-x;
}
.content_back {
	background: url(/media/content_back.png) repeat-y;
}
.content_head, .content_two_col_head {
	height: 60px;
	background-position: bottom center;
	background-repeat: no-repeat;
}
.content_head {
	background-image: url(/media/content_head.png);
}
.content_two_col_head {
	background-image: url(/media/content_two_col_head.png);
}
.content_body, .content_two_col_body {
	padding: 0px 30px;
	background-position: top center;
	background-repeat: repeat-y;
}
.content_body {
	position: relative;
	width: 640px;
	background-image: url(/media/content_body.png);
}
.content_two_col_body {
	background-image: url(/media/content_two_col_body.png);
}
.content_body_left, .content_body_right {
	position: relative;
	float: left;
	width: 300px;
}
.content_body_left {
	margin-right: 20px;
}
.content_body_right {
	margin-left: 20px;
}
.section {
	padding: 10px 0px;
}
.content_foot, .content_two_col_foot {
	height: 20px;
	background-position: top center;
	background-repeat: no-repeat;
}
.content_foot {
	background-image: url(/media/content_foot.png);
}
.content_two_col_foot {
	background-image: url(/media/content_two_col_foot.png);
}
img#left_title, img#right_title {
	position: absolute;
	width: 320px;
	height: 30px;
	top: -50px;
	left: -10px;
}
img#left_title {
	margin-right: 20px;
}
img#wide_title {
	position: absolute;
	width: 640px;
	height: 30px;
	top: -50px;
	left: 30px;
}


/* Index Content */

#cribzero_logo {
	width: 440px;
	height: 381px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}


/* Page Footer */

.footer {
	height: 30px;
	padding: 0px 20px;
	background: url(/media/footer_silouette.png) no-repeat bottom left;
}
.footer .content_back {
	height: 10px;
}


/* Images */

#rt_prototype_logo {
	width: 381px;
	height: 100px;
}
#rt_prototype_shot1 {
	float: right;
	width: 200px;
	height: 200px;
	padding: 10px 0px 0px 10px;
}
#rt_prototype_shot2 {
	float: left;
	width: 200px;
	height: 200px;
	padding: 5px 10px 0px 0px;
}
#rt_prototype_shot3 {
	float: right;
	width: 200px;
	height: 200px;
	padding: 10px 0px 0px 10px;
}