html {
  margin:0;
  padding:0;
  color:#000;
  font-family: georgia; 
  font-size: 14px;
  background-attachment: fixed;
  background-position: top center;
  background-image:url('http://www.resource-rentals.com/content/background.jpg');
  background-repeat:no-repeat;
  background-color: black;
  }

#frame {
  margin-right:auto;
  margin-left:auto;
  position: relative;
  width:960px;
  }
/*start-header*/
#header {
  
  margin-right:auto;
  margin-left:auto;
  position: relative;
  width: 1087px;
  height: 200px;
  background-image:url('http://www.resource-rentals.com/content/header-bg.png');
  background-repeat:no-repeat;
  } 
#store-info {
  float:left;
  width:285px;
  height:87px;
  display:inline;
  text-align: center;
  margin-top: 70px;
  margin-left: 95px;
  }
#store-info h6 {
  font-family: georgia;
  font-size: 14px;
  font-weight: bold;
  color: #901414;
  display:inline;
  }

#store-info h5 {
  font-family: helvetica, sans serif;
  font-size: 12px;
  font-weight: bold;
  display:inline;
  }   
#logo {
  float: left;
  width: 334px;
  height: 126px;
  margin-top: 30px;
  margin-left: 60px;
  display:inline;
  }
/*end-header*/  

/*start-menu*/
#nav {
  float: left;
  width: 960px;
  height: 30px;
  margin-top: 4px;
  margin-bottom: 4px;
  }
#breadchrumbs {
  float: left;
  width: 960px;
  height: 10px;
  margin-top: 0px;
  margin-bottom: 4px;
  }
#banner {
  float: right;
  width: 720px;
  height: 0;
  }
/*end-menu*/

/*start-left side*/
#col-mid {
  float: left;
  overflow:hidden;
  width: 316px;
  margin-top: 20px;
  padding: 25px 4px 0px 4px;
  #background-image: url('content/bg-left-mid-long.png');
  background-image: url('content/lefty.jpg');
  background-repeat: repeat-y;
}

#col-mid h3 {
  text-align: left;
  font-family: georgia; 
  font-size: 18px;
  font-style: bold;
  font-weight: italic;
  padding-left: 11px;
  padding-top: 10px;
  padding-bottom:0px;
  margin-bottom:-5px;
  width:273px;
  height:47px;
  background-image: url('content/h3-bg.png');
  background-repeat: no-repeat;
  }
 
/*end-left side*/

/*start-right side*/
#content {
  float: right;
  padding-top: 25px;
  width:630px;
  margin-top: 20px;
  background-image: url('content/bg-right.png');
  background-repeat:repeat-y;
  }

/*end-right side*/

/*start-footer*/
#footer {
  float: left;
  margin-right:auto;
  margin-left:auto;
  position: relative;
  text-align: center;
  width: 1055px;
  height: 112px;
  margin-top: 0px;
  padding-top: 25px;
  background-image: url('http://www.resource-rentals.com/content/footer-bg.png');
  background-repeat:no-repeat;
  }
#footer h6 {
  font-family: georgia;
  font-size: 14px;
  font-weight: bold;
  display:inline;
  text-align: center;
  }
/*end-footer*/

#side {
  float: left;
  min-height: 750px;
  height: 100%;
  width: 240px;
  }

.item-list {
  float: left;
  width: 610px;
  height: 83px;
  margin-left: 10px;
  margin-top: 8px;
  margin-bottom: 8px;

  }

.catalog-pic {
  text-align: center;
  float: left;
  margin: 0px;
  width: 100px;
  height: 100px;
  }

.item-pic {
  float: left;
  width: 75px;
  height: 75px;
  }
  
.item-pic img {
  border: 3px solid #c7c7c7;
  }  

.catalog-pic img {
  border: 3px solid #c7c7c7;
  }  

.item-pic img:hover {
  border: 3px solid #000000;
  }  

.catalog-pic img:hover {
  border: 3px solid #000000;
  } 
  
.item-desc {
  float: left;
  margin-left: 16px;
  margin-top: 36px;
  }

.item-pri {
  float: right;
  text-align: left;
  margin-top: 30px;
  margin-right: 4px;
  width: 100px;
  }


#mc-embedded-subscribe, #cfContact, #jot-sub, #rebate, #ajaxSearch_submit {
  color: #000000;
  font-family: helvetica, sans serif;
  font-size: 14px;
  font-weight: bold;
  padding: 0px 4px 0px 4px;
  background-color: #e6e6e6;
  border: 2px solid #4c4c4c;
  }
#mc-embedded-subscribe:hover, #cfContact:hover, #jot-sub:hover, #rebate:hover, #ajaxSearch_submit:hover {
  text-decoration: none;
  background-color: #999999;
  border: 2px solid #4c4c4c;
  }
  
#mce-MMERGE1, #mce-EMAIL, #mce-FNAME {
  text-decoration: none;
  border: 2px solid #4c4c4c;
  padding-left: 4px;
  background-color: #dedec6;

  }
  
#cfMessage, #cfName, #cfFirst-Name, #cfLast-Name, #cfEmail, #cfAddress, #cfCity, #cfState, #cfZip, #cfPhone, #cfhtarea, #cfwdfurn_1, #ajaxSearch_input, #cfName, #cfEmail, #cfRegarding {
  text-decoration: none;
  border: 2px solid #4c4c4c;
  padding-left: 4px;
  background-color: #dedec6;
  }

