﻿/*
----------------------------------------
QUT Vending CSS
Version: 3, September 2008
----------------------------------------
*/

* {
    margin: 0;
    padding: 0;
}
a 
{
   color: #fff;
}
html, form {
    height: 100%;
}
body {
    height: 100%;
    color: #fff;
    font: 12px Arial, Verdana;
    background: #0c2641 url(../images/body_bg.jpg) repeat-x;
}
h1 {
    font-family: Arial, Verdana;
    font-size: 13px;
    font-weight: bold;
  
}
h2 {
    font: 14px Arial, Verdana;
    font-weight: bold;
    margin-bottom: 10px;
}
p {
    line-height: 20px;
    margin-bottom: 20px;
    text-indent: 0;
}
img {
    border: none;
}

/* Page Container */
#container {
    height: auto !important;
    height: 100%;
    min-height: 100%;
    width: 860px;
    margin: 0 auto -60px;
    position: relative;
    text-align: left;
}

/********************
    Page Header
********************/

#header {
    height: 87px;
    width: 100%;
    background: #113961;
}

/* Banner */
#banner_left h1 a {
    float: left;
    height: 87px;
    width: 438px;
    background: url(../images/qut_logo.jpg) left no-repeat;
}
#banner_left h1 span {
    display: none;
}
#banner_right {
    float: right;
    position: relative;
    top: 8px;
    height: 87px;
    width: 300px;
    background: url(../images/vending_logo.jpg) left no-repeat;
}

/********************
    Menu
********************/

#menu {
    height: 26px;
    width: 860px;
    font-family: Verdana;
    font-size: 11px;
    position: relative;
}
#menu_left {
    float: left;
    height: 26px;
    width: 10px;
    background: url(../images/menu_left.jpg) left no-repeat;
}
#menu_middle {
    float: left;
    height: 26px;
    width: 746px;
    background: url(../images/menu_middle.jpg) left no-repeat;
}
#menu_middle span {
    display: none;
}
#menu_right {
    float: right;
    height: 100%;
    width: 104px;
    text-align: right;
    background: url(../images/menu_right.jpg) right no-repeat;
}
#menu_nav a {
    float: left;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    margin-right: 1px;
    padding-left: 12px;
    padding-right: 11px;
    padding-top: 5px;
    padding-bottom: 7px;
    background: url(../images/div_bg.jpg) top right repeat-x;
}
#menu_nav a:hover {
    color: orange;
}
#menu_active a {
    float: left;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 12px;
    padding-top: 5px;
    padding-bottom: 7px;
    background: url(../images/div_a_bg.jpg) top right repeat-x;
}
#mobileAd
{
    position: absolute;
    right: 15px;
    top: 5px;
    width: 295px;
    text-align: right;
}
#mobileAd a
{
    text-decoration: none;
}
#mobileAd a:hover
{
    text-decoration: underline;
}
.div {
    float: left;
    height: 26px;
    width: 24px;
    background: url(../images/div.jpg) top right no-repeat;
}
.div_start {
    float: left;
    height: 26px;
    width: 24px;
    background: url(../images/div_a.jpg) top right no-repeat;
}

/********************
    Page Content
********************/

#content {
    height: 100%;
    width: 100%;
    padding-top: 20px;
    font-family: Verdana;
    font-size: 11px;
}

#generalContent 
{
   height: 100%;
   width: 835px;
   padding-top: 5px;
   background: #0C3D68;
   min-height: 400px;
   margin-left: 1px;
   border: solid 1px #255387;
   padding-left: 10px;
   padding-right: 10px;
   font-size: 12px; 
}

#generalContent h1 
{
    border-bottom: solid 1px white;
    font-size: 18px;
    padding-bottom: 2px;
    text-transform: uppercase;
}
/********************
    Footer
********************/

#footer {
    height: 60px;
    width: 860px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    background: url(../images/footer_bg.png) top left no-repeat;
}
#footer_nav {
    padding-top: 10px;
    padding-bottom: 10px;
}
#footer_nav a {    
    color: #fff;
    font-size: 10px;
    text-decoration: none;
}
#footer_nav a:hover {
    color: #d17a34;
}

/********************
    Home Page
********************/

