/*
   __              __                                             
  /\ \  __        /\ \                                            
  \_\ \/\_\    ___\ \ \/'\     ___ ___      __      ___     ____  
  /'_` \/\ \  /'___\ \ , <   /' __` __`\  /'__`\  /' _ `\  /',__\ 
 /\ \L\ \ \ \/\ \__/\ \ \\`\ /\ \/\ \/\ \/\ \L\.\_/\ \/\ \/\__, `\
 \ \___,_\ \_\ \____\\ \_\ \_\ \_\ \_\ \_\ \__/.\_\ \_\ \_\/\____/
  \/__,_ /\/_/\/____/ \/_/\/_/\/_/\/_/\/_/\/__/\/_/\/_/\/_/\/___/ design.com
  
*/


/* SPLASH
----------------------------------------------------------------------------- */

h2{
	height:99px;
	background:url(images/bg-splash.jpg)  no-repeat;
	color:#EA115B;
	font-weight:normal;
	text-transform:uppercase;
}
h2 a{ text-decoration:none;}
h2 span{
	display:block;
	padding:20px 0 0;
	font-size:27px;
	text-align:center;
	color:#EA115B;
}
h2 strong{
	display:block;
	font-size:40px;
	line-height:normal;
	text-align:center;
	color:#EA115B;
}

.natto{
	padding:10px 10px 40px;
	text-align:center;
}
.natto .link{
	padding:10px 0;
}
.natto .link a{
	font-size:12px;
	color:#EA115B;
	text-decoration:none;
}

.footer h2{
	height:112px;
	background:url(images/home-foo-splash.gif)  no-repeat;
	color:#EA115B;
	font-weight:normal;
}
.footer h2 span{
	padding:30px 0 0;
}

/* CONSOLE
----------------------------------------------------------------------------- */
.console {
	width:930px;
	background:#BEE7FE;
}

.console .info{
	float:right;
	width:569px;
	height:239px;
	margin:0 0 2px;
	background:url(images/bg-console.jpg);
}
.console .info h3{
	margin:15px 15px 0;
	font-size:26px;
	color:#fff;
	text-transform:uppercase;
}
.console .info h4{
	margin:25px 15px 0;
	font-size:16px;
	color:#EA115B;
}
.console .info p{
	margin:5px 15px 0;
}
.console .info a{
	display:block;
	margin:20px 15px 0;
	color:#0081D2;
}

.console img{
	margin:0 0 2px 2px;
}

.console img.block{
	margin:0 0 2px;
}
.console .buttons{
	float:right;
	width:206px;
	height:239px;
	overflow:hidden;
}
.console .buttons img{
	display:block;
	margin:0 0 11px;
}
.console .foo{
	height:23px;
	overflow:hidden;
	background:url(images/bg-console-foo.gif);
}






