/* Stylesheet: jquery.gritter Modified On 2012-01-21 03:07:37 */
/* the norm */
#gritter-notice-wrapper {
	position:fixed;
	top:85px;
	right:20px;
	width:301px;
	z-index:9999;
}
#gritter-notice-wrapper.top-left {
    left: 20px;
    right: auto;
}
#gritter-notice-wrapper.bottom-right {
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
}
#gritter-notice-wrapper.bottom-left {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
}
.gritter-item-wrapper {
	position:relative;
	margin:0 0 10px 0;
	overflow: hidden;
	cursor: default;
}
.gritter-top {
	background:url(../../uploads/images/bg.gritter.png) no-repeat left -30px;
	height:10px;
}
.hover .gritter-top {
	background-position:right -30px;
}
.gritter-bottom {
	background:url(../../uploads/images/bg.gritter.png) no-repeat left bottom;
	height:8px;
	margin:0;
}
.hover .gritter-bottom {
	background-position: bottom right;
}
.gritter-item {
	display:block;
	background:url(../../uploads/images/bg.gritter.png) no-repeat left -40px;
	color:#fff;
	padding:0 11px 2px 12px;
	font-size: 14px;
}
.hover .gritter-item {
	background-position:right -40px;
}
.gritter-item p {
	padding:0;
	margin:0;
	color:#fff;
}
.gritter-close {
	display:none;
	position:absolute;
	top:5px;
	right:3px;
	background:url(../../uploads/images/bg.gritter.png) no-repeat left top;
	cursor:pointer;
	width:30px;
	height:25px;
}
.gritter-title {
	font-size:20px;
	font-weight:bold;
	padding:0 0 7px 0;
	display:block;
	text-shadow:1px 1px 0 #000; /* Not supported by IE :( */
}
.gritter-image {
	width:48px;
	height:48px;
	float:left;
}
.gritter-with-image,
.gritter-without-image {
	padding:0 0 5px 0;
}
.gritter-with-image {
	width:220px;
	float:right;
}
/* Stylesheet: jquery.tipsy Modified On 2012-01-21 02:54:33 */
.tipsy { font-size: 14px; position: absolute; padding: 5px; z-index: 100000; }
.tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 6px 10px 6px 10px; text-align: center; }
.tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }
  
