@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
}
#container {
	background-image: url(/wp-content/themes/axon/images/quicklinkBack.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#container #header {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#container #header #logo #search {
	float: right;
	margin: 0px;
	padding: 0px;
}
#container #header #logo #search .phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	display: block;
	clear: right;
	float: right;
	width: 250px;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

ul, ol, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;		
}

.entry ul li {
	padding-top: 10px;
}

.entry ol li {
	padding-top: 10px;
}

#container #header #logo #search #form form {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#container #header #logo #search #form input {
	font-size: 10px;
	line-height: 12px;
	color: #969696;
	background-color: #f7f7f7;
	border: 1px solid #363636;
}
#container #header #logo #search #form .submit {
	display: inline;
	margin-bottom: -3px;
}
.orange {
	color: #F7941E;
}

.orange a {
    color: #F7941E;
}


#container #header #logo {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	height: 100px;
}

#container #header #logo h1 {
	margin: 0px;
	padding: 0px;
	float: left;
}

#container #header #logo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

#container #header #logo .microsoftlogo {
	float: left;
	padding-top: 30px;
}

#container #header #quicklinks {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	height: 30px;
}
#container #header #quicklinks ul {
	padding: 0px;
	list-style-type: none;
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container #header #quicklinks li {
	display: inline;
}
#container #header #quicklinks a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363636;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#container #header #quicklinks a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F7941E;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#container #flash {
	background-color: #969696;
	margin-bottom: 0px;
	padding-bottom: 0px;
    height: 322px;
    overflow: hidden;
}
#container #flash #inside {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

#container #flash #inside a img {
	border: 0px;
}
#container #flash #inside div.corner-cta {
  position:absolute;
  width:299px;
  height:295px;
  z-index:100;
}

#container #main {
	background-image: url(/wp-content/themes/axon/images/mainBG.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 0px;
	padding-top: 0px;
}


/* Step 3 - get rid of the bullets and margin */
#options ul {margin:0; padding:0; list-style-type:none;}

/* Step 4 - make the list horizontal */
#options li {float:left;}

/* Step 5 - Adding the initial images */
#options li.list1 {
	background:transparent url(/wp-content/themes/axon/images/small-business-tab.png);
}
#options li.list2 {
	background:transparent url(/wp-content/themes/axon/images/large-business-tab.png);
	margin-left: 13px;
}
#options li.list3 {
	background:transparent url(/wp-content/themes/axon/images/about-axon-tab.png);
	margin-left: 13px;
}

/* Step 6 - General link styling */
#options a {display:block; width:240px; height:0; padding-top:202px; color:#000; overflow:hidden;}
/* hack for older versions of IE with incorrect box model */
* html #options a:link, * html #options a:visited {height:128px; he\ight:0;}

/* Step 7 - Separating the images */
#options li {float:left; margin-right:1px;}

/* Step 8 - Adding the hover images */
#options a#item1 {background:transparent url(/wp-content/themes/axon/images/small-business-tabOver.png) -240px -90px no-repeat;}
#options a#item2 {background:transparent url(/wp-content/themes/axon/images/large-business-tabOver.png) -240px -90px no-repeat;}
#options a#item3 {background:transparent url(/wp-content/themes/axon/images/about-axon-tabOver.png) -240px -90px no-repeat;}

/* Step 9 - Adding the :hover style */
#options a#item1:hover {background-position:0 0; z-index:50;}
#options a#item2:hover {background-position:0 0; z-index:50;}
#options a#item3:hover {background-position:0 0; z-index:50;}

* html #options a:hover {height:202px; he\ight:0;}

/* Step 10 - Clearing the float */
#options {
	display:block;
	width:750px;
	height:202px;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

#container #main #content {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	clear: left;
	padding: 0px;
	margin-top: 15px;
}
#container #main #content h2 {
	color: #363636;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#container #main #content .entry h2 {
	color: #F7941E;	
}

#container #main #content h3 {
	color: #F7941E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
#container #main #content h3 a {
	color: #F7941E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}
#container #main #content h3 a:hover {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration: underline;
}
#container #main #content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
#container #main #content a {
	color: #000000;
	text-decoration: underline;
}

.entry a, a:visited {
    border: 0px;   
}

#container #main #content #right {
	float: right;
	width: 240px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

#container #main #content #news {
	width: 240px;
	background-image: url(/wp-content/themes/axon/images/newsBG.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
}

