* { padding: 0; margin: 0; }
/*--------------------------------------------
Global Styles
---------------------------------------------*/
body {
	font-size: 15px;
	font-family: Arial, Helvetica, Verdana, sans;
	color:#CCCCCC;	
	line-height: 18px;
	background: #000;
}
div#header {
	background-color:#00000;
	position: relative;
	z-index: 2;
	overflow:hidden;
}
	div#header div.navigation {
		margin-top: 20px;
	}
		div#header div.navigation ul {
			list-style: none;
			background-color:#333333;
			height: 35px;
			padding-left: 20px;
		}
			div#header div.navigation ul li{
				float: left;
				padding-left: 50px;
				margin-right: 50px;
				position: relative;
				padding-top: 8px;
			}
				div#header div.navigation ul li a{
					color: #959595;
					text-decoration: none;
					font-size: 15px;
					font-weight:bold;
				}
				div#header div.navigation ul li a:hover{
					color: #fff;
				}
				div#header div.navigation ul li.active a{
					color: #FFFF00;
				}
div.inner,
div.inner_content,
div#footer {
	width: 848px;
	margin: 0 auto;
	overflow:hidden;
}
div.inner_content {
	width:848px;
	position: relative;
	z-index: 1;
	overflow:hidden;
}				
	div.inner_content div.left{
		float: left;
		width: 400px;
/*		height: 600px; */
		border-right: 1px solid #1f1f1f;
		margin-left: 10px;
		margin-right: 15px;
	}
	div.inner_content div.right{
		float:right;
		width: 400px;
		padding-left: 15px;
	}

div.advertisement {	
	width:1100px;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	overflow:hidden;
}
	div.advertisement div.ad_left {
		float:left;
		width: 120px;
		left:40px;
		top: 120px;
	
	}
	div.advertisement div.ad_right {
		float: right;
		width: 120px;
		right:80px;
		top: 120px;
		
	}


div#footer {
	background-color:#333333;
	width: 850px;
	height: 40px;
}
	div#footer div.inner{
		padding: 5px;
	}
		div#footer div.inner div.left{
			float: left;
			padding-top:5px;
		}
		div#footer div.inner div.center{
			padding-top:5px;
			float: right;
			padding-right: 30px;
		}
		div#footer div.inner div.right{
			float: right;
			padding-right: 60px;
		}
/*--------------------------------------------
Typography
---------------------------------------------*/
div.page_title {
	display:block;
	height:30px;           
	margin:0px 0px 10px 0px;
}
	div.page_title h1 {
	  width: 150px;        
	  height: 30px;       
	  background-image: url('../img/page_titles.png');
	  background-repeat: no-repeat;
	  text-indent: -7777px;
	}
	h1#hello_title		{ background-position: left top; }	
	h1#game_title		{ background-position: left -30px; }
	h1#apps_title		{ background-position: left -60px; }
	h1#contact_title	{ background-position: left -90px; }
h2 {
	color: #fff;
	font-weight: normal;
	font-size: 17px;
}	
a { color: #ac282b; outline: none;}
a:hover {text-decoration: none;}
p {
	margin-top: 5px;
	margin-bottom: 5px;
}
div#twitter_div ul li {
	list-style: none;
	line-height: 24px;
}
/*--------------------------------------------
Content Styles
---------------------------------------------*/
#jFlowSlide {
	margin: 0 auto;
	overflow: hidden;
}

ul#content { list-style: none; margin-top: 30px;}
	ul#content li{ display: none; min-height: 280px; }
div.team_member {
	margin-top: 20px;
}
	div.team_member img{
		margin-right: 15px;
		border: 3px solid #333;
		float: left;
	}
	div.team_member b{ color: #fff; display: block; margin-bottom: 5px; }

/*--------------------------------------------
Buttons
---------------------------------------------*/
div.app_button {
	display:block;
	height:30px;           
	margin:15px 0px 0px 0px;
	float:left;
	padding-left:15px;
}
	div.app_button a {
		display:block;
		width: 133px;        
	  height: 30px;       
	  background-image: url('../img/buttons.png');
	  background-repeat: no-repeat;
		text-indent: -7777px;
	}
	a#about_chaos { background-position: left top; }	
	a:hover#about_chaos { background-position: left -30px; }	
	a#about_tipfree { background-position: left -60px; }	
	a:hover#about_tipfree { background-position: left -90px; }
	
	
div.send_button {
	display:block;
	height:30px;           
	margin:15px 0px 0px 0px;
	float:right;
}
	div.send_button a {
		display:block;
		width: 133px;        
	  height: 30px;       
	  background-image: url('../img/buttons.png');
	  background-repeat: no-repeat;
		text-indent: -7777px;
	}
	a#send { background-position: left -120px; }	
	a:hover#send { background-position: left -149px; }
/*--------------------------------------------
Misc
---------------------------------------------*/
form p {margin-bottom: 20px;}
label {
	float: left;
	width: 120px;
	display: block;
	color: #fff;
}
.textField {
	background:#333333;
	border: 1px solid #212121;
	font-size: 12px;
	padding: 4px;
	width: 255px;
	color:#CCCCCC;
}
.textField:focus { background:#333399; }
img {border:0;}
hr {
	border: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 1px;
	background: #DDDDDD;
	clear: both;
}
.clear {clear:both;}
/*--------------------------------------------
Form Validation
---------------------------------------------*/
ul#response {
	margin-bottom: 15px;
	margin-top: 5px;
	list-style: circle;
}
ul#response li {
	padding: 5px;
	padding-left: 0;
	color: #999;
	font-size: 11px;
	display: block;
	min-height: 0px;
}
