@charset "utf-8";
/* CSS Document */

#leftColumn {
	width: 259px;
	float: left;
}

#rightColumn {
	width: 486px;
	float: right;
}

#advert {
	width: 486px;
	height: 263px;
}

.menuBox {
	width: 154px;
	float: left;
	margin-bottom: 20px;
}

.menuBoxHeader1 {
	width: 144px;
	height: 31px;
	padding-left: 10px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 25px;
	background: url(../graphics/home/boxheader1.gif) top left no-repeat;
}

.menuBoxContent1 {
	width: 148px;
	height: 239px;
	padding-left: 6px;
	background: url(../graphics/home/boxbg1.jpg) top left no-repeat;
}

.menuBoxHeader2 {
	width: 144px;
	height: 31px;
	padding-left: 10px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 25px;
	background: url(../graphics/home/boxheader2.gif) top left no-repeat;
}

.menuBoxContent2 {
	width: 148px;
	height: 239px;
	padding-left: 6px;
	background: url(../graphics/home/boxbg2.jpg) top left no-repeat;
}

.menuBoxHeader3 {
	width: 144px;
	height: 31px;
	padding-left: 10px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 25px;
	background: url(../graphics/home/boxheader3.gif) top left no-repeat;
}

.menuBoxContent3 {
	width: 148px;
	height: 239px;
	padding-left: 6px;
	background: url(../graphics/home/boxbg3.jpg) top left no-repeat;
}

.specialHeader {
	width: 259px;
	height: 24px;
	color: #FFFFFF;
	font-weight: bold;
	background: url(../graphics/home/specialheader.gif) top left no-repeat;
}

.specialContent {
	width: 259px;
	height: 109px;
	background: url(../graphics/home/specialbg.gif) top left no-repeat;
}

.specialHeaderTextLeft {
	line-height: 24px;
	padding-left: 10px;
	float: left;
}

.specialHeaderTextRight {
	line-height: 24px;
	font-size: 0.8em;
	padding-right: 10px;
	float: right;
}

.specialHeader a:link, .specialHeader a:visited{
	color: #FFFFFF;
}

.specialHeader a:hover, .specialHeader a:active {
	color: #FFFFFF;
}

.specialImage {
	width: 108px;
	margin: 8px 0px 0px 5px;
	float: left;
}

.specialInfo {
	width: 135px;
	margin-right: 5px;
	float: right;
	text-align: center;
}

.specialPrice {
	color: #FF0000;
	font-weight: bold;
	padding: 8px;
}

.menuBox ul {
	list-style-type: none;
}

.menuBox li {
	line-height: 1.8em;
}

.menuBox ul li a:link, .menuBox ul li a:visited{
	color: #FFFFFF;
}

.menuBox ul li a:hover, .menuBox ul li a:active {
	color: #FFFFFF;
}

