﻿.foo {} /* Not starting with a comment to keep the validators happy */

html {
	height: 100%;
	background: #FAFAFA url(../images/splash_bg.jpg) repeat-x left bottom fixed;
}

body {
	margin: 0;
	padding: 0;
	font: 13px "Century Gothic" , Arial, Tahoma;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

#head {
	width: 788px;
	margin: 55px auto 10px auto;
}

#logo {
	width: 272px;
	height: 132px;
	background: url(../images/splash_logo.png) no-repeat left top !important;
	background: url(../images/splash_logo.gif) no-repeat left top;
}

#logo span,
a#training span,
a#cocktail span,
a#consulting span {
	display: none;
}

#text {
	width: 470px;
	height: 150px;
	margin-left: 310px;
}

#buttons {
	width: 885px;
	margin: 50px auto 0 auto;
}

.button {
	display: block;
	width: 275px;
	height: 219px;
}

a#training {
	background: url(../images/splash_training.png) no-repeat left top !important;
	
}

a#consulting {
	background: url(../images/splash_consulting.png) no-repeat left top !important;
	
}

a#cocktail {
	background: url(../images/splash_cocktail.png) no-repeat left top !important;
	
}

#footer_wrapper {
	height: 60px;
	background: url(../images/splash_footer.png) repeat-x left top !important;
	background: url(../images/splash_footer.gif) repeat-x left top;
}

#footer {
	width: 950px;
	margin: 0 auto 30px auto;
}

#footer * {
	font-size: 10px;
	color: #000;
	text-decoration: none;
}

#footer ul {
	list-style: none;
	text-align: center;
	margin-bottom: 20px;
}

#footer ul li {
	display: inline;
}

#footer ul li a:link,
#footer ul li a:visited {
	padding: 0 10px;
	font-size: 11px;
	color: #666;
	text-decoration: none;
}

#footer ul li a:hover,
#footer ul li a:active {
	color: #000;
}

span#copyright {
	float: left;
}

#credit {
	float: right;
}