#container #main #content #page-content .entry ul li {
	list-style-image: url(/wp-content/themes/axon/images/bullet.gif);
}

#container #main #content #news #rss ul {
	margin: 0px;
	padding: 20px;
	list-style-type: none;
}
#container #main #content #news #rss li {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
}

#container #main #content #news #rss li a {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	font-size: 11px;
	color: #363636;
	font-weight: bold;
	text-decoration: none;
}

#container #main #content #news #rss li a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#container #main #content #news #rss .blogLink {
	background-image: url(/wp-content/themes/axon/images/newsHeader.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	text-indent: -9999px;
	height: 37px;
}
#container #main #clear {
	clear: both;
	height: 10px;
}

#container #main #footer {
	background-image: url(/wp-content/themes/axon/images/footerBG.png);
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
	margin: 0px;
	padding: 0px;
}
#container #main #footer #addresses {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container #main #footer #addresses p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
#container #main #footer #addresses a {
	color: #F7941E;
	text-decoration: none;
}

#container #main #content #submenu {
	width: 240px;
	background-image: url(/wp-content/themes/axon/images/newsBG.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
}
#container #main #content #submenu #inside ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#container #main #content #submenu #inside li {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#container #main #content #submenu #inside li a {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	font-size: 11px;
	color: #363636;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #F7941E;
}

#container #main #content #submenu #inside li a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #363636;
	border: 1px solid #FFFFFF;
	display: block;
	margin: 0px;
	padding: 5px;
}
#container #main #content #submenu #inside .heading {
	background-image: url(/wp-content/themes/axon/images/subHeader.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	text-indent: -9999px;
	height: 37px;
}
#container #main #content #submenu #inside .heading2 {
	background-image: url(/wp-content/themes/axon/images/subsubHeader.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	text-indent: -9999px;
	height: 37px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#container #main #content #submenu #inside .heading3 {
	background-image: url(/wp-content/themes/axon/images/newsHeader.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	text-indent: -9999px;
	height: 37px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#container #main #content #submenu #inside .heading5 {
	background-image: url(/wp-content/themes/axon/images/subscribe_header.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	text-indent: -9999px;
	height: 37px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#container #main #content #submenu #inside {
	margin: 0px;
	padding: 0px;
}

#container #main #content #submenu #inside #subForm .subscribeform {
	height: 70px;
	padding-left: 20px;
    background: transparent;
}

#container #main #content #submenu #inside #subForm .subscribeform label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#container #main #content #submenu #inside #subForm .subscribeform #name {
	width: 195px;
}

#container #main #content #submenu #inside #subForm .subscribeform #khilw-khilw {
	width: 132px;
	float: left;
}

#container #main #content #submenu #inside #subForm .subscribeform .subscribesubmit {
	float: right;
	margin-right: 20px;
	width: 60px;
	font-size: 11px;
}

#container #main #content #submenu #inside #communications-subscribe {
	height: 70px;	
	padding: 0px;
	margin: 0px;
}
#container #main #content #submenu #inside #communications-subscribe .subscribe_widget {
	padding: 0px;
	margin: 0px;
}
#container #main #content #submenu #inside #communications-subscribe .subscribe_widget form {
	padding: 0px;
	margin: 0px;
}
#container #main #content #submenu #inside #communications-subscribe h2 {
	font-size: 11px;
	padding-left: 20px;
}
#container #main #content #submenu #inside #communications-subscribe .emailaddress {
	margin-left: 15px;
	margin-top: 5px;
	width: 120px;
}
#container #main #content #submenu #inside #communications-subscribe .subscribe {
	margin-left: 0px;
}
.float-image-left {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	clear: left;
}
#container #main #content #page-content .entry li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 0px;
}
#container #main #content #page-content .entry ol {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.postmetadata {
	color: #000000;
	background-color: #F8F8F8;
	padding: 10px;
	border: 1px solid #666666;
	clear: both;
}

#container #main #content .navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #F7941E;
}
.gallery {
	width: 480px;
	float: left;
}
#container #main #content #content #respond #commentform #comment {
	width: 480px;
}


/* quick contact form */
.wpcf7 {
	border: 1px solid #000;	
	width: 475px;
	background-color:#F1F2F4;
	color: #000;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight:bold;
}

#container #main #content .wpcf7 p {
	margin-bottom: 2px;	
}

