body {
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	line-height: 14px;
	
	margin: 0px;
	padding: 0px;

	color: #000000;
	
	background-color: #818285;
}

body a {
	color: #008dd5;
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
}





#layout_grid {
	height: 100%;
	width: 100%;

	border-collapse: collapse;

	margin: 0px;
	padding: 0px;
	
	background-color: #818285;
	
}

	#layout_grid tr {
		margin: 0px;
		padding: 0px;
	}
	
	#layout_grid td {
		margin: 0px;
		padding: 0px;
		
		vertical-align: top;
	}


#grid_left {
	width: 40%;
	
	background-color: #818285;
}

	#left_div {
		height: 100%;
		width: 100%;
		
		position: relative;
	}
	
		
#grid_right {
	width: 40%;
	
	background-color: #818285;

	position: relative;
	
	z-index: 200;
		
}

	#right_div {
		height: 100%;
		width: 99.9%;
		
		position: relative;
	}
	
		
#grid_main {
	width: 1000px;
	
	background-color: #818285;
}


#main_div {
	width: 1000px;
	
	background-color: #ffffff;
	
	margin-bottom: 10px;
}

	#main_top {
		height: 156px;

		position: relative;
		
		z-index: 400;
	}
		
		#main_top_logobar {
			height: 142px;
			width: 972px;
			
			position: absolute;
			top: 0px;
			left: 14px;
			
			background-color: #327ccd;
			background-image: url(images/main_top_logobar.gif);
			background-repeat: no-repeat;
			
			z-index: 80;
		}

			/* Standard Logo */
			/*#main_logo {
				height: 74px;
				width: 212px;
				
				position: absolute;
				top: 41px;
				left: 41px;
				
				background-image: url(images/logo.gif);
				background-repeat: no-repeat;
				
				display: block;
			}*
			
			/* 40th Anniversary Logo */
			#main_logo {
				height: 92px;
				width: 221px;
				
				position: absolute;
				top: 24px;
				left: 47px;
				
				background-image: url(images/logo_40th.gif);
				background-repeat: no-repeat;
				
				display: block;
			}
		
			#main_top_nav {
				height: 26px;
				width: 170px;

				position: absolute;
				top: 17px;
				left: 678px;

				color: #ffffff;
				
				text-align: right;
			}

				#main_top_nav a {
					color: #ffffff;
				}

				#main_top_nav_dropmenu {
					float: left;
				}

			#main_top_support {
				height: 25px;
				width: 120px;
				
				display: block;
				
				position: absolute;
				top: 11px;
				left: 861px;
				
				background-image: url(images/button_support.gif);
				background-repeat: no-repeat;
			}
			
	
	#main_bottom {
		height: 94px;
		
		position: relative;
	}
	
		#main_bottom_bar {
			height: 80px;
			width: 972px;
			
			position: absolute;
			top: 0px;
			left: 14px;
			
			background-color: #008dd5;
		}
		
			#main_bottom_logo {
				height: 37px;
				width: 75px;
				
				position: absolute;
				top: 22px;
				left: 45px;
				
				background-image: url(images/main_bottom_logo.gif);
				background-repeat: no-repeat;
			}
			
			#main_bottom_nav {
				height: 30px;
				width: 690px;
				
				position: absolute;
				top: 26px;
				left: 142px;
				
				background-image: url(images/main_bottom_nav.gif);
				background-repeat: repeat-x;
				
			}
			
				#main_bottom_nav_text {
					text-align: center;
					
					padding-top: 8px;
					
					color: #ffffff;
				}
				
					#main_bottom_nav_text a {
						color: #ffffff;
					}

	#main_bottom_info {
		height: 30px;
		
		position: relative;
		
		font-size: 10px;
		
		color: #ffffff;
		
		line-height: 18px;
		
		margin-bottom: 50px;
	}
	
		#main_bottom_info a {
			color: #ffffff;
		}
	
		#main_bottom_info_left {
			height: 30px;
			width: 800px;
			
			position: absolute;
			top: 0px;
			left: 0px;
		}
		
		#main_bottom_info_right {
			height: 30px;
			width: 300px;
			
			position: absolute;
			top: 0px;
			left: 700px;
			
			text-align: right;
		}
		
			#main_bottom_info_hw {
				color: #adb0b2;
			}
			
				#main_bottom_info_hw a {
					color: #adb0b2;
				}
			
			
#shop_content {
	width: 500px;

	margin-bottom: 14px;
	margin-left: 222px;
	
	position: relative;
	
}
