@charset "UTF-8";
/*=============================================================
* CSS Document
*
* Filename: pjm_landing.css
* Website: www.pjmorgans.com
* Author: Azzcat Design
* Date: 09/02/2008
* Media: screen
*
* Description: This is style sheet for DEFAULT/HOME/LANDING PAGE ONLY. This style sheet appears SECOND, after pjm_global.css. Main content area width is 800px, footer slightly wider, background image width is 1100px, centered in browser window.
*==============================================================*/

/* menu layout LANDING PAGE ONLY rules */

img {float:left;margin: 0 ;padding: 0;}
	
#logo {
	position: absolute;
	z-index: 100;
	left: 150px;
	top: 140px;
}

.menu_landing {
	padding:0;
	margin:0;
	width: 800px;
	border: 1px solid #D8D9B4;
	text-transform:uppercase;
	list-style-type: none;
}

.menu_landing li {
	background: url(../images/global/menu_bkgd.png);
	text-align: center;
	width: 20%;
	float:left;
	list-style-type: none;
}


.menu_landing a {
	display: block;
	padding: .8em 0;
	text-decoration: none;
	color: #59595b;
}


.menu_landing a:hover {
	background-color: #557E76;
	color: #FFF;
}

#main_content {
	background: url(../images/global/content_bkgd.png) repeat;
	float: right;
	width: 550px;
	border: 1px solid #F2F3CA;
	margin-top: 1em;
	margin-bottom: 2em;
	position:relative;
	text-align: center;
	vertical-align: middle;
	padding:5px 0;
}

#call_out {
	margin-top: 20em;
}

#movie_link {
	background: url(../images/global/content_bkgd.png) repeat;
	float: right;
	width: 550px;
	margin-top: 1em;
	margin-bottom: 0em;
	position: relative;
}



