	/**************************************
	 ***** The Sheets Got Some Style. *****
	 **************************************/
	 

html {

	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: auto;
	
}
	 
body {

	background: #000 url('.././images/background_new.jpg') top center repeat-y;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 0;
	font-size: 12px;
	font-family: arial;
	text-align: center;
	width: 100%;
	height: 100%;


}

.ie7fix
{
	
}

.container
{
	position: relative;
	width: 855px;
	margin: 0px auto 0px auto;
	top: 0px;
	text-align: left;
	background: #fff url('.././images/deskpad_rep.png') top center repeat-y;
	/*background: #000 url('.././images/background_new.jpg') top center repeat-y;*/
	height: 100%;

}

.deskpad
{
	background: #fff url('.././images/deskpad_rep.png') top center repeat-y !important;
	position: absolute;
	top: 210px;
	left: 0px;
	width: 855px;
	margin: 0px 0px 120px 0px;
	padding: 0px 0px 170px 0px;

}

/* Items found inside the HEADER CLASS DIV */

.header
{
	position: relative;
	top: 200px;
	left: 0px;
	background: #f9fbfc;
	padding: 0px 0px 0px 0px;

}

.new_top
{
	position: absolute; 
	top: -200px;
	left: -28px;
	z-index: 99999;
}

.deskpad .top
{
	background: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}



.logo  {

	width: 287px;
	height: 204px;
	position: absolute;
	top: -50px;
	left: -40px;
	z-index: 200;
	background: url('.././images/logo.png');
	

}

.mcmtext {


	position: absolute;
	top: 100px;
	left: 280px;
	z-index: 200;
	font-size: 20px;
	font-weight: bold;
	color: black;
	text-align: center;
	

}

.mcmtext .sub
{
	font-size: 13px;
	font-style: italic;
}

.market
{
	position: absolute;
	top: -65px;
	right: -20px;
	z-index: 200;
	width: 423px;
	height: 209px;
	background: url('.././images/market.png');

}

.sticky  {

	position: absolute;
	top: -30px;
	left: 275px;
	width: 120px;
	height: 114px;
	z-index: 200;
	background: url('.././images/sticky.png');
}

/* MENU AREA */

.menu
{
	margin: 20px auto 0px auto;
	width: 810px;
	
}

.menubutton_1, .menubutton_2 
{
	display: block; 
	height: 23px;
	float: left;
	position: relative;
}

.menubutton_1
{
	background: #ff9933 url('.././images/left.jpg') top left no-repeat;
	margin: 0px 5px 0px 0px;
}

.menubutton_2
{
	background: transparent url('.././images/right.jpg') top right no-repeat;
		width: 100px; 
}

.menubutton_text
{
	position: relative;
	top: 3px;
	text-align: center;
	color: #fff;
}

.menubutton_text A:link, .menubutton_text A:active, .menubutton_text A:visited 
{
	color: #fff;
	text-decoration: none;
}


/* page content divs */

.content 
{
	position: relative;
}