.tipsy-arrow-n { border-bottom-color: #000; }
.tipsy-arrow-s { border-top-color: #000; }
.tipsy-arrow-e { border-left-color: #000; }
.tipsy-arrow-w { border-right-color: #000; }
  
.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
.tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }
/* Stylesheet: maxnet Modified On 2012-02-02 14:27:55 */
/**
 *  Maxnet Global Stylesheet
 *
 *  @author Jarrad Seers <jarrad@jarradseers.com>
 *  @created 30/12/2012
 */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

a, a:visited {
  text-decoration: none;
  cursor: hand;
  cursor: pointer;
}

:focus, :active, object, embed {
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
}

button {
  cursor: hand;
  cursor: pointer;
}

ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,

q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
  height: 100.5% !important;
}

body {
  cursor: default;
}

a {
  text-decoration: none;
  cursor: hand;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

a.no-underline:hover {
  text-decoration: none;
}

.container {
  width: 100%;
  overflow: hidden;
  clear: both;
}

.site-980 .wrap, .wrap-980 {
  width: 980px;
  min-width: 980px;
  overflow: hidden;
  margin: 0 auto;
}

.wrap-910 {
  width: 910px;
  overflow: hidden;
  margin: 0 auto;
}

.wrap-200 {
  width: 200px;
  overflow: hidden;
  clear: both;
  margin: 0 auto;
  position: relative;
}

.wrap-1050 {
  width: 1050px;
  overflow: hidden;
  clear: both;
  margin: 0 auto;
  position: relative;
}

.wrap-910 .block-1-1 {
  float: left;
  padding: 0 20px;
  width: 870px;
  clear: both;
  overflow: hidden;
}

.wrap-910 .block-3-4 {
  float: left;
  padding: 0 20px;
  width: 622px;
  overflow: hidden;
}

.wrap-910 .block-2-3 {
  float: left;
  padding: 0 20px;
  width: 546px;
  overflow: hidden;
}

.wrap-910 .block-1-2 {
  float: left;
  padding: 0 20px;
  width: 414px;
  overflow: hidden;
}

.wrap-910 .block-1-3 {
  float: left;
  padding: 0 20px;
  width: 260px;
  overflow: hidden;
}

.wrap-910 .block-1-4 {
  float: left;
  padding: 0 20px;
  width: 187px;
  overflow: hidden;
}

.hidden-text {
  text-indent: -9999px;
}

.bold {
  font-weight: bold;
}

.left {
  float: left;
}

.center {
  text-align: center;
}

.right {
  float: right;
}

.navigation li {
  list-style: none;
  float: left;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

i, .italic {
  font-style: italic;
}

.hidden {
  display: none !important;
}

.round-all-4 {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.round-all-10 {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* Stylesheet: maxnet.co.nz Modified On 2012-08-26 16:47:47 */
/**
 *  Maxnet.co.nz Stylesheet
 *
 *  @author Jarrad Seers <jarrad@jarradseers.com>
 *  @created 01/01/2012
 */

@font-face {
	font-family: 'Whitney-Bold';
	src: url('../../uploads/fonts/Whitney-Bold.eot');
	src: local('☺'), url('../../uploads/fonts/Whitney-Bold.woff') format('woff'), url('../../uploads/fonts/Whitney-Bold.ttf') format('truetype'), url('../../uploads/fonts/Whitney-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Whitney-Medium';
	src: url('../../uploads/fonts/Whitney-Medium.eot');
	src: local('☺'), url('../../uploads/fonts/Whitney-Medium.woff') format('woff'), url('../../uploads/fonts/Whitney-Medium.ttf') format('truetype'), url('../../uploads/fonts/Whitney-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
  font-family: Whitney-Medium, Arial, Sans;
  font-size: 12px;
  background: #ebebeb url('../../uploads/images/bg.content.png') 50% 0px repeat-y;
}

h3 {
  font-size: 22px;
  color: #264718;
  margin-bottom: 10px;
  font-family: "Whitney-Bold", Arial, Sans;
  line-height: 25px;
  letter-spacing: -1px;
}

hr {
  height: 1px;
  color: #ccc;
  border: none;
  border-top: 1px dashed #ccc;
}

input.text-field, select {
  border: 1px solid #ccc;
  line-height: 26px;
  height: 26px;
  padding: 0 6px;
}

blockquote {
  background: url('../../uploads/images/quote.gif') no-repeat top left;
  padding: 10px 0 0 60px;
  min-height: 50px;
  margin: 5px 0;
  color: #999;
  font-size: 14px;
  line-height: 20px;
  font-family: Whitney-Medium, Arial, Sans;
}

textarea {
  border: 1px solid #ccc;
  padding: 6px;
  font-family: Whitney-Medium, Arial, Sans;
  font-size: 12px;
  resize: none;
}

em, i {
  font-style: italic;
}

label {
  float: left;
  width: 150px;
  text-align: right;
  padding-right: 15px;
  padding-top: 4px;
}

label.error {
  color: red;
  float: left;
  position: absolute;
  text-align: left;
  line-height: 26px;
  padding-left: 10px;
}

.border-top {
  border-top: 1px dashed #ccc;
}

.border-right {
  border-right: 1px dashed #ccc;
}

.border-bottom {
  border-bottom: 1px dashed #ccc;
}

.border-left {
  border-left: 1px dashed #ccc;
}

#site {
  min-width: 980px;
  background: url('../../uploads/images/bg.body.moving.jpg') 0px 0px repeat-x;
}

body.small #site {
  background: url('../../uploads/images/bg.body.moving.small.jpg') 0px 0px repeat-x;
}

#topbar {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 900;
  height: 100px;
  color: white;
  background: transparent url('../../uploads/images/bg.topbar.png') 0px 0px repeat-x;
  margin-top: -100px;
}

#topbar-fader {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 800;
  height: 78px;
  line-height: 78px;
  background: black;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  opacity: 0.1;
}

#logo {
  position: relative;
  width: 227px;
  height: 99px;
  background: transparent url('../../uploads/images/logo.maxnet.sprite.png') 0px 0px no-repeat;
}

#logo:hover {
  background-position: 0px 100%;
}

#navbar {
  margin: 0px 10px 0px 0px;
}

#navbar li.menu-button {
  padding: 0px 12px;
}

