@charset "UTF-8";
/* CSS Document */

html,body {
	margin: 0px;
	padding: 0px;
}

#header-container {
	background: url(../images/header-bg.jpg) repeat-x top left;
	width: 100%;
	height: 220px;
	display: table;
	text-align: center;
}

#top-nav {
	font: 13px arial; 
	color: #fff;
	width: 760px;
	text-align: center;
	padding: 11px;
	margin: 0 auto;
}
#top-nav a {
	color: #FFF; text-decoration: none; padding: 1em 0;
}
#top-nav a:hover {
	color: #f1a691;
}
	
#header {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#flash-content {
	height: 152px;
	float: right;
	clear: right;
}

#main-nav {
	height: 30px;
	font: 14px arial;
	text-align: center;
	margin: 0 auto;
	width: 500px;
	clear: both;
}
div.button {
	margin: -1px;
	padding: 7px;
	float: left;
	display: block;
	border-right: 1px solid #ec8f75;
}
div.button:hover {
	padding: 7px;
	background: #ec8f75;
}

.button a {
	color: #fff;
	text-decoration: none;
}

#logo {
	width: 475px;
	height: 151px;
	float: left;
}

#content-container {
	min-width: 760px; text-align: center;
}

#content {
	width: 750px; margin: 0 auto;
	font: 12px arial;
	text-align: left;
	margin-bottom: 50px;
	margin-top: 50px;
	min-height: 500px;
}

#content h2 {
	text-align: center;
}

#footer {
	background: #fff url(../images/footer.jpg) top left repeat-x;
	width: 100%;
	height: 90px;
	position: absolute;
	bottom: 0;
	font: 12px arial;
	color: #666;
	text-align: center;
}

#footer-content {
	margin: 0 auto;
	width: 500px;
}

.footer-text {
	float: left;
	margin: 30px;
}

#second-content {
	position: absolute; 
	bottom: 90px;
	width: 100%;
}
body > div#footer, div#second-content {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}

#clients {
	float: left;
	margin-top: 10px;
}
.tabel, .tabel td {border: 1px solid #CCCCCC}

#tabs {
	width: 900px;
	margin-left: -80px;
}