
#layout_grid {
	height: 100%;
	width: 100%;
	
	border-collapse: collapse;

	margin: 0px;
	padding: 0px;
	
}

	#layout_grid tr {
		margin: 0px;
		padding: 0px;
		
	}

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


#grid_left {
	width: 40%;
	
}

	#left_div {
		height: 648px;
		width: 100%;
		
		background-image: url(images/grid-bg.gif);
		background-repeat: repeat-x;
	}

#grid_right {
	width: 40%;
}

	#right_div {
		height: 648px;
		width: 100%;
		
		background-image: url(images/grid-bg.gif);
		background-repeat: repeat-x;
	}

#grid_main {
	width: 1015px;
}

#main_div {
	width: 1015px;
}

#main_top {
	height: 148px;
	width: 100%;
	
	position: relative;
	
	margin: 0px;
	
	z-index: 40;
}

	#top_fade {
		width: 100%;
		height: 30px;
		
		position: absolute;
		top: 0px;
		left: 0px;
		
		background-image: url(images/main_top-fade.gif);
		background-repeat: repeat-x;
	}
	
	#top_topnav {
		width: 380px;
		
		position: absolute;
		top: 19px;
		left: 613px;
		
		text-align: right;
		
		font-size: 10px;
		
		color: #808285;

		padding-top: 4px;
	}
	
		#top_topnav a {
			color: #808284;
		}
		
		#top_search {
			margin: 0px;
			padding: 0px;
			
			display: inline;
			
		}
		
			#search_box {
				font-size: 10px;
				
				height: 10px;
				width: 99px;
				
				border: 1px solid #808285;
				
				margin-left: 17px;
				margin-right: 3px;
				
			}
			
	
	#top_logo {
		height: 69px;
		width: 448px;
		
		position: absolute;
		top: 30px;
		left: 26px;
		
		border: 0px solid #ffffff;
	}

	#top_nav {
		height: 28px;
		width: 971px;
		
		position: absolute;
		top: 111px;
		left: 22px;
		
		z-index: 70;
	}
	
		#top_nav_bar_top {
			height: 2px;
			width: 100%;
			
			font-size: 1px;
			line-height: 1px;
			
			background-color: #c0c1c2;
			
			position: absolute;
			top: 0px;
			left: 0px;
			
			z-index: 71;
		}
		
		#top_nav_bar_bottom {
			height: 2px;
			width: 100%;
			
			font-size: 1px;
			line-height: 1px;
			
			background-color: #c0c1c2;		
			
			position: absolute;
			top: 26px;
			left: 0px;
			
			z-index: 71;
		}
		
		#nav_items {
			font-size: 11px;
			
			line-height: 14px;
			
			color: #231f20;

			position: absolute;
			top: 0px;
			left: 0px;
			
			padding-top: 7px;
			
			background-color: transparent;
			
			z-index: 75;
		}
		
		#nav_locationscout {
			height: 24px;
			width: 144px;
			
			display: block;
			
			background-image: url(images/nav_locationscout.gif);
			background-repeat: no-repeat;
			
			position: absolute;
			top: 2px;
			left: 680px; 
		}
		
		#nav_quicklinks {
			height: 18px;
			width: 95px;

			position: absolute;
			top: 5px;
			left: 870px;
			
			z-index: 75;
		}
		
			#nav_quicklinks_text {
				font-size: 11px;
				
				color: #808284;
				
				text-align: right;
				
				margin-right: 18px;
				
				padding-top: 2px;
				padding-right: 6px;
			}
		
			#nav_quicklinks_arrow {
				height: 18px;
				width: 18px;
				
				background-image: url(images/quick_links_arrow.gif);
				background-repeat: no-repeat;
				
				position: absolute;
				top: 0px;
				left: 77px;				
			}
			
			#nav_quicklinks_arrow-down {
				height: 18px;
				width: 18px;
				
				background-image: url(images/quick_links_arrow-down.gif);
				background-repeat: no-repeat;
				
				position: absolute;
				top: 0px;
				left: 77px;
				
				display: none;
						
			}
			
			#nav_quicklinks_over-left {
				height: 22px;
				width: 50px;
				
				border-right: 1px solid #c0c1c2;
				border-bottom: 1px solid #c0c1c2;
				
				position: absolute;
				top: -4px;
				left: -55px;
				
				z-index: 50;
				
				display: none;
				
			}
			
			#nav_quicklinks_over-right {
				height: 32px;
				width: 2px;
				
				font-size: 1px;
				line-height: 1px;
				
				background-color: #c0c1c2;
				
				position: absolute;
				top: -4px;
				left: 99px;
				
				z-index: 50;
				
				display: none;
			
			}
			