#navbar li.menu-button a.menu-title {
  position: relative;
  line-height: 77px;
  padding-left: 22px;
}

#navbar li.menu-button.hover {
  background: url('../../uploads/images/bg.menu-selector.png') 50% 100% no-repeat;
}

#navbar li.icon-hosting a.menu-title { background: transparent url('../../uploads/icons/icon.white.hosting.png') 0px 49% no-repeat }
#navbar li.icon-connectivity a.menu-title { background: transparent url('../../uploads/icons/icon.white.connectivity.png') 0px 49% no-repeat }
#navbar li.icon-internet a.menu-title { background: transparent url('../../uploads/icons/icon.white.internet.png') 5px 49% no-repeat }
#navbar li.icon-voice a.menu-title { background: transparent url('../../uploads/icons/icon.white.voice.png') 0px 49% no-repeat }
#navbar li.icon-maxnet a.menu-title { background: transparent url('../../uploads/icons/icon.white.maxnet.png') 0px 49% no-repeat }
#navbar li.icon-managed-services a.menu-title { background: transparent url('../../uploads/icons/icon.white.managed-services.png') 0px 49% no-repeat }
#navbar li.icon-backup a.menu-title { background: transparent url('../../uploads/icons/icon.white.backup.png') 0px 49% no-repeat }
#navbar li.icon-filtering a.menu-title { background: transparent url('../../uploads/icons/icon.white.filtering.png') 0px 49% no-repeat }

#topbar a.menu-title {
  color: white;
  text-shadow: -1px -1px 0px black;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}

#topbar a.menu-title:hover {
  text-decoration: none;
}

#btn-launcher {
  position: relative;
  margin-top: 21px;
  width: 119px;
  height: 35px;
  background: transparent url('../../uploads/images/btn.launcher.sprite.png') 0px 0px no-repeat;
}

#btn-launcher:hover {
  background-position: 0px 50%;
}

#btn-launcher:active {
  background-position: 0px 100%;
}

#glow {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 200px;
  background: url('../../uploads/images/bg.glow.png') 50% 0 no-repeat;
}

#header {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100;
  width: 100%;
  min-width: 980px;

  padding-top: 100px;
}

#phone-number {
  background: transparent url('../../uploads/images/bg.phone.png') 96% 50% no-repeat;
}

#realm-toggle {
  height: 55px;

}

#realm-toggle span {
  line-height: 55px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  text-shadow: 0 -1px 0 black;
}

#realm-toggle span.left {
  position: relative;
  margin: 16px 0 0 10px;
  height: 21px;
  line-height: 21px;
  background: url('../../uploads/images/bg.home.png') 50% 50% no-repeat;
  width: 72px;
}

#realm-toggle span.right {
  position: relative;
  margin-right: 20px;
  height: 21px;
  line-height: 21px;
  background: url('../../uploads/images/bg.work.png') 50% 50% no-repeat;
  width: 72px;
  margin: 16px 10px 0 0;
}

#banner, .slideshow {
  position: absolute;
  top: 168px;
  z-index: 100;
}

#banner h1 {
  font-size: 45px;
  font-family: "Whitney-Bold", Arial, Sans;
  color: #223F15;
  text-shadow: 1px 1px 0 white;
  letter-spacing: -1px;
  line-height: 126px;
  text-align: center;
}

#marvin-peering {
  position: absolute;
  top: 98px;
  margin-left: 40px;
  width: 200px;
  height: 116px;
  z-index: 110;
  background: url('../../uploads/images/bg.marvin-peering.png') 0 0 no-repeat;
}

