body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	background: #ececec;
}
a {
	outline: none;
}
img {
	border: 0;
	vertical-align: bottom;
}
fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}
button::-moz-focus-inner { 
    border: 0;
    padding: 0;
}
.clearBoth {
	clear: both;
	height: 0;
	overflow: hidden;
	margin: 0;
}
.displayNone {
	display: none;
}
.center {
	text-align: center;
}
.external {
	/* pop up windows */
}
/********************************* setup *********************************/
#wrapper {
	position: relative;
	border: 1px #e0e0e0 solid;
	border-top: 0;
	border-bottom: 0;
	width: 920px;
	padding: 140px 20px 20px 20px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
}
/********************************* header *********************************/
#logo {
	position: absolute;
	top: 0;
	left: 20px;
}
/*********************************/
#topLinks {
	position: absolute;
	top: 64px;
	right: 38px;
	font-size: 12px;
	line-height: 15px;
	margin: 0;
}
#topLinks a {
	padding: 0 0 0 10px;
	margin: 0 0 0 5px;
	color: #333;
	text-decoration: none;
	background: transparent url(../images/top_link.gif) 0 6px no-repeat;
}
#topLinks a:hover, 
#topLinks a:active, 
#topLinks a:focus {
	color: #000;
	text-decoration: underline;
}
/*********************************/
#telephone {
	position: absolute;
	top: 32px;
	right: 38px;
	font-size: 11px;
	line-height: 24px;
	color: #666;
	margin: 0;
}
#telephone strong {
	font-size: 18px;
	color: #4c7fb2;
	letter-spacing: -1px;
}
#telephone span {
	padding: 0 3px 0 20px;
	background: transparent url(../images/telephone.gif) no-repeat;
}
/*********************************/
#menu {
	position: absolute;
	top: 100px;
	left: 20px;
	float: left;
	width: 910px;
	padding: 0 5px;
	margin: 0;
	background: #000;
	list-style-type: none;
}
#menu li {
	position: relative;
	float: left;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	background: transparent url(../images/menu_divider.gif) 100% 15px no-repeat;
}
#menu li.last {
	background: none;
}
#menu a {
	float: left;
	padding: 9px 26px 7px 25px;
	color: #fff;
	text-decoration: none;
}
#menu a:hover, 
#menu a:active, 
#menu a:focus, 
#menu a.selected {
	position: relative;
	padding: 9px 26px 7px 26px;
	margin: 0 0 0 -1px;
	background-color: #5e9bd7;
}
/*********************************/
#menu ul {
	display: none;
	position: absolute;
	left: -2px;
	top: 30px;
	border: 1px #333 solid;
	padding: 0;
	margin: 0;
	background: #fff;
	list-style-type: none;
}
#technologyMenu {
	width: 125px;
}
#servicesMenu {
	width: 204px;
}
#salesMenu {
	width: 200px;
}
#menu ul#technologyMenu, 
#menu ul#servicesMenu,
#menu ul#salesMenu {
	border-top: 0;
}
#menu ul li {
	position: relative;
	float: left;
	clear: both;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	text-transform: none;
	background: none;
}
#technologyMenu li {
	width: 125px;
}
#servicesMenu li {
	width: 204px;
}
#salesMenu li {
	width: 200px;
}
#menu ul a {
	padding: 5px 11px 4px 11px;
	border-bottom: 1px #eee solid;
	color: #333;
}
#technologyMenu a {
	width: 103px;
	background-image: url(../images/menu_arrow.gif);
	background-position: 110px 11px;
	background-repeat: no-repeat;
}
#servicesMenu a {
	width: 182px;
}
#salesMenu a {
	width: 178px;
}
#menu ul a:hover, 
#menu ul a:active, 
#menu ul a:focus, 
#menu ul a.selected {
	padding: 5px 11px;
	border: 0;
	margin: 0;
	color: #fff;
	background-color: #7bb2e8;
}
#technologyMenu a:hover, 
#technologyMenu a:active, 
#technologyMenu a:focus, 
#technologyMenu a.selected {
	background-position: 110px -39px;
}
/*********************************/
#menu ul ul {
	left: 125px;
	top: -1px;
	width: 202px;
}
#menu ul ul#microsoftMenu {
	top: 0;
	border-top: 0;
}
#menu ul ul li {
	width: 202px;
}
#menu ul ul a {
	width: 180px;
	background-image: none;
}
/********************************* home page *********************************/
#homePage {
	position: relative;
	float: left;
	clear: both;
	width: 520px;
	padding: 305px 380px 140px 20px;
	color: #333;
}
/*********************************/
#intro {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	vertical-align: bottom;
}
/*********************************/
#homePage h1 {
	position: absolute;
	top: 130px;
	left: 40px;
	width: 250px;
	font-size: 22px;
	line-height: 24px;
	color: #000;
	margin: 0;
}
#homePage h2 {
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 10px 0;
}
#homePage h3, 
#homePage h4 {
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 10px 0;
}
#homePage p {
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 15px 0;
}
#homePage ul {
	font-size: 12px;
	line-height: 15px;
	padding: 0;
	margin: 0 25px 15px 10px;
	list-style-type: none;
}
#homePage li {
	padding: 0 0 0 15px;
	background: transparent url(../images/bullet.gif) 0 5px no-repeat;
}
#homePage a {
	color: #369;
}
#homePage a:hover, 
#homePage a:active, 
#homePage a:focus {
	color: #000;
}
/*********************************/
#homeIntro a {
	position: absolute;
	display: block;
	clear: both;
	border: 1px #fff solid;
	margin: -1px -1px 7px -1px;
}
#homeIntro a:hover, 
#homeIntro a:active, 
#homeIntro a:focus {
	border-color: #333;
}
#homeIntro .technicalWorkshops {
	top: 0;
	left: 696px;
}
#homeIntro .whatWeCanOfferYou {
	top: 144px;
	left: 696px;
}
/*********************************/
#homePage .microsoftCertifiedPartner {
	position: absolute;
	left: 557px;
	top: 325px;
}
/*********************************/
#homeFooter a {
	position: absolute;
	display: block;
	clear: both;
	border: 1px #fff solid;
	margin: -1px -1px 7px -1px;
}
#homeFooter a:hover, 
#homeFooter a:active, 
#homeFooter a:focus {
	border-color: #333;
}
#homeFooter .serverVirtualization {
	left: 0;
	bottom: 12px;
}
#homeFooter .desktopVirtualization {
	left: 232px;
	bottom: 12px;
}
#homeFooter .applicationVirtualization {
	left: 464px;
	bottom: 12px;
}
#homeFooter .virtualizationManagement {
	left: 696px;
	bottom: 12px;
}
/********************************* sub page *********************************/
#subPage {
	position: relative;
	float: right;
	width: 632px;
	padding: 18px 30px 10px 0;
}
#subPage h1 {
	font-size: 19px;
	line-height: 20px;
	padding: 0 0 15px 0;
	border-bottom: 1px #ddd solid;
	margin: 0 0 18px 0;
}
#subPage h2 {
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 10px 0;
}
#subPage h3, 
#subPage h4 {
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 10px 0;
}
#subPage p {
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 15px 0;
}
#subPage ul {
	font-size: 12px;
	line-height: 15px;
	padding: 0;
	margin: 0 25px 15px 10px;
	list-style-type: none;
}
#subPage li {
	padding: 0px 0 0 10px;
	background: transparent url(../images/bullet.gif) 0 5px no-repeat;
}
#optimized ul {
	font-size: 12px;
	line-height: 15px;
	padding: 0;
	margin: 0 25px 15px 10px;
	list-style-type: none;
}
#optimized li {
	padding: 7px 0 0 15px;
	background: transparent url(../images/bullet.gif) 0 12px no-repeat;
}
#subPage img {
	margin: 0 0 15px 0;
}
#microsoft img {
	margin: 50px 0 15px 100px;
	text-align: center;
}
#mdopintro img {
	float: right;
	margin: 0 0 15px 0;
}
#subPage a {
	color: #369;
}
#subPage a:hover, 
#subPage a:active, 
#subPage a:focus {
	color: #000;
}
/*********************************/
#subPage img.right {
	float: right;
	margin: 0 0 15px 30px;
}
/*********************************/
#subPage a.button {
	display: inline-block;
	border: 1px #c0c0c0 solid;
	padding: 2px 5px 2px 5px;
	color: #000;
	text-decoration: none;
	margin: 5px 0;
	background: #cfcfcf url(../images/button.gif) repeat-x
}
#subPage a.button:hover, 
#subPage a.button:active, 
#subPage a.button:focus {
	border-color: #8c8c8c;
	background-color: #bfbfbf;
	background-position: 0 -100px;
}
#mdop {
	height: 93px;
	margin-top: 20px;
}
#mdop p {
	margin-left: 300px;
	
	padding-top: 20px;
}
#mdop img {
	float: left;
}
#quote {
	width: 600px;
	background: url(../images/quote-background.gif) no-repeat ;
}
#quote p {
	padding: 29px 32px 0 25px;
}
#quote p span {
	color: #666;
	font-style: italic;
}
/*********************************/
#partners {
	position: relative;
}
#partners img {
	position: absolute;
}
#partners img.microsoftCertifiedPartner {
	top: 24px;
	left: 40px;
}
#partners img.citrixPartner {
	top: 17px;
	left: 416px;
}
#partners img.appSense {
	top: 119px;
	left: 77px;
}
#partners img.fullArmor {
	top: 133px;
	left: 343px;
}
#partners img.appDNA {
	top: 200px;
	left: 80px;
}
#partners img.microsoftSmallBusinessSpecialist {
	top: 196px;
	left: 396px;
}
#partners img.changeBase {
	top: 300px;
	left: 180px;
}
/*********************************/
#contactAddress {
	float: left;
	width: 165px;
}
#contactAddress a {
	padding: 0 0 0 22px;
	background: transparent url(../images/pdf.gif) no-repeat;
}
/*********************************/
#contactForm {
	float: right;
	width: 430px;
	margin: 0;
}
#contactForm input, 
#contactForm textarea {
	width: 388px;
	border: 1px #999 solid;
	padding: 3px 5px;
	font: 12px/15px Arial, Helvetica, sans-serif;
	color: #333;
	margin: 2px 0 0 0;
}
#contactForm textarea {
	height: 100px;
	overflow: auto;
}
#contactForm select {
	width: 400px;
	border: 1px #999 solid;
	padding: 2px;
	font: 12px/15px Arial, Helvetica, sans-serif;
	color: #333;
	margin: 2px 0 0 0;
}
#contactForm input.error, 
#contactForm textarea.error, 
#contactForm select.error {
	border-color: #c33;
}
#contactForm input.checkbox {
	display: inline-block;
	width: auto;
	border: none;
	padding: 0;
	vertical-align: middle;
	margin: -2px 10px 0 0;
}
#contactForm button {
	border: 1px #c0c0c0 solid;
	padding: 4px 28px 3px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0 5px 0 0;
	cursor: pointer;
}
#contactForm button.send {
	background: #cfcfcf url(../images/send.gif) 100% 0 repeat-x;
}
#contactForm button.reset {
	background: #cfcfcf url(../images/reset.gif) 100% 0 repeat-x;
}
#contactForm button:hover, 
#contactForm button:active, 
#contactForm button:focus {
	border-color: #8c8c8c;
	background-color: #bfbfbf;
	background-position: 100% -100px;
}
/*********************************/
#weOfferBlock, 
#citrixBlock,
#virtualizationBlock {
	float: left;
	width: 316px;
	padding: 5px 0 8px 0;
	text-align: left;
	margin: 0 0 10px 0;
}