#LastName{
    position:absolute;
    text-decoration:underline;
    background-color:#CC0000;
    left:0px;
    top:-500px;
    width:1px;
    height:1px;
    overflow:hidden;
}

/*Table for ea CSS*/
.table {
  margin-left: 10px;
  margin-top: 2px;
  }
.table ul {
  float:left;
  margin:0;
  padding:0;
  }
.table ul li {
  list-style:none;
  padding:5px 10px;
  }
.table ul li.title {
  font-family: helvetica, sans serif;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  color: #000000;
  margin-left:2px;
  -moz-border-radius-topleft:7px;
  -moz-border-radius-topright:7px;
  -webkit-border-top-left-radius:7px;
  -webkit-border-top-right-radius:7px;
  background-color: #c7c7c7;
  }
.table ul li.price {
  border: 2px solid #c7c7c7;
  font-family: helvetica, sans serif;
  font-size: 16px;
  font-weight: bold;
  color: #cc0000;
  margin-left:2px;
  -moz-border-radius-bottomleft:7px;
  -moz-border-radius-bottomright:7px;
  -webkit-border-bottom-left-radius:7px;
  -webkit-border-bottom-right-radius:7px;
  background-color: #ffffff;
  }

/*Table for lst CSS*/

.table-lst {
  float: right;
  margin-right: 4px;
  margin-top: 15px;
  display:inline;
  }
.table-lst ul {
  float:left;
  margin:0;
  padding:0;
  }
.table-lst ul li {
  list-style:none;
  padding:5px 10px;
  }
.table-lst ul li.title-lst {
  font-family: helvetica, sans serif;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #000000;
  margin-left:2px;
  -moz-border-radius-topleft:7px;
  -moz-border-radius-topright:7px;
  -webkit-border-top-left-radius:7px;
  -webkit-border-top-right-radius:7px;
  background-color: #c7c7c7;
  }
.table-lst ul li.price-lst {
  border: 2px solid #c7c7c7;
  font-family: helvetica, sans serif;
  font-size: 12px;
  font-weight: bold;
  color: #cc0000;
  margin-left:2px;
  -moz-border-radius-bottomleft:7px;
  -moz-border-radius-bottomright:7px;
  -webkit-border-bottom-left-radius:7px;
  -webkit-border-bottom-right-radius:7px;
  background-color: #ffffff;
  }

input {
  border: none;
  text-decoration: none;
  }

img {
  border:none;
  }

/* Text styling */

table{ 
margin-left: 0px;
}

.table p{
font-size: 11px;
margin-top: 2px;
}

#underline {
  font-family: helvetica, sans serif;
  font-size: 36px;
  font-weight: bold;
  font-style: none;
  margin-left: 52px;
  margin-top: 8px;
  padding-top: 12px;
  padding-left: 10px;
  background-image: url("content/underline-bg.png");
  background-repeat: no-repeat;
  }


#h1 {
  height: 37px;
  font-family: helvetica, sans serif;
  font-size: 24px;
  font-weight: normal;
  font-style: none;
  margin-left: 16px;
  margin-top: 8px;
  padding-top: 8px;
  padding-left: 50px;
  background-image: url("content/h1-bg.png");
  background-repeat: no-repeat;
  }
  
  

.h2 {
  text-align: left;
  font-family: verdana; 
  font-size: 18px;
  font-weight: normal;
  color: #282828;
  margin-left: 0px;
  margin-bottom: 8px;
  padding-bottom: 0px;
  }
  
.h1 {
  font-family: helvetica, sans serif;
  font-size: 24px;
  font-weight: normal;
  margin-top: 20px;
  margin-left: 10px;
  margin-bottom: 5px;
  padding-bottom: 0px;
  }
  
.title {
  font-family: helvetica, sans serif;
  font-size: 18px;
  font-weight: bold;
  font-style: none;
  }
  
.bold {
  font-family: helvetica, sans serif;
  font-size: 14px;
  font-weight: bold;
  }

.label {
  font-family: helvetica, sans serif;
  font-size: 14px;
  font-weight: normal;
  }

.p {
  margin-left: 60px;
  margin-top: 8px;
  padding-right: 8px;
  display:block;
  }

.tcenter {
  text-align: center;
  }

.date {
  font-family: helvetica, sans serif;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  margin-top: -6px;
  margin-left: 60px;
  color: #333333;
  }

.comment {
  margin-top: -10px;
  margin-left: 0px;
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: bold;
  }
  
fieldset {
  border: none;
  }

a:link {
  font-family: helvetica, sans serif;
  font-size: 12px;
  font-weight: bold;
  color: #282828;
  text-decoration: none;
  }

a:visited {
  font-family: helvetica, sans serif;
  font-size: 12px;
  font-weight: bold;
  color: #666666;
  text-decoration: none;
  }

a:hover {
  font-family: helvetica, sans serif;
  font-size: 12px;
  font-weight: bold;
  color: #282828;
  text-decoration: underline;
}

.chrumbs{
  font-family: helvetica, sans serif;
  font-size: 12px;
  }
  
.ans {
  font-family: helvetica, sans serif;
  font-weight: bold;
  font-size:18px;
  color:#ef6c00;
  }

.que {
  font-family: helvetica, sans serif;
  font-weight: bold;
  font-size:18px;
  color:#832079;
  }