@charset "utf-8";


/* --------- general styles ---------  */

html, body {
	height: 100%;
}

* {
	margin: 0px;
	padding: 0px;
}

body {
    font-size:100%;
	background: #edeeee url(../images/backg-main.gif) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #2e2c2d;
	line-height: 1.5;
}

/* covers homepage image */
#branding p {
	line-height: 22px;
}

#container {
	width: 950px;
	margin: 0 auto;
	background-color: #FFF;
	position: relative;
	padding-bottom: 20px;
}

.bulletedList {
	margin-left: 40px;
	line-height: 22px;
}

.bulletedList li {
	margin-bottom: 12px;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif !important;
	color: #2e2c2d !important;
	font-size: 12px !important;
}


.clear {
	clear: both;
}

.imgCenter {
	margin: 30px 0;
	text-align: center;
	padding-left: 93px;
}

.imgRight {
	float: right;
	margin: 6px 10px 12px 20px;
}

.imgLeft {
	float: left;
	margin: 6px 20px 12px 10px;
}

.makeItPop {
	font-weight: bold;
	color: #060;
}

.caps {
	text-transform: uppercase;
}


/* --------- end general styles ---------  */



/* --------- nav bar ---------  */

#nav {
	background: #89b641 url(../images/backg-nav.gif) repeat-x top left;
	vertical-align: middle;
	float: left;
	width: 925px;
	height: 70px;
	padding-left: 25px;
	border-right: 7px solid #b3b3b3;
	border-left: 7px solid #b3b3b3;
}

#nav ul {
	padding-top: 10px;
}

#nav li {
	list-style-image: none;
	display: inline;
	background: url(../images/bullet_nav.gif) repeat-y;
}

#nav a {
	color: #000;
	text-decoration: none;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	float: left;
	background: url(../images/bullet_nav_rollover.gif) repeat-y top right;
	border-left: 9px solid #577f17;
	margin: 6px 30px 10px 0;
	padding: 2px 2px 2px 10px;
	-webkit-transition: .25s linear;
}

#nav a:hover {
	background: url(../images/bullet_nav_rollover.png) repeat-y top left;
	color: #454343;
}

/* --------- end nav bar ---------  */



/* --------- masthead (logo area) ---------  */

#masthead {
	background-color: #FFF;
	height: 90px;
	width: 950px;
	float: left;
	border-bottom: 1px solid #8b8960;
	border-right: 7px solid #b3b3b3;
	border-left: 7px solid #b3b3b3;
}

#logo  {
	text-indent: -9999px;
	height: 100px;
	margin: 0px 0 0 13px;
}

#masthead a {
	background: url(../images/envirtualization_logo.gif) no-repeat;
	width: 425px;
	height: 100px;
	margin: 0px;
	display: block;
}

h1 {
	font-size: 10px;
	position: absolute;
	bottom: -12px;
	right: -14px;
	color: #666;
	width: 950px;
	background-color: #b3b3b3;
	padding: 14px 7px;
	text-align: right;
}

#vdap {
	text-indent: -9999px;
	position: absolute;
	width: 410px;
	height: 48px;
	top: 92px;
	left: 577px;
	z-index: 5000;
}

#vdap a {
	background: url(../images/button-free-vdap-assessment.png) no-repeat left top; 
	width: 410px;
	height: 48px;
	display: block;
}

#vdap a:hover {
	background-position: left bottom;
}

/* --------- end masthead (logo area) ---------  */






/* --------- branding (video area - used on home page only) ---------  */

#branding {
	height: 100px;
	width: 950px;
	float: left;
	color: #FFF;
	background: url(../images/branding.jpg) no-repeat left top;
	z-index: 300;
	border-right: 7px solid #b3b3b3;
	border-left: 7px solid #b3b3b3;
	position: relative;
}

#homePage #branding {
	height: 454px;
	background: url(../images/branding-robot.png) no-repeat left top;
}

#branding p {
	text-indent: -9999px;
	clear: both;
	
}

#branding a {
	height: 386px;
	width: 950px;
	text-indent: -9999px;
	float: left;
	display: block;
	margin-top: -88px;
}

#branding a:hover {
	background:url(../images/branding-robot-hover.png) no-repeat left top;
}

#branding h2 {
	position: absolute;
	bottom: 6px;
	right: 24px;
	font-weight: normal;
	font-size: 40px;
	width: 550px;
	text-align: right;

}
	
