/* CSS Document */


#altviews {
display:none !important;
}


body{
	text-align:center;
	margin:0;
	padding:0;
	font-size:12px;
	background:#eeeeee url(../images/template/spacer.gif) left top; 
	font-family: Arial, helvetica, sans-serif;
	margin: 0px;
}
/*ul, ol, dl { position: relative;  }*/
#body a{
	color:#3fb7ec;
	text-decoration:none;
}
#body li.last{
	margin:0;
	padding:0;
	border:none;
}
#body a:hover{
	color:#003d79;
	text-decoration:underline;
}

/**/
#body a img{
	margin:8px;	
}

#header{
	width:990px;
	height:145px;
	padding:0;
	margin:0px auto;	
	position:relative;
	text-align:left;
	background:url(../images/template/header_bg.jpg) no-repeat left top;
}
#header h1{
	width:573px;
	margin:0;
	padding:0;
	height:76px;
	position:absolute;
	text-align:left;
	top:0;
	left:0;
	font-size:1em;
	text-indent:-9999px;
	
}

#header h1 a{
	text-indent:-99999px;
	display:block;
	width:300px;
	height:76px;
	/*background:url(../images/template/header_logo.gif) no-repeat left top;*/
	text-align:left;
}
#header h1 a#homepage_title{
	text-indent:0;
	display:block;
	width:573px;
	height:56px;
	font-size:2.2em;
	background:transparent;
	margin-top:1em;
	margin-left:1em;
	text-align:left;
}


#header h3{
	width:86px;
	margin:0;
	padding:0;
	height:38px;
	position:absolute;
	bottom:0px;
	font-size:1em;
	left: 694px;
}

#header h3#home{
	left:439px;
}

#header h3#about{
	left:537px;
}
#header h3#view_cart{
	left:645px;
}
#header h3#my_account{
	left:758px;
}
#header h3#help{
	left:862px;
}

#header h3 a{
	text-indent:-99999px;
	display:block;
	width:90px;
	height:38px;
}


/* custom main nav*/

#mNav {
  display: block;
  position: absolute;
  top:105px;
  width: 990px;
  height: 40px;
  text-align:center;
}	 

#mNav a {
	color:#717074;
	font-weight: bold;
	font-size:13px;
	text-decoration:none;
}

#mNav a:link, #mNav a:visited {
	color: #4D4E53;
	text-decoration: none;
}

	 
/* Home */

#mNavHome
{
  display: block;
  position: absolute;
  left:61px;
  padding-top: 12px;
  width: 79px;
  height: 28px;
  background: url("../images/template/mNav_btn.gif") repeat-x;

}

#mNavHome:hover
{ 
  background-position: 0 -40px;
}

/* About */

#mNavAbout
{
  display: block;
  position: absolute;
  left: 142px;
  padding-top: 12px;
  width: 103px;
  height: 28px;
  background: url("../images/template/mNav_btn.gif") repeat-x;

}

#mNavAbout:hover
{ 
  background-position: 0 -40px;
}

/* View Cart */

#mNavViewCart
{
  display: block;
  position: absolute;
  left: 247px;
  padding-top: 12px;
  width: 108px;
  height: 28px;
  background: url("../images/template/mNav_btn.gif") repeat-x;

}

#mNavViewCart:hover
{ 
  background-position: 0 -40px;
}

/* My Account */

#mNavMyAccount
{
  display: block;
  position: absolute;
  left: 357px;
  padding-top: 12px;
  width: 120px;
  height: 28px;
  background: url("../images/template/mNav_btn.gif") repeat-x;

}

#mNavMyAccount:hover
{ 
  background-position: 0 -40px;
}


/* Help */

#mNavHelp
{
  display: block;
  position: absolute;
  left: 479px;
  padding-top: 12px;
  width: 80px;
  height: 28px;
  background: url("../images/template/mNav_btn.gif") repeat-x;

}

#mNavHelp:hover
{ 
  background-position: 0 -40px;
}

/* End Custom Main Nav */


#top_nav {
	position:absolute;
	top:50px;
	left:348px;
	width:491px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
#top_nav ul{
	list-style:none;
	margin:0;
	padding:0;
}
#top_nav ul li{
	display:inline;
	margin-right:.25em;
	padding-right:.5em;
	border-right:1px solid #003399;
}
#top_nav ul li a{ 
	color:#003399;
	font-weight:bold;
}
#search_box{
	padding:0;
	margin:0;
	text-align:left;
	width:212px;
	margin:10px 0px 10px 0px;
	position:absolute;
	top:12px;
	left:753px;
}
#search_box label{
	color:#3fb7ec;
	text-transform:uppercase;
	font-size:12px;
	margin-left:.6em;
}
#display_search_box{
	padding:0;
	margin:0;
}
#display_search_box form{
	padding:0;
	margin:0;
}
#display_search_box input{
	margin:3px;
	padding:3px;
	vertical-align:middle;
	margin-left:8px;
}

