/*

	Wide Area Media Bridging Stylesheet
	Site Revision 3
	Revised Janurary 15, 2006

*/

.product_overlay {
	position: absolute;
	left: 20px;
	top: 230px;
	z-index: 10;
	}

.section_menu {
	color: black;
	background-color: #CCCC99;
	}

.section_menu_link {
	color: black;
	text-decoration: underline;
	}

#section_item_1 {
	left: 183px;
	width: 70px;
	background-color: #CCCC99;

	border-color: #CCCC99;
	border-style: none solid none solid;
	border-width: 1px;

	z-index: 10;
}

#section_item_2 {
	left: 256px;
	width: 220px;
	background-color: #CCCC99;

	border-color: #CCCC99;
	border-style: none solid none solid;
	border-width: 1px;
	z-index: 11;
}

#section_item_3 {
	left: 478px;
	width: 110px;
	background-color: #CCCC99;

	border-color: #CCCC99;
	border-style: none solid none solid;
	border-width: 1px;
	z-index: 12;
}

#section_item_4 {
	left: 590px;
	width: 200px;
	background-color: #CCCC99;

	border-color: #CCCC99;
	border-style: none solid none solid;
	border-width: 1px;

	z-index: 13;
}

.vendor_logo {
	position: absolute;
	}

#vendor_logo_1 {
	width: 136px;
	height: 38px;
	left: 250px;
	top: 20px;
	z-index: 10;
}

.content {
	position: absolute;
	left: 50px;
	top: 100px;
	width: 350px;
	height: 300px;

	text-align: left;

	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	
	color: black;
	}

.content_menu {
				position: absolute;
				left: 475px;
				top: 300px;
				width: 277px;
				height: 263px;
				background-color: #FF6600;

				padding-left: 30px;
				padding-top: 20px;
				padding-right: 20px;
				padding-bottom: 20px;
				}
