body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-image: url("../images/background_sml.jpg");
}

a {
	outline: none;
}


/* Postion the main page and design elements. */
#header, #content, #footer {
	width: 730px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	margin-top: 25px;
	height: 115px;
}

#content {
	margin-top: 8px;
}

/* Style the header. */

#header div#col1, #header div#col2, #header div#col3 {
	float: left;
	height: 100%;
	position: relative;
}

#header div#col1 {
	background-image: url("../images/sprites.gif");
	background-repeat: no-repeat;
	background-position: 0 -275px;
	width: 20px;
}

#header div#col2 {
	background-color: #000;
	width: 690px;
}

#logo {
	background-image: url('../images/sprites.gif');
	background-position: 0px -68px;
	float: left;
	height:79px;
	margin: 13px 0 0 12px;
	text-indent: -7777px;
	width: 140px;
}

#header div#col3 {
	background-image: url("../images/sprites.gif");
	background-repeat: no-repeat;
	background-position: -30px -240px;
	width: 20px;
}

#menu {
	padding: 35px 0 0 255px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu li a {
	display: block;
	float: left;
	background-image: url('../images/sprites.gif');
	text-indent: -7777px;
}

#menu li a.about {
	width: 105px;
	background-position: 0 -34px;
}

#menu li a.about:hover, body.about div#header div#col2 ul#menu li a.about {
	background-position: 0 0;
}

#menu li a.carts {
	width: 95px;
	background-position: -105px -34px;
}

#menu li a.carts:hover, body.carts div#header div#col2 ul#menu li a.carts {
	background-position: -105px 0;
}

#menu li a.kiosk {
	width: 90px;
	background-position: -200px -34px;
}

#menu li a.kiosk:hover, body.kiosk div#header div#col2 ul#menu li a.kiosk {
	background-position: -200px 0;
}

#menu li a.contact {
	width: 90px;
	background-position: -300px -34px;
}

#menu li a.contact:hover, body.contact div#header div#col2 ul#menu li a.contact {
	background-position: -300px 0;
}


/* Style the content. */

#content {
	`
}

#content div#content-top {
	width: 100%;
	height: 30px;
	background-image: url("../images/sprites.gif");
	background-repeat: no-repeat;
	background-position: 0 -200px;
}

#content div#content-main {
	height: 330px;	
	background-color: #000;
	padding: 0 0 0 30px;
}

#content div#content-bottom {
	height: 30px;
	background: transparent url("../images/sprites.gif") no-repeat -70px -200px;
}

#content img {
	float: left;
}

#content h1, #content p {
	margin: 0 35px 15px 430px;
}

#content h1 {
	color: #d30124;
	font-size: 0.80em;
	height: 20px;
	text-indent: -7777px;
	width: 55px;
	background-image: url('../images/sprites.gif');
    background-repeat: no-repeat;
}

#content h1#about {
	background-position: -11px top;
	width: 75px;
}

#content h1#carts {
	background-position: -122px top;
}

#content h1#kiosk {
	background-position: -221px top;
}

#content h1#contact {
	background-position: -315px top;
	width: 75px;
}

#content p {
	font-size: 0.80em;
}

#content p span.contact {
	color: #d30124;
}

/* Style the footer. */
#footer p {
	font-size: 0.6em;
	color: #FFF;
}

#footer p a span#privacy {
	color: #000;
	display: none;
}

#footer a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover span#privacy {
	display: block;
}

