/* CSS Document */

#links {
	position:absolute;
	left: 218px;
	top: -104px;
}

a {
color: #000000;
text-decoration: underline;
}

a:hover {
color: #FFFFFF;
text-decoration: underline;
}

#side_l {
z-index:50;
position:absolute;
background-image:url(links/side_l.gif);
top:12px;
left:405px;
height: 48px;
width: 1px;
}

#side_r {
z-index:50;
position:absolute;
background-image:url(links/side_r.gif);
top:12px;
left:950px;
height: 48px;
width: 1px;
}

#about {
z-index: 10;
position:absolute;
top: 6px;
left: 203px;
}

#catalog {
z-index: 10;
position:absolute;
top: 6px;
left: 266px;
}

#projects {
z-index: 10;
position:absolute;
top: 6px;
left: 330px;
}

#contact {
z-index: 10;
position:absolute;
top: 6px;
left: 394px;
}

a img {height: 48px; width: 127px; border-width: 0;}
a#about img {background: url(links/about_off.jpg) top left no-repeat;}
a#catalog img {background: url(links/catalog_off.jpg) top left no-repeat;}
a#projects img {background: url(links/projects_off.jpg) top left no-repeat;}
a#contact img {background: url(links/contact_off.jpg) top left no-repeat;}

a#about:hover img {background: url(links/about_on.jpg) top left no-repeat;}
a#catalog:hover img {background: url(links/catalog_on.jpg) top left no-repeat;}
a#projects:hover img {background: url(links/projects_on.jpg) top left no-repeat;}
a#contact:hover img {background: url(links/contact_on.jpg) top left no-repeat;}


#sidestyle ul {
list-style-type:none;
padding: 0;
margin: 0;
line-height: 13px;
}

#sidestyle li {
padding-bottom: 4px;
}

#sidestyle body {
	background-image: url(catalog/link-bg.gif);
	background-repeat: repeat;
}

#sidestyle a:link {
	color: #1B1B1B;
	text-decoration: none;
}

#sidestyle a:visited {
	text-decoration: none;
	color: #303030;
}

#sidestyle a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#sidestyle a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#sidestyle nobullet {
	list-style-image: none;
}

#sidestyle .style4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#sidestyle .style5 {
list-style-type:square;
}

#sidestyle .style6 {font-size: 11px
}

