/* 
general styles 
*/

body {
    width: 300px;
    height:250px;
    margin: 0 auto;
}

#banner {

    width: 298px;
    height: 248px;
    margin: 0 auto;
    background-color: #ffffff;

    border: 1px #5ea000 solid;
}

.container {

    position: absolute;
    overflow: hidden;

    font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
    font-size: 24px;
    color: #363636;
	letter-spacing: -.03em;

    text-align: left;
}

#banner_btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 250px;
    z-index: 300;

    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    background: white;
}

#banner_btn:hover {
    cursor: pointer
}


/* 
font styles 
*/

p {
    font-size: 12px;
    font-weight: 100;
    color: antiquewhite;
    padding: 20px;
    text-align: left;
}

h1 {
	font-size: 24px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.green {
	color: #5ea000;
	font-weight: 600;
}

h2 {
    font-size: 32px;
    font-weight: normal;
    line-height: 1.05em;
    margin: 0;
    padding: 0;
    color: #ffffff;
}

.url {
	font-size: 35px;
	font-weight: 600;
}

h3 {
    font-size: 18px;
    font-weight: 100;
    color: antiquewhite;
    padding: 20px;
    text-align: left;
}

/* Enjoy grocery delivery ...*/
#copy1 {
    position: absolute;
    top: 164px;
    left: 31px;
    width: 260px;
    height: 60px;
    overflow: hidden;
    z-index: 10;
}

/* Shop online */
#copy2 {
    position: absolute;
    top: 24px;
    left: 350px;
    width: 220px;
    height: 80px;
    overflow: hidden;
    z-index: 10;

}

#copy2 img {
    margin: -130px 0 0 0;
}

#logo {
    position: absolute;
    top: 30px;
    left: 5px;
    width: 292px;
    height: 111px;
    overflow: hidden;
    z-index: 10;
}

/* peaches */
#product_1 {
    position: absolute;
    top: 149px;
    left: 350px;
    width: 130px;
    height: 110px;
    overflow:hidden;
    z-index: 150;
}

#product_1 img {
    margin: -220px 0 0 0;
}

/* mushrooms broccoli */
#product_2 {
    position: absolute;
    top: 3px;
    left: 429px;
    width: 110px;
    height: 90px;
    overflow:hidden;
    z-index: 50;
}

#product_2 img {
    margin: -330px 0 0 0;
}

/* lemons */
#product_3 {
    position: absolute;
    top: 136px;
    left: 475px;
    width: 100px;
    height: 90px;
    overflow:hidden;
    z-index: 50;

}

#product_3 img {
    margin: -630px 0 0 0;
}

/* avocado */
#product_4 {
    position: absolute;
    top: 145px;
    left: 580px;
    width: 80px;
    height: 80px;
    overflow:hidden;
    z-index: 50;

}

#product_4 img {
    margin: -730px 0 0 0;
}

/* shopping bag */
#product_5 {
    position: absolute;
    top: -16px;
    left: 502px;
    width: 170px;
    height: 200px;
    overflow:hidden;
    z-index: 10;

}

#product_5 img {
    margin: -800px 0 0 0;
}

#pea {
    position: absolute;
    top: -26px;
    left: 330px;
    width: 190px;
    height: 190px;
    overflow:hidden;
    z-index: 50;
}

#pea img {
    margin: -440px 0 0 0;
}


#copy2 img, #pea img, #product_1 img, #product_2 img, #product_3 img, #product_4 img, #product_5 img {

    -webkit-filter: drop-shadow(1px 1px 5px #363636);
    filter: drop-shadow(1px 1px 5px #363636);
}

#truck {
    position: absolute;
    top: 121px;
    left: -240px;
    height: 120px;
	width: 240px;
	padding: 5px;

    overflow:hidden;
    z-index: 100;
}

#truck_1 img {

	-webkit-filter: drop-shadow(0px 2px 1px #363636);
    filter: drop-shadow(0px 2px 1px #363636);
}

#copy2 img {

	-webkit-filter: drop-shadow(1px 1px 5px #000000);
    filter: drop-shadow(1px 1px 5px #000000);
}


#truck_1 {
}

#truck_1 img {
    margin: 0;
}


#truckWheel_1, #truckWheel_2 {
    position: absolute;
    width: 22px;
    height: 22px;
    z-index: 1;
    overflow:hidden;
}

#truckWheel_1 {
	margin: 80px 0 0 129px;
}

#truckWheel_2 {
	margin: 80px 0 0 48px;
    transform: scale(0.92, 0.92);
    -ms-transform: scale(0.92, 0.92);
    -webkit-transform: scale(0.92, 0.92);
}


#truckWheel_1 img, #truckWheel_2 img {
    margin: 0 0 0 -250px;
}

#table {
    position: absolute;
    top: 0px;
    left: 300px;
    width: 1500px;
    height: 250px;
    z-index: 1;
}

.table_1, .table_2 {
    float:left;
    width: 300px;
    height: 250px;
    background: url('../images/bg.jpg') left top no-repeat;
}

.table_2 {

    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

#cta {
    position: absolute;
    top: 134px;
    left: 365px;
    width: 97px;
    height: 37px;
    overflow: hidden;
    z-index: 200;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    -webkit-box-shadow: 1px 1px 5px #363636;
    -moz-box-shadow: 1px 1px 5px #363636;
    box-shadow: 1px 1px 5px #363636;
}


#cta_btn {
    position: absolute;
    left: 0px;
    width: 97px;
    height: 37px;

    z-index: 0;
    background: url('../images/cta.png') left no-repeat;

}

#cta_btn2 {
    position: absolute;
    top: 1px;
    left: 0px;
    width: 97px;
    height: 37px;

    z-index: 1;
    background: url('../images/cta.png') -98px 0 no-repeat;
        
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}


#bottomBar {
    position:absolute;
    top: 215px;
    left: 0px;
    width: 298px;
    height: 35px;
    border-top: 1px #5ea000 solid;

    background-color: #ffffff;
    z-index:2;

    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}


#main_image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform: translate3d(0, 0, 0)
}

.layout {
    display: none;
}


/* for testing */

/* 


#table, #bottomBar, #cta, #product_3, #product_4, #product_5 {
    display: none;
}

.container {
    overflow:visible;
}


.layout {
    display: block;
    width:300px;
    height:250px;
    background: url("../images/frames_300x250/3.jpg") repeat-x;
}

*/