@charset "UTF-8";
/* CSS Document */

body, div, p, ul, li, img{
	margin: 0; padding: 0; list-style: none;
}

body{
	background-image:url(../images/home-repeater.png);
	background-repeat:repeat-x;
	background-color: #d5f5ff;
	font-size:63%;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper{
	width:876px;
	margin:0px auto;
}	

a, a:link, a:visited, a:hover, a:active, a:focus{
	text-indent:-9999px;
	background-image:url(../images/nav.png);
	background-position:top center;
	background-repeat:no-repeat;
	display:block;
	height:65px;
}

a:hover, a:focus, a:active{
	background-color:#fff;
}

a.one, a.one:link, a.one:visited{

}

a.one:active, a.one:focus, a.one:hover{
	background-position:center -395px;
}

a.two, a.two:link, a.two:visited{
	background-position:center -65px;
}

a.two:active, a.two:focus, a.two:hover{
	background-position:center -460px;
}

a.three, a.three:link, a.three:visited{
	background-position:center -130px;
	
}

a.three:active, a.three:focus, a.three:hover{
	background-position:center -525px;
}

a.four, a.four:link, a.four:visited{
	background-position:center -195px;
	height:68px;
}

a.four:active, a.four:focus, a.four:hover{
	background-position:center -590px;
	height:68px;
}

a.five, a.five:link, a.five:visited{
	background-position:center -263px;
	height:67px;
}

a.five:active, a.five:focus, a.five:hover{
	background-position:center -657px;
	height:67px;
}

a.six, a.six:link, a.six:visited{
	background-position:center -330px;
}

a.six:active, a.six:focus, a.six:hover{
	background-position:center -725px;
}

img{
	display:block;
}

p{
	font-size:3em;
	width:876px;
	margin:20px auto;
	color:#009bcf;
}

a.normal, a.normal:link, a.normal:visited{
	text-decoration:underline;
	color:#009bcf;
	text-indent:0px;
	background-image:none;
	display:inline;
	height:auto;
}
a.normal:hover, a.normal:focus, a.normal:active{
	background:none;
	color:#f00;
}

p.details{
	font-size:1.4em;
	color:#000;
	text-align:right;
	margin-top:40px;
}
