/* Copyright 2026 Virtual Interconnect Software, LLC.  All rights reserved. */
body
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
	color: #666;
	background: #060708 url("https://www.virtualinterconnect.com/common/images/backgrounds/2000x1000blueswoop-111.jpg") repeat-x;
	background-position: top right;
	/*background-size: 100% 300px;*/
}

#DesignContent
{
	background: #0c0c0c;
}

#DesignNav,
#DesignSecondaryNav,
#DesignHeaderImage,
#DesignContent
{
	box-shadow: 0 0 20px #000;
}

#DesignNav
{
	background: #000;
	background-image: -webkit-linear-gradient(-89.5deg, #222, #0c0c0c, #0c0c0c);
	background-image: -webkit-linear-gradient(-89.5deg, #222 0%, #0c0c0c 30%, #0c0c0c 100%);
	background-image: -moz-linear-gradient(-89.5deg, #222 0%, #0c0c0c 30%, #0c0c0c 100%);
	background-image: linear-gradient(-89.5deg, #222 0%, #0c0c0c 30%, #0c0c0c 100%);
}

#DesignNav ul li a, #DesignSecondaryNav ul li a
{
	text-decoration: none;
	color: #666;
	padding: 1em 2em;
	font-weight: bold;
	border-radius: 5px;
	border: 2px solid transparent;
}

#DesignNav ul li a:hover
{
	background: rgba(255, 255, 255, 0.1);
	color: #999;
}

#DesignNav ul li.DesignCurPage a,
#DesignNav ul li.DesignCurPage a:hover
{
	background-image: -webkit-linear-gradient(top, #ccf, #006, #009);
	background-image: -webkit-linear-gradient(top, #ccf 0%, #006 50%, #009 100%);
	background-image: -moz-linear-gradient(top, #ccf 0%, #006 50%, #009 100%);
	background-image: linear-gradient(top, #ccf 0%, #006 50%, #009 100%);
	color: #eee;
	text-shadow: 0 0 10px #006;
	border-color: #006;
}

.ProductDisplayBreadcrumb
{
	display: none;
}