﻿@charset "utf-8";
/* CSS Document */

/**
  * style sheet reference location and cascading usage information
	  *
	  * referenced in /Templates/Desktop_NoSidenavTemplate.ascx
	  *
	  * style sheets used for the Desktop device Default layout
	  * cascade in this order
	  	* /styles/global.css (referenced in /store/main.aspx, /secure/secure.aspx, and /secure/login.aspx) -->
		* /styles/desktop.css (referenced in /Templates/Desktop_HomeTemplate.aspx) -->
		*** /styles/desktop-home.css (referenced in /Templates/Desktop_HomeTemplate.aspx) *** -->
	  *
	  */

#bodycontent {
	float:none;
	width:100%;
	/*min-height:900px;*/
	position:relative;
	left:auto;
	padding-bottom:0;
}

#imgplace
{
	text-align: center;
}

#megabutton
{
	width: 186px;
	
	display: inline-block;
	margin-right: 25px!important;
	
	/* IE Fix */
	zoom: 1;
	*display: inline;
}

menu#breadcrumb
{
	top: -2px!important;
}

/*#sidenav
{
	display: inline-block;
	float: none!important;
	left: 0!important;
	margin-right: 25px!important;
}
*/

#category_menu
{
	/* IE Fix */
	*margin-top: 28px;
	*margin-left: -235px;
}