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

body {
	background: #86b3cd url(images/interface/bg_blue.jpg) top center no-repeat;
}

a {
	color:#5695b9;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

h2 {
	font-size:16px;
	color:#5695b9;
	font-weight:bold;
	margin:0;
	padding:0;
	margin-bottom:18px;
	letter-spacing:-0.02em;
}

.banner {
	background: url(images/interface/blue-banner.jpg) top left no-repeat;
	width:781px;
	height:210px;
	margin: 0 auto;
}

.button a {
	width:204px;
	background:url(images/interface/nav_blue_button.gif) bottom left no-repeat;
}

.button a:hover {
	background-position: 0 0px;
}

.mail a {
	width:174px;
	background:url(images/interface/nav_blue_mail.gif) bottom left no-repeat;
}

.mail a:hover {
	background-position: 0 0px;
}

.bread a {
	width:233px;
	background:url(images/interface/nav_blue_bread.gif) bottom left no-repeat;
}

.bread a:hover {
	background-position: 0 0px;
}

.packaging a {
	width:170px;
	background:url(images/interface/nav_blue_packaging.gif) bottom left no-repeat;
}

.packaging a:hover {
	background-position: 0 0px;
}