/* --------m- end branding (video area) ---------  */



/* -------m-- content area (general, site-wide styles for main area and sidebar styles) ---------  */

#content {
	width: 950px;
	background-color: #FFF;
	padding-top: 15px;
	float: left;
	z-index: 200;
	border-right: 7px solid #b3b3b3;
	border-left: 7px solid #b3b3b3;
}

#homePage #content { /* this adds a little extra padding under the branding area on the home page only */
	margin-top: -67px;
	padding-top: 24px;
}

#homePage #mainContent p strong {
	font-size: 16px;
}

#mainContent {
	float: left;
	width: 586px;
}

#resourcePage #mainContent {
	width: 576px;
	float: right;
	padding-right: 0px;
}

#mainContent h2 { /* this styles the section heads used on the main content side of all pages */
	width: 517px;
	background: #b3b3b3 url(../images/header_main_content.gif) no-repeat left top;
	color: #3c3230;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding: 5px 0 2px 35px;
}

#resourcePage #mainContent h2 { /* this styles the section heads used on the main content side of all pages */
	width: 540px;
	background: #b3b3b3 url(../images/header_main_content_flip.gif) no-repeat left top;
	padding: 5px 0 2px 12px;
}

#sidebar {
	float: right;
	width: 345px;
}

#resourcePage #sidebar {
	float: left;
	padding-left: 24px;
}

#sidebar h2 { /* this styles the section heads used on the sidebar side of all pages */
	background: #b3b3b3 url(../images/header_sidebar.gif) no-repeat left top;
	width: 316px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #3c3230;
	padding: 5px 0 2px 12px;
}

#resourcePage #sidebar h2 { /* this styles the section heads used on the sidebar side of all pages */
	background: #b3b3b3 url(../images/header_sidebar_flip.gif) no-repeat left top;
	width: 293px;
	padding: 5px 0 2px 35px;
}
.mainBox { /* this class styles all 'boxes' in the main content area - NOTE that all boxes have a unique ID as well in case you need to hook them individually */
	width: 552px;
	margin-left: 25px;
	padding-bottom: 25px;
	background: url(../images/backg_column.gif) repeat-x left top;
}

#resourcePage .mainBox { /* this class styles all 'boxes' in the main content area - NOTE that all boxes have a unique ID as well in case you need to hook them individually */
	margin-left: 0px;
}

.mainBox p {
	padding: 10px 15px 10px 15px;
	font-size: 12px;
	color: #310e03;
}

.mainBox a {
	color: #89b641;
	text-decoration: none;
	-webkit-transition: .25s linear;
}

.mainBox a:hover {
	color: #2f4b01;
	text-decoration: underline;
}

.sidebarBox { /* this class styles all 'boxes' in the sidebar area - NOTE that all boxes have a unique ID as well in case you need to hook them individually */
	margin-right: 25px;
	width: 328px;
	padding-bottom: 25px;
	background: url(../images/backg_column.gif) repeat-x left top;
}

#resourcePage .sidebarBox { /* this class styles all 'boxes' in the sidebar area - NOTE that all boxes have a unique ID as well in case you need to hook them individually */
	margin-right: 10px;
}

.sidebarBox p {
	padding: 10px 15px 0 15px;
	font-size: 12px;
	color: #310e03;
	margin-bottom: 14px;
}

.sidebarBox a {
	color: #89b641;
	text-decoration: none;
	-webkit-transition: .25s linear;
}

.sidebarBox  a:hover {
	color: #2f4b01;
	text-decoration: underline;
}

#eventsBox {
	min-height: 150px;
}

#eventsBox h3 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin: 15px 15px 0px 15px;
	border-bottom: 1px solid #666666;
}

#eventsBox h4 {
	font-size: 14px;
	padding: 5px 15px 0 15px;
}

#eventsBox p {
	padding: 0px 15px 0 15px;
	font-size: 12px;
	color: #310e03;
	margin-bottom: 14px;
}

#partnershipsList {
	list-style-type: none;
	text-align: center;
	width: 300px;
	margin: 0 auto;
}

#mainContent #partnershipsList {
	width: 450px;
	margin-top: 40px;
}

#partnershipsList li {
	margin-bottom: 20px;
	width: 95px;
	float: left;
}

#aboutPage #partnershipsList li {
	width: 143px;
}

#dataCenterVirtualizationPage #partnershipsList li {
	width:150px;
}
#desktopVirtualizationPage #partnershipsList li {
	width:150px;
}
#partnershipsList li span {
	display: none;
}


