@charset "utf-8";
body{
	font-size:62.5%;
	background:#ffffff url(../images/mainPageShadows.gif) center fixed no-repeat;
	font-family:Arial, Helvetica, sans-serif;
}

#mainContent {
	width: auto;
	margin:0px auto;
	background-color:#ffffff;
}
/*-----------------------------------------------------------*/
/* -----------------------  Hide Stuff    -------------------*/
/*-----------------------------------------------------------*/
#menuTop ul,
#menuBottom,
#mainContent #header #searchBtn,
#searchArea,
#mainContent #header #allUsers, 
#mainContent #header #regUsers, 
#mainContent #header #tempUsers,
#mainContent #footer
{
	display:none;
}


#mainContent #header{

}

#mainContent #header #mainMenu {

}
#mainContent #bodyArea{
	margin-top:0;
}

/*-----------------------------------------------------------*/
/* -----------------------  Lists Print   -------------------*/
/*-----------------------------------------------------------*/

.listPage #secondaryContent,
.listPage #headerTitleBlock,
.listPage .compareLink,
.listPage .productDownloads,
.listPage .productFunctions
 {
 	display:none;
 }

.listPage #primaryContent{
	margin:0 auto;
}

.listPage .primaryProductInfo{
	width:75%;
}
 
 
