#start-catbar {
	min-width: 300px;
	width: 41%;
	float: left;
}

.start-cat:link,
.start-cat:active,
.start-cat:visited {
	display: block;
	margin: 10px 0px 10px 0px;
    width: 280px;
	height: 63px;
	border: 1px solid #DDDDDD;
	padding: 5px;
	white-space: nowrap;
	background-repeat: no-repeat;
	text-decoration: none;
}

.start-cat:hover {
	color: #333333;
	text-decoration: none;
    border: 1px solid #BB2200;
	background: url('../images/layout.boxhover.bg.png') repeat-x 0 100% #F7F7F7;
}

.start-cat div {
    border: none;
	float: left;
	margin: 8px 15px 5px 5px;
    width: 69px;
	min-width: 69px;
	max-width: 69px;
	height: 50px;
	min-height: 50px;
	max-height: 50px;
}


.start-cat .start-cattitle {
	font-size: 10pt;
	padding: 0;
	margin: 2px 0px 5px 0px;
    font-weight: bold;
	display: block;
}

#start-textbar {
    padding-top: 8px;
	padding-right: 5px;
	margin-left: 41%;
}

#start-textbar img {
    float: right;
	border: 1px solid #F7F7F7;
	padding: 2px;
	margin-left: 12px;
	margin-bottom: 10px;
}

#start-textbar img:hover {
    border: 1px solid #BB2200;
}

#start-cat-img1,
#start-cat-img2,
#start-cat-img3,
#start-cat-img4,
#start-cat-img5 {
    display: block;
    border: none;
	float: left;
	margin: 8px 15px 5px 5px;
    width: 69px;
	min-width: 69px;
	max-width: 69px;
	height: 55px;
	min-height: 55px;
	max-height: 55px;
}


#start-cat-img1 {
	background: url('../images/categories/1.png') no-repeat 0 0;
}

#start-cat-img2 {
	background: url('../images/categories/2.png') no-repeat 0 0;
}

#start-cat-img3 {
	background: url('../images/categories/3.png') no-repeat 0 0;
}

#start-cat-img4 {
    background: url('../images/categories/4.png') no-repeat 0 0;
}

#start-cat-img5 {
    background: url('../images/categories/5.png') no-repeat 0 0;
}


