/* DEFINITIONS FOR TOP MENU BAR */

ul#nav
{
	height: 34px;
	font-size: 11px;
	font-weight:bold;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	background-image: url(images/topbar-bkgd.gif);
	background-repeat: repeat-y;
}


ul#nav li{
	list-style-type: none;
	display: inline;
	float: left;
}

ul#nav li a {
	text-align: center;
	float: left;
	padding: 9px 15px 6px 15px;
	display: block;
	height: 32px;
	color: #fff;
	text-decoration: none;
}

body.home ul#nav li.home a,
body.products ul#nav li.products a,
body.support ul#nav li.support a,
body.company ul#nav li.company a,

ul#nav li a:hover 
 { 
	font-weight: bold; 
	padding: 9px 15px 0 15px;
	background-color: #476ca3;
	background-position: 0 0;
}


div.topnavbar
{
	position: absolute;
	top: 0px;
	height: 34px;
	width: 100%;
	text-align: center;
	background-color: #779BCB;
	background-image: url(images/topbar-bkgd.gif);
	background-repeat: repeat-x;
	padding-top: 0px;
	margin: 0px 0px 0px 0px;
	background-position: 0 0;
}

div.topnavbar img { vertical-align: top; }


div.topbarshadow
{
	position: absolute;
	top: 34px;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(images/topbar-shadow.gif);
	background-repeat: repeat-x;
	height: 7px;
}

#pageLogoContainer {
	float:left;
	width:400px;
	height:55px;
}
#shoppingCart {
	float:right;
	height:55px;
	font-size:10px;
	font-weight:bold;
}

#pageLogo { 
	cursor:pointer;
	margin: 0 0 0 0;
}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#pageLogo h1 { 
	
	background: transparent url(images/logo-digital-vector-maps-large.gif) no-repeat; 
	margin-top: 0px;
	margin-bottom: 0px;
	height: 50px; 
}

#pageLogo h1 span,#pageLogo h2,#pageLogo h2 span {
	display:none;
}




/* DEFINE MAIN CONTENT AREA */
div.container { 
	width:750px;
	margin-left:auto;
	margin-right:auto;	
}

div.contentbody { width: 750px }

img#logo { float: left; }

/* DEFINE GLOBAL ELEMENTS*/
body
{
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:100%;
}
table {
	 font-size: small; /* fixes table text bug in Firefox 1.5 */
}
h1, h2, h3 { font-family: Verdana, Arial, Helvetica, sans-serif; }

h1
{
	font-size: 1.6em;
	margin-bottom: 9px;
	margin-top: 6px;
}

h2
{
	font-size: 1.3em;
	margin-bottom: 6px;
}
h3
{
	font-size: 1.1em;
	margin: 8px 0 4px 0;
}
a, a:visited { color: #336699; }
a:hover { color: #FF6600; }
a img { border: none; }

.clear { clear: both; margin: 0px;}

ul.bookmarks {
	border-bottom: 1px solid #2e5a87;
	clear: both;
	font-size: .9em;
	list-style-type: none;
	margin: 1em auto;
	padding: 0;
	width: 100%;
	}
	ul.bookmarks li {
		float: left;
		}
		ul.bookmarks li a {
			color: #2e5a87;
			display: block;
			margin-right: 1.2em;
			padding: .2em;
			text-decoration: none;
			}
		ul.bookmarks li.backtotop {
			line-height: 1.6em;
			}
			ul.bookmarks li.backtotop a {
				margin-right: 0;
				}


.CallOutBox {
	background-color:#FFFFCC; 
	color:#000066; 
	padding:15px; 
	margin:15px; 
	border:solid thin #000033;
}


/* background box */
div.container
{
	width: 850px;
	padding: 0;
	margin: 20px auto 0 auto;
	height:100%;

}
div.shadedtop
{
	background-color: #FFFFFF;
	background-image: url(images/shaded-top.png);
	background-repeat: no-repeat;
	height: 25px;
}
div.shadedsides
{
	background-color: #FFFFFF;
	background-image: url(images/shaded-sides.png);
	background-repeat: repeat-y;
	padding: 10px 50px;
}

div.shadedbottom
{
	background-color: #FFFFFF;
	background-image: url(images/shaded-bottom.png);
	background-repeat: no-repeat;
	height: 25px;
	text-align: right;
	background-position: top right;
}
div.footer
{
	font-size: 10px;
	text-align: center;
	padding-bottom: 6px;
	padding-right: 45px;
}

div.footer ul li
{
	list-style-type: none;
	display: inline;
	font-size: 10px;
	margin: 0;
}

div.footer ul li a.pwelink { font-weight: bold; }