#banner .banner-left {
  background: transparent url('../../uploads/images/bg.banner.left.png') 0 0 no-repeat;
  height: 298px;
  width: 23px;
}

#banner .banner-middle {
  background: transparent url('../../uploads/images/bg.banner.middle.png') 0 0 repeat-x;
  height: 298px;
  width: 934px;
}

#banner .banner-right {
  background: transparent url('../../uploads/images/bg.banner.right.png') 0 0 no-repeat;
  height: 298px;
  width: 23px;
}

body.small #banner .banner-left {
  background: transparent url('../../uploads/images/bg.banner-small.left.png') 0 0 no-repeat;
  height: 26px;
  width: 23px;
}

body.small #banner .banner-middle {
  background: transparent url('../../uploads/images/bg.banner-small.middle.png') 0 0 repeat-x;
  height: 26px;
  width: 934px;
}

body.small #banner .banner-right {
  background: transparent url('../../uploads/images/bg.banner-small.right.png') 0 0 no-repeat;
  height: 26px;
  width: 23px;
}

.slideshow {
  top: 106px;
  margin-left: -40px;
}

.slideshow .slide-content {
  width: 420px;
  height: 210px;
  margin-top: 100px;
  color: #223F15;
  padding-right: 20px;
}

.slideshow .slide {
  display: none;
}

.slideshow .slide h1, .slideshow .slide h2 {
  font-size: 35px;
  font-family: "Whitney-Bold", Arial, Sans;
  color: #223F15;
  text-shadow: 1px 1px 0 white;
  letter-spacing: -1px;
  padding-bottom: 10px;
}

.slideshow p {
  font-size: 16px;
  line-height: 20px;
  font-family: Whitney-Medium, Arial, Sans;
}

.slideshow img {
  border: none;
  width: 525px;
  height: 350px;
}

.slideshow-buttons {
  width: 100px;
  float: right;
  clear: both;
  margin-top: -45px;
}

.slideshow-buttons a {
  float: left;
  background: transparent url('../../uploads/images/btn.slideshow.sprite.png') 0px 0px no-repeat;
  width: 18px;
  height: 18px;
  margin-left: 5px;
}

.slideshow-buttons a:active, .slideshow-buttons a.selected {
  background-position: 0px 50%;
}

.slideshow-buttons a:hover {
  background-position: 0px 100%;
}

.btn-readmore {
  background: transparent url('../../uploads/images/btn.readmore.sprite.png') 0px 0px no-repeat;
  width: 119px;
  height: 34px;
  margin-top: 20px;
}

.btn-readmore-small {
  background: transparent url('../../uploads/images/btn.readmore-small.sprite.png') 0px 0px no-repeat;
  width: 80px;
  height: 24px;
}

.btn-readmore:hover, .btn-readmore-small:hover {
  background-position: 0px 50%;
}

.btn-readmore:active, .btn-readmore-small:active {
  background-position: 0px 100%;
}

#status-bar {
  position: absolute;
  top: 455px;
  left: 0px;
  z-index: 50;
  height: 49px;
  background: transparent url('../../uploads/images/bg.status-bar.png') 50% 0px no-repeat;
  margin-top: -50px;
}

body.small #status-bar {
  top: 285px;
}

#status-title {
  color: white;
  margin-left: 55px;
  padding-left: 20px;
  line-height: 49px;
  background: transparent url('../../uploads/images/bg.status-title.png') 0px 49% no-repeat;
  text-shadow: 0 -1px -1px #223F15;
  font-size: 18px;
}

#status-title.loading {
  background-image: url('../../uploads/images/animated.status-title.loader.gif');
}

#status-messages {
  padding-top: 4px;
  padding-left: 10px;
}

#status-messages a, #status-messages span {
  padding: 0 4px;
  color: #222;
  font-size: 12px;
  line-height: 45px;
  vertical-align: middle;
  font-family: Arial, Sans !important;
  font-style: italic;
  text-shadow: 0 1px 1px #fff;
}

#status-messages a {
  color: #fff;
  font-weight: bold;
  font-style: normal;
  text-shadow: 0 -1px -1px #223F15;
}

