/***** Homepage Stylesheet *****/

@import url("global.css");

body {
background-color:#84d2eb;
}

.intro-txt {
color:#17647d;
}
.intro-txt h2 {
font-weight:bold;
}


.feature {
width:357px;
height:295px;
padding:16px 20px 0 563px;
margin-bottom:40px;
background:#fff url("../img/home-feature.jpg") no-repeat;
line-height:150%;
}
.feature-item {
margin-bottom:5px;
font-size:0.9em;
line-height:140%;
}
.feature-item a {
color:#e95d04;
font-weight:bold;
font-size:1.2em;
}
.feature p { margin-top:10px; padding:0; }

.products.border-left, .products.border-right {
float:left;
height:296px;
width:5px;
}
.products.border-left {
background:url("../img/home-product-bg-l.gif") no-repeat 0px 95px;
}
.products.border-right {
background:url("../img/home-product-bg-r.gif") no-repeat 0px 95px;
}
.products .product {
position:relative;
float:left;
width:250px;
height:296px;
padding-left:35px;
margin:0;
background:url("../img/bg-a7e1f3.gif") repeat-x 0px 95px;
}
.products .product .button {
position:absolute;
z-index:99;
top:120px;
left:105px;
width:180px;
height:39px;
}
.products .product.left .button { background:url("../img/btn-eat-at-home.gif") no-repeat; }
.products .product.middle .button { background:url("../img/btn-go-out.gif") no-repeat; }
.products .product.right .button { background:url("../img/btn-do-both.gif") no-repeat; }
.products .product .button a { 
display:block;
width:100%;
height:100%;
}
.products .product .button a span { display:none; }
.products .product.left, .products .product.middle { padding-right:20px; }
.products .product.right { padding-right:35px; }
.products .product .info { width:220px; margin-top:8px; }
.products .product .title { margin-bottom:6px; line-height:120%; }
.products .product .description { font-size:12px; }


.newsletter-form {
position:relative;
height:57px;
margin:25px 0 30px 0;
padding:25px;
font-size:0.75em;
color:#2d66ba;
background:url("../img/newsletter-form-bg.png") no-repeat;
}
.newsletter-form div {
float:left;
margin-left:20px;
}
.newsletter-form h3 {
font-size:1.7em;
margin-bottom:5px;
}
.newsletter-form .description {
width:300px;
line-height:140%;
margin-left:0px;
}
.newsletter-form label {
display:block;
margin-bottom:5px;
font-size:1.1em;
font-weight:bold;
}
.newsletter-form input[type="text"] {
width:184px;
height:25px;
padding:4px 4px 0 4px;
font-size:1.2em;
color:#555;
border:3px solid #b7d6d8;
}
.newsletter-form input[type="text"]:focus { background-color:#d3f7f9; border-color:#a6c2c4; }
.newsletter-form .privacy {
width:130px;
margin:0 0 5px 0;
padding:0;
font-size:0.95em;
text-align:center;
}
.newsletter-form input[type="submit"] {
position:absolute;
top: 47px;
height:35px;
width:130px;
font-size:1.2em;
color:#fff;
font-weight:bold;
cursor:pointer;
background-color:#3b87f5;
border:1px solid #2d66ba;
}


#copyright { color:#2a5460; }