﻿#sidemenubox
{
	width:134px;
	height:260px;
	float:left;
	background-color:#FFFFFF;
	border-right:solid 1px #000000;
	border-bottom:solid 1px #000000;
	font-size:11px;
}

#sidemenubox a
{
	color:#000000;
	text-decoration:none;
}

#sm_catalog
{
	width:146px;
	height:50px;
	position:relative;
	top:30px;
	background-image:url('../img/sm_bg_catalog.gif');
}
#sm_catalog a
{
	position:relative;
	top:24px;
	left:6px;
}
#sm_selling
{
	width:146px;
	height:50px;
	position:relative;
	top:50px;
	background-image:url('../img/sm_bg_selling.gif');
}
#sm_selling a
{
	position:relative;
	top:10px;
	left:6px;
}

#sm_about
{
	width:146px;
	height:50px;
	position:relative;
	top:70px;
	background-image:url('../img/sm_bg_about.gif');
}
#sm_about a
{
	position:relative;
	top:24px;
	left:6px;
}

#sm_catalog a:hover, #sm_selling a:hover, #sm_about a:hover
{
	color:#ff0000;
}

#pagecontent
{
	width:570px;
	float:left;
	margin-left:60px;
	margin-top:14px;
}

h1
{
	font-size:16px;
	color:#FF0000;
	padding:0px;
	margin:20px 0px 0px 0px;
}

h2
{
	font-size:14px;
	color:#FF0000;
	padding:0px;
	margin:0px;
	border:0px;
}


.giftani
{
	float:right;
	margin-left:10px;
}
.giftani img
{
	border:0px;
}


.backhome
{
	float:right;
	clear:both;
	position:relative;
	top:-14px;
	right:0px;
}