.search-box {
  width: 234px;
  margin: 12px 42px 0 0;
  height: 25px;
  line-height: 25px;
  border: 1px inset #93c339;
  background: white url('../../uploads/images/bg.search-box.png') 0px 0px no-repeat;
  padding: 0 8px;
  font-family: Arial, Sans !important;
  font-size: 12px;
}

.blink {
  font-style: italic;
  color: #777;
}

#content {
  padding-top: 244px;
  padding-bottom: 10px;
  min-width: 980px;
}

body.small #content {
  padding-top: 250px;
}

#footer-buttons {
  background: transparent url('../../uploads/images/bg.footer-buttons.png') 50% 0px no-repeat;
  height: 68px;
  margin-top: 10px;
  padding-top: 8px;
}

#footer-links {
  background: transparent url('../../uploads/images/bg.footer-links.png') 50% 0px repeat-y;
  min-height: 30px;
}

#footer h3 a {
  color: white;
}

.btn-contact {
  background: transparent url('../../uploads/images/btn.contact.sprite.png') 0px 0px no-repeat;
  width: 146px;
  height: 34px;
}

.btn-contact:hover {
  background-position: 0px 50%;
}

.btn-contact:active {
  background-position: 0px 100%;
}

.btn-news-feed {
  background: transparent url('../../uploads/images/btn.news-feed.sprite.png') 0px 0px no-repeat;
  width: 585px;
  height: 34px;
}

.btn-news-feed:hover {
  background-position: 0px 50%;
}

.btn-news-feed:active {
  background-position: 0px 100%;
}

.btn-support {
  background: transparent url('../../uploads/images/btn.support.sprite.png') 0px 0px no-repeat;
  width: 146px;
  height: 34px;
}

.btn-support:hover {
  background-position: 0px 50%;
}

.btn-support:active {
  background-position: 0px 100%;
}

#footer {
  min-width: 980px;
}

#footer-buttons .btn-contact {
  margin-left: 45px;
}

#footer-buttons .btn-news-feed {
  margin-left: 8px;
}

#footer-buttons .btn-support {
  margin-left: 8px;
}

#footer-links {
  padding-left: 42px;
}

#footer-links h3 {
  color: #fff;
  text-shadow: -1px -1px 0 #000;
  padding-left: 26px;
}

.icon-hosting a.menu-title { background: transparent url('../../uploads/icons/icon.white.hosting.png') 0px 49% no-repeat }
.icon-connectivity a.menu-title { background: transparent url('../../uploads/icons/icon.white.connectivity.png') 0px 49% no-repeat }
.icon-internet a.menu-title { background: transparent url('../../uploads/icons/icon.white.internet.png') 5px 49% no-repeat }
.icon-voice a.menu-title { background: transparent url('../../uploads/icons/icon.white.voice.png') 0px 49% no-repeat }
.icon-maxnet a.menu-title { background: transparent url('../../uploads/icons/icon.white.maxnet.png') 0px 49% no-repeat }
.icon-managed-services a.menu-title { background: transparent url('../../uploads/icons/icon.white.managed-services.png') 0px 49% no-repeat }
.icon-backup a.menu-title { background: transparent url('../../uploads/icons/icon.white.backup.png') 0px 49% no-repeat }
.icon-filtering a.menu-title { background: transparent url('../../uploads/icons/icon.white.filtering.png') 0px 49% no-repeat }

#footer-links h3.icon-hosting { background: transparent url('../../uploads/icons/icon.white.hosting.png') 0px 50% no-repeat; }
#footer-links h3.icon-connectivity { background: transparent url('../../uploads/icons/icon.white.connectivity.png') 0px 50% no-repeat; }
#footer-links h3.icon-internet { background: transparent url('../../uploads/icons/icon.white.internet.png') 0px 50% no-repeat; }
#footer-links h3.icon-voice { background: transparent url('../../uploads/icons/icon.white.voice.png') 0px 50% no-repeat; }
#footer-links h3.icon-maxnet { background: transparent url('../../uploads/icons/icon.white.maxnet.png') 0px 50% no-repeat; }
#footer-links h3.icon-managed-services { background: transparent url('../../uploads/icons/icon.white.managed-services.png') 0px 50% no-repeat }
#footer-links h3.icon-backup { background: transparent url('../../uploads/icons/icon.white.backup.png') 0px 50% no-repeat }
#footer-links h3.icon-filtering { background: transparent url('../../uploads/icons/icon.white.filtering.png') 0px 50% no-repeat }

