@charset "UTF-8";
/* Reset - thanks Eric Meyer. You da bomb.
***************************************************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
textarea {
	margin: 0;
	padding: 0;
}
/* General Styles - default html element styles
***************************************************************************************************/
body {
	width: 100%;
	margin: 0 auto;
	background-color: #f1f3f2;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333;
	font-size: 12px;
	line-height: 1.5em;
	position: relative;
}
h1 {
	color: #333;
	font-size: 26px;
	font-weight: bold;
	margin: 0 0 10px 0;
	line-height: 1.5em;
}
h2 {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px 0;
	line-height: 1.5em;
}
h3 {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	line-height: 1.5em;
}
h4 {
	color: #333;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px 0;
}
h5 {
	font-weight: bold;
	font-size: 12px;
}
p {
	color: #333;
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 10px;
}
ul {
	overflow: hidden;
	margin-bottom: 10px;
}
li {
	line-height: 1.5em;
	margin-bottom: 10px;
	margin-left: 30px;
	list-style: outside disc;
}
a {
	color: #8ac640;
}
hr {
	height: 1px;
	border: none;
	border-top: solid 1px #d6d6d5;
	display: block;
}
input:focus, textarea:focus {
	background-color: #FFFFE0;
}
table {
	font-size: 12px;
	border-collapse: collapse;
	margin: 18px auto 18px auto;
	width: 100%;
}
th {
	padding: 5px 7px 3px 7px;
	font-weight: bold;
	background-color: #8ac640;
	background-image: url(/images/thBg.gif);
	color: #fff;
	border-left: 1px solid #b1de88;
	white-space: nowrap;
}
td {
	padding: 3px 7px;
	background-color: #F1F3F2;
	border: 1px solid #ddd;
}
tr {
}
caption {
	color: #999;
	font-size: 11px;
	font-style: italic;
	text-align: right;
}
strong {
	font-weight: bold;
}
fieldset {
	border: solid 1px #ddd;
	padding: 20px;
	background-color: #F1F3F2;
	margin-bottom: 1em;
}
/* Helper Styles - forms, notifications/errors, consistent items with normally just one class 
***************************************************************************************************/
.alignLeft {
	float: left;
	margin-right: 20px;
}
.alignRight {
	float: right;
	margin-left: 20px;
}
.byline {
	display: block;
	font-size: 11px;
	margin-bottom: 10px;
}
.byline img {
	display: block;
	margin-bottom: 10px;
}
input.error, textarea.error {
	background-color: #FFDFDF;
}
.formError {
	background-color: #FFDFDF;
	border: solid 1px #F00;
	padding: 5px;
	font-size: 12px;
	background-image: url(/images/iconError.png);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	padding-left: 27px;
	display: none;
}
.form1Column {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.form1Column li {
	border-bottom: solid 1px #ddd;
	list-style: none;
	margin: 0 0 5px 0;
	padding: 5px 0 5px 0;
}
.form1Column li.last {
	margin: 0;
	border-bottom: none;
	padding-bottom: 0;
}
.form1Column label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}
.form1Column select {
	display: block;
}
.form1Column input {
}
.form1Column input[type="text"] {
	height: 15px;
	border: solid 1px #cfd0cf;
	padding: 3px 5px;
	display: block;
}
.form1Column textarea {
	border: solid 1px #cfd0cf;
	padding: 3px 5px;
	display: block;
}
.form1Column .required {
	background-image: url(/images/iconRequired.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
}
.form1Column li.error {
	background-image: url(/images/iconRequiredError.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
}
.form1Column #ctl01_ImageButton1 {
	margin-top: 10px;
}
fieldset img[alt="Ajax Loader"] {
	display: none;
	position: relative;
	top: -10px;
	left: 10px;
}
.supportForm li {
	float: left;
}
.supportForm li.even {
	margin-left: 20px;
}
.supportForm input[type="text"] {
	width: 187px;
}
.supportForm textarea {
	width: 406px;
}
.supportForm span {
	white-space: nowrap;
}
.managementBio {
	padding: 20px 0;
	border-top: solid 1px #ccc;
}
.managementBio img[alt="Portrait"] {
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 20px;
}
.managementBio img[alt="Icon"] {
	vertical-align: middle;
}
/* Page Structure - header, footer and the generic layout blocks
***************************************************************************************************/
#divHeader {
	position: relative;
	z-index: 1;
	background-position: 0 0;
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
}
#divBody {
	background-color: #fff;
	background-image: url(/images/bodyBg.gif);
	background-repeat: repeat-y;
	overflow: hidden;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
}
#divLocalNav {
	position: absolute;
	top: 20px;
	left: -240px;
	width: 220px;
	z-index: 0;
}
#divMainContent {
	position: relative;
	width: 740px;
	float: left;
}
#divBodyCopy {
	margin-left: 280px;
	padding-top: 20px;
	position: relative;
	min-height: 600px;
}
#divSecondaryContent {
	width: 218px;
	background-color: #f1f3f2;
	position: relative;
	float: left;
	margin-left: 20px;
	border: solid 1px #ddd;
}
#divFooter {
	font-size: 11px;
	color: #666;
	background-image:url(/images/footerBg.png);
	background-repeat:no-repeat;
	position: relative;
	padding-bottom: 10px;
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
}
/* Page Components - most of your styles will be in here 
***************************************************************************************************/
#divSkip {
	display: none;
}
#divHeader img[alt="Kaseya Logo"] {
	display: block;
}
#divHeader #ulGlobalOptions {
	padding-left: 0;
	display: inline;
	position: absolute;
	top: 20px;
	right: 40px;
	overflow: visible;
}
#divHeader #ulGlobalOptions > li {
	font-size: 13px;
	height: 23px;
	margin-left: 20px;
}
#divHeader #ulGlobalOptions li {
	display: block;
	float: left;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #666;
}
#divHeader #ulGlobalOptions a {
	text-decoration: none;
}
#divHeader #ulGlobalOptions a:hover {
	text-decoration: underline;
}
#divHeader #ulGlobalOptions li img {
	margin-right: 10px;
}
#divHeader #ulGlobalOptions #liLanguage {
	background-image:url(/images/iconGlobe.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 23px;
}
#divHeader #ulGlobalOptions #liLanguage > ul {
	position: absolute;
	top: 22px;
	left: 4px;
	background-image: url(/images/flyoutBgFFF.png);
	background-position: bottom;
	background-repeat: no-repeat;
	border-top: solid 1px #ccc;
	width: 222px;
	padding: 5px 0 10px 3px;
	z-index: 3;
	display: none;
}
#divHeader #ulGlobalOptions #liLanguage ul li {
	display: block;
	margin: 3px 0 0 15px;
	font-size: 11px;
	list-style: none;
	float: none;
}
#divHeader #ulGlobalOptions #liContact {
	background-image:url(/images/iconEmail.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 23px;
}
#divHeader #ulGlobalOptions #liContact > ul {
	position: absolute;
	top: 22px;
	left: 114px;
	background-image: url(/images/flyoutBgFFF.png);
	background-position: bottom;
	background-repeat: no-repeat;
	border-top: solid 1px #ccc;
	width: 222px;
	padding: 5px 0 10px 3px;
	z-index: 3;
	display: none;
	overflow: visible;
}
#divHeader #ulGlobalOptions #liContact ul li {
	margin: 3px 0 0 15px;
	font-size: 11px;
	list-style: none;
	float: none;
	display: block;
}
#divHeader #ulGlobalOptions #liContact h4 {
	margin: 0;
	clear: both;
}
#divHeader #ulGlobalOptions #liContact dt {
	width: 60px;
	float: left;
}
#divHeader #ulGlobalOptions #liContact dd {
	display: block;
}
#divHeader #ulGlobalOptions #liContact #liContactPhone {
	overflow: visible;
	clear: both;
}
#divHeader #ulGlobalOptions #liContact #liContactEmail {
	padding-top: 10px;
	overflow: visible;
	clear: both;
}
#divHeader #ulGlobalOptions #liContact #liContactSocial {
	padding-top: 10px;
}
#divHeader #ulGlobalOptions #liContact #liContactSocial ul {
	padding-left: 0;
	margin-bottom: 0;
}
#divHeader #ulGlobalOptions #liContact #liContactSocial ul li {
	margin: 0 0 5px 0;
	float: left;
	width: 45%;
}
#divHeader #ulGlobalOptions #liContact #liContactSocial ul li img {
	vertical-align: middle;
	display: inline;
	margin-right: 5px;
}
#divHeader #ulGlobalOptions #liPhone {
	font-weight: bold;
}
#divHeader #ulGlobalNav {
	padding-left: 0;
	width: 940px;
	height: 40px;
	background-color: #3e67b1;
	background-repeat: repeat-x;
	margin: 0 auto;
	overflow: visible;
}
#divHeader #ulGlobalNav > li {
	list-style: none;
	margin: 0;
	display: inline;
}
#divHeader #ulGlobalNav > li > a {
	height: 40px;
	display: block;
	float: left;
	text-indent: -9999px;
}
#liGetStarted a {
	width: 130px;
	background-image: url(/images/globalNavTabsBg.png);
}
#liGetStarted a:hover {
	background-position: 0 80px;
}
#liGetStarted a.selected {
	background-position: 0 40px;
}
#liItDepartments a {
	width: 154px;
	background-image: url(/images/globalNavTabsBg.png);
	background-position: -130px 0;
}
#liItDepartments a:hover {
	background-position: -130px 80px;
}
#liItDepartments a.selected {
	background-position: -130px 40px;
}
#liServiceProviders a {
	width: 164px;
	background-image: url(/images/globalNavTabsBg.png);
	background-position: -284px 0;
}
#liServiceProviders a:hover {
	background-position: -284px 80px;
}
#liServiceProviders a.selected {
	background-position: -284px 40px;
}
#liProducts a {
	width: 101px;
	background-image: url(/images/globalNavTabsBg.png);
	background-position: -448px 0;
}
#liProducts a:hover {
	background-position: -448px 80px;
}
#liProducts a.selected {
	background-position: -448px 40px;
}
#liCommunity a {
	width: 96px;
	background-image: url(/images/globalNavTabsBg2.png);
	background-position: -549px 0;
}
#liCommunity a:hover {
	background-position: -549px 80px;
}
#liCommunity a.selected {
	background-position: -549px 40px;
}
#liProducts > ul > li > a > img {
	vertical-align: middle;
}
#liServices a {
	width: 96px;
	background-image: url(/images/globalNavTabsBg.png);
	background-position: -549px 0;
}
#liServices a:hover {
	background-position: -549px 80px;
}
#liServices a.selected {
	background-position: -549px 40px;
}
#liCompany a {
	width: 106px;
	background-image: url(/images/globalNavTabsBg.png);
	background-position: -645px 0;
}
#liCompany a:hover {
	background-position: -645px 80px;
}
#liCompany a.selected {
	background-position: -645px 40px;
}
#liSupport a {
	width: 94px;
	background-image: url(/images/globalNavTabsBg.png);
	background-position: -751px 0;
}
#liSupport a:hover {
	background-position: -751px 80px;
}
#liSupport a.selected {
	background-position: -751px 40px;
}
#liEvents a {
	width: 95px;
	background-image: url(/images/globalNavTabsBg.png);
	background-position: -845px 0;
}
#liEvents a:hover {
	background-position: -845px 80px;
}
#liEvents a.selected {
	background-position: -845px 40px;
}
#ulGlobalNav ul.flyout {
	background-image: url(/images/flyoutBg.png);
	background-position: bottom;
	font-size: 12px;
	padding: 2px 0 5px 0;
	position: absolute;
	top: 150px;
	width: 222px;
	z-index: 2;
	display: none;
}
#ulGlobalNav ul.flyout li {
	list-style: none;
	margin: 0;
}
#ulGlobalNav ul.flyout li a {
	background-image: none;
	display: block;
	margin: 0;
	padding: 5px 0 0 12px;
	width: 210px;
	height: 24px;
	color: #666;
	text-decoration: none;
}
#ulGlobalNav ul.flyout li a:hover {
	color: #333;
	background-image: url(/images/flyoutBgOver.png);
	background-position: top left;
}
#liGetStarted ul.flyout {
	left: 40px;
}
#liItDepartments ul.flyout {
	left: 168px;
}
#liServiceProviders ul.flyout {
	left: 322px;
}
#liProducts ul.flyout {
	left: 486px;
}
#liCommunity ul.flyout {
	left: 587px;
}
#liServices ul.flyout {
	left: 587px;
}
#liCompany ul.flyout {
	left: 683px;
}
#liSupport ul.flyout {
	left: 789px;
}
#liEvents ul.flyout {
	left: 763px;
}
#divHero {
	width: 740px;
	height: 210px;
	background-repeat: no-repeat;
}
#divHero h1 {
	display: none;
}
#divHero p {
	display: none;
}
#divLocalNav > ul {
	padding-left: 0;
}
#divLocalNav li {
	font-size: 13px;
	list-style: none;
	margin: 0;
	padding: 9px 0 8px 0;
	border-bottom: solid 1px #d6d6d5;
}
#divLocalNav li:first-child {
	padding-top: 0;
}
#divLocalNav li.last {
	padding-bottom: 0;
}
#divLocalNav li.branch {
	padding: 9px 0 9px 0;
	border: none;
}
#divLocalNav ul ul li {
	border: none;
}
#divLocalNav ul ul li.last {
	padding-bottom: 0;
	border: none;
}
#divLocalNav a {
	text-decoration: none;
}
#divLocalNav a:hover {
	text-decoration: underline;
}
#divLocalNav a.selected {
	color: #333;
}
#divLocalNav a.selected:hover {
	text-decoration: none;
}
#divSecondaryContent {
	font-size: 11px;
}
#divSecondaryContent h3 {
	margin-bottom: 0;
}
#divSecondaryContent h4 {
	margin-top: -1px;
	margin-bottom: 0;
	color: #666;
}
#divSecondaryContent p {
	font-size: 11px;
}
#divSecondaryContent ul {
	margin: 0 20px;
	padding-left: 0;
}
#divSecondaryContent ul li {
	margin: 0;
	list-style: none;
}
#divSecondaryContent hr {
	margin: 20px 18px;
}
#divSecondaryContent > div {
	margin: 20px;
}
#divSecondaryContent div.single {
	margin-left: 20px;
	margin-right: 20px;
}
#divSecondaryContent div.single img {
	float: right;
	margin-left: 10px;
	padding-top: 5px;
}
#divSecondaryContent div.single a[rel="Download"] {
	background-image: url(/images/btnDownloadSm.gif);
	display: block;
	width: 86px;
	height: 26px;
	text-indent: -9999px;
}
#divSecondaryContent div.single a[rel="Download"]:hover {
	background-position: 0 26px;
}
#divSecondaryContent div.single a[rel="Register"] {
	background-image: url(/images/btnRegisterSm.gif);
	display: block;
	width: 86px;
	height: 26px;
	text-indent: -9999px;
}
#divSecondaryContent div.single a[rel="Register"]:hover {
	background-position: 0 26px;
}
#divSecondaryContent div.single a[rel="Watch"] {
	background-image: url(/images/btnWatchSm.gif);
	display: block;
	width: 86px;
	height: 26px;
	text-indent: -9999px;
}
#divSecondaryContent div.single a[rel="Watch"]:hover {
	background-position: 0 26px;
}
#divSecondaryContent div.single a[rel="More"] {
	background-image: url(/images/btnMoreSm.gif);
	display: block;
	width: 86px;
	height: 26px;
	text-indent: -9999px;
}
#divSecondaryContent div.single a[rel="More"]:hover {
	background-position: 0 26px;
}
#divFooter h4 {
	font-size: 12px;
	color: #666;
	margin-top: 0;
	margin-bottom: 9px;
}
#divFooter > ul {
	padding-top: 20px;
	padding-left: 0;
}
#divFooter li {
	list-style: none;
}
#divFooter ul li {
	display: block;
	float: left;
	margin-left: 25px;
}
#divFooter ul li a img {
	margin-top: 5px;
}
#divFooter ul li ul {
	padding-left: 0;
}
#divFooter ul li ul li {
	float: none;
	margin: 0;
}
#divFooter a {
	color: #666;
}
ul.oneColumn li {
	list-style: none;
	margin-left: 0;
	margin-bottom: 20px;
}
ul.oneColumn li img[alt="Icon"] {
	float: left;
	margin-right: 10px;
}
ul.demo-thumbs {
	border-bottom: solid 1px #ddd;
}
ul.demo-thumbs li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 153px;
}
ul.demo-thumbs li > a.playVid {
	background-color: #f1f3f2;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	display: block;
	height: 85px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	width: 120px;
}
ul.demo-thumbs li > a.playBtn {
	background-color: #ddd;
	border: 1px solid #ddd;
	color: #333;
	display: block;
	font-size: 10px;
	font-weight: bold;
	padding: 1px 0px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 120px;
}
ul.demo-thumbs li > a.playBtn:hover {
	background-color: #8ac640;
	border: 1px solid #8ac640;
	color: #fff;
}
ul.demo-thumbs li > span {
	display: block;
	padding: 7px 0px 20px 0px;
	width: 120px;
	line-height: 15px;
	text-align: center;
}
ul.awardsGrid {
	border-bottom: solid 1px #ddd;
}
ul.awardsGrid li {
	float: left;
	list-style: none;
	margin: 10px 20px 0 0;
	padding: 0 0 10px 0;
	width: 130px;
	text-align: center;
}
ul.communityGrid {
	border-bottom: solid 1px #ddd;
}
ul.communityGrid h4 {
	margin-bottom: 0;
}
ul.communityGrid p, ul.communityGrid a {
	text-align: center;
	text-decoration: none;
}
ul.communityGrid li {
	float: left;
	list-style: none;
	margin: 0 20px 0 0;
	padding: 0 0 10px 0;
	width: 130px;
}
.caseStudies {
	border-left: 1px solid #ddd;
	margin: 0px 0px 40px 160px;
	padding-left: 20px;
	position: relative;
}
.caseStudies img {
	left: -160px;
	position: absolute;
	top: 0px;
	max-width: 150px;
}
.caseStudies h3 {
	margin-bottom: 10px;
}
.caseStudies p {
	margin-bottom: 10px;
}
.caseStudies a.document {
	background-image: url(/images/iconDocument.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
}
.caseStudies a.video {
	background-image: url(/images/iconFilmOpen.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
}
.eventListing {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
}
.eventListing h3 {
	font-size: 14px;
	margin-bottom: 0;
}
.eventListing em {
	color: #999;
	font-size: 11px;
	font-style: italic;
}
.eventListing a {
	background-image: url(/images/iconCalendar.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
}
.tabs {
	margin-bottom: 20px;
}
.tabs .tabsNavigationContainer {
	background-color: none;
	border: 0px;
	display: block !important;
	height: 29px;
	overflow: hidden;
	padding: 0px;
	width: 460px;
}
.tabs ul.tabNavigation {
	height: 29px;
	margin: 0px;
	padding: 0px;
	width: 900px;
}
.tabs ul.tabNavigation li {
	border-left: 1px solid #fff;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.tabs ul.tabNavigation li:first-child {
	border-left: 0px;
}
.tabs ul.tabNavigation li a {
	background-image: url(/images/tabBg.gif);
	background-position: 0px 0px;
	color: #fff;
	display: block;
	height: 20px;
	margin: 0px;
	overflow: visible;
	padding: 9px 0px 0px 0px;
	text-align: center;
	text-decoration: none;
}
.tabs ul.tabNavigation li a#na {
	width: 108px;
}
.tabs ul.tabNavigation li a#eu {
	width: 63px;
}
.tabs ul.tabNavigation li a#sa {
	width: 107px;
}
.tabs ul.tabNavigation li a#as {
	width: 47px;
}
.tabs ul.tabNavigation li a#au {
	width: 73px;
}
.tabs ul.tabNavigation li a#af {
	width: 57px;
}
.tabs ul.tabNavigation li a:hover {
	background-position: 0px 58px;
}
.tabs ul.tabNavigation li a.selected {
	background-position: 0px 29px;
}
.tabs ul.tabNavigation li a:focus {
	outline: 0;
}
div.tabs > div {
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
	background-color: #f1f3f2;
	padding: 15px;
	position: relative;
	height: 100px;
}
div.tabs > div h2 {
	margin-top: 0;
}
.tabs > div ul.tabLayout {
	margin-bottom: 0px;
}
.tabs > div ul.tabLayout li {
	float: left;
	height: 55px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 214px;
}
.tabs > div ul.tabLayout li.btn {
	height: 31px;
	padding-top: 10px;
	width: auto;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.tabs > div label {
	color: #666;
	display: block;
	font-size: 13px;
}
.tabs > div label span {
	display: block;
}
.tabs > div label select {
	background-color: #fff;
	border: 1px solid #d6d6d6;
	font-size: 13px;
	padding: 2px;
	width: 190px;
}
ul.customerList {
}
ul.customerList li {
	float: left;
	font-size: 13px;
	line-height: 16px;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	width: 50%;
}
ul.customerList span {
	display: block;
	font-weight: bold;
}
ul.customerList #result-list {
	padding-right: 10px;
}
#divSecondaryContent #divVideoCallout {
	overflow: hidden;
	width: 180px;
	margin-left: 0 0 0 20px;
}
#divVideoCallout a {
	display: block;
	width: 180px;
	height: 100px;
	text-indent: -9999px;
}
#divVideoCallout.wik a {
	background-image: url(/images/thVideoWiK.gif);
}
#divVideoCallout a:hover {
	background-position: bottom;
}
/* Overrides - you shouldn’t need to use this very much
***************************************************************************************************/
body.itDepartmentEdition #divHero {
	background-image: url(/images/heroItDepartmentEdition.jpg);
	width: 740px;
	height: 210px;
}
body.itDepartments #divHero {
	background-image: url(/images/heroItDepartments.jpg);
	width: 740px;
	height: 210px;
}
body.serviceProviders #divHero {
	background-image: url(/images/heroServiceProviders.jpg);
	width: 740px;
	height: 210px;
}
body.mspEdition #divHero {
	background-image: url(/images/heroMspEdition.jpg);
	width: 740px;
	height: 210px;
}
body.budr #divHero {
	background-image: url(/images/heroBudr.jpg);
	width: 740px;
	height: 210px;
}
body.endpointSecurity #divHero {
	background-image: url(/images/heroEndpointSecurity.jpg);
	width: 740px;
	height: 210px;
}
body.patchManagement #divHero {
	background-image: url(/images/heroPatchManagement.jpg);
	width: 740px;
	height: 210px;
}
body.kusm #divHero {
	background-image: url(/images/heroKusm.jpg);
	width: 740px;
	height: 210px;
}
body.audit #divHero {
	background-image: url(/images/heroAudit.jpg);
	width: 740px;
	height: 210px;
}
body.roadmap #divHero {
	background-image: url(/images/heroRoadmap.jpg);
	width: 740px;
	height: 210px;
}
body.products #divHero {
	background-image: url(/images/heroProducts.jpg);
	width: 740px;
	height: 210px;
}
body.caseStudy #divHero {
	background-image: url(/images/heroCaseStudies.jpg);
	width: 740px;
	height: 210px;
}
body.hosting #divHero {
	background-image: url(/images/heroHosting.jpg);
	width: 740px;
	height: 210px;
}
body.company #divHero {
	background-image: url(/images/heroCompany.jpg);
	width: 740px;
	height: 210px;
}
body.support #divHero {
	background-image: url(/images/heroSupport.jpg);
	width: 740px;
	height: 210px;
}
body.events #divHero {
	background-image: url(/images/heroEvents.jpg);
	width: 740px;
	height: 210px;
}
body.addOns #divHero {
	background-image: url(/images/heroAddOns.jpg);
	width: 740px;
	height: 210px;
}
body.services #divHero {
	background-image: url(/images/heroServices.jpg);
	width: 740px;
	height: 210px;
}
body.management #divHero {
	background-image: url(/images/heroManagement.jpg);
	width: 740px;
	height: 210px;
}
body.usm #divHero {
	background-image: url(/images/heroUsm.jpg);
	width: 740px;
	height: 210px;
}
body.companyVideo #divHero {
	background-image: url(/images/heroCompanyVideo.jpg);
	width: 740px;
	height: 210px;
}
body.companyVideo #divHero a.button {
	display: block;
	position: absolute;
	text-indent: -9999px;
	background-image: url(/images/btnHeroVideo.png);
	width: 153px;
	height: 35px;
	left: 280px;
	top: 66px;
}
body.companyVideo #divHero a.button:hover {
	background-position: bottom;
}
body.FPO #divHero {
	background-image: url(/images/heroFPO.jpg);
	width: 740px;
	height: 210px;
}
#fancy_left, #fancy_right {
	display: none !important;	
}