body{
	font-family:"Arial";
	color: #333333;
	background-color: #A0A0CF;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

body a:link{
	color: #333355;
	text-decoration:none;
}

body a:visited{
	color: #333355;
	text-decoration:none;
}

body a:hover{
	color: #0011BB;
	text-decoration:none;
}

.basetable{
	width: 690px;
	font-size: 11px;
	background-color: #E8E8C4;
}

.defaultpage{
	width:100%;
	height:100%;
	background:url('../images/defaultbg.jpg') no-repeat;
}

.product{
	background: url('../images/bgright.jpg') no-repeat;
	font-size:11px;
}

.productdiv{
	font-size:11px;
	margin:10px;
	width:490px; 
}

.category{
	background: #8CCEB2 url('../images/bgleft.jpg') no-repeat ;
	font-size:12px;
}

.category a:link{
	color: #333355;
	text-decoration:none;
}

.category a:visited{
	color: #333355;
	text-decoration:none;
}

.category a:hover{
	color: #0011BB;
	text-decoration:none;
}

.button{
	display:block;
	background:url('../images/buttons/button.gif') no-repeat;
	font-size:11px;
	cursor:pointer;
	padding:10px 10px 10px 45px;
}

.smallbutton{
	display:block;
	background:url('../images/buttons/smallbutton.gif') no-repeat;
	height:25px;
	font-family:"Arial";
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
	width:100px;
	padding:5px 5px 5px 5px;
	text-align:center;
}

.bigbutton{
	display:block;
	background:url('../images/buttons/bigbutton.gif') no-repeat;
	height:25px;
	font-family:"Arial";
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
	width:140px;
	padding:5px 5px 5px 5px;
	text-align:center;
}

.xsmallbutton{
	display:block;
	background:url('../images/buttons/xsmallbutton.gif') no-repeat;
	height:18px;
	font-family:"Arial";
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
	width:55px;
	text-align:center;
}

.titlebar{
	background: url('../images/himelogo.jpg') no-repeat;
	background-color: #FEF0F6;
	height:170px;
}

.menubar{
	background-image: url('../images/bgmenu.gif');
	background-color: #8CCEB2;
}

.menubar a:link{
	color: #FFFFFF;
	text-decoration:none;
	font-size:14px;
	font-family:"Arial";
}

.menubar a:visited{
	color: #FFFFFF;
	text-decoration:none;
	font-size:14px;
	font-family:"Arial";
}

.menubar a:hover{
	color: #DDCCEE;
	text-decoration:none;
	font-size:14px;
	font-family:"Arial";
}

.footer{
	background-image: url('../images/bgmenu.gif');
	color: #000000;
	text-decoration:none;
	text-align:center;
	font-size:12px;
	font-family:"Arial";
}

.footer a:link{
	color: #FFFFFF;
	text-decoration:none;
	font-size:12px;
	font-family:"Arial";
}

.footer a:visited{
	color: #FFFFFF;
	text-decoration:none;
	font-size:12px;
	font-family:"Arial";
}

.footer a:hover{
	color: #DDCCEE;
	text-decoration:none;
	font-size:12px;
	font-family:"Arial";
}


.validation{
	margin:10px;
	color:red;
}

