/*   BODY OBJECTS   */


body
{
	margin: 0px;
	background: #e7e7de;
	background: #d6d3d6;
	font-family: Arial, sans-serif; 
	font-size: 11px;
	color: #666666;
}

a
{
	text-decoration: none;
}

a.affiliate_link:hover
{
	border: 2px #0099ff solid;
}


a.affiliate hover
{
	border: 2px #ffffff solid;
}

img
{
	border: 0;
}




/*   SPECIFIC OBJECTS   */

#alert_box
{
	display: none;
	filter: alpha(opacity=80);
	opacity: 0.80;
	z-index: 1000;
	position: fixed;
	right: 5px;
	bottom: 5px;	
	width: 200px;
	padding: 5px;
	border: 1px #dd8800 solid;
	background-color: #ffaa00;
	font: bold 12px Arial;
	color: #000000;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}

#footer
{
	clear: both;
	margin-top: 20px;
	width: 100%;
	font: normal 12px sans-serif;
	color: #999999;
	text-align: center;
}

.loading
{
	filter: alpha(opacity=70);
	opacity: 0.7;
	z-index: 10;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #ffffff;
	overflow: hidden;
}

	.loading_text
	{
		width: 100%;
		height: 100%;
		padding-top: 100px;
		font: bold 14px Arial;
		color: #111111;
		text-align: center;
	}

.feedback0
{
	width: 200px;
	padding: 5px;
	border: 2px #ff7777 solid;
	font: bold 14px sans-serif;
	color: #ff0000;
}

.feedback1
{
	padding: 5px;
	width: 200px;
	border: 2px #33cc77 solid;
	font: bold 14px sans-serif;
	color: #00cc00;
}

#module_left
{
	float: left;
	margin-left: 10px;
	width: 210px;
	text-align: left;
}

#module_center
{
	float: left;
	width: 510px;
	height: 400px;
	text-align: left;
}

#module_right
{
	float: left;
	margin-left: 10px;
	width: 210px;
	text-align: left;
}

#module_footer a
{
	color: #777777;
}

#module_footer a:hover
{
	color: #444444;
}

.ad_banner_holder
{
	clear: both;
	width: 480px;
	height: 60px;
	border: 0;
}

.ad_square_holder
{
	width: 300px;
	height: 250px;
	border: 0;
}

#frontpage
{
	clear: both;
	width: 470px;
}

.tint
{
	z-index: 1;
	filter: alpha(opacity=75);
	opacity: 0.75;
	clear: both;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #000000;
}



/*   RESULT PAGES   */

.r_pages
{
	clear: both;
	width: 100%;
	margin-top: 20px;
	text-decoration: none;
	text-align: center;
	cursor: default;
}

	a.r_pages_item
	{
		float: left;
		margin-left: 2px;
		padding: 3px;
		width: 18px;
		height: 18px;
		border: 1px #dddddd solid;
		color: #aaaaaa;
		font-size: 10px;
		text-align: center;
		text-decoration: none;
		cursor: pointer;
	}

	a.r_pages_item:hover
	{
		float: left;
		margin-left: 2px;
		padding: 3px;
		width: 18px;
		height: 18px;
		border: 1px #44ddff solid;
		background: #0099ff;
		color: #ffffff;
		font-size: 10px;
		text-align: center;
		text-decoration: none;
		cursor: pointer;
	}

	a.r_pages_item_focus
	{
		float: left;
		margin-left: 2px;
		padding: 3px;
		padding-bottom: 1px;
		width: 18px;
		height: 18px;
		border: 1px #dddddd solid;
		border-bottom: 3px #0099ff solid;
		color: #aaaaaa;
		font-size: 10px;
		text-align: center;
		text-decoration: none;
		cursor: cursor;
	}

	a.r_pages_item_disable
	{
		float: left;
		margin-left: 2px;
		padding: 3px;
		width: 18px;
		height: 18px;
		border: 1px #dddddd solid;
		color: #aaaaaa;
		font-size: 10px;
		text-align: center;
		text-decoration: none;
		cursor: pointer;
	}



/*   NAVIGATION STYLES   */

#navigation
{
	position: relative;
	width: 100%;
	height: 150px;
	background: #111111;
	overflow: hidden;
}

	#nav_background
	{
		z-index: 1;
		filter: alpha(opacity=80);
		filter: blur(add=1, direction=90, strength=100);
		opacity: 0.8;
		position: absolute;
		top: 0px;
		left:0px;		width: 100%;
		height: 100%;
		overflow: hidden;
	}

		#nav_bg_graphic
		{
			position: relative;
			top: 0px;
			left: 0px;
			width: 100%;
		}

	#logo
	{
		z-index: 5;
		position: absolute;
		top: 5px;
		left: 5px;
		width: 210px;
		height: 50px;
		border-left: 3px #0099ff solid;
		padding-left: 10px;
	}

	#nav_head
	{
		z-index: 2;
		position: absolute;
		bottom: 0px;
		left: 100px;
		width: 100%;
		height: 60px;
		font: bold 22px sans-serif;
	}

		.nav_item
		{
			float: left;
			position: relative;
			width: 160px;
			height: 29px;
			background: url(../images/nav_tab.png) no-repeat 0px -31px;
			text-align: center;
			color: #dd9900;
			white-space: nowrap;
			overflow: hidden;
			cursor: pointer;
		}

		.nav_item-over
		{
			float: left;
			position: relative;
			width: 160px;
			height: 29px;
			background: url(../images/nav_tab.png) no-repeat 0px -61px;
			text-align: center;
			color: #ffaa00;
			white-space: nowrap;
			overflow: hidden;
			cursor: pointer;
		}

		.nav_item-down
		{
			float: left;
			position: relative;
			width: 160px;
			height: 29px;
			background: url(../images/nav_tab.png) no-repeat 0px -61px;
			text-align: center;
			color: #0099ff;
			white-space: nowrap;
			overflow: hidden;
			cursor: pointer;
		}

		.nav_item-focus
		{
			z-index: 10;
			float: left;
			position: relative;
			width: 160px;
			height: 29px;
			background: url(../images/nav_tab.png) no-repeat 0px -1px;
			text-align: center;
			color: #111111;
			white-space: nowrap;
			overflow: hidden;
			cursor: pointer;
		}

	#nav_neck
	{
		z-index: 3;
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 100%;
		height: 30px;
		border-top: 1px #ffaa00 solid;
		border-bottom: 1px #b4b1b4 solid;
		background: #ffaa00 url(../images/category_bg.png) repeat-x;
		font: bold 12px sans-serif;
	}

		#category_tabs
		{
			float: left;
			position: relative;
			top: 6px;
			margin-left: 20px;
			font: bold 12px Arial;
		}

			a.cat_tab
			{
				float: left;
				position: relative;
				top: -1px;
				left: 0px;
				height: 14px;
				margin-left: 20px;
				padding: 2px 4px 2px 4px;
				border: 0;
				color: #995500;
				cursor: pointer;
			}

			a.cat_tab:hover
			{
				float: left;
				position: relative;
				top: -1px;
				left: 0px;
				height: 14px;
				margin-left: 20px;
				padding: 2px 4px 2px 4px;
				border-bottom: 2px #111111 solid;
				background: #ffffff;
				color: #111111;
				cursor: pointer;
			}

			a.cat_tab_focus
			{
				float: left;
				position: relative;
				top: -1px;
				left: 0px;
				height: 14px;
				margin-left: 20px;
				padding: 2px 4px 2px 4px;
				border-bottom: 2px #111111 solid;
				background: #ffffff;
				color: #111111;
				cursor: pointer;
			}

	#nav_history
	{
		z-index: 1000;
		float: left;
		position: relative;
		top: 4px;
		left: 20px;
		font: bold 14px Arial;
	}

		.history_btn
		{
			filter: alpha(opacity=100);
			opacity: 1.0;
			width: 60px;
			height: 20px;
			cursor: pointer;
		}

		.history_btn_disabled
		{
			filter: alpha(opacity=50);
			opacity: 0.5;
			width: 60px;
			height: 20px;
			cursor: default;
		}

	#nav_hat
	{
		z-index: 3;
		position: absolute;
		top: 20px;
		right: 0px;
		height: 35px;
		border-bottom: 3px #ffaa00 solid;
	}

		#nav_user_links
		{
			z-index: 2;
			position: relative;
			padding: 5px;
			padding-left: 10px;
			font: bold 18px Arial;
			color: #0099ff;
		}

			#nav_user_links a
			{
				margin: 0px 30px 0px 0px;
				font: bold 12px Arial;
				color: #ffaa00;
				text-decoration: none;
			}

			#nav_user_links a:hover
			{
				color: #0099ff;
			}

#nav_tab_1
{
	z-index: 5;
	left: 0px;
}

#nav_tab_2
{
	z-index: 4;
	left: -20px;
}

#nav_tab_3
{
	z-index: 3;
	left: -40px;
}

#nav_tab_4
{
	z-index: 2;
	left: -60px;
}

#nav_tab_5
{
	z-index: 1;
	left: -80px;
}







/* Splash screen styles */

#splash_screen
{
	position: fixed;
	width: 100%;
	height: 1000px;
	padding-top: 80px;
	background: #111111;
	font: normal 11px Arial;
	color: #0099ff; 
}

	#splash_content
	{
		position: relative;
		margin: 30px 0px 50px 0px;
	}

	#preloadBox
	{
		width: 300px;
		height: 28px;
		border: 3px #0099ff solid;
		background: #333333 url(../images/preloader_box.png) repeat-x;
		overflow: hidden;
		text-align: left;
	}

	#preloadBar
	{
		width: 0px;
		height: 28px;
		padding: 2px 6px 0px 0px;
		border-right: 1px #111111 solid;
		background: #ffaa00 url(../images/preloader_bar.png) repeat-x;
		font: bold 20px Arial;
		color: #111111;
		text-align: right;
		white-space: nowrap;
		overflow: hidden;
	}