.moreLink {
	text-align: right;	
}


/* --------- end content area (general, site-wide styles for main area and sidebar styles) ---------  */

/* ------- resource center -------  */
#resourcePage ul.thumbs {
	margin: 30px 0px 0px 30px;
}

#resourcePage ul.thumbs li {
	list-style-type:none;
	margin: 0px 50px 70px 0px;
	float: left;
	height: 70px;
	width: 80px;
	position: relative;
}

#resourcePage ul.thumbs li span {
	position: absolute;
	width: 60px;
	left: 0px;
	top: 80px;
}

#resourcePage ul.thumbs li a {
	height: 60px;
	width: 60px;
	background-image:url(../images/icon-resource-desktop.jpg);
	background-position:top;
	display: block;
	text-align: center;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	-border-radius: 3px;
}

#resourcePage ul.thumbs li a:hover {
	background-position:bottom;
	border: 1px solid #454343;
}

#resourcePage ul.thumbs li.dataCenter a {
	background-image:url(../images/icon-resource-data-center.jpg);
}

#resourcePage ul.thumbs li.management a {
	background-image:url(../images/icon-resource-data-management.jpg);
}

#resourcePage ul.thumbs li.presentations a {
	background-image:url(../images/icon-resource-presentations.jpg);
}

/* ------- /resource center -------  */


/* --------- footer ---------  */

#footer {
	clear: both;
	width: 950px;
	background: #3c3230 url(../images/backg-footer.png) no-repeat right bottom;
	margin: 0 auto;
	border-right: 7px solid #b3b3b3;
	border-left: 7px solid #b3b3b3;
}

#footer p {
	color: #FFF;
	font-size: 18px;
	line-height: 24px;
	margin: 0 30px;
	padding: 20px 0;
}

#footer a {
	color: #9cec17;
	text-decoration: none;
	-webkit-transition: .25s linear;
}

#footer a:hover {
	color: #cefc80;
	text-decoration: underline;
}

#footer a.featured {
	color: #FFF;
	text-decoration: none;
}

#footer a.featured:hover {
	color: #cefc80;
	text-decoration: none;
}

#footer .addressList {
	list-style-type: none;
	color: #FFF;
	margin-left: 30px;
	padding-bottom: 40px;
}

.footerLinks {
	list-style-type: none;
	font-size: 12px;
	text-transform: lowercase;
	margin: 0 20px;
	padding: 4px 0;
}

#footerLower a,
#footerLower p {
	color: #3c3230;
	-webkit-transition: .25s linear;
}

#footerLower p {
	font-size: 12px;
	padding-bottom: 8px;
}

.footerLinks  li {
	display: inline;
	padding: 0 10px;
}

#footerLower {
	background: #89b641 url(../images/backg-footer.png) no-repeat right bottom;
	width: 950px;
	padding: 12px 0;
}

/* --------- end footer ---------  */

.mainBox h3 {
	margin: 12px 12px 0 15px;
}

cite p {
	margin-top: -15px;
}

cite {
	margin-top: 10px;
	display: block;
	font-style: italic;
}

#ecePage #mainContent img {
	padding: 15px 0 0 15px;
	border-style: none;
}

.tourLink {
	background: url(../images/button_next.gif) no-repeat left top;
	display: block;
	height: 67px;
	width: 157px;
	text-indent: -9999px;
	margin: 16px 0 0 175px;
}

.tourLink:hover {
	background: url(../images/button_next.gif) no-repeat left bottom;
}

#mainContent h3 {
	font-size: 14px;
	line-height: 22px;
}

#eceimg   {
	margin-left: 50px;
	border-style: none;
}

#philosophyBox img {
	float: left;
	margin: 10px 20px 8px 20px;
	border-style: none;
}

#eventsPage dl {
	margin: 6px 16px 0 16px;
	padding-top: 6px;
}

#eventsPage dl.first {
	border-top: 1px solid #A9350E;
}

#eventsPage  dt {
	font-weight: bold;
}

#eventsPage dd {
	margin: 0 0 12px 20px;
}

#eventsPage img.eventPhoto {
	margin: 10px 0px 0px 4px;
}

#eventsPage .registerButton {
	height: 14px;
	width: 200px;
	display: block;
	text-align: center;
	background-color: #89b641;
	margin: 25px 0 20px 120px;
}

