body {
	background-position: center top; 
	background-repeat: no-repeat; 
	background-image: url(kiosk/bg1.jpg);
	font-family: Helvetica, Verdana, Arial, sans-serif;
	/*background-attachment: fixed; */
}

/* ---------------------Layout-----------------------*/

#container {
	background-image: url(kiosk/base_bg_green.png);
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	background-position: center bottom;
	background-repeat: repeat-x;
	position: relative;
	z-index: 10;
	border-color: #496144;
	border-width: 1px;
	border-style: solid;
	margin-left: auto;
	margin-bottom: 5px;
	margin-right: auto;
	margin-top: 5px;
	width: 890px;
}

#container2 {
	padding: 0px;
	clear: both;
	background-position: 0px;
	position: relative;
	z-index: 10;
	margin-left: auto;
	margin-bottom: 5px;
	margin-right: auto;
	margin-top: 5px;
	width: 890px;
}

#banner {
	z-index: 10;
	position: relative;
	margin-left: auto;
	margin-bottom: 5px;
	margin-right: auto;
	margin-top: 11px;
	height: 122px;
	width: 872px;
}

#banner img {
	padding-top: 9px;
	padding-left: 9px;
}

/* ---------------------menu-----------------------*/

#menu {
	margin-right: 0px;
	padding: 0px;
	text-align: center;
	list-style:none;
	z-index: 100;
	background-image: url(kiosk/menu.png);
	background-repeat: repeat-y;
	position: relative;
	margin-left: 9px;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 872px;
	clear: both;
}

.menuTop {
	height: 9px;
	width: 872px;
	background-image: url(kiosk/menu_top.png);
	background-repeat: no-repeat;
	margin-left: 9px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 9px;
	padding: 0px;
}

.menuBase {
	height: 9px;
	width: 872px;
	background-image: url(kiosk/menu_base.png);
	background-repeat: no-repeat;
	margin-left: 9px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
}

#menu li {
	display:inline;
	padding: 0;
	margin: 0;
}

#menu a:hover {
	color: #bd0300;
}

#subMenu {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	margin-left: 0px;
	display: block;
	width: 296px;
	background-image: url(kiosk/sub_menu_02.png);
	background-repeat: repeat-y;
	list-style:none;
	z-index: 100;
	position: relative;
	clear: both;
}

#subMenu li {
	margin: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 5px;
	padding-top: 0px;
	color: #595959;
	font-size: 0.9em;
}

#subMenu a {
	font-size: 1em;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin: 0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-decoration: none; color: #001944;
}

#subMenu a:hover {
	color: #980109;
}

/*#subMenu a:visited {
	color: #984800;
}*/

#subMenu ul {
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 10px;
	list-style:none;
	z-index: 100;
	position: relative;
	clear: both;
}

#subMenu ul a {
	color: #1f5c83;
}

/* ---------------------Layout-----------------------*/

#left {
	padding-left: 9px;
	margin-left: 0px;
	z-index: 10;
	margin-bottom: 5px;	
	margin-right: 0;
	margin-top: 8px;
	width: 296px;
	float: left;
}

#left p {
	margin-right: 5px;
	margin-left: 5px;
	color: #626262;
	font-size: 0.8em;
}

#left h2 {
	size: 1.5em;
	text-align: center;
	color: darkred;
	margin-bottom: -5px;
	padding-bottom: 0px;
}

#left #news {
	background-image: url(kiosk/sub_menu_02.png);
	background-repeat: repeat-y;
	width: 286px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
}

#left .news {
	
	margin: 0px;
	padding: 5px;
	line-height: 1.1em;
	/*border-bottom: 1px solid #999;*/
	position: relative;
	display: block;
	font-size: 0.8em;
}

#right {
	z-index: 10;
	margin-top: 8px;
	margin-bottom: 5px;
	margin-right: 10px;
	background-image: url(kiosk/text_top.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 11px;
	width: 562px;
	float: right;
}

#text {
	min-height: 200px;
	z-index: 10;
	padding-right: 5px; 
	padding-left: 5px; 
	border-left-color: white;
	border-right-color: white;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-width: 1px; background-repeat: repeat;
	background-image: url(kiosk/text_bg.png);
	font-size: 0.8em;
	color: #2c2c2c;
}

/* ---------------------Typography-----------------------*/

#text li {
	font-size: 1em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

#text h2 {
	padding-bottom: 0px;
}

