*{ margin:0px; border: 0px; padding: 0px; }
/*color*/
a{ color: #393939; }
.box { background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%); }/* FF3.6+ */
.box { background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019));  }/* Chrome,Safari4+ */
.box{ background-color: #aa3434; color: white; }
.box { background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%);  }/* Chrome10+,Safari5.1+ */
.box { background: -o-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%);  }/* Opera 11.10+ */
.box { background: -ms-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%);  }/* IE10+ */
.box { background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%);  }/* W3C */
.box { filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );  }header{ color: white; }
.light{ color: white; }
nav{ color: white; }
p { color: #393939; }
section:nth-of-type(1) article:nth-of-type(1){ background-color: #1f6666; color: white; }
section:nth-of-type(1) article:nth-of-type(3){ background-color: #7a9f31; color: white; }
.leftPanel, .rightPanel{ background-color: #7a9f31; color: white; }
section:nth-of-type(2) { background-color: #1F6666; color: white; }

/*decoration*/
a{ text-decoration: none; }
body{ font-family: futura-pt, sans serif; } 
.box{ cursor: pointer; border-radius: 10px; box-shadow: 2px 2px 4px black; }
.headerText{ text-shadow: 1px 1px 3px black; }
h1, h2, h3, h4{ font-weight: 100; }
.imageR{ box-shadow: 2px 2px 4px black; }
section:nth-of-type(2) article:nth-of-type(1) li {list-style-type: none;}

/*size*/
.addressBox{ width: 100%; max-width: 350px; }
body{ width: 100%; font-size: 14pt;} 
.box{ width: 120px;  font-size: 1em; }
h1{ font-size: 3rem;}
h2{ font-size: 2.5rem; }
h3{ font-size: 1.75rem; }
h4{ font-size: 1.25rem; }
#headerImage { width: 100%; }
label{ width: 100%; max-width: 190px; }
.leftPanel{ width: 43%; }
p { font-size: 1.1rem; }
.light{ color: white; }
.rightPanel{ width: 43%; }
section:nth-of-type(2) article:nth-of-type(3){ font-size: .95rem; }
ul { font-size: 1.1rem; }

/*position*/
article{ padding: 1rem 1rem; }
.box{ display: inline-block; padding: 8px; text-align:center; margin-bottom: 8px; margin-top: 3px; }
.centeredTitle { text-align: center; }
.clear{ clear: both; }
#headerImage{ position:absolute; z-index: -100; }
h1, h2, h3, h4{ display:inline-block; margin: .2em 0px; }
.hidden{ display: none; }
.imageR{ float:right; margin: 8px; }
label{ display:inline-block; }
.leftPanel,.rightPanel{ float: left; margin: 15px 2.2%; }
section:nth-of-type(1) .title{ text-align: center; }
nav{ margin: auto; width: 60%; text-align: justify; }
nav:after { content: ''; width: 100%; display: inline-block; }
p { display:inline-block; text-align:left; line-height: 180%; padding: 0px 20% 10px; }
section:nth-of-type(2) article:nth-of-type(1){ display:block; float: left; width: 30%; }
section:nth-of-type(2) article:nth-of-type(2){ display:block; float:left; width: 60%; }
section:nth-of-type(2) article:nth-of-type(3){ clear:both; text-align: center; 
#shoppingCart{ text-align: left; }
#show1:hover> p  { display:block; }
#show2:hover > p { display: block; }
#show3:hover > p { display: block; } 
#show4:hover > p { display: block; }
#show5:hover > p { display: block; }
table{ margin: 15px auto; }
td{ padding: 13px; }
th{ display:inline-block; margin-right: 2em; }
tr{ line-height: 200%; }
.tright{ text-align: right; }
ul { line-height: 220%; padding: 0px 20% 10px;}

