/* CSS Document */
#container {
	width:894px;
}

#top_cap_toggle {
	height:35px;
	background:url(/images/header_v2/tabs_sw-active.gif) no-repeat;
	width:947px;
}

#top_cap_toggle.ExtendedVersion {
	background:url(/images/header_v3/tabs_sw-active.gif) no-repeat;
}

#top_cap_toggle p {
	margin:0 0 0 64px;
	padding-top:13px;
	font-size:12px;
}

#top_cap_toggle a.toggle_on,
#top_cap_toggle a.geek_toggle_on,
#top_cap_toggle a.orion_toggle_on {
	color:#e88316;
}

#top_cap_toggle a.geek_toggle_on,
#top_cap_toggle a.toggle_off,
#top_cap_toggle a.geek_toggle_off {
	padding-left:40px;
}

#top_cap_toggle a.thw_toggle_off{
	padding-left:60px;
}

#top_cap_toggle a.orion_toggle_off,
#top_cap_toggle a.orion_toggle_on{
	padding-left:45px;
}

#top_cap_toggle a.toggle_on:hover,
#top_cap_toggle a.toggle_off:hover,
#top_cap_toggle a.sw_toggle_off:hover,
#top_cap_toggle a.thw_toggle_off:hover,
#top_cap_toggle a.orion_toggle_off:hover,
#top_cap_toggle a.geek_toggle_off:hover,
#top_cap_toggle a.geek_toggle_on:hover,
#top_cap_toggle a.orion_toggle_on:hover {
	color:#1d7fa1;
	text-decoration: none;
}

#top_cap_toggle a.sw_toggle_off,
#top_cap_toggle a.toggle_off,
#top_cap_toggle a.thw_toggle_off,
#top_cap_toggle a.geek_toggle_off,
#top_cap_toggle a.orion_toggle_off
{
	color:#999;
}

#top_cap_toggle div#loginState {

}

#header_body {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	height:110px;
}

#logo {
	float:left;
	width:186px;
	margin:20px 0 10px 15px;
}

.phoneNumberBanner {
    background-image: url('/images/solarwinds/backgrounds/call_us_bgr.png');
    background-repeat: no-repeat;
    position: absolute; 
    left: 792px; 
    top: 45px; 
    font-size: 11px;  
    width: 120px;
    height: 24px; 
    padding-left: 30px;
    padding-top: 7px; 
}

#utilitynav 
{
	height:30px;
	font-family:arial, verdana !important;
	font-size:10px !important;
	color:#676767;	
	padding: 50px 10px 0 0;
	margin: 0;
	list-style: none;
	float:right;
}

#utilitynav a {
	display: inline;
}

#utilitynav li {
	float: left;
	list-style:none;
	font-size:10px !important;
}

#utilitynav li a {
	color:#555;
	text-decoration:none;
	display: inline;
}

#utilitynav li a:hover {
	color:#1d7fa1;
	text-decoration:underline;
	display: inline;
}
#utilitynav li#purchasing 
{
	padding-right:5px;
    width:86px;
    background:url(/images/header_v2/purchasing_bg.gif) no-repeat;
    display: inline;
}

#utilitynav li#purchasing:hover, #utilitynav li#purchasing.sfhover2 {
    width:86px;
    background:url(/images/header_v2/purchasing_bg_over.gif) no-repeat;
}

#utilitynav li#purchasing a:hover {
	text-decoration:none;
	color:#666666;
}

#utilitynav li#purchasing ul li a {
	text-decoration:underline !important;
	color:#1d7fa1;
}

#utilitynav li#purchasing ul li a:hover {
	text-decoration:underline !important;
	color:#1d7fa1;
}

#utilitynav li ul {  /* the hover container */
	position: absolute;
	width: 10em;
	left: -999em;
	z-index: 3;
	display:none;
}

#utilitynav li:hover ul, #utilitynav li.sfhover2 ul 
{
	left:auto;
	display:block;
}


#utilitynav li:hover ul li, #utilitynav li.sfhover2 ul li { /* the submenu */
    width:76px;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    background:#f2f2f2;
    text-align:left;
    padding:5px 0 0 8px;
    font-size:11px;
    text-decoration:underline;
    display:inline;
}

#utilitynav li:hover ul li a, #utilitynav li.sfhover2 ul li a {
    text-decoration:none !important;
    display:block;
}

#utilitynav li:hover ul li a:hover, #utilitynav li.sfhover2 ul li a:hover 
{
	display:block;
    color:#1d7fa1;
    text-decoration:underline !important;
}

#utilitynav li:hover ul li.last, #utilitynav li.sfhover2 ul li.last { /* the bottom border */
    width:86px;
    padding:0px;
    border:0px;
    background:url(/images/header_v2/purchasing_bottom.gif) no-repeat;
    text-decoration:none;
}

.search {
	margin:0px;
	padding:0px;
	border:0px;
	color:#747276;
	width:170px;
	font-size:11px;
	position:relative;
	left:15px;
	top:6px;
}