#display_search_box input#search_field{
	margin:0;
	border:1px solid #B3B3B3;
	width:10em;
	height:24px;
	margin-right:.5em;
	vertical-align:middle;
	font-size:10px;
}
#display_search_box input#search_button{
	margin:0;
	padding:0;
}


/*#content{
	padding:0;
	margin:0;
	border-right:1px solid #B3B3B3;
	
	text-align:left;
	width:1024px;
	margin:0px auto;
	background:#fff;
	
	
}*/

#content{
	padding:0;
	margin:0px 0px 0px 20px;
	text-align:left;
	width:990px;
	margin:0px auto;
	background:url(../images/template/body_background-vmware.gif) repeat-y left top;	
}




#content > *{
	text-align:left;
}
#left_nav{
	margin:0;
padding-right:20px;
padding-bottom:20px;
	
	/* turn the following attribute on if you need to position absolutely inside of the left_nav.  Beware: this will screw up the rollover_color_popouts menu in IE7
	
	/*position:relative;*/
	height:100%;
	width:200px;
	padding-top:20px;
}


#left_nav h2{
	margin:0;
	padding:0;
	width:214px;
	height:27px;
	color:#fff;
	font-size:12px;
	padding-top:8px;
	padding-left:6px;
	background:url(../images/template/left_nav_title_background.gif) no-repeat left top;
}

#left_nav ul{
	list-style:none;
	margin:0;
	padding:0;
	/*margin-right:0.5em;
	margin-top:1em;*/
	padding-bottom:1em;
	/*border-top: 1px solid #ccc;*/
	
}
#left_nav ul li{
	margin:0;
	padding-top:10px;
	padding-left:6px;
	padding-right:6px;
	background:url(../images/template/spacer.gif) no-repeat 0 0px;
	font-family: Arial, Helvetica, sans-serif;
	color:#4D4E53;
	font-size:11px;
	line-height:14px;
	/*border-bottom: 1px solid #ccc;*/
	
	
}
#left_nav ul li a{
	padding-bottom:.1em;
	color:#4D4E53;
	font-size:11px;
	line-height:14px;
}
#left_nav ul li.nav a{
	padding-bottom:.1em;
	color:#4D4E53;
	font-size:11px;
	line-height:14px;
}

#left_nav div.nav_section{	
	width:220px;
	padding:0;
	margin:0;
	margin-bottom:1em;
	background:#FFFFFF url(../images/template/nav_menu_bottom.gif) left bottom no-repeat;	
	
}


#menu_2{
	margin-left:1em;
}
#navigation_menu{
	padding:0px;
	text-align:center;
	width:220px;
	margin-top:2em;
	padding-left:1em;
	padding-right:1em;
}

#testimonials{
	padding:0px;
	width:158px;
	margin-top:2em;
}
#testimonials p{
	margin:0;
	padding:0 10px;
}
#testimonials h2{
	background:url(../images/template/testimonials_header.gif) left top no-repeat;
	width:220px;
	height:31px;
	color:white;
	font-size:12px;
	text-indent:0;
	padding-top:8px;
	text-align:center;
}
#mailing_list{
	padding:0px;
	width:220px;
	margin-top:2em;
	height:70px;
}
#mailing_list a{
	display:block;
	width:220px;
	height:70px;
	background:url(../images/template/join_mailing_list_background.gif) left top no-repeat;
	text-indent:-99999px;
}

#display_promotions_999{
	margin-top:2em;
	padding:0px 0em;
	text-align:center;
	width:220px;
}


span.ir{
	display:none;
}
#content #content_area{
	border-right:0px solid #000000;
	margin:0pt;
	padding:20px 10px 0px 20px;
	text-align:left;
	width:746px;
	
}
#content #content_area table{
	text-align:left;
}
#footer{
	margin:0;
	padding:0;
	text-align:center;
	width:990px;
	height:34px;
	position:relative;
	margin:0px auto;
	font-size:.8em;
	color:#000;
	margin-bottom:.2em;
	font-family: Arial, Helvetica, sans-serif;
	background:#ededed;
}
* html #footer{
	margin-top:0;

}

