/* CSS Document */
/***** WFM-Default.css 	*****/
	/*	Use: default styles for the avid web sites that use the WFM design (Spring 2008)
	
		Sections:	reset styles - remove browser defaults to start from a common style pool
					basic structure - basic structure elements on every page
					basic styles - basic styles for html tags
					common structure, styles - common styles used on multiple pages within the #content
	*/


/***** reset styles (e.meyer - v1.0 | 20080212) *****/
 div, span,  a, mg, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: Arial;
	/*vertical-align: baseline;*/
	background: transparent;
}

			#header_nav {						/*** main navigation ***/
				position:relative;
				z-index:98;
				clear:both;
				width:980px;
				background:url('http://server05.abd.it/rmbds/images/A_background.gif') top left repeat-x;
				height:49px;
				line-height:49px;
			}
				#MainNavigation li {
					display:block;
					float:left;
					margin:0;
					margin-right:0.5em;
					padding:0;
				}
				#header_nav a,
				#header_nav a:link,
				#header_nav a:hover,
				#header_nav a:active,
				#header_nav a:visited {
					color:#FFF;
					text-decoration:none;
				}
				#header_nav ul li a:link,
				#header_nav ul li a:visited {
					color:#e0e8ec;
					padding:0 10px;
					text-decoration:none;
					font-size:0.75em;
					font-weight:bold;
				}
					#MainNavigation li {
						color:#e0e8ec;
					}
					#MainNavigation li a {
						float:left;
						margin:0;
						padding:0;
					}
					#MainNavigation li a span {
						float:left;
						display:block;
						color:#e0e8ec;
						text-transform:uppercase;
						padding:0 10px 0 0;
					}
					#MainNavigation li a:hover {
						background:url('http://server05.abd.it/rmbds/images/A_navSelect_left-over.gif') bottom left no-repeat;
						background-repeat: no-repeat;
					}
					#MainNavigation li a:hover span {
						background:url('http://server05.abd.it/rmbds/images/A_navSelect_right-over.gif') bottom right no-repeat;
						background-repeat: no-repeat;
						cursor:pointer;
					}
					#SecNavigation {
						top:164px;
					}
					#SecNavigation ul li{
						text-transform:none;
					}
					.secNav {
						position:absolute;
						z-index:97;
						display:none;
						top:49px;
					}
					.secNav li {
						list-style:none;
						height:22px;
						line-height:22px;
						background:url('http://server05.abd.it/rmbds/images/A_nav-dropdown-back.gif') left repeat-x;
						text-transform:none;
						width:250px;
					}
					.secNav li.firstnav {
						background:url('http://server05.abd.it/rmbds/images/A_secNav-top-right.gif') top right no-repeat;
					}
					.secNav li.lastnav {
						background:url('http://server05.abd.it/rmbds/images/A_secNav-bottom.gif') bottom right no-repeat;
					}
					#SecNavigation ul.secNav li.all-products {
						height:50px;
						line-height:50px;
						width:250px;
						background:#3d3d3d;
					}
					#SecNavigation ul.secNav li.all-products a {
						height:50px;
						line-height:50px;
						/*width:235px;*/
						text-align:center;
						background:url('http://server05.abd.it/rmbds/images/A_allproducts.gif') 50% 50% no-repeat;
					}
					.secNav a,
					.secNav a:link,
					.secNav a:visited,
					.secNav a:active,
					.secNav a:hover {
						display:block;
						height:22px;
						line-height:22px;
						text-transform:none;
					}
					#SecNavigation ul.secNav a:active,
					#SecNavigation ul.secNav a:hover {
						background:#646464;
						color:#FFF;
					}
					#SecNavigation ul.secNav li.all-products a:active,
					#SecNavigation ul.secNav li.all-products a:hover {
						display:block;
						height:50px;
						line-height:50px;
						text-transform:none;
						background:url('http://server05.abd.it/rmbds/images/A_allproducts.gif') 50% 50% no-repeat transparent;
						color:#FFF;
					}
