/* CSS Document */



body { 
  background-color:#1b646f; 
  margin: 0; 
  padding: 0;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: .7em;
  color:#4A2421;
}
img {
border:0;
}

h1, h2, h3, h4{
color:#711471;
}
h4{
display: inline;
}
h5{
color:#000000;
}
.steps {
color:#ffffff;
background-color:#711471;
}
.pullQuote{
color:#711471; 
font-size:1.2em;
text-align:center;
}
#container{
  background-image: url(../images/main.png); 
  background-repeat: no-repeat; 
  background-position: left top;
  width:998px;
  height:529px;
  margin:auto;
  position:relative;
}
#container.girls{
  background-image: url(/divinitasole/images/girls.png); 
  background-repeat: no-repeat; 
  background-position: left top;
  width:998px;
  height:529px;
  margin:auto;
  position:relative;
}
body.girls{
background-image: url(/divinitasole/images/polkadot_pinkflowers.gif);
}
#productPane{
background:#fff;
border: 7px solid #f067a6;
width:878px;
margin:25px auto;
padding:25px;
text-align:center;
}
#productPane .prodTitle{
text-transform:capitalize;
color:#904098;
font-size:1.5em;
font-weight:bold;
clear:both;
}
#productPane .prodID{
text-transform:capitalize;
color:#f067a6;
color:#00A99B;
font-size:1.5em;
}
#productPane div.prodOuter{
float:left;
width:30%;
margin:10px;
}
#productPane .prod{
display:block;
background:#fff;
width:100%;
}
#productPane .prodColor{
display:block;
color:#fff;
background:#00A99B;
width:100%;
}

#productPane .prod img{
display:inline;
}
#shapePg{
  background-color:#fff;
  width: 780px;
  margin: auto;
  margin-top: 32px;
  padding: 32px 20px 0px 20px;
  position:relative;
}
#shapeFooter{
  position:relative;
  left: 0px;
  margin-top: 32px;
}
#nav{
  width:174px;
  height:170px;
  border:1px solid #94c940;
  background: red url(../images/menu-bg.gif) repeat-x;
  position:absolute;
  left:757px;
  top:67px;
  text-align:left;
}
#shapePg #nav{
  left:600px;
  top:32px;
}
#nav ul{
  margin:0;
  padding:15px;
}
#nav li{
  list-style-type:none;
  margin:0;
  padding:0;
  margin-bottom:10px;
}
#nav a{
color:#94c940;
text-decoration: underline;
}
#nav a:hover{
color:#ea0d8c;
}
#nav a:visited{
color:#94c940;
}
#footer{
  width: 1030px;
  position:absolute;
  bottom: 0px;
  left: 0px;
}
.buyButton{
  font-size:18px;
  color:#711471;
  text-decoration:none;
  padding:4px;
  }