body {

	background-color: #436545;

	color: #333333;
	font-size: 10pt;
	line-height: 1.50;
	font-family: Helvetica, Arial, sans-serif;
	padding: 0px;
	margin: 0px;
	background-repeat: repeat;
	background-image: url(../images/MWLinenBG.jpg);
}



h1 {
	font-style: normal;
	font-weight: normal;
	text-align: center;
	font-size: 30pt;
	font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;

	color: gray;
}


h1.H1AndAHalf 
{
	padding-top: 20px;
	font-size: 20pt;
}


h2 {
	font-style: normal;
	color: #4c4c4c;
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,Tahoma,sans-serif;
	font-weight: normal;
}

a.h2Link
{
	text-decoration: none;
	color: #4c4c4c;
}


a.h2Link:hover
{
	text-decoration: underline;
	color: blue;
}


a img {
	border-style: none;
}


img.CornerLogo
{
	left: 6px;
	top: 4px;
	position: absolute;
}

img.ImageWrap 
{
	float: left;
	padding-right: 10px;
}


div.NavigationBarBG 
{
	background-image: url(../images/NavBarBG.png);
	background-repeat: repeat-x;
	z-index: 0;
	left: 0px;
	top: 0px;
	position: absolute;
	width: 100%;
	height: 52px;
}


div.NavigationBar {
	top: 0px;
	z-index: 1;
	position: absolute;
	text-shadow: 1px 1px 1px white;
	text-decoration: none;
	height: 45px;
	width: 100%;
	
	color: #4c4c4c;
	text-align: center;
	font-size: 10pt;
	font-family: "American Typewriter", Courier, "Courier New", Monaco, monospace;
}


p.NavigationBar {
	padding-top: 8pt;
	margin: 0px;
	text-decoration: none;
}


a.NavigationBar
{
	text-decoration: none;
	color: #4c4c4c;
}


a.NavigationBar:hover
{
	color: blue;
}


div.StoreBoxHeader
{
	background-image: url(../images/StoreBoxBG-Top.png);
	background-repeat: no-repeat;
	
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 70px;
	padding: 0px;
	height: 60px;
	width: 800px;
}


div.StoreBoxBody
{
	background-image: url(../images/StoreBoxBG-Mid.png);
	background-repeat: repeat-y;
	
	padding: 0px;
	left: auto;
	right: auto;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: auto;
	width: 800px;
}


div.StoreBoxFooter
{
	font-size: 8pt;
	color: #666666;
	background-image: url(../images/StoreBoxBG-Bottom.png);
	background-repeat: no-repeat;
	
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	height: 60px;
	width: 800px;
}


div.StoreContentWrapper
{
	padding-right: 60px;                   
	padding-left: 60px;
}


div.CopyrightBlock 
{
	text-shadow: 0px 2px 2px black;
	margin: 25px;
	text-decoration: none;
	
	color: white;
	text-align: center;
	font-size: 9pt;
	font-family: "American Typewriter", Courier, "Courier New", Monaco, monospace;
}

.store-page-product-customer .EduBox,
.store-page-confirm .EduBox
{
	display: block;
}


.store-product-option-title
{
	font-size: 16px;
}


.store-product-option-description
{
	font-size: 12px;
}

.RT2OptionGroup
{
	margin-top: 10px;
}


/* Retina Graphics */

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {

  body 
  {
    background-image: url(../images/MWLinenBG@2x.jpg);
    background-size: 300px 300px;
  }
  
  div.NavigationBarBG 
  {
	background-image: url(../images/NavBarBG@2x.png);
	background-size: 1px 52px;
  }
  
  div.StoreBoxHeader
  {
	background-image: url(../images/StoreBoxBG-Top@2x.png);
	background-size: 800px 60px;
  }
  
  div.StoreBoxBody
  {
	background-image: url(../images/StoreBoxBG-Mid@2x.png);
	background-size: 800px 60px;
  }


  div.StoreBoxFooter
  {
	background-image: url(../images/StoreBoxBG-Bottom@2x.png);
	background-size: 800px 60px;
  }
}