.searchBtn {
    position:relative;
    left:25px;
    margin:0px !important;
    padding:0px !important;
}
/* hack for firefox 3.5 */
BODY:nth-of-type(1) .searchBtn { margin-top:2px; top:0px !important; }



#globalnav {
	clear:both;
	height:30px;
	background:url(/images/header_v2/gnav_bg.gif) no-repeat;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#globalnav a {
	display: block;
}

#globalnav li {
	float: left;
	display: block;
}

#globalnav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	z-index:3;
}

/* This is a hack to fix the position of the search button in Opera 8+ & Safari */
@media all and (min-width: 0px)	{ body .searchBtn { top:-2px; } } /* Opera 8+ & Safari */ 
@media screen and (-webkit-min-device-pixel-ratio:0){ .searchBtn { top:0px !important; } } /* Safari Only */ 

/* This block to fix the weird behavior of IE6 */
/*------------*/
#globalnav li#support iframe
{
	position: absolute;
	width: 10em;
	left: -999em;
	z-index:1;
}

#globalnav li#support:hover iframe, #globalnav li#support.sfhover iframe 
{
	position:absolute;
	width:380px;
	height:630px;
	top:150px;
	left:601px;
	border:none;
	display:block;
	z-index:1;
	opacity: 0.0;
	filter: alpha(opacity = 0);
}


#globalnav li#products iframe
{
	position: absolute;
	width: 10em;
	left: -999em;
	z-index:1;
}


#globalnav li#downloads:hover iframe, #globalnav li#downloads.sfhover iframe 
{
	position:absolute;
	width:375px;
	height:250px;
	top:150px;
	left:315px;
	border:none;
	display:block;
	z-index:1;
	opacity: 0.0;
	filter: alpha(opacity = 0);
}


#globalnav li#downloads iframe
{
	position: absolute;
	width: 10em;
	left: -999em;
	z-index:1;
}

#globalnav li#products:hover iframe, #globalnav li#products.sfhover iframe 
{
	position:absolute;
	width:370px;
	height:375px;
	top:150px;
	left:183px;
	border:none;
	display:block;
	z-index:1;
	opacity: 0.0;
	filter: alpha(opacity = 0);
}

#globalnav li#company iframe
{
	position: absolute;
	width: 10em;
	left: -999em;
	z-index:1;
}

#globalnav li#company:hover iframe, #globalnav li#company.sfhover iframe 
{
	position:absolute;
	width:370px;
	height:375px;
	top:150px;
	left:50px;
	border:none;
	display:block;
	z-index:1;
	opacity: 0.0;
	filter: alpha(opacity = 0);
	
}

#globalnav li#resources iframe
{
	position: absolute;
	width: 10em;
	left: -999em;
	z-index:1;
}

#globalnav li#resources:hover iframe, #globalnav li#resources.sfhover iframe 
{
	position:absolute;
	width:380px;
	height:485px;
	top:150px;
	left:470px;
	border:none;
	display:block;
	z-index:1;
	opacity: 0.0;
	filter: alpha(opacity = 0);

}

/*-------------------*/
/* End of IE6 block */

#globalnav li:hover ul, #globalnav li.sfhover ul {
	left: auto;
	margin-left: 0px !important;
}

#globalnav li:hover ul li, #globalnav li.sfhover ul li { /* the hover container */
    width:366px;
    border:2px solid #bd822f;
    background:#fff;
}

#globalnav li#products:hover ul li, #globalnav li#products.sfhover ul li { /* the hover container */
    width:366px;
    border:2px solid #bd822f;
    background:#fff;
}

#globalnav li#resources:hover ul li, #globalnav li#resources.sfhover ul li { /* the hover container */
    width:366px;
    border:2px solid #bd822f;
    background:#fff;
}

#globalnav li#downloads:hover ul li, #globalnav li#downloads.sfhover ul li { /* the hover container */
    width:366px;
    border:2px solid #bd822f;
    background:#fff;
}

div.gnav_sublinks { /* the hover links */
    padding:0px 0 10px 0;
    position:relative;
    z-index:5;
}

div.gnav_sublinks .separator { /* the hover links */
    border-top:1px dotted #ccc;
    width:173px;
    height:1px;
    font-size:1px;
}

* html div.gnav_sublinks .separator { /* the hover links */
    border-top:1px dotted #ccc;
    width:173px;
    height:1px;
    font-size:1px;
    padding:0;
    line-height:5;
    margin: 2px 0 0 0;
}

div.gnav_sublinks .extrapadding
{
	padding-bottom:10px;
	}
*html div.gnav_sublinks .extrapadding
{
	padding-bottom:0;
	}
div.gnav_sublinks .header
{
	padding-bottom:10px;
	padding-top:10px;
	padding-left:14px;
	height: 12px;
	font-size: 11px;
	color: #666666;
	font-family: Arial;
	font-weight: bold;
	line-height:12px;

}

