@charset "utf-8";
/* CSS Document */

	* {margin: 0px; padding: 0px; }
	
	html, body { height: 100%; }

	body{font-family: Arial, Helvetica, sans-serif; background: #f7f7f7;}

	img{ border: none; }

	a {text-decoration: none; color: #f00;}

	li{ list-style-type: none;}

	.isFloated{overflow: hidden; height: 100%;}

	#site_content {
		width: 1002px; margin: 0 auto; padding: 18px 0 0 0; position: relative;
	}
	
		#header {
			background:url('../img/images/livefootball_banner.jpg') no-repeat left top;
			width:1002px; height:135px;
		}
		
		#separator {
			border-left: 1px solid #ccc; border-right: 1px solid #ccc;
			width:1000px; height:5px; overflow:hidden;
			background-color: #ffbe30;
		}
		
		#sub-menu {
			border-left: 1px solid #ccc; border-right: 1px solid #ccc;
			background: url('../img/images/livefootball_submenu_bg.gif') repeat-x left top;
			width:1000px; height:25px;
		}
		
	
		#top-content {
			left:10px; top:0; position:absolute; width:992px; padding-top:5px;
		}
		
			#top-content ul {
			
			}
	
				#top-content li {
					background: url('../img/images/small-arrow-left-gray.gif') no-repeat left 5px;
					float:left; padding:0 5px 0 7px;
					font-size:10px; color:#898989;
				}
				
				#top-content li.no_bg {
					background:none;
					float:right; padding:0 1px;
					font-size:10px; color:#898989;
				}

				#top-content li.orange-li-style {
					background: url('../img/images/small-arrow-left-orange.gif') no-repeat left 5px;
					float:left; padding:0 15px 0 7px;
				}
				
					#top-content li a {
						display:block;
						font-size:10px; color:#898989;						
					}	
					
					#top-content li a.orange-a-style {
						color:#ff9000;						
					}	

					#top-content li a.pink-a-style {
						display:block;
						color:#deaeae;						
					}
						
					#top-content li a.blue-a-style {
						display:block; padding-right:3px;
						color:#203e53;
					}	
	
					#top-content li a:hover {
						text-decoration:underline;
					}
		
		#global-content	{
			border: 1px solid #ccc;
			background-color: #fff;
			margin:5px auto; width:1000px;
		}
	
		

		