/*
 Juice City homepage css
*/

@import	url("./juicecity.css");

#content { 
 margin: 0px 0px 0px 0px;
 padding: 0px 0px;
 height: 1142px;
/* height: 1045px; */
/* height: 875px; */
 width: 925px;
 float: left;
 background-color: #faef58;
 background-image: url("./backdrop-mealplan2.gif");
 background-position: bottom right;
 background-repeat: no-repeat;
 background-color: black;
 overflow: auto;
 color: white;
 font-size: 13pt;
/* border: 1px solid purple; */
}

#topcontent {
 float: left;
 position: relative;
 width: 925px;
 height: 150px;
 text-align: center;
/* border: 1px solid green; */
}

#bottomcontent {
 float: left;
 position: relative;
 text-align: center;
 width: 925px;
 height: 717px;
 overflow: auto;
/* border: 1px solid red; */
}

p.heading {
 float: left;
 position: relative;
 background: #ec8e1c;
 font-weight: bold;
 height: 30px;
 width: 925px;
 font-size: 20pt;
 border-top: 3pt solid yellow;
 border-bottom: 3pt solid yellow;
 padding: 0;
 margin: 0;
 color: #934329;
 text-align: left;
 background-image: url("./heading.gif");
 background-repeat: no-repeat;
 background-position: center center;
}

.section {
/* border: 1px solid green; */
 text-align: center;
 color: #fff;
 margin: 15px 15px 15px 15px; 
}

.testimonial {
 text-align: center;
/* border: 1px solid green; */
/* border-top: 2px solid red; */
/* border-bottom: 2px solid red; */
 color: #fff;
 height: 167px;
}

dl.testimonial {
 float: left;
 position: relative;
 display: inline;
}

.quote, .alt-quote {
 width: 741px;
 height: 167px;
/* border: 1px solid silver; */
}

.thumbnail, .alt-thumbnail {
 width: 179px;
 height: 167px;
/* border: 1px solid purple; */
}

dl dt.quote, dl dt.alt-thumbnail {
 float: left;
 text-align: left;
 position: relative;
 display: inline;
}

dl dt.alt-quote, dl dt.thumbnail {
 float: right;
 text-align: right;
 display: inline
}

.signup {
 float: left;
 width: 925px;
 position: relative;
 margin-top: 95px;
}

a {
 color: black;
 text-decoration: none;
}