/* Style Sheet for Amore 2 Go - Site made for 1024 x 768 */

/* A2G Logo */
#logo {
margin-left:auto; 
margin-right:auto;
margin-top:auto;
margin-bottom: 10px;
width: 143px;
}

/*Parent Div */

#parent {
margin: 0 auto;
width: 800px;
border:0px solid;
border-radius:15px;
-moz-border-radius:15px;
background-color: #bababa;
box-shadow: 10px 10px 60px 5px #cacaca;
}

/* Rotating Truck Image */
#rotating-truck {
margin: 0 auto;
height: 245px;
width: 800px;
background-image:url('Images/aoktuesdaytruck8.JPG');
border:0px solid;
border-top-left-radius:15px;
border-top-right-radius:15px;
-moz-border-radius-topleft:15px;
-moz-border-radius-topright:15px;
-webkit-border-top-left-radius: 15px;
-webkit-border-top-right-radius: 15px;
}

/* Nav Bar */
#navcon {
margin: 0 auto;
height: 36px;
width: 100%;
background: #9e9e9e; /* for non-css3 browsers */

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaa7a2', endColorstr='#9b9b9b'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#aaa7a2), to(#9b9b9b)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #aaa7a2,  #9b9b9b); /* for firefox 3.6+ */ 
}

#navbar {
margin: 0 auto;
height: 36px;
width: 360px;
text-align: center;
background: #9e9e9e; /* for non-css3 browsers */

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaa7a2', endColorstr='#9b9b9b'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#aaa7a2), to(#9b9b9b)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #aaa7a2,  #9b9b9b); /* for firefox 3.6+ */ 
}

#nav {
width: 400px;
float: left;
padding: 0;
margin: 0 auto;
list-style: none;
text-align: center;
}

#nav li {
float: left;
text-align: center;
}

#nav li a {
display: block;
padding: 8px 15px;
text-decoration: none;
font-weight: bold;
color: #069;
}

#nav li a:hover {
color: #c00;
background-color: #9e9e9e;
}

/* Div Main Body, text area + image carousel */
#body-div {
margin: 0 auto;
width: 800px;
}

#text-area {
width: 700px;
padding: 4px;
margin-top: 50px;
margin-right: auto;
margin-left: auto;
background-color: #cacaca;
}

#twitter-hours {
width: 700px;
margin-top: 20px;
margin-right: auto;
margin-left: auto;
height: 145px;
background-color: #a1a09e;
}

div.tableDrinks {
text-align: center;
}
div.tableDrinks table 
{
margin: 0 auto; 
text-align: left;
}

#image-carousel {
width: 700px;
margin-top: 20px;
margin-right: auto;
margin-left: auto;
background-color: #a1a09e;
}

/* Spacing Div */
#spacing {
width: 700px;
height: 50px;
}

/* Image Carousel */