/********************************************************************************************************************************************
Games&More Entertainment
Authors: Games&More Entertainment, www.pokitoclub.de
Created: 2008-02-19
Last modified: 2008-10-13
********************************************************************************************************************************************/

/**** general ******************************************************************************************************************************/

body {
	background: #fff url(../media/landing/landing_bg.jpg) 0 0 repeat-x;
	color: #666;
	font: normal 72.1%/1.75 "lucida grande", "myriad pro", verdana, tahoma, "trebuchet ms", arial, sans-serif;
	font-family: geneva, arial,  verdana, helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.75;
	margin: 0;
	padding: 0;
}

.in {line-height: 18px; margin: 0px auto; width: 975px; padding:0;}

a:link, a:visited {color: #FF9900; text-decoration: none;}

a:hover {color: #ffcc00; text-decoration: none;}

img {border: 0; margin: 0;}

ul {list-style-type: none;}

/**** flash ********************************************************************************************************************************/

#landing_flashcontent {
	float: left;
	height: 575px;
	margin: 0;
	width: 100%;
}

/**** boxes ********************************************************************************************************************************/

#landing_features {
	/*background: #ffcc00;*/
	float: left;
	margin: 20px 0px;
	padding: 0;
	width: 1000px;
}

ul.landing_box {
	margin: 0;
	padding: 0;
}

ul.landing_box li {
	float: left;
	height: 220px;
	margin: 0 0 0 10px;
	padding: 0;
	width: 315px;
}

ul.landing_box li img {
	height: 220px;
	width: 315px;
}

ul.landing_box li.box1 {
	background: url(../media/landing/landing_box_orange.png) 0 0 no-repeat;
	behavior: url(scripts/iepngfix.htc);
}

ul.landing_box li.box2 {
	background: url(../media/landing/landing_box_blue.png) 0 0 no-repeat;
	behavior: url(scripts/iepngfix.htc);
}

ul.landing_box li.box3 {
	background: url(../media/landing/landing_box_green.png) 0 0 no-repeat;
	behavior: url(scripts/iepngfix.htc);
}

/**** footer *******************************************************************************************************************************/

#landing_footer {
	clear: both;
	color: #666;
	font-size: 10px;
	padding: 10px 0;
	width: 100%;
}

.landing_footer_box {
	margin: 0;
	width: 975px;
	text-align: center;
}

#landing_footer a:link, #landing_footer a:visited {
	color: #666;
}

#landing_footer a:hover {
	color: #ffcc00;
}