/* home.css */

#wrapper{
  width:1028px;
  height:1400px;
/* Center the wrapper */
  margin: 0 auto;
  background-color: #000000;
}

#wrapper h1{
  display:block;
  position:absolute;
  height:30px;
  width:1028px;
  margin-top:280px;
}

body{
  background-image:url(/images/body/page-redbg2.jpg);
  background-repeat:repeat;
}

#header{
  display:block;
  position:absolute;
  height:191px;
  width:1028px;
  margin-top:0px;
  margin-bottom:-7px;
}

#main_nav{
  display:block;
  position:absolute;
  height:261px;
  width:1028px;
  margin-top:200px; 
}

#content{
/* Left margin must match leftcolumn width */
  display:block;
  position:absolute; 
  height:180px;
  width:690px;
  margin-top:590px;
  margin-left:338px;
}

/*---------------------Store Front------------------------------*/
#store{
  display:block;
  position:absolute; 
  background-image:url(/STORE/body-images/rpmm-store-container.png);
  background-repeat:no-repeat;
  background-position:2px,0px;
  height:660px;
  width:1028px;
  margin-top:348px;
  padding-top:31px;
  padding-left:33px;
}

#map{
  display:block;
  position:absolute; 
  height:180px;
  width:700px;
  margin-top:750px;
  margin-left:328px;
}

#googlemap{
  display:block;
  position:absolute; 
  height:207px;
  width:346px;
  margin-top:1000px;
  margin-left:630px;
}

#map img{
 display:block;
 margin-top:205px;
 padding-right:7px;
 padding-left:0px;
}

#content p{
  padding-top:0px;
  padding-left:25px;
  padding-right:17px;
}

#map p{
  margin-top:225px;
  padding-left:33px;
  padding-right:0px;
}

#content img{
 display:block;
 margin-top:0px;
 padding-right:5px;
 padding-left:25px;
 padding-bottom:0px;
}
 
#promo{
/* Remember, content left margin must match this width */
 background-image:url(/images/body/side-bg2.jpg);
 background-repeat:no-repeat;
 display:block;
 position:absolute;
 width:338px;
 height:925px;
 float:left;
 display:inline;
 margin-left:10px;
 margin-right:10px;
 margin-top:332px;
}

/*---------------------Specials Form------------------------------*/
#specials2{
 display:block;
 position:absolute;
 width: 245px;
 height:260px;
 margin-left: 42px;
 margin-top:881px;
 padding: 1px;
}

/*------------------------------Footer--------------------------*/
/* copyright */
#footer{
  display:block;
  position:absolute;
  height:130px;
  width:1028px;
  margin-top:1270px;
}

#footer p{
  display:block;
  width:1028px;
  height:80px;
  position:absolute;
  margin-left:0px;
  margin-top:20px;
}

#social_media{
  display:block;
  width:230px;
  height:42px;
  position:absolute;
  margin-left:400px;
  margin-top:85px;
}

/*---------------BBB Policy---------------------*/

#policy a:link { 
  color : #bc0808;
  text-decoration:underline;
  font-weight:bold;
  font-size:13pt; 
} 

#policy a:visited { 
  color : #e00808; 
  text-decoration:underline;
  font-weight:bold;
  font-size:13pt;
} 

#policy a:hover { 
  color : #e00808;
  text-decoration:underline;
  font-weight:bold;
  font-size:13pt; 
}