#footertop{
background: #dddddd;
padding-top:3px;
    color: #666666;
    height: 34px;
    width: 100%;
}
.inner {

    padding: 0 20px;
    text-align: left;
    width: 720px;
}
.inner span {
float:right;
margin-top: -22px;
font-size: 12px;
}
#eList {
    color: #333333;
    font-size: 10px;
    font-weight: bold;
    margin: 1px;
    vertical-align: middle;
}
#elist_field {
    color: #666666;
    font: 12px Arial,Helvetica,sans-serif;
    height: 13px;
    padding: 5px;
    vertical-align: middle;
    width: 220px;
}
#elist_btn {
    padding-left: 10px;
    vertical-align: middle;
}
textarea, input {
    color: #000;
    font: 12px Verdana,arial,Helvetica,sans-serif;
}

#footer_top ul{
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
	padding-top:6px;
}

#footer_top ul li{
	text-align:left;
	font-size:1.1em;
	font-weight: bold;
	margin-right:1em;
	padding-right:1em;
	border-right:1px solid #ccc;
	display:inline;
	
	
}
#footer_top ul li a{
	color:#3fb7ec;
	font-weight: bold;
}

	
#footer_bottom{
	
	width:990px;
	color:#818181;
	text-align:center;
	background:none;
	font-size:10px;
	font-weight:normal;
	padding-bottom:.1em;
	padding-top:3em;
}
#footer_bottom ul{
	list-style:none;
	margin:0;
	padding:0;
}

#footer_bottom ul li{
	text-align:center;
	display:inline;
	padding: 0px 5px 0px 2px;
        border-right:1px solid #ccc;
}
#footer_bottom p{
	margin:0;
	padding:0;
	margin-top:.3em;
	font-weight:normal;
}
#footer #footer_bottom a{
	color:#818181
}
#footer a{
	color:#000;
	font-weight:normal;
}

#home_page_splash{
	padding:0;
	margin:0 auto;
	width:635px;
	text-align:left;
	font-size:11px;
	line-height:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:1em;
	
}
#home_page_splash #home_page_top{
	width:635px;
	height:258px;
	position:relative;
	background:url(../images/template/home_page_splash.jpg) no-repeat left top;
	margin:0;
	padding:0;
	margin-bottom:1em;
}

.rowcontainer{
	
	float:left;
	width:635px;
}

.home_page_section{
	width:279px;
	height:100px;
	float:left;
	
	
}
#section1{
	background:url(../images/template/ph-01.jpg) top left no-repeat;
}
#section2{
	background:url(../images/template/ph-02.jpg) top left no-repeat;
}


.home_page_section_featured{
	margin-top:1em;
	width:635px;
	height:33px;
	clear:both;
	background:url(../images/template/featured.gif) top left no-repeat;
	
}

.home_page_section p{
	margin-left:9.5em;
}
.home_page_section p a{
	color:#F7941D;
	font-weight:bold;
}


#dropdown_currency select{
	width:145px;
	margin:0;
	padding:0;
	border:1px solid #0954A6;
	margin-bottom:2em;
	}

/* this is for the rollover_colors_popout link color */
#left_nav .nav_section table td a{
	color:#777777;
}

div#menu0{
	margin-left:1em;
}

#display_menu_1 div.subnav {cursor:pointer; background-color:#fff;}
#display_menu_1 div.subnav table.milonictable tr td{ padding:5px;}

/* Styles added by Patrick */

h1 {
font-size:16px;
font-weight:bold;
color:#003d79;
}

#featureBlock a:link {
color:#3fb7ec;
text-decoration:none;
}

#featureBlock a:hover {
color:#003d79;
text-decoration:underline;
}

#featureBlock .arrow {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/v/vspfiles/templates/100-vmware2/images/HomePage/link_btn.gif) no-repeat scroll left center;
display:block;
font-size:12px;
font-weight:normal;
line-height:30px;
margin-top:0;
padding-left:25px;
padding-top:2px;
}

#featureBlock{
width:710px;
padding-top:10px;
}

.featureBlockHeader{
width: 325px;
height:29px;
padding-left:20px;
vertical-align:bottom;
color: #fff;
font-size:14px;
line-height:200%;
margin:0px;
background:url(/v/vspfiles/templates/100-vmware2/images/HomePage/featureBlockHeader.gif) bottom left no-repeat;
}

.featureTestimonial{
font-size:12px;
font-style:italic;
color:#000;
}
.featureTestimonialSource{
font-size:10px;
color:#000;
}


.photoContainerLeft {
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
}

.photoContainerRight {
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}

.float_left {
	float: left;
}
.float_right {
	float: right;
}