﻿/* -- core stylesheet------------------ */
body {
	margin: 0;
	padding: 0;
	background: url(../images/bg.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	position: absolute;
	width: 100%;
}
a:link {
	color: #999999;
}
a:visited {
	color: #aaaaaa;
}

#container {
	width: 100%;
	height: 100%;
}

#header {
	width: 960px;
	height: 200px;
	margin: 0 auto;
}

#page-body {
	float: left;
	width: 100%;
	background: #f1f2ed;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #e4e4dc;
}
#page {
	width: 960px;
	margin: 20px auto 0 auto;
	padding: 0;
}
#content {
	width: 960px;
	background: #f1f2ed;
	margin: 0;
	padding: 0;
}
#upper_menu {
	width: 960px;
	height: 30px;
	text-align: left;
	vertical-align: text-bottom;
}

/* Navigation Menu Principal */
#main_menu {width: 960px; margin: 0 auto; padding: 0;}
#main_menu ul { height: 19px; margin: 3px 0 0 0; padding: 0 0 0 1px; list-style: none; background: url(../images/sep_nav-main.gif) no-repeat; background-position: 0;}
#main_menu li { font: normal 12px/19px Arial, Helvetica, sans-serif; display: inline; }
#main_menu li a { display: block; float: left; color: #535353; text-decoration: none; padding: 0 15px; background: url(../images/sep_nav-main.gif) no-repeat right; }
#main_menu li a:hover { color: #39c; text-decoration: none; padding: 0 15px; background: #f1f2ed url(../images/sep_nav-main.gif) no-repeat right; }


#logo {
	float: left;
	width: 525px;
	height: 170px;
	margin: 0;
	padding: 0;
	display: block;
	background: url('../images/toastbklogo.gif') no-repeat left;
	cursor: pointer;
}
#right_logo {
	float: right;
	width: 430px;
	height: 170px;
	background: url('../images/toastAsianMan.jpg') no-repeat bottom left;
}
#content {
	width: 100%;
	margin: 0px auto;
}
#left_pane {
	float: left;
	width: 200px;
}
#center_pane {
	float: left;
	width: 460px;
	padding-left: 10px;
	padding-right: 10px;
}
#right_pane {
	float: left;
	width: 200px;
}
#footer {
	background: #fff url(../images/bg_footer.gif) no-repeat center;
	color: #606a74;
	font-size: 11px;
	bottom: 0;
	width: 70%;
	text-align: center;
	padding: 0 15%;
}
#footer-container {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	vertical-align:bottom;
}

.footermenu{
width: 100%;
}

.footermenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
list-style:none;
}

.footermenu ul li{
display: inline;
}

.footermenu ul li a{
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
}

.footermenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: black;
}

.menusommet {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.secondmenu {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.footer {
	bottom: 0;
	background-color: #ffffff;
	width: 70%;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 0 15%;
}
.boite {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.texteboite {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}
