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

body{
	background-color: #FFFFFF;
	font-family: Tahoma, Helvetica, Arial;
	font-size: 11px;
	margin: 0;
	background-color: #4c4c4c;
	background-image: url("/images/background.jpg");
	background-position: center;
	background-repeat: repeat-y;
}

a img{
	border: 0;
}

input, select{
	border: 1px solid #cccccc;
}

	input .default, select .default{
		border: inherit;
	}

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

a:hover{
	color: #e11201;
}


h1{
	font-size: 19px;
	font-weight: bold;
	padding: 0;
	margin: 5px 0;
}


h2{
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 3px 0;
}

h3{
	font-size: 15px;
	font-weight: bold;
	padding: 0;
	margin: 1px 0;
}

.grey_box{
	border: 1px solid #cecece;
	background-color: #f1f2f2;
	margin-bottom: 20px;
}

	.grey_box h2{
		display: block;
		width: 97%;
		height: 27px;
		padding: 5px 0 0 3%;
		margin: 0;
		color: white;
		background-image: url('/images/coal_header.jpg');
		background-repeat: repeat-x;
	}
	
	.grey_box .inner_pane{
		padding: 5px;
	}
	
.blue_box{
	border: 1px solid #7fd4e5;
	background-color: #e4f6fa;
	padding: 5px;
	margin-bottom: 20px;
}

.red_box{
	border: 1px solid #EB1E1C;
	background-color: #FCE6E6;
	margin-bottom: 20px;
}

	.red_box h2{
		display: block;
		width: 97%;
		height: 18px;
		padding: 2px 0 1px 3%;
		margin: 0;
		color: white;
		background-image: url('/images/red_header.jpg');
		background-repeat: repeat-x;
	}
	
	.red_box .inner_pane{
		padding: 5px;
	}
	
.coal_box{
	border: 1px solid #000000;
	background-color: #333333;
	margin-bottom: 20px;
}

	.coal_box h2{
		display: block;
		width: 97%;
		height: 27px;
		padding: 5px 0 0 3%;
		margin: 0;
		color: white;
		background-image: url('/images/coal_header.jpg');
		background-repeat: repeat-x;
	}
	
	.coal_box .inner_pane{
		padding: 5px;
		color: #FFF;
	}
	
.orange_box{
	margin-bottom: 20px;
	border: 1px solid #ec4b1f;
	background-color: #fdefec;
}

	.orange_box h2{
		display: block;
		width: 97%;
		height: 27px;
		padding: 5px 0 0 3%;
		margin: 0;
		color: white;
		background-image: url('/images/orange_header.jpg');
		background-repeat: repeat-x;
	}
	
	.orange_box .inner_pane{
		padding: 5px;
	}

#canvas{
	width: 960px;
	margin: 0 auto;
}

#header{
		height: 170px;
		width: 960px;
		background-image: url('/images/Koi_search_r2_c2.jpg');
		background-repeat: no-repeat;
	}
	
		#header #addressBox{
			float: right;
			width: 200px;
			color: white;
			font-size: 12px;
			text-align: right;
			margin: 20px;
		}

	#index{
		font-size: 13px;
		margin-bottom: 15px;
	}
	
		#index .kicked{
			padding-left: 20px;
		}
	
		#index .parent{
			width:163px;
			background-image: url('/images/menu_bg_off.jpg');
			padding: 5px 0 0 0px;
			margin: 0;
			font-weight: bold;
			cursor: pointer;
			list-style: none;
		}
	
		#index #parents{
			list-style: none;
			width: 163px;
			margin: 0;
			padding: 0;
			background-image: url('/images/menu_bg.jpg');
		}
		
			#index #parents a{
				text-decoration: none;
				color:#000000;
			}
			
			#index #parents .children{
				list-style: none;
				padding: 0;
				margin: 0;
				width: 161px;
				height: 0;
				display: none;
				background-color:#f1f2f2;
				overflow: hidden;
				border: 1px solid #cecece;/*#e21303;*/
				border-width: 0 1px;
			}
			
				#index #parents .children li{
					height: 19px;
					font-weight: normal;
					cursor: pointer;
					border-bottom: 1px dashed #cecece;/*#e21303;*/
				}
				
					#index #parents .children a:hover{
						color:#ee322e;
					}


#ticker{
	width: 100%;
	height: 20px;
	overflow: hidden;
	background-color: #313131;
	border: 1px solid #212121;
	border-width: 1px 0;
}

	#ticker b{
		height: 15px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		color: white;
	}
	
	#ticker h2{
		height: 20px;
		margin: 0;
		padding: 0;
		color: #e21303;
	}

#center_pane{
	padding: 5px;
}


	#center_pane #location{
		color: #e11201;
		height: 30px;
		width: 100%;
	}
	
	#center_pane a{
		color: #e11201;
	}
	
	#center_pane a:hover{
		color: #e11201;
		text-decoration:underline;
	}

#right_menu{
	width: 150px;
	padding: 5px 2px 0 0;
}

	#right_menu #email{
		font-weight: bold;
		text-align: right;
		height: 30px;
		width: 100%;
	}
	
	#right_menu #store{
		width: 225px;
		min-height: 235px;
		border: 1px solid #ec4b1f;
		background-image: url('/images/store.jpg');
		background-repeat: no-repeat;
		padding: 41px 5px 5px 5px;
		background-color: #fdefec;
		margin-bottom: 10px;
	}
		
		#right_menu #store a:link, #right_menu #store a:visited{
			color: #eb461c;
		}
		
		#right_menu #store a:hover{
			color: #e11201;
		}
	

#footer{
	position:relative;
	width: 960px;
	margin: 0 auto;
	bottom: 0;
	background-color: #e11201;
	color: white;
	padding: 20px 0;
}

	#footer a{
		color: #ffffff;
	}
	
	#footer a:hover{
		color: #ffffff;
		text-decoration: underline;
	}
		