﻿/* CSS Document */

* {
	margin:0;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	background: url(../images/layout/left_top.gif) repeat-y left top;
}
#header {
	position: absolute;
	z-index: 10;
	height: 110px;
	width: 100%;
	left: 0px;
	top: 0px;
	background: url(../images/layout/head_span.gif) repeat-x left top;
}
#nav {
	position: absolute;
	z-index: 10;
	height: 21px;
	left: 200px;
	top: 110px;
	width:auto;
}
#left {
	position: absolute;
	z-index: 20;
	height: auto;
	width: 188px;
	left: 0px;
	top: 110px;
	padding:4px;
}
#content {
	position:absolute;
	z-index:50;
	height:auto;
	width:580px;
	left:200px;
	top:131px;
	padding:8px;
	background: #FFFFFF url(../images/bckrnd.gif) no-repeat left top;
}
#footer {
	position:absolute;
	z-index:10;
	height:auto;
	width:580px;
	left:200px;
	bottom:0px;
	padding:2px;
}

#product td {
	padding:10px;
	text-align:center;
	font-size:14px;
	line-height:22px;
	font-weight:bold;
}
#product td img {
	border:1px solid #333333;
	padding:2px;
}
#product td img:hover {
	border:3px solid #3960C6;
	padding:0px;
}
#product td a {
	color:#000000;
	text-decoration:none;
}
#product td a:hover {
	color:#28448E;
	text-decoration:underline;
}
