/*
	# $Id: index.css,v 1.3 2008/02/12 14:07:18 danielk Exp $
*/

body {
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing:0.02px;
	font-size:12px;
	margin:0;
	color:#666666;
	background:#F6EDED url('/_public/assets/images/web/index-background-filler-white.jpg') repeat-x;
}

a img {
	border:0;
}

h1, ul, li {
	margin:0;
	padding:0;
}

/*
	index
*/

#index {
	margin:0 auto;
	text-align:center;
}

#index ul {
	list-style-type:none;
}

#index-header {
	width:365px;
	margin:0 auto;
	text-align:center
}

#index-header h1 {
	background:url('/_public/assets/images/web/header-logo.gif') no-repeat 0 25px;
}

#index-header h1 a {
	display:block;
	width:365px;
	height:125px;
}

#index-header h1 span{
	display:none;
}

#index-navigation {
	margin-top:17px;
}

#index-navigation li {
	display:inline;
}

#index a img{
	border-bottom:2px solid #F6EDED;
}

#index a:hover img{
	border-bottom:2px solid #B6595C;
}