#container #main #content .wpcf7 p.altcontact {
	font-size: 12px;
	font-weight: normal;
	margin: 0px auto;
	padding-left: 40px;
	padding-bottom: 3px;
}

.wpcf7 label {
	padding-left: 12px;	
}

.wpcf7 h3 {
	background: url(/wp-content/themes/axon/images/quick-contact.gif) no-repeat right;
	color: #F7941E;
	margin-top: 0px;
	font-size: 15px;
	height: 35px;
}

.wpcf7 h3 span {
	display:none;	
}

.wpcf7 #contactemail {
	width: 150px;	
}

.wpcf7 div.wpcf7-validation-errors {
border:2px solid #F7941E;
}

.wpcf7 #Send {
	margin-left: 5px;	
}

.make-enquiry {
	margin-top: 10px;
	float: right;
	padding: 10px;
}

.make-enquiry a img {
	text-decoration: none;
	border: 0px;
}

abbr, acronym
	{
	border-bottom: .1em dotted;
	}
	
#container #main #content .narrowcolumn {
	float: left;
	width: 500px !important;
}

.posttable {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-color: #CDCDCD;
	margin: 10px 0px 15px 0px;
	width: 100%;
	text-align: left;
}
.posttable th {
	background-color: #E6EEEE;
	border: 1px solid #FFFFFF;
	padding: 4px;
}
.posttable td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFFFFF;
	border: 1px solid #E6EEEE;
	vertical-align: top;
}
.posttable .even td {
	background-color: #FFFFFF;
}
.posttable .odd td {
	background-color: #F0F0F6;
}

#container #main #content #breadcrumbs {
	font-size: 10px;	
}

#wpcf7-f1-p448-o1 {
	padding: 10px;
	width: 445px;
}

.subcontact {
    margin-top: 44px;
	margin-left: 10px;
}

#container #main #content .businessoptions {
	margin-top: 30px;
    height: 500px;
    width: 500px;
}

#container #main #content .businessoptions strong {
	font-size: 12px;
	padding-left: 6px;
}

#container #main #content .businessoptions p {
	font-size: 11px;	
}

#container #main #content .businessoptions img {
	float: left;
	margin-top: 12px;
	padding-right: 5px;
}

#container #main #content .businessoptions .connectivity img {
    float: left;
    margin-top: 0px;
    padding-right: 5px;
}

#container #main #content .businessoptions .hardware img {
    float: left;
    margin-top: 0px;
    padding-right: 5px;
}

#container #main #content .businessoptions .businessbold {
	margin-top: 5px;
	margin: 0px;
	padding: 0px;
}

#container #main #content .businessoptions .businessbold a {
	text-decoration: none;	
}

#container #main #content .businessoptions .businessnormal {
	font-size: 10px;
	float: right;
	margin: 0px;
	width: 145px;
}

#container #main #content .businessoptions .serviceblock {	
	 height: 90px;
	 width: 220px;
	 margin-bottom: 10px;
	 float: left;
}

#container #main #content .businessoptions .serviceblock a {	
	 text-decoration: underline;
	 border: 0px;
}

#container #main #content .businessoptions .serviceblock a img {	
	 text-decoration: none;
	 border: 0px;
}

#container #main #content .businessoptions .serviceblockright {
	margin-left: 20px;	
}

.orangemessage {
	font-style: italic;
	color: #e98b1a;
}

#container #main #content .backuporange, #container #main #content .backuporange a {
	font-weight: bold;
	color: #e98b1a;
}

.servicequote {
	background-color: #f9f9f9;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 20px;
	padding: 10px;
	width: 450px;
	height: 130px;
}

.servicequote em {
	background-image: url(/wp-content/themes/axon/images/openquote.png);
	background-position: -1px -3px;
	background-repeat: no-repeat;
	padding-left: 30px;
	float: left;
	width: 420px;
}

.servicequote strong {
	background: url(/wp-content/themes/axon/images/closequote.png) no-repeat right;
	padding-right: 180px;
	float: left;
	width: 240px;
}

#post-448 {
    width: 500px !important;  
}

#post-448 .wpcf7-f1-p448-o1 {
    margin-top: 10px;   
}

#container #main #content #post-448 .entry h2 {
    margin-bottom: 10px;   
}


.rss-box .enquirytext {
    padding-left: 15px;
    padding-top: 5px;
    margin: 0px;
}

