@charset "utf-8";
/* CSS Document */

body {
	background-color: #31302c;
	text-align: center;
}

.bodytext {
	padding: 5px 5px 5px 5px;
}

/* Page Layout/Formatting */
#container{
	margin-left: auto; 
	margin-right: auto;
	width: 57.25em;
	text-align: left;	
	position:relative;
	overflow:hidden;
}

/* Page Layout/Formatting */

* html #container{
	overflow:visible; 
}


#Header {
	background-image: url(Images/InnerBackground_Top.gif);
	width: 916px;
	height: 17px;
	background-repeat: no-repeat;
}

#Left {
	background-image: url(Images/InnerBackground_Left.gif);
	float: left;
	width: 2px;
	height: 630px;
	background-repeat: repeat-y;
}

#InnerHeader {
	background-color:#FFF;
	width: 912px;
	height: 140px;
}

#Content {
	background-color: #FFF;
	float: left;
	width: 912px;
	height: 630px;
}

#top-of-page {
	position:absolute;
	top: 100px;
	left:25px;
	width:850px;
	height:119px;
	_z-index:2;
}

#content-container {
	padding:0px 0px 0px 0px;
	overflow:hidden;
	width:100%;
	background:transparent no-repeat; 
	position:absolute;
	top:40px;
	min-height: 360px;
	_z-index:1;
}

* html #content-container{
       overflow:visible;
}

#Right {
	background-image: url(Images/InnerBackground_Right.gif);
	float: left;
	width: 2px;
	height: 630px;
	background-repeat: repeat-y;
}

#Footer {
	background-image: url(Images/InnerBackground_Bottom.gif);
	clear: left;
	width: 916px;
	height: 21px;
	background-repeat: no-repeat;
	
	/*  Text Style, Padding and Coloring */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding: 0px 0px 10px 55px;
	color: #686868;
}

#Flash {
	background-color: #0F0;
	width: 912px;
	height: 231px;
}

/* Page Element Formatting */
img 
{
	border:none;
}
img.Logo {
	padding: 0px 0px 41px 39px;	
}

img.CitrixLogo {
	padding: 0px 0px 56px 416px;
}

/* Navigation Menu's */
div.top_nav {
	float: right;
}

#top-nav, #top-nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;		
}

#top-nav li {
	list-style: none;
	float: left;
	padding: 1px;
	margin: 1px;
}

#top-nav a {
	display: block;
	text-decoration: none;
}

#top-nav li:hover, #top-nav li.hover{
	position: static;
}

#top-nav li a.tn_login {
	background: url('/Images/Login_Top_Nav1.gif');
	width: 41px;
	height: 15px;
}

#top-nav li a:hover.tn_login {
	background: url('/Images/Login_Top_Nav2.gif');
    width: 41px;
	height: 15px;
}

#top-nav li a.tn_news {
	background: url('/Images/News_Top_Nav1.gif');
	width: 42px;
	height: 15px;
}

#top-nav li a:hover.tn_news {
	background: url('/Images/News_Top_Nav2.gif');
	width: 42px;
	height: 15px;
}

#top-nav li a.tn_support {
	background: url('/Images/Support_Top_Nav1.gif');
	width: 59px;
	height: 15px;
}

#top-nav li a:hover.tn_support {
	background: url('/Images/Support_Top_Nav2.gif');
	width: 59px;
	height: 15px;
}

#main-nav, #main-nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#main-nav li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#main-nav a {
	display: block;
	text-decoration: none;
}


#main-nav a.left_end {
	background: url('/Images/MainNav_Left_End.png');
	width: 24px;
	height: 52px;
}

#main-nav a.home {
	background: url('/Images/MainNav_Home.png');
	widows: 104px;
	height: 52px;
}

#main-nav a.divider {
	background: url('/Images/MainNav_Divider.png');
	width: 6px;
	height: 52px;
}

#main-nav a.cloud {
	background: url('/Images/MainNav_Cloud.png');
	width: 183px;
	height: 52px;
}

#main-nav a.datacenter {
	background: url('/Images/MainNav_Datacenter.png');
	width: 142px;
	height: 52px;
}