#main_bottom {
	width: 971px;

	margin-left: 22px;
	
	position: relative;
	
}


	#bottom_alerts {
		height: 103px;

		position: relative;
	}
	
		#bottom_alerts a:hover {
			color: #ffffff;
		}

		.alert {
			height: 103px;
			width: 319px;

			background-repeat: no-repeat;

			cursor: pointer;
		}
			

			#alert_1 {
				position: absolute;
				top: 0px;
				left: 0px;

			}

			#alert_2 {
				position: absolute;
				top: 0px;
				left: 326px;
			}

			#alert_3 {
				position: absolute;
				top: 0px;
				left: 652px;
			}

			.alert_title {
				font-size: 14px;
				color: #ffffff;
				
				margin-top: 16px;
				margin-left: 15px;
				margin-right: 15px;
				margin-bottom: 7px;
			}
			
			
			.alert_text {
				font-size: 9px;
				
				line-height: 12px;
				
				color: #ffffff;

				margin-left: 15px;
				margin-right: 15px;
				margin-bottom: 8px;

			}

	#bottom_text {
		height: 100px;
		
		position: relative;
	}

		#bottom_nav {
			width: 500px;

			position: absolute;
			top: 5px;
			left: 0px;

			font-size: 11px;

			color: #808284;

		}

			#bottom_nav a {
				color: #808284;
			}

		#bottom_infoline {
			width: 471px;

			position: absolute;
			top: 5px;
			left: 500px;

			font-size: 11px;

			color: #808284;

			text-align: right;
		}


			#bottom_infoline a {
				color: #808284;
			}

		#bottom_copyright {
			width: 700px;

			position: absolute;
			top: 38px;
			left: 0px;

			font-size: 10px;

			color: #b1b3b6;

			line-height: 14px;
		}

			#bottom_copyright a {
				color: #b1b3b6;
			}
			
		#bottom_intl_lang {
			width: 140px;
			height: 30px;
			position: absolute;
			top: 38px;
			left: 830px;
			
			text-align: right;
			
			/*border: 1px solid blue;*/
		}
			#bottom_intl_lang a {
			}

#main_content {
	width: 971px;

	margin-left: 22px;
	
	position: relative;
	
}

