*
{
	margin: 0;
	outline: none;
}

html
{
	overflow-x: hidden;
	overflow-y: scroll; /* pages always have vertical scrollbar (preventing page jumping in FireFox :) */
}

body
{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	color: #999999;
	background-color: #16171a;
}

img
{
	border: none;
}

a, a:link, a:visited, a:active
{
	padding: 0; margin: 0;
	color: #e1e1e1;
	text-decoration: none;
}

a:hover
{
	padding: 0; margin: 0;
	color: #cccccc;
	text-decoration: underline;
}

.c { clear: both; }
.fl { float: left; }
.fr { float: right; }

.ml71 { margin-left: 71px; }

#wrapper
{
	background-color: #16171a;
}

#header
{
	height: 127px;
	width: 940px;
	margin: 0 auto;
}

#logo
{
	float: left;
	width: 535px;
	height: 127px;
	background: url(/img/logo.gif) no-repeat top left;
}

#logo img
{
	margin: 30px 0 0 0;
	width: 214px;
	height: 66px;
}

#html5games
{
	float: left;
	margin: 20px 0 0 0;
	width: 96px;
	height: 96px;
}

#menu
{
	float: right;
	text-align: right;
	padding: 18px 0;
}

.menu_item a, .menu_item a:link, .menu_item a:active, .menu_item a:visited, .menu_item a:hover
{
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
}

.menu_item a:hover
{
	color: #e1e1e1;
}

.menu_item_active a, .menu_item_active a:link, .menu_item_active a:active, .menu_item_active a:visited, .menu_item_active a:hover
{
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #e1e1e1;
	text-decoration: none;
}

#slider_outer
{
	height: 440px;
	background-color: #202227;
}

#slider_top_delim
{
	height: 6px;
	background: url(/img/bg_slider_top_delim.gif) repeat-x top left;
}

#slider_bottom_delim
{
	height: 9px;
	background: url(/img/bg_slider_bottom_delim.gif) repeat-x top left;
}

#slider_inner{
	width: 940px;
	height: 392px;
	margin: 16px auto 17px auto;
	position: relative;
}

#slider{
	width: 940px;
	height: 392px;
	position: absolute;
	overflow: hidden;
	top: 0; left: 0;
}

#slider_nav{
	float: left;
	position: absolute;
	top: 345px;
	left: 40px;
}

#slider_nav a:link, #slider_nav a:active, #slider_nav a:visited, #slider_nav a:hover{
	display: block;
	width: 12px;
	height: 12px;
	float: left;
	background: transparent url(/img/slider_nav.png) no-repeat 0px 0px;
	font-size: 0;
	margin-right: 5px;
}
#slider_nav a.active:link, #slider_nav a.active:active, #slider_nav a.active:visited, #slider_nav a.active:hover{
	background-position: -12px 0px;
}

#page_title
{
	margin: 0 auto;
	width: 944px;
	height: 62px;
	background: url(/img/bg_page_title.png) no-repeat top left;
}

#page_title h1
{
	margin: 0;
	padding: 16px 0 0 20px;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	text-transform: uppercase;
	text-shadow: #444444 0 -1px 0;
	color: #e1e1e1;
}

#content
{
	width: 940px;
	margin: 0 auto;
	padding: 10px 0;
}

#products_outer
{
	height: 371px;
	background: url(/img/bg_products.png) repeat-x top left;
}

#products_inner
{
	margin: 0 auto;
	width: 940px;
	height: 311px;
	padding: 36px 0 26px 0;
	overflow: hidden;
}

.products_item
{
	float: left;
	width: 266px;
	padding: 0;
}

.products_image_web, .products_image_facebook, .products_image_mobile
{
	width: 261px;
	height: 127px;
	padding: 1px 3px 12px 2px;
}
.products_image_web{background: url(/img/products_web.png) no-repeat center center;}
.products_image_facebook{background: url(/img/products_facebook.png) no-repeat center center;}
.products_image_mobile{background: url(/img/products_mobile.png) no-repeat center center;}
.products_image_web img, .products_image_facebook img, .products_image_mobile img{
	width: 261px;
	height: 127px;
}

.products_title h2
{
	padding: 0;
	margin: 10px 0 20px 0;
	font-size: 20px;
	font-weight: bold;
	text-shadow: #000000 1px 1px 1px;
	color: #e1e1e1;
}

.products_desc
{
	margin: 0 0 20px 0;
	font-size: 13px;
	color: #e1e1e1;
}

.products_button
{
	width: 136px;
	height: 33px;
	background: url(/img/button.png) no-repeat top left;
}

.products_button_link
{
	text-decoration: none;
}

.products_button_link div
{
	float: left;
	margin: 0 2px 2px 0;
	width: 134px;
	height: 31px;
	text-align: center;
}

.products_button_link h3
{
	margin: 7px 0 0 0;
	padding: 0;
	font-size: 16px;
	text-shadow: #222222 1px 1px 1px;
	color: #e1e1e1;
}

#footer
{
	width: 940px;
	height: 50px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	color: #aaaaaa;
}

.news_item
{
	margin: 0;
	width: 460px;
}

.news_item_date
{
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight: bold;
	color: #7c8994;
}

.news_item_title
{
	margin: 0 0 5px 0;
	font-size: 18px;
	font-weight: bold;
	text-shadow: #111111 1px 1px 1px;
	color: #e1e1e1;
}

.news_item_desc
{
	font-size: 12px;
	line-height: 18px;
}

.input_text
{
	padding: 2px 5px 2px 5px;
	height: 22px;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	border: 1px #999999 solid;
	background-color: #ffffff;
}

select
{
	padding: 2px 5px 2px 5px;
	height: 27px;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	border: 1px #999999 solid;
	background-color: #ffffff;
}

textarea
{
	margin: 0;
	padding: 2px 5px 2px 5px;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	border: 1px #999999 solid;
	background-color: #ffffff;
}

.input_button
{
	height: 22px;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #336699;
	border: none;
}

.input_submit
{
	height: 22px;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #336699;
	border: none;
}

.red
{
	color: #cc0000;
}

.box_portfolio #sitename
{
	padding: 0;
	margin: 10px 0 10px 0;
	font-size: 20px;
	font-weight: bold;
	text-shadow: #000000 1px 1px 1px;
	color: #e1e1e1;
}

.box_portfolio #siteurl, .box_portfolio #sitedesc
{
	margin: 0 0 10px 0;
	font-size: 13px;
	color: #e1e1e1;
	width: 500px;
}

.image_border
{
	border: 2px #e1e1e1 solid;
}

ul#games { padding: 0; list-style: none outside none; }
ul#games li { float: left; margin: 0 20px 20px 60px; width: 360px; }
.game_t { text-align: center; padding: 0 0 5px 0; font-size: 24px; line-height: 30px; text-shadow: 0 1px 2px #000; font-weight: normal; color: #ffffff; }
.game_i { text-align: center; height: 150px; padding: 10px; border: 2px #cccccc solid; background-color: #082030; -moz-border-radius: 15px 15px; }
.game_d { padding: 10px 20px; font-size: 14px; line-height: 20px; color: #cccccc solid; }
.game_l { padding: 10px; text-align: center; }
a.game_b, a.game_b:hover { display: block; margin: 0 auto; width: 120px; font-size: 16px; line-height: 30px; font-weight: bold; text-decoration: none; color: #ff6600; background-color: #333333; border: 2px #ff6600 solid; -moz-border-radius: 15px 15px; }
a.game_b:hover { background-color: #444444; color: #ff9900; border-color: #ff9900; }
