/***** styles and structure for wide image, tabs and sidebar with action calls *****/

#content {											/* remove padding and bg */
	padding:0;
	/*background:url('/Templates2008/images/interface/WI-Tabs-SBAC-bot-vtall.gif') bottom left no-repeat;*/
	background:transparent;
	margin-bottom:0;
}
#content_wi {										/*** wide image (was #masthead) ***/
    width:960px;
    height:283px;
	margin-bottom:20px;
}
	#content_wi p.wi_preline {						/*** product title on image ***/
		font-size:2.3em;
		font-weight:normal;
		margin-top:-245px;
		margin-left:450px;
		color:#728894;
		text-transform:uppercase;
	}
	#content_wi p.wi_text {							/*** sub-text on image ***/
		font-size:2.8em;
		font-weight:bold;
		margin-top:15px;
		margin-left:500px;
		color:#434237;
		text-transform:uppercase;
	}
	#content_wi p.wi_tagline {						/*** tagline on image ***/
		font-size:20px;
		font-weight:bold;
		margin-top:75px;
		margin-left:510px;
		color:#434237;
	}

	#main_panel {
		background:url('/Templates2008/wfm/images/common/top-right-content2.gif') top left no-repeat #F3F3F3;
	}
		
		#mi_image {
			width:710px;
			float:left;
			padding-bottom:15px;
			background:#c0cacf;
		}
		/*
			#tabs li {
				display:block;
				float:left;
				background:url('/Templates2008/images/interface/left.gif') top left no-repeat;
				height:38px;
				line-height:38px;
				text-align:center;
				padding:0;
				margin:0 1px 0 0;
			}
			#tabs a {
				background:url('/Templates2008/images/interface/right_2.gif') top right no-repeat;
				display:block;
				float:left;
				height:38px;
				line-height:38px;
				padding:0 25px;
				color:#FFF;
			}
			*/
		#pagecontent {
			clear:both;
			padding:25px;
			
			background:url('/Templates2008/images/interface/mp-bot.gif') bottom left no-repeat;
			width:660px;
		}
		#pagecontent p, #pagecontent img {
		}
			table#GenericNormal {
				width:630px;
				margin:0;
				padding:0;
			}
				table#GenericNormal th {
					text-align:left;
				}
				table#GenericNormal td {
					padding:0 5px;
				}	
	
	#sidebar {
		position:relative;
	}
	
	
	