#footer-links p {
  color: #aaa;
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 20px;
}

#footer-links .spacer {
  background: transparent url('../../uploads/images/bg.footer.spacer.png') 100% 0 repeat-y;
}

#footer-links li {
  line-height: 20px;
  padding-left: 26px;
}

#footer-links a {
  color: #aaa;
}

#footer-links a:hover {
  color: #fff;
}

#contact-block {
  background: transparent url('../../uploads/icons/icon.white.contact.png') 20px 0px no-repeat;
}

#contact-block p {
  padding-left: 26px;
}

#footer-links span {
  padding: 0 5px;
}

#footer-links .copyright {
  color: #666;
  margin-bottom: 10px;
}

.toggle-home, .toggle-work {
  display: none;
}

.content {
  color: #222222;
}

.content h2 {
  color: #93c339;
  font-size: 50px;
  font-family: Whitney-Bold, Arial, Sans;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -2px;
  margin: 10px 0;
}

.content h3 {
  color: #93c339;
  font-size: 30px;
  line-height: 30px;
  font-family: Whitney-Bold, Arial, Sans;
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px 0;
}

.content h4 {
  color: #93c339;
  font-size: 18px;
  line-height: 20px;
  font-family: Whitney-Medium, Arial, Sans;
  padding-left: 22px;
  background: url('../../uploads/icons/icon.green.tick.jpg') 0 0 no-repeat;
  margin: 10px 0;
}

.content h5 {
  color: #999;
  font-size: 14px;
  line-height: 20px;
  font-family: Whitney-Medium, Arial, Sans;
  margin: 10px 0;
}

.content h6, .content strong {
  color: #222;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  font-family: Whitney-Medium, Arial, Sans;
  margin: 10px 0;
}

.content p {
  line-height: 20px;
  margin: 10px 0;
}

.content ol li {
  line-height: 20px;
  margin-top: 5px;
}

.content a {
	color: #93c339;
}

.content ul {
  margin-left: 20px;
  margin: 10px 0;
}

.content ul li {
  padding-left: 20px;
  line-height: 20px;
  color: #444444;
  background: url('../../uploads/icons/icon.green.arrow.right.png') 0 4px no-repeat;
  display: block;
  float: none;
}

.content img {
  padding: 0px;
}

.content .container {
  padding: 10px 0;
}

.menu-item {
  position: absolute;
  top: 76px;
  left: 0px;
  display: none;
  z-index: 9999;
}

.menu-item .wrap-910 {
  background: white url('../../uploads/images/bg.menu-item.png') 0 100% repeat-x;
  padding: 20px;
  -moz-box-shadow: 0px 0px 4px #000;
  -webkit-box-shadow: 0px 0px 4px #000;
  box-shadow: 0px 0px 4px #000;
  margin: 0;
}

.overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 300;
  background-color: black;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  display: none;
}

#overlay-1 {
  z-index: 300;
}

#overlay-2 {
  z-index: 9999;
}

#launcher-panel {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999;
  display: none;
  -moz-box-shadow: 0px 0px 10px #000;
  -webkit-box-shadow: 0px 0px 10px #000;
  box-shadow: 0px 0px 10px #000;
  padding: 10px 20px 50px 20px;
  background: white;
  border: 2px solid #000;
  text-align: center;
}

#launcher-panel-close {
  background: url('../../uploads/images/btn.launcher-panel-close.png') 0 0 no-repeat;
  width: 24px;
  height: 24px;
  margin-right: -5px;
  cursor: hand;
  cursor: pointer;
  text-align: left;
}