* html div.gnav_sublinks .header
{
	padding-bottom:8px;
	padding-top:8px;
	padding-left:14px;
	height: 12px;
	font-size: 11px;
	color: #666666;
	font-family: Arial;
	font-weight: bold;
	line-height:11px;
	}

div.gnav_sublinks a {
    height:12px;
}

div.gnav_promo {  /* the hover promo */
    clear:both;
    background: #d9d9d9;
    padding:5px;
    height:35px;
    border: solid 1px #FFF;
    font-size:11px !important;
    color:#666 !important;

}

div.gnav_promo .promo_link {  /* the hover promo links */
     text-decoration: underline !important;
     color:#1d7fa1 !important;
}


#globalnav li:hover ul li a, #globalnav li.sfhover ul li a {
    clear:left;
    display:inline;
    text-decoration:none;
    color:#666;
    font-size: 11px;
	color: #666666;
	font-family: Arial;
	line-height:12px;
	margin-bottom:10px;
}

#globalnav li:hover ul li a:hover, #globalnav li.sfhover ul li a:hover {
    display:inline;
    text-decoration:underline;
    color:#1d7fa1;
}

#globalnav li:hover ul li a.header, #globalnav li.sfhover ul li a.header {
    display:inline;
    font-weight:bold;
    text-decoration:none;
}

#globalnav li:hover ul li a.header:hover, #globalnav li.sfhover ul li a.header:hover {
    display:inline;
    text-decoration:none;
    color:#1d7fa1;
}

#globalnav li#company {
	background:url(/images/header_v2/company_off.gif) no-repeat;
}

#globalnav li#company:hover, #globalnav li#company.sfhover {
	background:url(/images/header_v2/company_on.gif) no-repeat;
}

#globalnav li#products {
	background:url(/images/header_v2/products_off.gif) no-repeat;
}

#globalnav li#products:hover, #globalnav li#products.sfhover {
	background:url(/images/header_v2/products_on.gif) no-repeat;
}

#globalnav li#support {
	background:url(/images/header_v2/support_off.gif) no-repeat;
}

#globalnav li#support:hover, #globalnav li#support.sfhover {
	background:url(/images/header_v2/support_on.gif) no-repeat;
}

#globalnav li#resources {
	background:url(/images/header_v2/resources_off.gif) no-repeat;
}

#globalnav li#resources:hover, #globalnav li#resources.sfhover {
	background:url(/images/header_v2/resources_on.gif) no-repeat;
}

#globalnav li#downloads {
	background:url(../images/header_v2/downloads_gnav.gif) no-repeat;
}

#globalnav li#downloads:hover, #globalnav li#downloads.sfhover {
	background:url(/images/header_v2/downloads_gnav_hover.gif) no-repeat;
}

#whatsHot {
	/*background-color:#eeecdd;*/
	background:url(/images/caps/content_bg.gif) repeat-y;
	text-align:right;
	font-size:14px;
	padding:10px 10px 0 0;
}
.gnav_leftColumn
{
	float:left;width:173px;
	padding-left:5px;
}

/* Special Products Case */

.gnav_leftColumn_Products
{
	float:left;width:173px;
	padding-left:5px;
	border:solid 0px #0F0;
}

.gnav_middleColumn_Products
{
	float:left;width:173px;margin:0 5px;
	padding-left:5px;
	border:solid 0px #F00;
	}
	
.gnav_rightColumn_Products
{	width:173px;
	padding-right:5px;
	border:solid 0px #00F;
	float:left;
}	

div.gnav_promo_Products {  /* the hover promo */
    clear:both;
    background: #d9d9d9;
    padding:5px;
    height:17px;
    border: solid 1px #FFF;
    font-size:11px !important;
    color:#666 !important;

}

div.gnav_promo_Products .promo_link {  /* the hover promo links */
     text-decoration: underline !important;
     color:#1d7fa1 !important;
     font-size:11px !important;
}

/* End Special Products Case */

/* Special Resources Case */

.gnav_leftColumn_Resources
{
	float:left;width:173px;
	padding-left:5px;
}

div.gnav_promo_Resources {  /* the hover promo */
    clear:both;
    background: #d9d9d9;
    padding:5px;
    height:35px;
    border: solid 1px #FFF;
    font-size:11px !important;
    color:#666 !important;

}

div.gnav_promo_Resources .promo_link {  /* the hover promo links */
     text-decoration: underline !important;
     color:#1d7fa1 !important;
}

/* End Special Resources Case */

.gnav_rightColumn
{	width:173px;float:right;
	padding-right:5px;
}

.gnav_sublist
{
	padding-left:20px;
}

/* styles for subnavlist table */
.gnav_sublist table td
{
	padding:2px 2px 7px 2px;
}

.gnav_sublist a
{
	margin-bottom:10px;
}

.bulletdot {vertical-align:top;line-height:1;font-size:10px}
.navViewAll {padding-bottom:0px}
.navViewAll a {text-decoration:underline !important;color:#1d7fa1 !important}
/* End styles for subnavlist table */
