@charset "ISO-8859-1";
@import url("base.css");
@import url("nav.css");
/*
	Mark the main menu location
------------------------------------------*/
#mm3 a, #mm3 a:hover {
background:url(../images/menu.gif) -230px -64px no-repeat;
}
#mMenu li:hover ul li a, #mMenu li.jshover ul li a {
	background:none; /* this fixes a background isssue */
}
/* 
   mark the submenu
-------------------------- */

#mMenu li:hover ul li#sm3b a, #mMenu li.jshover ul li#sm3b a {
	background:#d6bca1;
}
#sub3 {
	background:url(../images/beanMarker.gif) bottom right no-repeat;
}
li#sub3.sidemenu a, #sub3.sidemenu a:hover {
	background:none;
	color:#a7762c;
}
.col1 {
	margin:193px 40px 15px 10px;
}
.col2 {
	margin:171px 0 30px 0;
}
/* 
   Headline graphic
-------------------------- */

.col2 h1 {
	width:501px;
	height:44px;
	background:url(../images/hVideo.jpg) no-repeat;
	margin:15px 0 -5px 0;
}
/* 
   submenu header
-------------------------- */
 #submenu li#menuTitle {
	height:24px;
	background:url(../images/menuCompany.gif) no-repeat;
}
.col2 a.odd, .col2 a.even {
	display:block;
	border:solid 1px #e5d6c3;
	padding:10px 10px 45px 10px;
	clear:both;
	text-decoration:none;
 *height:100%;
	margin:5px 0;
}
.col2 a.odd strong, .col2 a.even strong {
	display:block;
}
.col2 a.odd {
	background:#f5ead8 url(../images/playVideo.gif) bottom center no-repeat;
}
.col2 a.even {
	background:#f2e1c5 url(../images/playVideo.gif) bottom center no-repeat;
}
.col2 a.odd img, .col2 a.even img {
	display:block;
	width:100px;
	height:auto;
	border:none;
	float:left;
	margin:0 10px 0 0;

}
.col2 a.odd span, .col2 a.even span {
	display:block;
}
.col2 a:hover.odd, .col2 a:hover.even {
	margin:5px 0;
	background:#d6bca1 url(../images/playVideo.gif) bottom center no-repeat;
}