#launcher-panel a {
  color: #444;
  float: left;
  font-weight: bold;
  text-align: center;
  display: inline;
  padding: 0 10px 0 0;
  width: 70px;
}

#launcher-panel img {
  padding-bottom: 4px;
}

#tweet-box-top {
  position: relative;
  float: right;
  height: 54px;
  width: 247px;
  background: url('../../uploads/images/bg.tweet-box-top.png') 0 0 no-repeat;
}

#tweet-box-middle {
  position: relative;
  float: right;
  width: 217px;
  background-color: #101010;
  color: white;
  padding: 10px 15px 5px 15px;
}

#tweet-box-bottom {
  position: relative;
  float: right;
  height: 54px;
  width: 247px;
  background: url('../../uploads/images/bg.tweet-box-bottom.png') 0 0 no-repeat;
}

#social-media {
  text-align: center;
}

#social-media a {
  float: left;
  position: relative;
  height: 49px;
  width: 49px;
  margin: 0 8px;
}

#social-media .icon-rss {
  background: url('../../uploads/icons/icon.rss.png') 50% 50% no-repeat;
}

#social-media .icon-facebook {
  background: url('../../uploads/icons/icon.facebook.png') 50% 50% no-repeat;
}

#social-media .icon-twitter {
  background: url('../../uploads/icons/icon.twitter.png') 50% 50% no-repeat;
}

#social-media .icon-google {
  background: url('../../uploads/icons/icon.google.png') 50% 50% no-repeat;
}

#news-feed .date {
  padding: 15px 0;
}

#news-feed .date * {
  padding: 0 4px 0 0;
  margin: 0px;
  letter-spacing: -1px;
  text-transform: uppercase;
}

#news-feed .post {
  width: 450px;
  padding-left: 20px;
}

#news-feed .post h3 {
  font-size: 22px;
}

#news-feed .news-item {
  padding-top: 20px;
}

#tweet-box-middle ul li {
  padding-left: 0px;
  background: none;
  padding-top: 10px;
  color: #ccc;
}

.page-404 .block-3-4 {
  height: 541px;
}

#marvin-404 {
  position: absolute;
}

#link-sales {
  color: #000;
  line-height: 25px;
  padding: 20px 0 20px 20px;
  margin-left: 10px;
  background: url('../../uploads/icons/icon.black.sales.png') 0 50% no-repeat;
}

#link-support {
  color: #000;
  line-height: 25px;
  padding: 20px 0 20px 20px;
  margin-left: 10px;
  background: url('../../uploads/icons/icon.black.sales.png') 0 50% no-repeat;
}

#link-tech-specs {
  color: #000;
  line-height: 25px;
  padding: 20px 0 20px 20px;
  margin-left: 10px;
  background: url('../../uploads/icons/icon.black.tech-specs.png') 0 50% no-repeat;
}

.content input, .content textarea {
  border: 1px solid #ccc;
}

.content input {
  height: 26px;
  padding: 0 10px;
  line-height: 26px;
  margin-top: 5px;
}

.content table {
  border: 1px solid #223F15;
}

.content table td {
  border-right: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  padding: 8px;
}

.content th {
  font-weight: bold;
  color: white;
  background: #223F15;
  padding: 8px;
}

table {
    font-style: normal;
    border-collapse:separate;
}

table th {
    padding:15px;
    color:#fff;
font-size: 14px;
    text-shadow:1px 1px 1px #000;
    background-color:#9DD929;
}

.content table td {
    padding:10px;
    text-align:center;
    background-color:#DEF3CA;
    border: 1px solid #fff;
    color:#222;
    text-shadow:1px 1px 1px #fff;
}

.light-green { color: #93c339 !important; }
.dark-green { color: #223F15 !important; }
.light-grey { color: #cccccc !important; }
.dark-grey { color: #444444 !important; }
.white { color: white !important; }
.black { color: black !important; }

#footer-links .block-1-3 {
  float: left;
  padding: 0 0 0 20px;
  margin: 0 0 10px 0;
  width: 215px;
  overflow: hidden;
}

#navbar {
 padding-left: 100px;
}
