@charset "UTF-8";

#tabMenu {
	list-style:none;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-bottom: 0;
}
#tabMenu li {
	float:none;
	height:25px;
	width:125px;
	cursor:pointer;
	cursor:hand
}
li.news {
	background-image: url(../images/navNews.png);
	background-repeat: no-repeat;
	background-position: 0 -25px;
}
li.design {
	background-image: url(../images/navDesign.png);
	background-repeat: no-repeat;
	background-position: 0 -25px;
}
li.illustration {
	background-image: url(../images/navIll.png);
	background-repeat: no-repeat;
	background-position: 0 -25px;
}

li.about {
	background-image: url(../images/navAbout.png);
	background-repeat: no-repeat;
	background-position: 0 -25px;
}
li.contact {
	background-image: url(../images/navContact.png);
	background-repeat: no-repeat;
	background-position: 0 -25px;
}


li.mouseover {background-position:0 0;}
li.mouseout {background-position:0 -25px;}
li.selected {background-position:0 0;}
.tabBox {
	width:900px;
	float: none;
	margin-top: 5px;
}
.tabBoxBody {
	float: none;
	margin-left: 170px;
}
.tabBoxBodyTop {
	width: 900px;
}


.tabBoxBody li  {
	list-style-image: url(../images/bullet.gif);
	cursor:hand;
	cursor:pointer;
	margin-left: 40px;
}

.tabBoxBody div {display:none;}
.tabBoxBody div.show {
	display:block;
}
.tabBoxBody #category a {display:block;}
.tabBoxBody h1  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #131313;
}
.tabBoxBody p  {
	margin-right: 80px;
	margin-left: 25px;
	width: 625px;
	margin-top: 10px;
}
.tabBoxBody div span  {
	font-size:10px;
	font-style:italic;
	color:#131313;
}
.tabBoxBody highlight  {
	color: #c72020;
}

