/*
-----------------------------------------------
Foundry Networks, Inc.
Author: Brian Yoshida
Stylesheet: Global
Version: 1.0
----------------------------------------------- */

/* [ Basics ]
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	}
body {
	background: #eaeaea url(/img/bg.gif) repeat-x;
	font: small Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	/* Removed line-height: 1.4em; for now */
	}
* body {
	font-size: x-small; /* For IE5/Win */
	f\ont-size: small; /* For other IE versions */
	}
p {
	margin: 0 0 1.4em;
	}
img {
	border: none;
	}
ul, li {
  list-style: none;
  }
form {
	margin: 0;
	padding: 0;
	}
code {
	font-family: Monaco, "Courier New", Courier, Monospace;
	}

/* [ Headers ]
----------------------------------------------- */
h2 {
	margin: 0 0 1em 0;
	line-height: 1.2em; /* For press release title leading */
	font-size: 152%;
	font-weight: bold;
	color: #f00;
	}
h3 {
	margin: 0 0 1em 0;
	font-size: 119%;
	font-weight: bold;
	color: #333;
	}
h4 {
	margin: 0 0 1em 0;
	font-size: 100%;
	font-weight: bold;
	color: #333;
	}

/* [ Links ]
----------------------------------------------- */
a:link, a:visited {
	color: #6987a3;
	text-decoration: underline;
	}
a:hover {
	color: #6987a3;
	text-decoration: none;
	}
a.more {
	padding-right: 7px;
	background: url(/img/arrow-more.gif) no-repeat 100% 4px;
	}
a.locked {
	padding-right: 12px;
	background: url(/img/icon-padlock.gif) no-repeat 100% 3px;
	}
a.new {
	padding-right: 12px;
	background: url(/img/btn-new-orange.gif) no-repeat 100% 3px;
	}

/* [ Layout ]
----------------------------------------------- */
#wrapper {
	width: 776px;
	margin: 0 auto;
	text-align: left;
	font-size: 85%; /* Remember that all nested percentages will be skewed */
	background: #fff;
	border: 1px solid #333;
	border-top: none;
	}
#content {
	clear: both;
	width: auto;
	margin: 0 10px;
	}

/* [ Header ]
----------------------------------------------- */
#header {
	float: left;
	width: 776px;
	}
#logo {
	float: left;
	width: 158px;
	height: 61px;
	padding: 12px 10px;	
	display: block;
	}
#util {
	float: right;
	width: 300px;
	padding: 22px 10px;
	font-size: 10px;
	}
#util ul {
	float: right;
	margin-bottom: 10px;
	}
#util li {
	margin-left: 8px;
	padding-left: 15px;
	display: inline;
	}
#util li.sitemap {
	background: url(/img/icon-sitemap.gif) no-repeat 0 1px;
	}
#util li.worldwide {
	background: url(/img/icon-globe.gif) no-repeat 0 1px;
	}
#util li.contact {
	background: url(/img/icon-contact.gif) no-repeat 0 1px;
	}
#util a {
	text-decoration: none;
	color: #333;
	}
#util a:hover {
	text-decoration: underline;
	}
#search {
  float: right;
	}
#searchbox {
  float: left;
  width: 193px;
	height: 18px;
  border: 1px solid #666;
	background: #fff url(/img/search-bg.gif) repeat-x;
  }
#search input.btn {
  float: left;
	padding-left: 1px;
  }

/* [ Main nav ]
----------------------------------------------- */
#nav-main {
	float: left;
	width: 776px;
	margin: 0 auto;
	padding: 0;
	background: #666 url(/img/nav-main-bg.gif) repeat-x;
	}
#nav-main ul {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 1; /* Added for Mac Safari issue */
	}
#nav-main ul li {
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999; /* 2px extra in Opera */
	border-right: 1px solid #333;
	position: relative;
	display: block;
	}
#nav-main ul li a {
	width: auto;
	padding: 7px 9px 8px 9px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
	border-right: 1px solid #999;
	}
#nav-main ul li a:hover {
	background: #7d7d7d url(/img/nav-main-bg-on.gif) repeat-x;
	}
#nav-main ul li ul {
	width: 220px;
	w\idth: 222px; /* Fix for IE5 */
	border-bottom: 1px solid #666;
	list-style: none;
	position: absolute;
	display: none;
	}
#nav-main ul li ul li {
	width: 220px;
	height: 20px;
	background: #dbdbdb;
	border: 1px solid #666;
	border-bottom: none;
	display: block;
	}
#nav-main a.parent {
	background: url(/img/arrow-nav-main-green.gif) no-repeat 210px center;
	}
#nav-main a:hover.parent {
	background: #8fbe6d url(/img/arrow-nav-main-white.gif) no-repeat 210px center;
	}
#nav-main ul li ul li a {
	height: 14px;
	padding: 3px 5px;
	font-weight: normal;
	color: #333;
	border-right: none;
	display: block;
	}
#nav-main ul li ul li a:hover {
	background: #8fbe6d;
	color: #fff;
	}
#nav-main ul li ul li ul {
	width: 220px;
	w\idth: 222px; /* Fix for IE5 */
	border-top: none;
	border-bottom: 1px solid #666;
	list-style: none;
	position: absolute;
	top: -1px;
	left: 220px;
	}
#nav-main ul li ul li ul li {
	width: 220px;
	height: 20px;
	background: #dbdbdb;
	border: 1px solid #666;
	border-bottom: none;
	}
/* Hide sub-menus initially */
#nav-main li:hover ul ul,
#nav-main li:hover ul ul ul,
#nav-main li.over ul ul,
#nav-main li.over ul ul ul {
	display: none;
	}
/* Display sub-menus */
#nav-main li:hover ul,
#nav-main li li:hover ul,
#nav-main li li li:hover ul,
#nav-main li.over ul,
#nav-main li li.over ul,
#nav-main li li li.over ul {
	display: block;
	}
/* Highlight category based on body class */
.products #nav-main .products, 
.solutions #nav-main .solutions, 
.technology #nav-main .technology, 
.ss #nav-main .ss, 
.partners #nav-main .partners, 
.company #nav-main .company {
	background: #7d7d7d url(/img/nav-main-bg-on.gif) repeat-x;
	}
#nav-main-trim {
	clear: both;
	width: 776px;
	height: 12px;
	background: #ccc url(/img/nav-main-trim.gif) repeat-x;
	overflow: hidden;
	}

/* [ Tables ]
----------------------------------------------- */
table {
	width: 100%;
	margin-bottom: 1.4em;
	border-collapse: collapse;
	border: 1px solid #e0e0e0;
	border-top: none;
	background: #fff;
	font-size: 90%;
	}
table tr th {
	text-align: left;
	background: #6a88a2 url(/img/bg-table-header.gif) repeat-x;
	color: #fff;
	font-weight: normal;
	}
table th, table td {
	margin: 0;
	padding: 5px 8px;
	border-bottom: 1px solid #e0e0e0;
	}
td.divider {
	text-align: left;
	background: #fff;
	font-weight: bold;
	}

/* [ Footer ]
----------------------------------------------- */
#footer {
	clear: both;
	width: 776px;
	background: #fff url(/img/footer-bg.gif) repeat-x;
	}
#footer p {
	text-align: right;
	margin: 0;
	padding: 22px 10px 9px 0;
	font-size: 82%;
	color: #999;
	}

/* [ Misc ]
----------------------------------------------- */
.clear {
	clear: both;
	display: none;
	}
.hide {
	display: none;
	}
.file-details {
	color: #666;
	}
.back-top {
	margin-bottom: 0;
	}
.no-break {
	margin-bottom: 0;
	}
