html {
	height: 100%;
}

body, ul, li, h1, h2, h3, p, form, img {
	margin: 0;
	padding: 0;
	border: 0;
}

table {
	border-collapse: collapse;
}

ul {
	list-style: none;
}

p {
	margin-bottom: 1em;
}

body {
	height: 97%;
	color: #333;
	background-color: #eee;
}

body, td {
	font-family: Trebuchet MS,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 18px;
}

/* body {
	background: url(/img/wallpaper.gif);
}*/

a {
        color: #75777b;
}

div#container {
	position: relative;
	min-height: 100%;
	margin: 0px 0px 0 0;
	width: 979px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 4px;
	background-color: #fff;
	background: url(/img/bg_container.png);
}

* html div#container {
	height: 100%;
}

div#content {
	background-color: #fff;
}

div#twitter {
	position: absolute;
	left: 0px;
	top: 90px;
}

div#header {
	background-color: #fff;
	margin-top: 10px;
	padding-top: 70px;
}

div#header div.login {
	position: absolute;
	top: 0;
	left: 4px;
	padding: 4px 6px;
	color: #fff;
	background-color: #333;
}

div#header div.login a {
	color: #fff;
	text-decoration: none;
}

a#logo {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 100px;
	height: 100px;
	margin: 9px 10px 0 800px;
	background: url(/img/247_logo.gif) 0 0 no-repeat;
}

/* a#appstore {
	position: absolute;
	display: block;
	width: 100px;
	height: 33px;
	top: 30px;
	left: 760px;
	background: url(/img/appstore.png) 0 0 no-repeat;
} */

div#payoff {
	position: absolute;
	color: #333;
	top: 10px;
	/* left: 520px; */
	right: 124px;
}

div#left {
	float: left;
	width: 630px;
	padding: 26px 20px 40px 20px;
}

div#full {
	padding: 26px 20px;
}

div#content h1 {
        font-family: Trebuchet MS,Helvetica,sans-serif;
        font-size: 20px;
        line-height: 30px;
	margin-bottom: 6px;
        font-weight: bold;
        color: #333;
}

div#left h2, div#full h2 {
        font-family: Trebuchet MS,Helvetica,sans-serif;
        font-size: 18px;
        line-height: 20px;
        font-weight: bold;
        color: #333;
}

div#left h3, div#full h3 {
        font-family: Trebuchet MS,Helvetica,sans-serif;
        font-size: 14px;
        line-height: 20px;
        font-weight: bold;
        color: #333;
}

div#right {
	float: right;
	width: 250px;
	margin: 20px;
	padding-bottom: 0;
}

/* footer */
div#footer {
	position: relative;
	width: 979px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -30px;
	background-color: #968a81;
}

div#footer div {
	position: absolute;
	right: 0;
	padding: 3px 10px;
	color: #fff;
	font-family: arial;
	font-size: .9em;
	/*
	padding: 3px 10px;
	text-align: right;
	color: #fff;
	font-family: arial;
	font-size: .9em;
	*/
}

div#footer a {
	color: #fff;
}

div#modalPage {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px; left: 0px;
}

div.modalBackground {
    filter: Alpha(Opacity=40); -moz-opacity:0.4; opacity: 0.4;
    width: 100%; height: 100%; background-color: #999999;
    position: absolute;
    z-index: 100;
    top: 0px; left: 0px;
}

/* clearfix */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hide from IE Mac \*/
.clearfix {display:block;}
html .clearfix {height: 1%;}
/* End hide from IE Mac */

div.buttons a, div.buttons button {
	display: block;
	float: left;
	margin: 0 7px 0 0;
	background-color: #968a81;
	border: 1px solid #dedede;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	line-height: 130%;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	padding: 5px 10px 6px 7px; /* Links */
}

div.buttons button {
	width: auto;
	overflow: visible;
	padding: 2px 10px 1px 7px; /* IE6 */
}

div.buttons button[type] {
	padding: 3px 10px 3px 7px; /* Firefox */
	line-height: 17px; /* Safari */
}

*: first-child+html button[type]{
	padding: 4px 10px 3px 7px; /* IE7 */
}

div.buttons button img, .buttons a img{
	margin: 0 3px -3px 0 !important;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
}

div.msg {
	background-color: #ffffcc;
	margin: 10px;
	padding: 10px;
	color: #666;
}

div.msg div.error {
	padding: 0 0 0 22px;
	background-image: url(/img/icons/exclamation.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
}

div.msg div.ok {
	padding: 0 0 0 22px;
	background-image: url(/img/icons/accept.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
}

div#userinfo {
	background-color: #e2e1dc;
	padding: 8px;
}

div#userinfo div.naam {
	font-size: 16px;
	font-family: Trebuchet MS,Helvetica,sans-serif;
	color: #847a65;
}

div#userinfo div.nav {
	float: right;
	text-align: right;
}

div#userinfo div.nav a {
	display: block;
}

div#outlets {
}

div#outlets ul {
	margin: 0 0 20px 2em;
	list-style: disc;
}

div#outlets table.map {
	width: 939px;
}

div#outlets table.map td {
	vertical-align: top;
}

div#outlets div.head {
	font-size: 16px;
	padding: 4px;
	color: #fff;
	background-color: #c3bcb4;
}

div#outlets div.head a {
	font-size: 13px;
	margin: 0 0 0 10px;
}