#style1_selectors {
	height: 253px;
	
	position: relative;

	z-index: 35;
}

	#selector_1 {
		height: 253px;
		width: 572px;
		
		position: absolute;
		top: 0px;
		left: 0px;

	}
	
		#selector_1_flash {
			height: 253px;
			width: 572px;
			
			/*background-image: url(images/selector_flash-bg.jpg);
			background-repeat: no-repeat;
			*/
			
			background-color: #000000;
			
			
			position: absolute;
			top: 0px;
			left: 0px;

			z-index: 35;
		}
		
		#selector_1_nav {
			height: 29px;
			width: 271px;
			
			position: absolute;
			top: 224px;
			left: 0px;
			
			background-color: transparent;
			
			z-index: 37;
		}
			#selector_1_nav_whitebar-top {
				height: 1px;
				width: 291px;
				
				position: absolute;
				top: 0px;
				left: 0px;
				
				background-color: #ffffff;
				
				font-size: 1px;
				line-height: 1px;
			}
			
			#selector_1_nav_whitebar-right {
				height: 29px;
				width: 1px;
				
				position: absolute;
				top: 0px;
				left: 290px;
				
				background-color: #ffffff;
				
				font-size: 1px;
				line-height: 1px;
			}
			
			#selector_1_nav_whitebar-middle {
				height: 29px;
				width: 1px;
				
				position: absolute;
				top: 0px;
				left: 124px;
				
				background-color: #ffffff;
				
				font-size: 1px;
				line-height: 1px;
			}

			.selector_1_nav_inactive {
				background-color: transparent;
				
			}
			
			.selector_1_nav_active {
				background-color: #000000;
				
				background-image: url(images/selector_active.gif);
				background-repeat: no-repeat;
				background-position: 100% 0%;
			}

			#selector_1_nav_info {
				height: 28px;
				width: 124px;
				
				position: absolute;
				top: 1px;
				left: 0px;
				
			}
			
				#selector_1_nav_info-text {
					margin-top: 7px;
					
					font-size: 11px;
					
					color: #ffffff;
					
					text-align: center;
				}

		
			#selector_1_nav_quicklinks {
				height: 28px;
				width: 165px;
				
				position: absolute;
				top: 1px;
				left: 125px;
				
			}
			
				#selector_1_nav_quicklinks-text {
					margin-top: 7px;
					
					font-size: 11px;
					
					color: #ffffff;
					
					text-align: center;
				}

				
				#dropmenu_base_selector_quicklinks {
					background-color: red;
					
					position: absolute;
					top: 29px;
					left: 0px;
				}
	
	#selector_2 {
		height: 253px;
		width: 394px;
		
		position: absolute;
		top: 0px;
		left: 577px;
	}
	
		#selector_2_image_1 {
			height: 253px;
			width: 394px;
			
			background-color: #282828;
			/*background-image: url(user/image/selector_static1.jpg);
			background-repeat: no-repeat;*/
			
			position: absolute;
			top: 0px;
			left: 0px;
			
			z-index: 35;
			
			display: none;
			
			cursor: pointer;
		
		}
		
		#selector_2_image_2 {
			height: 253px;
			width: 394px;

			background-image: url(user/image/selector_static2.jpg);
			background-repeat: no-repeat;
			
			position: absolute;
			top: 0px;
			left: 0px;
			
			z-index: 35;
			
			display: none;
			
			cursor: pointer;
		}

		#selector_2_image_3 {
			height: 253px;
			width: 394px;

			background-image: url(user/image/selector_static3.jpg);
			background-repeat: no-repeat;
			
			position: absolute;
			top: 0px;
			left: 0px;
			
			z-index: 35;
			
			display: none;
			
			cursor: pointer;
		}
		
		#selector_2_nav {
			height: 29px;
			width: 394px;
			
			position: absolute;
			top: 224px;
			left: 0px;
			
			z-index: 37;
			
		
		}
		
			#selector_2_nav_whitebar-top {
				height: 1px;
				width: 394px;

				font-size: 0px;
				line-height: 0px;
				
				padding: 0px;
				margin: 0px;
				
				position: absolute;
				top: 0px;
				left: 0px;
				
				background-color: #ffffff;
			}
			
			#selector_2_nav_whitebar-middle1 {
				height: 29px;
				width: 1px;
				
				position: absolute;
				top: 0px;
				left: 122px;
				
				background-color: #ffffff;
				
				font-size: 1px;
				line-height: 1px;
			}
			
			#selector_2_nav_whitebar-middle2 {
				height: 29px;
				width: 1px;
				
				position: absolute;
				top: 0px;
				left: 267px;
				
				background-color: #ffffff;
				
				font-size: 1px;
				line-height: 1px;
			
			}
			
			.selector_2_nav_inactive {
				background-color: transparent;
				
			}
			
			.selector_2_nav_active {
				background-color: #000000;
				
				background-image: url(images/selector_active.gif);
				background-repeat: no-repeat;
				background-position: 100% 0%;
			}
			
			#selector_2_nav_1 {
				height: 28px;
				width: 122px;
				
				position: absolute;
				top: 1px;
				left: 0px;
				
				cursor: pointer;
			}
			
				#selector_2_nav_1-text {
					margin-top: 7px;
					
					font-size: 11px;
					
					color: #ffffff;				
					
					text-align: center;
				}
			
			#selector_2_nav_2 {
				height: 28px;
				width: 144px;
				
				position: absolute;
				top: 1px;
				left: 123px;
				
				cursor: pointer;
			}
			
				#selector_2_nav_2-text {
					margin-top: 7px;
										
					font-size: 11px;
					
					color: #ffffff;				
					
					text-align: center;
				}
			
			#selector_2_nav_3 {
				height: 28px;
				width: 126px;
				
				position: absolute;
				top: 1px;
				left: 268px;
				
				cursor: pointer;
			
			}
			
				#selector_2_nav_3-text {
					margin-top: 7px;
										
					font-size: 11px;
					
					color: #ffffff;				
					
					text-align: center;
				}