#main-nav a.voip {
	background: url('/Images/MainNav_VoIP.png');
	width: 81px;
	height: 52px;
}

#main-nav a.partners {
	background: url('/Images/MainNav_Partners.png');
	width: 114px;
	height: 52px;
}

#main-nav a.company {
	background: url('/Images/MainNav_Company.png');
	width: 143px;
	height: 52px;
}

#main-nav a.right_end {
	background: url('/Images/MainNav_Right_End.png');
	width: 29px;
	height: 52px;
}

.nav{
	width: 850px;
	height: 52px;
	font-size:12px;
	z-index:20;
	position: absolute;
	bottom:0;
	left:0;
}

.nav ul{
	margin:0 0 0 0;
	padding:0 0 0 0;
	list-style:none;
	width: 850px;
	height: 52px;
	font-weight:bold;
	padding-left:0;
}

.nav ul li{
	font-family:Verdana, Geneva, sans-serif;
	float:left;
	position:relative;
	padding:0 0 0 0;
}

.nav ul a{
	color:#4d4e53;
	float:left;
	height: 48px;
	padding:0 0 0 0;
	text-align: center;
}

.nav ul a.no {padding:0 0 0 0;}

.nav ul li:hover .drop,
.nav ul li.hover .drop,
.nav li.first.hover .drop, .nav li.first:hover .drop,
.nav li.last.hover .drop, .nav li.last:hover .drop{
}
.nav li.last{
	_margin: 0px;
}

.nav ul li.last a{
	width: inherit !important; 
}


/* drop down */
.right-side .drop{
	left:auto;
	right:-54px;
}

.drop{
	position:absolute;
	top:41px;
	left:-54px;
	width:614px;
	display:none;
	z-index:100;
}

.nav ul .drop a{
	padding:0;
	background:none;
	float:none;
	line-height:normal;
	font-weight:normal;
}

.last .drop{right:-8px !important;}

.first .drop{left:-8px !important;}

.drop .t{
	width:100%;
	overflow:hidden;
	background:url(http://www.vmware.com/files/templates/images/bg-drop-top.png) no-repeat;
	height: 9px;
	*background: url(none.gif);
	*filter: progid:dximagetransform.microsoft.alphaimageloader(src='//www.vmware.com/files/templates/images/bg-drop-top.png', sizingmethod='crop');
	z-index:100;
}

.drop .c{
	width:579px;
	overflow:hidden;
	background:url(http://www.vmware.com/files/templates/images/bg-drop-strip.png) repeat-y;
	padding:0 26px 19px 9px;
	*background: url(none.gif);
	*filter: progid:dximagetransform.microsoft.alphaimageloader(src='//www.vmware.com/files/templates/images/bg-drop-strip.png', sizingmethod='scale');
}

.drop .b{
	width:100%;
	overflow:hidden;
	background:url(http://www.vmware.com/files/templates/images/bg-drop-bottom.png) no-repeat;
	height: 16px;
	*background: url(none.gif);
	*filter: progid:dximagetransform.microsoft.alphaimageloader(src='//www.vmware.com/files/templates/images/bg-drop-bottom.png', sizingmethod='crop');
}


/* drop down links */
.drop-links{
	float:left;
	width:370px;
	font-size:11px;
	padding:14px 0 0;
}

.drop-links div.drop-links-left{
	float:left;
	padding:0 0 0 20px;
	width:155px;
	margin:0 7px 0 0;
}

.drop-links div.drop-links-right{
	float:left;
	padding:0 0 0 20px;
	width:165px;
	margin:0 3px 0 0;
}

.drop-links div{
	padding:4px 0 4px;
	/*float:left;
	padding:16px 0 0 23px;
	width:130px;
	margin:0 28px 0 0;*/
}

.drop-links h3{
	font-size:11px;
	margin:0 0 4px;
	color:#666;
}

.drop-links ul{
	margin:0;
	padding:0;
	list-style:none;
	background:none;
	width:auto;
	height:auto;
}

.drop-links ul li{
	float:none;
	line-height:12px;
	background:none;
	padding:0;
	padding-bottom:4px
}

.drop-links ul a{
	color:#39c !important;
	background:none !important;
}

.drop-links ul a:hover{color:#069 !important;}