.rss-box .wpcf7 {
    width: 210px;
    background-color:transparent;
    border: 0px;
    padding-left: 15px;
    height: 450px;
    padding-top: 5px;
}

.rss-box .wpcf7 input {
    width: 200px;   
}

.rss-box .wpcf7 textarea {
    width: 200px;
    height: 100px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

#container #main #content .rss-box .wpcf7 p {
    margin-top: 5px;
}

.rss-box .wpcf7 .wpcf7-submit {
    padding: 0px;
    margin: 0px;
    width: 100px;
    float: right;
    margin-right: 3px;
}

.rss-box .wpcf7 .submitform {
  
}

#rss .emailLink {
    background-image: url(/wp-content/themes/axon/images/mailHeader.png);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    text-indent: -9999px;
    height: 37px;
}

#container #header #logo #search .callback {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    display: block;
    clear: right;
    float: right;
    width: 250px;
    text-align: right;
    margin: 0px;
    padding: 0px;
}

#container #header #logo #search .callback a {
    color:  #F7941E;  
}

#container #main #content #news-feed #rss-feed ul {
    margin: 0px;
    padding: 15px;
    list-style-type: none;
}
#container #main #content #news-feed #rss-feed li {
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px dotted #7c6e6e;
    font-size: 11px;
    color: #3d3333;
    line-height: 14px;
    list-style-type: none;
    margin-left: 0px;
}

#container #main #content #news-feed #rss-feed li span {
    color: #fff;   
}

#container #main #content #news-feed #rss-feed .rss-item-0 {
    padding-top: 0px;
}

#container #main #content #news-feed #rss-feed .rss-item-4 {
    padding-bottom: 10px;
    border-bottom: 0px;
}

#container #main #content #news-feed #rss-feed li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #363636;
    font-weight: bold;
    text-decoration: none;
}

#container #main #content #news-feed {
background-image:url("/wp-content/themes/axon/images/newsBG.png");
background-position:center bottom;
background-repeat:no-repeat;
margin:0;
width:240px;
}

#rss-feed .blogLink {
background-image:url("/wp-content/themes/axon/images/newsHeader.png");
background-position:center top;
background-repeat:no-repeat;
display:block;
height:37px;
text-indent:-9999px;
}

#ChannelForm
{                  
  background-color:#F1F2F4;
  border:1px solid #000000;
  color:#000000;
  font-family:Verdana,Geneva,sans-serif;
  font-size:11px;
  font-weight:bold;
  padding:10px;
}

.enquirycaptcha {
  
}

.enquirycaptcha img {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;   
}

.rss-box .wpcf7 .enquirycaptcha input {
    width: 200px;   
}

#container #main #content #page-content .entry .downloadablecontent ul {
    margin-left: 0px;
    padding-left: 0px;   
}

#container #main #content #page-content .entry .downloadablecontent ul li {
    margin-bottom: 10px;
    list-style: none;   
}

.downloadablecontent a {
    background-image: url("http://www.axon-it.com/wp-content/themes/axon/images/pdficon_small.gif");
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 25px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding-top: 2px;
}

.subscribeform {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}

#subForm {
    background-color: #F1F2F4;
    padding: 10px;   
}

#right #subForm {
    background: transparent;
    padding: 0px;   
}

#content .entry {
    width: 475px;

}

#container #main #content .widecolumn {
    width: 475px;  
    float: left;
}

#content #post-2870 table {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;      
}

.page-id-3256 #container #main #content #wpcf7-f4-p3256-o1 {
    padding: 10px;
}

.page-id-3256 #container #main #content #wpcf7-f4-p3256-o1 p .wpcf7-form-control-wrap  {
    clear: both;
    display: block;
    margin-top: 5px; 
    margin-bottom: 17px; 
}

.page-id-3256 #container #main #content #wpcf7-f4-p3256-o1 .wpcf7-radio {
   background-color: #363636;
   display: block;
   padding: 7px;
   color: white;
   font-weight: bold;
   border-bottom: 2px solid #F7941E;
   margin-bottom: 7px;
}

.page-id-3256 #container #main #content #wpcf7-f4-p3256-o1 .wpcf7-form-control-wrap textarea {
    width: 470px;
    height: 125px;
}

#wpcf7-f4-p3256-o1 .custID input {
    visibility: hidden;   
}