#style1_copy {
	height: 234px;
	
	margin-bottom: 6px;
	
	position: relative;
	
	z-index: 30;
	
}

	#copy_1 {
		height: 234px;
		width: 572px;
		
		position: absolute;
		top: 0px;
		left: 0px;
		
		z-index: 30;
				
	}
		#copy_1-text {
			height: 200px;
			width: 400px;
					
			position: absolute;
			top: 25px;
			left: 144px;
		
			z-index: 33;
			
		}
		
			.copy_1-text_headline {
				font-family: Verdana, Sans-Serif;
				font-size: 11px;
				
				color: #808284;
				
				font-weight: bold;
				
				line-height: 13px;
				
				cursor: pointer;
			}
			
			.copy_1-text_body {
				font-family: Verdana, Sans-Serif;
				font-size: 10px;
				
				color: #808284;
				
				margin-bottom: 13px;
				
				line-height: 13px;
				
				cursor: pointer;
			}
			
				.copy_1-text_body a {
					color: #d29d31;
				}
		
		#copy_1_popimage {
			height: 234px;
			width: 399px;
			
			position: absolute;
			top: 0px;
			left: -191px;
			
			z-index: 31;
			
		}
	
		#copy_1_blend_bottom_left {
			height: 117px;
			width: 119px;
			
			background-image: url(images/blend_bottom-left.gif);
			background-repeat: no-repeat;
			
			position: absolute;
			top: 117px;
			left: 0px;
			
			z-index: 30;
		}
		
		#copy_1_blend_bottom_right {
			height: 117px;
			width: 119px;
			
			background-image: url(images/blend_bottom-right.gif);
			background-repeat: no-repeat;
			
			position: absolute;
			top: 117px;
			left: 453px;
			
			z-index: 30;
		}
	
	#copy_2 {
		height: 234px;
		width: 394px;
		
		position: absolute;
		top: 0px;
		left: 577px;
		
	}
	
		#copy_2_blend_bottom_left {
			height: 117px;
			width: 119px;
			
			background-image: url(images/blend_bottom-left.gif);
			background-repeat: no-repeat;
			
			position: absolute;
			top: 117px;
			left: 0px;		
		}
		
		#copy_2_blend_bottom_right {
			height: 117px;
			width: 119px;
			
			background-image: url(images/blend_bottom-right.gif);
			background-repeat: no-repeat;
			
			position: absolute;
			top: 117px;
			left: 275px;		
		}

		#copy_2_sheet_1 {
			height: 234px;
			width: 394px;
		
			position: absolute;
			top: 0px;
			left: 0px;
			
			display: none;
		}
			.copy_2_text {
				font-family: Verdana, Sans-Serif;
				font-size: 10px;
				
				/*letter-spacing: -1px;*/
				
				color: #808284;
				
				line-height: 13px;
				
				overflow: hidden;			
				
				cursor: pointer;
			}
			
			.copy_2_image {
				cursor: pointer;
			}
			
			.copy_2_text_headline {
				font-weight: bold;
			}
			
			#copy_2_sheet_1 a {
				color: #d29d31;
			}
					
			#copy_2_sheet_1-image1 {
				height: 50px;
				width: 51px;

				position: absolute;
				top: 26px;
				left: 20px;
				
				background-image: url(user/image/copy_2_sheet_1_image_1.jpg);
				background-repeat: no-repeat;
			}
			
			#copy_2_sheet_1-text1 {
				height: 54px;
				width: 290px;

				position: absolute;
				top: 24px;
				left: 84px;
			}
		
			#copy_2_sheet_1-image2 {
				height: 50px;
				width: 51px;

				position: absolute;
				top: 93px;
				left: 20px;
				
				background-image: url(user/image/copy_2_sheet_1_image_2.jpg);
				background-repeat: no-repeat;
			}
			
			#copy_2_sheet_1-text2 {
				height: 54px;
				width: 290px;

				position: absolute;
				top: 91px;
				left: 84px;
			}
		
			#copy_2_sheet_1-image3 {
				height: 50px;
				width: 51px;

				position: absolute;
				top: 160px;
				left: 20px;
				
				background-image: url(user/image/copy_2_sheet_1_image_3.jpg);
				background-repeat: no-repeat;
			}
			
			#copy_2_sheet_1-text3 {
				height: 54px;
				width: 290px;

				position: absolute;
				top: 158px;
				left: 84px;
			}
		
		#copy_2_sheet_2 {
			height: 234px;
			width: 394px;
			
			position: absolute;
			top: 0px;
			left: 0px;		
			
			display: none;
		}
			
			#copy_2_sheet_2 a {
				color: #d29d31;
			}
					
			#copy_2_sheet_2-image1 {
				height: 50px;
				width: 51px;

				position: absolute;
				top: 26px;
				left: 20px;
				
				background-image: url(user/image/copy_2_sheet_2_image_1.jpg);
				background-repeat: no-repeat;
			}
			
			#copy_2_sheet_2-text1 {
				height: 54px;
				width: 290px;

				position: absolute;
				top: 24px;
				left: 84px;
			}
		
			#copy_2_sheet_2-image2 {
				height: 50px;
				width: 51px;

				position: absolute;
				top: 93px;
				left: 20px;
				
				background-image: url(user/image/copy_2_sheet_2_image_2.jpg);
				background-repeat: no-repeat;
			}
			
			#copy_2_sheet_2-text2 {
				height: 54px;
				width: 290px;

				position: absolute;
				top: 91px;
				left: 84px;
			}
		
			#copy_2_sheet_2-image3 {
				height: 50px;
				width: 51px;

				position: absolute;
				top: 160px;
				left: 20px;
				
				background-image: url(user/image/copy_2_sheet_2_image_3.jpg);
				background-repeat: no-repeat;
			}
			
			#copy_2_sheet_2-text3 {
				height: 54px;
				width: 290px;

				position: absolute;
				top: 158px;
				left: 84px;
			}
		
		#copy_2_sheet_3 {
			height: 234px;
			width: 394px;

			position: absolute;
			top: 0px;
			left: 0px;		
			
			display: none;
		}
			
			#copy_2_sheet_3 a {
				color: #d29d31;
			}
					
			#copy_2_sheet_3-image1 {
				height: 50px;
				width: 51px;

				position: absolute;
				top: 26px;
				left: 20px;
				
				background-image: url(user/image/copy_2_sheet_3_image_1.jpg);
				background-repeat: no-repeat;
			}
			
			#copy_2_sheet_3-text1 {
				height: 54px;
				width: 290px;

				position: absolute;
				top: 24px;
				left: 84px;
			}
		
			#copy_2_sheet_3-image2 {
				height: 50px;
				width: 51px;

				position: absolute;
				top: 93px;
				left: 20px;
				
				background-image: url(user/image/copy_2_sheet_3_image_2.jpg);
				background-repeat: no-repeat;
			}
			
			#copy_2_sheet_3-text2 {
				height: 54px;
				width: 290px;

				position: absolute;
				top: 91px;
				left: 84px;
			}
		
			#copy_2_sheet_3-image3 {
				height: 50px;
				width: 51px;

				position: absolute;
				top: 160px;
				left: 20px;
				
				background-image: url(user/image/copy_2_sheet_3_image_3.jpg);
				background-repeat: no-repeat;
			}
			
			#copy_2_sheet_3-text3 {
				height: 54px;
				width: 290px;

				position: absolute;
				top: 158px;
				left: 84px;
			}
