/* 
	modulr base styles 
	
	orange: #f26531
	gray:	#58585a
	
*/


/* TYPOGRAPHY ########## */

h1 {font: bold 17px/19px Arial, Helvetica, sans-serif; margin:0; margin-bottom:10px;}
h2 {font: bold 15px/18px Arial, Helvetica, sans-serif; margin:0; margin-bottom:10px;}
h3 {font: 100 15px/18px Arial, Helvetica, sans-serif; margin-top:30px;  }
h4 {font: normal 13px/16px Arial, Helvetica, sans-serif; margin-top:10px; margin-bottom:50px; }


p {margin:2px 0 12px 0; font-size:11px; line-height:16px; }

a:link, a:visited {text-decoration: underline; color: inherit;}
a:hover, a:active {text-decoration: underline; color: inherit;}

a#logo  {display: block; }


/* PAGE STRUCTURE ########## */

body {
	background: #fff;
	font: 12px/15px Helvetica, Arial, sans-serif;
	width:100%;	
	height:101.1%;
}

#left-wrap {display:none;
}

#right-wrap {display:none;
}

a#logo  {display: block; 
	width:196px; height: 63px; 
	background: url('../img/logo_modulr.png') no-repeat;
	text-indent: -999px;
	z-index:5000;
	}

#content { }

.info_block {width: 100%; padding:10px; border-top:1px solid #ccc; margin: 0;}



/* FOOTER ###### */
#footer { display:none; }

	
/* NAVIGATION ############ */

ul#main_nav { display:none;}


/* SUBNAV ############ */
#ac_nav {display:none;  }

/* HOMEPAGE ############ */

/* NOTIFY BOX ############# */
#notifybox {
	display:none !important;
}

/* secondary pages */

.answer {margin-bottom: 10px; border-bottom: 1px solid #efefef;}

table {margin-bottom:15px;}
table td {padding:3px 5px; font-size:10px; line-height:12px;}	
	
td.header {font-weight:bold; background:#eee;}
td.header2 {font-weight:bold;}
td.indent {text-indent:10px;}
	
	
#shopping_cart {	
	display:none !important;
}	
	