#eventsPage .sidebarBox h3 {
	margin: 12px 0px 2px 14px;
}

#eventsPage .sidebarBox p {
	margin-top: 0px;
	padding-top: 0px;
}

#eventsPage .registerButton a {
	color: #FFF;
	font-size: 18px;
	-webkit-transition: .25s linear;
}

.nextLink {
	/*width: 300px;*/
	padding-right: 55px;
	text-align: right;
	margin: 20px auto;
	display: block;
	background:url(../images/button_next.gif) no-repeat top right;
}

.nextLink:hover {
	background:url(../images/button_next_hover.gif) no-repeat top right;
}

.sectionMenu {
	list-style: none;
	margin: 20px 20px 20px 14px;
}

.sectionMenu li {
	padding-bottom: 20px;
}

.sectionMenu li a {
	font-size: 16px;
	color: #2e2c2d;
	-webkit-transition: .25s linear;
}

.sectionMenu li a:hover {
	color: #9cec17;
}

#getStartedButton a {
	width: 242px;
	height: 100px;
	display: block;
	background: url(../images/get-started-now.gif) no-repeat left top;
	text-indent: -9999px;
	-webkit-transition: none;
}

#getStartedButton a:hover {
	background-position: left bottom;
}	

#sampleReportLink {
	width: 185px;
	height: 120px;
	display: block;
	text-indent: -9999px;
	background: url(../images/sample-report-link.png) no-repeat top left;
	/* margin: 0 auto; */
	float:left;
	-webkit-transition: none;
}

#sampleReportLink:hover {
	background-position: bottom left;
}

#vdapDownloadLink {
	width: 185px;
	height: 120px;
	display: block;
	margin:0 20px 20px 0;
	text-indent: -9999px;
	background: url(../images/vdap-download-link.png) no-repeat top left;
	/* margin: 0 auto; */
	float:left;
	-webkit-transition: none;
}

#vdapDownloadLink:hover {
	background-position: bottom left;
}


#pdfLinks {
	list-style-type:none;
	margin:30px auto 20px auto;
	display:block;
	width:445px;
}

#pdfLinks p {
	margin:5px 0 25px 0;
	padding:0;
	font-size:10px;
	line-height:12px;
}

#pdfLinks li {
	display: block;
	margin-right:65px;
	float:left;
	width:100px;
	text-align: center;
}

#pdfLinks li.noMargin {
	margin-right:0px;
}

#pdfLinks li a {
	font-size:10px;
	text-decoration:none;
	color:#000;
}

#pdfLinks li a:hover {
	color:#89b641;
}

/* ------------------------ 404 page ---------------------- */

#missingPage #content {
	background: #FFF url(../images/big-robot.png) no-repeat 500px top;
}

#missingPage .mainBox {
	background-image: none;
}

#missingPage .mainBox h3 {
	font-size: 24px;
	line-height: 1.3;
	width: 430px;
}

#missingPage .mainBox p {
	width: 430px !important;
	font-size: 16px;
	line-height: 1.3;
}

#missingPage .mainBox .bulletedList li a {
	font-size: 16px;
}

#missingPage #footer,
#missingPage #footerLower {
	background-image: none;
}


/* Sitemap */

#sitemapList {
	list-style-type:none;
	padding:20px 0 0 35px;
}

#sitemapList li {
	padding-bottom:10px;
}

#sitemapList li.shiftUp {
	padding-bottom:10px;
	margin-top:-5px;
}

#sitemapList li ul {
	padding:10px 0 0 30px;
}

#sitemapList li a {
	color: #2e2c2d;
}

#sitemapList li a:hover {
	color:#89b641;	
}


/* vdap Form */

#vdapBox form {
	margin: 20px 10px 10px 10px;
}
#vdapBox label {
	display: block;
	font-size: 12px;
}
#vdapBox input,
#vdapBox textarea {
	width: 400px;
	margin-bottom: 22px;
}
#vdapBox textarea {
	height: 100px;
}
#vdapBox #vdapSubmit {
	width: 150px;
}
#vdapBox .hidden {
	display: block;
	text-indent: -9999px;
	height: 2px;
	margin-top: -20px;
}


/***********************/


/* animate the robot! - this must appear last  */

@-webkit-keyframes slide {
	0% {
		background-position: 950px top;
	}
	100% {
		background-position: 500px top;
	} 
	
#missingPage #content {
	-webkit-animation-name: slide;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;
}

