@charset "UTF-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
}
a:link {
	color: #000080;
}
a:visited {
	color: #000080;
}
a:hover {
	color: #000080;
}
a:active {
	color: #000080;
}
h1 {
	font-size:20px;
}
.style1 {
	color: #FF9933;
	font-weight: bold;
	font-size:11px;
}
.style4 {
	color: #000080
}
.style5 {
	color: #000080;
	font-weight: bold;
	font-size: 13px;
}
.style6 {font-size: 10px;
	font-weight: bold;
}
.style7 {
	color:#C00;
}
.style17 {
	font-size: 10pt
}
.style20 {
	font-size: 12pt
	}
.homebox {
	border: solid;
	border-color: #FF9933;
	border-width:3px;
	background-color:#FFC;
	width:250px;
	height:200px;
	vertical-align: top;
	text-align:center;
}
.homebox img {
	border:solid;
	border-color:#000080;
	border-width:2px;
	background-color:#FFF;
}
#sidebarmenu ul {
margin: 0;
padding: 0;
list-style-type: none;
font: bold 12px Verdana;
width: 240px;
}
#sidebarmenu ul li{
position: relative;
}
#sidebarmenu ul li a{
display: block;
overflow: auto;
color: black;
text-decoration: none;
padding: 3px;
}
#sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #white;
}
#sidebarmenu ul li a:visited {
color: #black;
}
#sidebarmenu ul li a:hover {
background-color: white;
}
#dropdown
{	margin: 0;
	padding: 0;
	z-index: 30;
}
#dropdown li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 12px verdana;
	border:outset;
	border-bottom-color:#333;
	border-right-color:#333;
	border-top-color:#FFC;
	border-left-color:#FFC;
	border-width:3px;
}
#dropdown li a {
	display: block;
	margin:0;
	padding: 2px 5px 4px 4px;
	text-align: center;
	text-decoration: none;
}
#nav_home {
	width:64px;
}
#nav_home a {
	background:#C00;
	color: #FFF;
}
#nav_sew {
	width:144px;
}
#nav_sew a {
	background: #FF9933;
	color: #000;
}
#nav_used {
	width:124px;
}
#nav_used a {
	background: #FF9933;
	color: #000;
}
#nav_iron {
	width:74px;
}
#nav_iron a {
	background: #FF9933;
	color: #000;
}
#nav_motor {
	width:74px;
}
#nav_motor a {
	background: #FF9933;
	color: #000;
}
#nav_contact {
	width:104px;
}
#nav_contact a {
	background: #FF9933;
	color: #000;
}
#nav_cart {
	width:174px;
}
#nav_cart a {
	background: #FF9933;
	color: #000;
}
#dropdown li a:hover {
	background: #000080;
	color:#FFF;
}
#dropdown div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #000;
	border: 1px solid #000;
}
#dropdown div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #FFC;
	color: #000;
	font: 11px arial
}
#dropdown div a:hover {
	background:#000080;
	color: #FFF
}