#workshopsBlock, 
#migrationBlock {
	float: left;
	width: 316px;
	padding: 5px 0 8px 0;
	text-align: left;
	
	margin: 0 0 10px 0;
}
#technologyBlock {
	float: right;
	width: 316px;
	padding: 5px 0 8px 0;
	text-align: left;
	margin: 0 0 10px 0;
}
#salesBlock {
	float: right;
	width: 316px;
	padding: 5px 0 5px 0;
	text-align: left;
	
	margin: 0 0 10px 0;
}
#technologyBlock a.button, 
#workshopsBlock a.button, 
#weOfferBlock a.button,
#weOfferBlock a.button,
#citrixBlock a.button,
#virtualizationBlock a.button 
{
	margin: 5px 0 0 0;
}
#salesBlock a.button {
	margin: 35px 0 0 0;
}
/*********************************/
#tasterDayDeliverables {
	float: right;
	width: 285px;
	border: 1px #ddd solid;
	padding: 19px 17px 2px 17px;
	margin: 0 0 15px 40px;
	background: #eee;
}
#tasterDayDeliverables img {
	float: right;
	margin: -5px 0 5px 5px;
}
/********************************* left navigation *********************************/
#leftNavigation {
	float: left;
	width: 224px;
	padding: 5px 0 10px 8px;
}
#leftNavigation a {
	position: relative;
	display: block;
	clear: both;
	border: 1px #fff solid;
	margin: -1px -1px 7px -1px;
}
#leftNavigation a:hover, 
#leftNavigation a:active, 
#leftNavigation a:focus {
	border-color: #333;
}
/********************************* shadow *********************************/
#footer {
	float: left;
	clear: both;
	width: 880px;
	padding: 9px 20px 8px 20px;
	font-size: 12px;
	line-height: 15px;
	color: #fff;
	margin: 0;
	background: #75abe1;
}
#copyright {
	float: left;
	font-weight: bold;
}
#bytemedia {
	float: right;
	text-align: right;
}
#bytemedia a {
	font-weight: bold;
	color: #000;
	margin: 0 0 0 3px;
}
/********************************* shadow *********************************/
#shadow {
	position: relative;
	width: 966px;
	height: 85px;
	margin: 0 auto;
	background: transparent url(../images/shadow.jpg) no-repeat;
}