/* Document Page Styles For Corporate Mergers Website */
/* Version V1.0.1, 08/01/2008 WBM. */
/* Copyright 2007-2008 property of Corporate Mergers */
/* Produced by Design Atom - www.designatom.com */

/* PAGE LAYOUT */

/* Main Body Style */
body {
	width: 1013px;
	height: 100%;
	background-color: #999999;
	background-image: url(../_images/background.jpg);
	text-align: center;
	align: center;
	margin: 0px auto; 
	border: 0px; 
	padding: 0px; 
}

/* Outer Table Style */
table.container {
	position: relative;
	top: 10px;
	left: 10px;
	width: 1013px; 
	height: 100%;
	background-color: #FFFFFF;
	border-collapse: collapse;
	cellpadding: 0px;
	cellspacing: 0px;
	margin: 0px; 
	border: 0px; 
	padding: 0px; 
	z-index: 10;
}

/* Header Cell */
td.header {
	width: 1013px; 
	height: 78px;
	background-color: #5A7781;
}

/* Menubar Cell */
td.menubar {
	width: 1013px; 
	height: 28px;
	align: center;
	text-align: center;
	background-color: #A93743;
}

/* Left Content Cell */
td.contentleft {
	width: 220px; 
	vertical-align: top;
	background-color: #A93743;
}

/* Main Content Cell */
td.contentmiddle {
	width: 573px; 
	valign: top;
	vertical-align: top;
	background-color: #FFFFFF;
}

/* Right Content Cell */
td.contentright {
	width: 220px; 
	background-color: #F6F0CF;
}

/* Lower Content Cell */
td.contentlower {
	width: 793px; 
	background-color: #BBDBE8;
}


/* Footer Cell */
td.footer {
	width: 1013px; 
	background-color: #5A7781;
}


/* Deals Table Style */
table.deals {
	width: 95%; 
	background-color: #FFFFFF;
	border-collapse: collapse;
	cellpadding: 0px;
	cellspacing: 0px;
	margin: 0px; 
	border: 0px; 
	padding: 0px; 
	z-index: 10;
}

/* Container for holding customer logos */
td.logos {
	width: 40%; 
	align: center;
	vertical-align: middle;
	z-index: 1;
}

/* Container for holding deal details */
td.deals {
	width: 60%; 
	align: left;
	vertical-align: middle;
	z-index: 1;
}


/* Menu Selections */
div.menu1 {
	position: relative; 
	top: 0px; 
	left: 0px; 
	width: 120px; 
	height: 28px;
	float: left;
	align: center;
	background-color: #A93743;
	margin: 0px; 
	border: 0px;
	padding: 0px; 
	z-index: 1;
}

/* Menu Selections */
div.menu2 {
	position: relative; 
	top: 0px; 
	left: 0px; 
	width: 173px; 
	height: 28px;
	float: left;
	align: center;
	background-color: #A93743;
	margin: 0px; 
	border: 0px;
	padding: 0px; 
	z-index: 1;
}

/* Deals Scrollable Container */
div.deals {
	position: relative; 
	top: 0px; 
	left: 0px; 
	width: 553px; 
	height: 500px;
	overflow: scroll;
	margin: 0px; 
	border: 0px;
	padding: 0px; 
	z-index: 1;
}

/* New Row */
div.row {
	width: 100%;
	clear: both;
	text-align: center;
	border: 0px;
	padding: 0px;
	margin: 0px auto;
}

/* Business Listings */
div.listings {
	width: 550px; 
	height: 450px;
	float: left;
	overflow: auto;
	background-color: #FFFFFF;
	margin: 10px; 
	border: 1px solid #5A7781; 
	padding: 10px; 
	z-index: 1;
}

