/* Face Partnership */

body {
	scrollbar-face-color: #959595;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #666666;
	scrollbar-shadow-color: #333333;
	scrollbar-highlight-color: #333333;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-Color: #ffffff;
	background-color: #000000;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


* {
   padding:0;
   margin:0;
}

#container {
	font-family: Verdana, Geneva, Arial, sans-serif;
	position: absolute;
	width: 900px;
	color: #FFFFFF;
	background-repeat: no-repeat;
}

#logo {
	left: 45px;
	top: 12px;
	width: 76px;
	text-align: left;
	margin-bottom: 4px;
	height: 106px;
	position: relative;
	padding-bottom: 15px;
}

#logo img {
	border-style: none;
}

#navigation {
	background-repeat: no-repeat;
	height: 300px;
	width: 900px;
	position: relative;
	top: 10px;
	padding-top: 20px;
}

#navigation ul {
	margin-top: 15px;
}

#navigation li {
	display: inline;
	list-style-type: none;
}

#athletes {
	display: block;
	width: 150px;
	height: 100px;
	position: absolute;
}

#athletes:hover {
	display: block;
	width: 150px;
	height: 100px;
	background-color: #FFFFFF;
	background-image: url(../images/button_athletes.gif);
	background-repeat: no-repeat;
}

#athletes span {
	display: none;
}

#events {
	display: block;
	width: 150px;
	height: 100px;
	position: absolute;
	left: 150px;
	top: 20px;
}

#events:hover {
	display: block;
	width: 150px;
	height: 100px;
	background-color: #FFFFFF;
	background-image: url(../images/button_events.gif);
	background-repeat: no-repeat;
}

#events span {
	display: none;
}

#experience {
	display: block;
  	width: 150px;
  	height: 100px;
	position: absolute;
	left: 300px;
	top: 20px;
}

#experience:hover {
	display: block;
	width: 150px;
	height: 100px;
	background-color: #FFFFFF;
	background-image: url(../images/button_knowledge.gif);
	background-repeat: no-repeat;
}

#experience span {
	display: none;
}

#knowledge {
	display: block;
  	width: 150px;
  	height: 100px;
	position: absolute;
	left: 450px;
	top: 20px;
}

#knowledge:hover {
	display: block;
	width: 150px;
	height: 100px;
	background-color: #FFFFFF;
	background-image: url(../images/button_knowledge2.gif);
	background-repeat: no-repeat;
}

#knowledge span {
	display: none;
}

#contact {
	display: block;
  	width: 150px;
  	height: 100px;
	position: absolute;
	left: 600px;
	top: 20px;
}

#contact:hover {
	display: block;
	width: 150px;
	height: 100px;
	background-color: #FFFFFF;
	background-image: url(../images/button_contact.gif);
	background-repeat: no-repeat;
}

#contact span {
	display: none;
}

#athletelist {
	position: absolute;
	top: 300px;
	width: 300px;
	left: 600px;
}

#athletelist2 {
	position: absolute;
	top: 300px;
	width: 300px;
	left: 130px;
}

#athletelist3 {
	position: absolute;
	top: 0px;
	left: 550px;
}

#athletelist4 {
	position: absolute;
	top: 330px;
	left: 130px;
	width: 100px;
}

#athletelist li {
	margin-right: 1px;
}

#eventlist {
	position: absolute;
	top: 0px;
	left: 550px;
}

#clientlist {
	position: absolute;
	top: 16px;
	left: 426px;
	display: inline;
	width: 350px;
}

#knowledgelist {
	position: absolute;
	top: 0px;
	left: 520px;
	width: 210px;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #eeeeee;
	border-right-color: #eeeeee;
	border-bottom-color: #eeeeee;
	border-left-color: #eeeeee;
	text-align: right;
}

#content {
	width: 450px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: relative;
	top: 300px;
	left: 60px;
}

#content ul {
	padding-left: 10px;
	padding-top: 5px;

}

#content2 {
	width: 420px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: relative;
	top: -100px;
	left: 360px;
}

#content h1 {
	font-size: 12px;
}

/* Text Styles */

a {
	color: #999999;
}

a:hover {

}

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}

.whitesmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}

.whiteborder {
	border: 1px solid #FFFFFF;
}
.orange {
	color: #FF9900;
}
.padbottom1 {
	padding-bottom: 5px;
}
