/*	
	Main Wide Area Media Stylesheet
	Site Revision 3
	Revised Janurary 15, 2007
	
	*/

.container {
	height: 599px;
	width: 800px;
}

.mainmenu_link {
	color: white;
	text-decoration: none;
}

.bottom_address {
	position: relative;
	text-align: center;
	top: 580px;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	color: black;
	font-weight: 200;
}


.blog_link {
	position: absolute;
	left: 20px;
	top: 20px; 
	color: #ff6600;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-decoration: underline;
	color: #FF6600;
	text-align: left;
}	

.frontpage_feature {
	position: absolute;
	left: 0px;
	top: 21px;
	width: 800px;
	height: 322px;

	border-width: 0px 0px 1px 0px;
	border-color: #cccccc #cccccc #333333 #cccccc;
	border-style: solid none solid none;

	background-image: url("/new_images/wamcast_feature.jpg");
	}

.store_logo {
	position: absolute;
	left: 10px;
	top: -21px;
	z-index: 20;
}

.main_menu {
	position: absolute;
	left: 550px;
	top: 90px;
	background-color: none;
	width: 250px;
	height: 224px;
	}

.front_menuitem {
	position: absolute;
	left: 0px;

	width: 220px;
	height: 10px;
	background-color: #555555;
	
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: 200;
	color: white;

	text-align: left;
	
	border-width: 1px 0px 1px 0px;
	border-color: #cccccc #cccccc #333333 #cccccc;
	border-style: solid none solid none;
	
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 10px;

	cursor: pointer;
	}

#front_menuitem_1 {top: 0px;}
#front_menuitem_2 {top: 32px;}
#front_menuitem_3 {top: 64px;}
#front_menuitem_4 {top: 96px;}
#front_menuitem_5 {top: 128px;}
#front_menuitem_6 {top: 160px;}
#front_menuitem_7 {top: 192px;}

.spotlight_left {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 268px;
	height: 191px;
	background-color: white;
	
	border-width: 0px 1px 0px 0px;
	border-color: #999999;
	border-style: none solid none none;
}

.spotlight_center {
	position: absolute;
	left: 269px;
	top: 0px;
	width: 267px;
	height: 191px;
	background-color: white;
}

.spotlight_right {

	position: absolute;
	left: 532px;
	top: 0px;
	width: 257px;
	height: 191px;
	background-color: white;

	padding-left: 0px;
	padding-right: 10px;

	border-width: 0px 0px 0px 1px;
	border-color: #999999;
	border-style: none none none solid;

}

.frontpage_vendors {
	position: absolute;
	left: 0px;
	top: 535px;
	width: 800px;
	height: 61px;
	background-color: white;

	border-width: 1px 0px 0px 0px;
	border-style: solid none none none;
	border-color: #999999;
	z-index: 10;
}

#frontpage_vendor_1 { left: 20px; top: 17px;}
#frontpage_vendor_2 { left: 225px; top: 17px;}
#frontpage_vendor_3 { left: 370px; top: 17px;}
#frontpage_vendor_4 { left: 530px; top: 13px;}
#frontpage_vendor_5 { left: 680px; top: 13px;}
#frontpage_vendor_6 { left: 740px; top: 13px;}

.feature_1_p {
	position: absolute;
	left: 20px;
	top: 60px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: black;
	text-align: justify;
	width: 230px;
}


.frontpage_vendor_logo {
	position: absolute;
}

.spotlights {
	position: absolute;
	left: 0px;
	top: 344px;
	width: 800px;
	}



.video_thumb {
	position: absolute;
	left: 50px;
	top: 10px;
	border-width: 1px;
	border-color: black;
	border-style: solid;
	width: 169px;
	height: 135px;
	cursor: pointer;
	
}


.video_link_description {
	position: absolute;
	width: 169px;
	left: 50px;
	top: 155px; 
	color: #ff6600;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: 200;
	text-decoration: underline;
	color: #FF6600;
	text-align: left;
	cursor: pointer;
	}