@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff url(../images/bg.jpg) bottom repeat-x;;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 1.34em;
	text-align: center;
	color: #2d516b;
}
p {
	padding-bottom: 1em;
}
a:link, a:visited {
 	color: #2d516b;
	text-decoration: none;
}
a:hover {
 	color: #007abd;
	text-decoration: underline;
}
ul {
	margin-left: 11px;
}
#wrap {
	background: url(../images/bg.jpg) bottom repeat-x;
}
#page {
	margin: 0 auto;
	width: 826px;
	text-align: justify;
}
#header {
	float: left;
	height: 90px;
	width: 826px;
}
#logo {
	float: left;
	margin: 20px auto auto 38px;
}
#menu {
	float: right;
	margin: 56px 18px 0 auto;
}
#banner {
	float: left;
}
#footer {
	clear: left;
	float: left;
	height: 44px;
	width: 826px;
	padding-top: 20px;
	font-size: 11px;
	text-align: center;
}
.title {
	color: #000;
	text-align: center;
}
.bold {
	font-weight: bold;
}
.menulist {
	color: #585a5f;
	padding-left: 20px;
}
.menulist a:link, .menulist a:visited {
 	color: #525a5f;
	text-decoration: none;
}
.menulist a:hover {
 	color: #3d88aa;
	text-decoration: none;
}
.menuliston {
	color: #3d88aa;
	padding-left: 20px;
}
.submenulist {
	color: #585a5f;
	text-align: center;
}
.submenulist a:link, .submenulist a:visited {
 	color: #525a5f;
	text-decoration: none;
}
.submenulist a:hover {
 	color: #3d88aa;
	text-decoration: none;
}
.submenuliston {
	color: #3d88aa;
	text-align: center;
}

.crumbs {
	/*font-size: 10px;*/
}
/* lim */
a.Menu { color:#375160; text-decoration:none; }
a.Menu:hover { color:#375160; text-decoration:underline; }
a.Menu:visited { color:#375160; text-decoration:none; }
a.Menu:visited:hover { color:#375160; text-decoration:underline; }

a.Product { color:#2D516B; text-decoration:none; }
a.Product:hover { color:#2D516B; text-decoration:underline; }
a.Product:visited { color:#2D516B; text-decoration:none; }
a.Product:visited:hover { color:#2D516B; text-decoration:underline; }

a.Paging { color:#2d516b; text-decoration:underline; font-size:13px; }
a.Paging:hover { color:#007abd; text-decoration:underline; }
a.Paging:visited { color:#2d516b; text-decoration:none; }
a.Paging:visited:hover { color:#2d516b; text-decoration:underline; }