body
{
    background-image: url(/images/tech/page_grad.gif);
    background-repeat: repeat-x;
}

#display
{
    background-image: url(/images/tech/tech.jpg);
    background-repeat: no-repeat;
}

#sideGrad
{
	background-image: url(/images/tech/side_grad.gif);
	background-repeat: no-repeat;
}

#menu
{
    background-image: url(/images/tech/menu_shadow_right.gif);
    background-position: right;
    background-repeat: no-repeat;
}

#menufooter {
	background-image: url(/images/tech/menu_shadow_bottom.gif);
	background-repeat: no-repeat;
}

a.menuItemText:hover, a.subMenuItemText:hover
{
    color: #FFFFFF;
    background-color: #9E666F;
}

a.menuItemTextSelected
{
    color: #FFFFFF;
    background-color: #9E666F;
}

.techItem
{
	position: relative;
	width: 710px;
	overflow: auto;
    border-bottom: 1px dotted #9E666F;
}

.techName
{
    font-size: 14px;
    font-weight: bold;
}

.image
{
    float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#footer
{
	background-image: url(/images/tech/footer_grad_line.gif);
    background-repeat: no-repeat;
}

.scroller
{
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #9E666F;
	scrollbar-track-color: #FFFFFF;

	scrollbar-shadow-color: #FFFFFF;
	scrollbar-lightshadow-color: #FFFFFF;
	scrollbar-darkshadow-color: #9E666F;

	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #9E666F;
}

#techTitle
{
    position: absolute;
    left: 15px;
    top: 183px;
}

.title
{
    color: #9E666F;
}

#techScroller
{
    position: absolute;
    left: 15px;
    top: 230px;
    width: 730px;
    height: 224px;
	overflow: auto;
}