#map {
    float: left;
    height: 500px;
    width: 600px;
    color: #000;
    margin-left: 10px;
    background: #fff url(../images/nomap.jpg) left no-repeat;
}
.topContent 
{
    position: relative;
    margin-top: 2px;
    background: url(../images/locmenu_bg.jpg) no-repeat;
    height: 26px;
    margin-bottom: 10px;
    text-indent: 14px;
    padding-top: 5px;
    width: 860px;
}
#selectLoc
{
    padding: 0px;
    float: left;
    position: relative;
    bottom: 6px;
    line-height: 26px;
}
.topContent input
{
    position: relative;
    top: 1px;
    padding: 0;
    margin: 0;
}
.currentloc
{
    float: right;
    margin-top: 2px;
    margin-right: 13px;
}
.bottomContent
{
    /*background: #115a9d;*/
    margin-top: 18px;  
    text-indent: 10px;
}
#left_col
{
    width: 620px;
    float: left;
    overflow: hidden;
}
#right_col {
    float: right;
    width: 219px;
}
#news {
    float: left;
    padding-top: 20px;
}
#location {
    float: left;
}
#campus 
{
    float: left;
}
#categories {
    float: left;
}
#detailsContent 
{
    padding-left: 15px;
    min-height: 290px;
}
.box {
    height: 100%;
    width: 219px;
    margin-right: 20px;
}
.box .header {
    height: 19px;
    width: 219px;
    text-align: center;
    padding-top: 5px;
    background: url(../images/boxheader.png) left no-repeat;
}
.box .content {
    height: 100%;
    width: 172px;
    margin-left: 15px;
    padding: 10px;
    background: url(../images/mapmenu_bg1.png) bottom no-repeat;
}
.box .content2 {
    height: 100%;
    width: 170px;
    margin-left: 15px;
    padding: 10px;
    padding-bottom: 13px;
    background: url(../images/mapmenu_bg2.png) top no-repeat;
}
.clear {
    clear: both;
    margin: 0;
    padding: 0;
}
.copy {
    color: #55758b;
    font-size: 10px;
    font-weight: bold;
}
.push {
    height: 60px;
    padding-bottom: 20px;
}
.control {
    margin-left: 30px;
    padding: 0;    
}
.control td label {    
    line-height: 20px;
    padding-left: 7px;
}
.smallImage 
{
    width: 100px;
    height: 150px;   
}
.machineName
{
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
    padding-bottom: 5px;
    margin-bottom: 0px;
}
.bottomNews
{
   background: url(../images/newstitle_bg.png) no-repeat;
   height: 26px;
   padding-top: 2px;
   text-indent: 13px;
   font-weight: bold; 
   margin-bottom: 0px;
}
.newsContent
{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    bottom: 2px;
    width: 798px;
    padding: 11px 20px 7px 20px;
    border: 1px #204977 solid;
    border-top: none;
    border-bottom: none;
    background: #0b3d6a url(../images/newsitem_bg.png) bottom no-repeat;
}
.newsBottom
{   
    margin-left: auto;
    margin-right: auto;
    position: relative;
    bottom: 2px;
    height: 9px;
    width: 840px;
    background: url(../images/newsitem_bottom.png) no-repeat;
}

/********************
  Map Key
********************/
#key
{
    /*background: url(../images/key_bg.png) no-repeat;*/
    background: #094474;
    float: left;
    width: 598px;
    height: 45px;
    margin-top: 10px;
    margin-left: 10px;
    border: 1px #115b9d solid;
}
#keyContainer
{
    position: relative;
    top: 7px;
    left: 15px;
}
#spacer
{
    height: 5px;
    width: 600px;
    float: left;
}
.keyColor div
{
    float: left;
    margin-top: 1px;
    margin-right: 4px;
}
.keyColor span
{
    float: left;
    margin-right: 35px;
    width: 67px;
}
#bottleColor
{
    background-color: #ff83e2;
    width: 12px;
    height: 12px;
}
#cansColor
{
    background-color: #ff6154;
    width: 12px;
    height: 12px;
}
#changeColor
{
    background-color: #ffe054;
    width: 12px;
    height: 12px;
}
#coffeeColor
{
    background-color: #a98948;
    width: 12px;
    height: 12px;
}
#comboColor
{
    background-color: #b093ff;
    width: 12px;
    height: 12px;
}
#freshFoodColor
{
    background-color: #43bf37;
    width: 12px;
    height: 12px;
}
#noodlesColor
{
    background-color: #ff8a1f;
    width: 12px;
    height: 12px;
}
#snacksColor
{
    background-color: #d2feff;
    width: 12px;
    height: 12px;
}
#stationaryColor
{
    background-color: #f8f9fb;
    width: 12px;
    height: 12px;
}


/********************
  News Page
********************/
.newsItem 
{
    padding-left: 2px; 
    text-align:left;
    font-size: 12px;
}

.underlinedHeading 
{
    border-bottom: 1px solid white;
    padding-bottom: 2px;
    margin-bottom: 5px;
    font-size: 16px;
    font-family: Verdana, Verdana, Geneva, sans-serif;
    text-transform: uppercase;
}

.newsDate 
{
    font-style: italic;
    font-size: small; 
    font-weight: normal;
}

/*************
Products Page 
***********/
.productImage  
{
    max-width: 300px;
    max-height: 300px;
    float: left;
    padding-top: 10px;
    padding-right: 25px;
}

