@charset "utf-8";

/* CSS Document */



body {

/*
	background: #f9fbfc url(../images/bg/bg.gif) repeat-x top;
*/
}



#wrapper {

	width: 772px;

	margin: 0 auto;

	margin-bottom: 30px;

}

#header {

	background: black url(../images/bg/header.jpg) no-repeat top;

	height: 128px;

	position: relative;

}

#utilities {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: black;

	text-align: right;

	padding: 6px;

}

#utilities a { color: black; text-decoration: none; }

#utilities a:hover { text-decoration: underline; }

#navigation {

	height: 26px;

	padding-top: 3px;

	position: absolute; left: 0; bottom: 0;

}

#navigation a {

	height: 26px;

	display: block;

}

#l_formen { background-image: url(../images/nav/L1_men_off.gif); width: 146px; }

#l_forwomen { background-image: url(../images/nav/L1_women_off.gif); width: 160px; }

#l_guarantee { background-image: url(../images/nav/L1_guarantee_off.gif); width: 88px; }

#l_inthenews { background-image: url(../images/nav/L1_inthenews_off.gif); width: 93px; }

#l_testimonials { background-image: url(../images/nav/L1_testimonials_off.gif); width: 107px; }



#l_formen:hover { background-image: url(../images/nav/L1_men_on.gif); width: 146px; }

#l_forwomen:hover { background-image: url(../images/nav/L1_women_on.gif); width: 160px; }

#l_guarantee:hover { background-image: url(../images/nav/L1_guarantee_on.gif); width: 88px; }

#l_inthenews:hover { background-image: url(../images/nav/L1_inthenews_on.gif); width: 93px; }

#l_testimonials:hover { background-image: url(../images/nav/L1_testimonials_on.gif); width: 107px; }


