html {
    font-family:Trebuchet MS;
    margin: 0px 30px;
    background-color: #041633;
}

h1 {
  color:blue;
  display: inline-block;
  text-align: left;
  border-radius: 10px;
  background-color: #FDEDC0;
  font-style: italic;
  padding: 10px;
  margin: 5px 20px 0px 20px;
}

.top_panel {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size:1.5em;
    font-weight: bold;
    padding: 5px;
}

.top_panel a {
    border: 3px solid #041633;
    padding: 15px 10px;
    color: blue;
    text-decoration: none;
    background-color: #FDEDC0;
}
.left_panel {
    text-align: left;
    float: left;
    padding: 25px 15px 15px 3px;
    color: white;
    margin-left: 15px;
}
.shop_pic { 
    display: inline-block;
    margin-left: 15px;
    width: 720px;
    height: 543px;
    background-image: url('/publishImages/index__element32.jpg');
    background-repeat: no-repeat;
    background-position: 0px;
   font-size: 2em;
   color: yellow;
   font-style: italic;
   text-align: center;
}
.header {
    display: inline-block;
    padding: 10px 120px;
    margin-left: 15px;
    color:white;
    text-align: center;
    font-weight: bold;
} 

/* Used by Products */
.prod_heading, .prod_desc {
    color:white;
    text-align: center;
    display: inline-block;
}
.prod_section {
    height:375px;
    width: 350px;
    padding: 15px;
    margin: 15px;
    display: inline-block;
    text-align: center;
}
.page_header {
    font-size: 1.8em;
    color:white;
    text-align: left;
}
.verticalLine {
    border-left: thick solid #ff0000;
}

/*Used by Guarantee*/
.guar_section {
    height:250px;
    vertical-align: top;
    font-size: 1.8em;
    width: 600px;
    color:white;
    margin: 15px;
    display: inline-block;
    text-align: center;
}
td {padding: 1px 5px;}
a:visited {text-decoration: none;}
a:hover{ color:black; text-decoration: underline}
/*a {text-decoration: underline;}*/
.page_open {text-decoration:underline;
    
}