p {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding-bottom: 0.5em;
	margin-bottom: 0px;
	margin-top: 0px;
}

#footer {
	padding-bottom: 4px;
	background-image: url(kiosk/feture_bg.png);
	margin-top: 10px;
	position: relative;
	padding-top: 8px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	z-index: 10;
	border-top-color: white;
	border-top-width: 1px;
	border-top-style: solid;
	margin-right: auto;
	margin-left: auto;
	width: 874px;
	clear: both;
}

#footer p { 
	text-align: center; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	padding-right: 0px;  
	color: white; 
	margin: 0px; 
	font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 0.7em;
}

#footer a {
	text-decoration: none; 
	color: white;
	padding-left: 20px;
	padding-right: 20px;
}

a { 
	color: #395a8c;
}

a:hover { 
	color: #b80000;
}

#footer a:hover {
	color: #395a8c;
}

#feture {
	z-index: 10;
	margin-bottom: 10px;
}

#feture p {
	min-height: 63px;
	color: #585858;
	background-image: url(kiosk/feture_bg.png);
	background-repeat: repeat;
	margin-bottom: 5px;
	font-size: 1em;
	padding: 10px;
}

#feture img {
	margin-right: 10px;
	float: left;
}

.strap {
	margin-top: 5px;
	clear: both;
	margin-bottom: 10px;
}

.pict {
	clear: both;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 11px;
	padding-left: 9px;
	margin-bottom: 10px;
	background-image: url(kiosk/pict_frame.png);
	background-repeat: no-repeat;
	position: relative;
	height: 208px;
	width: 277px;
}

.youtube {
	clear: both;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 11px;
	padding-left: 9px;
	margin: 0px;
	margin-bottom: 8px;
	background-image: url(kiosk/pict_frame.png);
	background-repeat: no-repeat;
	position: relative;
	height: 208px;
	width: 277px;
}

#content {
	position: relative;
	z-index: 100;
}

img{
	padding:0;
	margin: 0;
}

a img {
	border: none;
}

#bottomgraphic {
	background: url(kiosk/text_base.png) top left no-repeat;
	width: 562px;
	height: 9px;
}

#valid {
	margin-right: auto;
	position: relative;
	margin-left: auto;
	width: 906px;
}

.small {
	font-size: 0.7em;
}

.centre {
	text-align: center;
}

.img_left {
	float: left;
}

.baseMenu {
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 0px;
	border-left-color: #9c9c9c;
	border-left-style: solid;
	border-left-width: 1px;
	padding-left: 14px;
	padding-bottom: 0px;
	padding-right: 14px;
	padding-top: 0px;
	float: left;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

.basesubMenu {
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-top: 0px;
	margin: 0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

.baseMenuLast {
	border-left-color: #9c9c9c;
	border-left-width: 1px;
	border-bottom-width: 0px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-right-color: #9c9c9c;
	border-right-style: solid;
	border-left-style: solid;
	padding-left: 14px;
	padding-bottom: 0px;
	padding-right: 14px;
	padding-top: 0px;
	margin: 0px;
	float: right;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

#container2 li {
	padding: 0px;
	line-height: 0.7em;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-top: 0px;
	list-style: none;
}

#container2 li li {
	margin-bottom: 0px;
}

#container2 a {
	text-decoration: none;
	color: #425b7f;
	font-size: 0.55em;
	list-style: none;
	padding: 0;
	margin: 0;
}

#container2 a:hover {
	text-decoration: underline;
	color: #26354a;
}

.subTop {
	background-repeat: no-repeat;
	background-image: url(kiosk/sub_menu_01.png);
	padding: 0px;
	margin: 0px;
	width: 296px;
	height: 10px;
	position: relative;
}

.subBase {
	background-repeat: no-repeat;
	background-image: url(kiosk/sub_menu_03.png);
	margin-left: 0px;
	margin-bottom: 8px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	width: 296px;
	height: 10px;
	position: relative;
}

element {
}

#footsteps {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-align: right;
	margin: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 20px;
	clear: both;
	width: 900px;
	display: block;
	position: relative;
}

.clear {
	clear: both;
}

#text .cutout {
	background: white;
	border-style: dashed;
	border-width: 1px;
	border-color: #666;
	padding: 5px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

img[align=left] {
	padding-right: 5px;
}

.pad10base {
	padding-bottom: 10px;
}