/* Cafegames CSS Document */
html
{
	height:				100%; 
}


body /* normal font */
{
	color: 				#404040;
	font-family:		Arial, 
						Verdana, 
						Helvetica, 
						sans-serif;
	font-size:			12px;
	line-height:		1.5em;
	margin-top: 		0;
	margin-left: 		0;
	background-color:	#5d3384;
	background-image:	url(../images/bg_slice.jpg);
	background-repeat:	repeat-x;
	height:				100%;
	scrollbar-arrow-color: 		#d43613;
	scrollbar-face-color: 		#21323A;
	scrollbar-highlight-color: 	#21323A;
	scrollbar-3dlight-color: 	#21323A;
	scrollbar-shadow-color: 	#21323A;
	scrollbar-darkshadow-color: #21323A;
	scrollbar-track-color: 		#21323A;
}

h1
{
	color:				#667fff;
	font-size:			26px;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-weight:		500;
	margin-top:			5px;
	margin-bottom:		20px;
	line-height:		1.2em;
}

h2
{
	color:				#29005a;
	/*color:				#02adc8;	*/
	font-size:			16px;
	font-weight:		700;
	margin:				0px 0px 10px 0px;
}

p
{
	margin:				0px 0px 16px 0px;
}


.content_links A:link {text-decoration: none; color: #02adc8;}
.content_links A:visited {text-decoration: none; color: #02adc8;}
.content_links A:active {text-decoration: underline; color: #02adc8;}
.content_links A:hover {text-decoration: underline; color: #02adc8;}			

#overall_container
{
	width:				885px;

	height:				100%;						
	margin:				0px
						0px
						0px
						0px;
	padding:			0px
						0px
						0px
						0px;
	margin-right:		auto;
	margin-left:		auto;
	margin-top:			0px; 
	
/*	clear:				both;
	background-color:	#ffffff;
	border-left:		4px solid #d7ff84;
	border-right:		4px solid #d7ff84;*/
}

#container
{
	width:				855px;				
	top:				0px;
	left:				0px;
	margin-right:		auto;
	margin-left:		auto;
	
	background-color:	#ffffff;
	border-left:		4px solid #d7ff84;
	border-right:		4px solid #d7ff84;
}


#shade_right
{
	width:				10px;
	top:				0px;
	left:				0px;
	/*background-image:	url(../images/site_shade_r.png);
	background-repeat:	repeat-y;*/
	position:			relative;
	float:				left;
}

#shade_left
{
	width:				10px;
	height:				100%;
	top:				0px;
	left:				0px;
	/*background-image:	url(../images/site_shade_l.png);
	background-repeat:	repeat-y;*/
	position:			relative;
	float:				left;
}

#kfk_logo
{
	width:				398px;
	height:				152px;
	left:				30px;
	top:				20px;
	float:				left;
	position:			relative;
	z-index:			30;
}

#search_panel
{
	width:				405px;
	height:				52px;
	left:				30px;
	top:				30px;
	float:				left;
	position:			relative;
	text-align:			right;
}

#header_picture
{
	width:				800px;
	height:				170px;
	left:				32px;
	top:				75px;
	position:			relative;
	clear:				both;
	z-index:			5;
}

.ie #header_picture
{
	width:				800px;
	height:				170px;
	left:				32px;
	top:				70px;
	position:			relative;
	clear:				both;
	z-index:			5;
}

#header_picture_mask
{
	width:				803px;
	height:				20px;
	left:				31px;
	top:				-61px;
	position:			relative;
	clear:				both;
	z-index:			10;
}

.ie #header_picture_mask
{
	width:				803px;
	height:				20px;
	left:				31px;
	top:				-61px;
	position:			relative;
	clear:				both;
	z-index:			10;
}

.ie6 #header_picture_mask
{
	width:				803px;
	height:				20px;
	left:				31px;
	top:				-71px;
	position:			relative;
	clear:				both;
	z-index:			10;
}

#main_menu_background
{
	width:				803px;
	height:				70px;
	left:				30px;
	top:				-150px;
	position:			relative;
	background-image:url(../images/menu_bg.png);
	z-index:			10;	
}

.ie #main_menu_background
{
	top:				-150px;
	background: url(images/menu_bg.png) no-repeat left top; 
	* background: none; 
	* filter:progid:DXimageTransform.Microsoft.alphaimageloader(src='images/menu_bg.png', sizingMethod='fixed'); 
}



#content
{
	top:				-50px;
	right:				20px;
	bottom:				20px;
	left:				35px;
	width:				793px;
	position:			relative;
	clear: 				both;
}

.ie #content
{
	top:				-50px;
	right:				20px;
	bottom:				20px;
	left:				35px;
	width:				793px;
	float:				left;
	position:			relative;
}

#main_menu2
{
	width:				763px;
	height:				41px;
	left:				50px;
	top:				-205px;
	position:			relative;

	z-index:			20;	
}

.main_menu A:link {text-decoration: none; color: #FFFFFF; font-size:13px; font-weight:bold;}
.main_menu A:visited {text-decoration: none; color: #FFFFFF; font-size:13px; font-weight:bold;}
.main_menu A:active {text-decoration: none; color: #FFFFFF; font-size:13px; font-weight:bold;}
.main_menu A:hover {text-decoration: none; color: #d7ff84; font-size:13px; font-weight:bold;}	


.menu_header
{
	height: 41px;
	padding: 12px 10px 0px 10px;
	text-align:left;
}



#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}
	
	#nav li {
	text-align:center;
	float: left;
	/*width: 120px;*/
	}

	#nav ul {
	position: absolute;
	z-index:50;
	left: -1000px;
	}
	
	
	
	#nav li:hover ul, #nav li.ie_does_hover ul{
	left: auto;
	margin-left:-15px;
	background-position: 0 0;
	}
	
	#nav a {
	display: block;
	} 
	
	
#search_header_label
{
	margin: 15px 0px 0px 11px;
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold;
	font-size: 15px;
	color: #ffffff;
}

#search_sub_label
{
	margin: 0px 0px 0px 11px;
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold;
	font-size: 14px;
	color: #666666;
}
	
#search_instruction_label
{
	margin: 0px 0px 0px 11px;
	font-family: Arial, Helvetica, Verdana;
	font-weight: normal;
	font-size: 11.75px;
	color: #000000;
}
	
#search_all_details
{
	top: 0px;
	left: 11px;
	width: 540px;
	padding: 0px 0px 0px 0px;
    margin: 5px 0px 0px 0px;
	background-color:#ffffff;
	font-family: Arial, Verdana, Helvetica;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	position:relative;
	/*float:left;*/
	border: 0px;
	border-style: solid;
	border-color: #aaaaaa;
}

#search_all_details  A:link {color: #999999;}
#search_all_details  A:visited {color: #999999;}
#search_all_details  A:active {color: #FF0000;}
#search_all_details  A:hover {color: #FF0000;}		
		
#search_all_details_article a:link   {color: #0000FF;font-weight:bold;}
#search_all_details_article a:visited {color: #0000FF;font-weight:bold;}
#search_all_details_article a:active  {color: #FF0000;font-weight:bold;}
#search_all_details_article a:hover {color: #FF0000;font-weight:bold;}		


