body {
    width: 1000px;
    margin: 0 auto;
    overflow-x: hidden;
    line-height: 1;
    font-family: "Lato", Arial, sans-serif;
    font-size: 13px;
    position: relative;
    color: #444;
}


table input { width: auto; height: auto; }

img, fieldset { border:None; }
fieldset {
  clear:both;
  margin:0;
  padding:2px 0 2px 0;
}

.btn, .btn a {
  display:block;
  width:134px !important;
  height:27px;
  border:none;
  font-family:arial, helvetica, sans-serif !important;
  line-height:27px !important;
  background:url(../images/button.jpg) top left no-repeat;
  text-align:center;
  color:#fff !important;
  font-weight:bold;
  text-decoration:none;
  padding:0;
  margin:0;
}

form .btn {
  padding-bottom:4px;
}

h1, h2, h3 {
  font-weight:normal;
  margin:0;
  padding:0;
}

th {
  font-weight:bold;
  text-align:left;
  padding-left:3.5px;
}


#wrapper {
    display: block;
    width: 960px;
    padding: 0 10px;
    margin: 8px auto 0 auto;
    background: url(/img/main-bg.png) repeat-y center top;
}
#content1 {
    display: block;
    border-top: 1px solid #aaa;
    background: url(/img/content-bg.jpg) no-repeat center top;
    padding: 0 35px 35px 35px;
}

#header {
    position: relative;
}
#logo {
    position: relative;
    top: 2px;   
    display: block;
    width: 237px;
    height: 55px;
    background: url(/img/axiom-logo.png) no-repeat center center;
}
.leftribbon {
    position: relative;
    width: auto;
    left: -55px;
    -moz-box-shadow: -0px 2px 2px rgba(0, 0, 0, 0.5);
    -khtml-box-shadow: -0px 2px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: -0px 2px 2px rgba(0, 0, 0, 0.5);
    box-shadow: -0px 2px 2px rgba(0, 0, 0, 0.5);
    padding-left: 55px;
    z-index: 100;
}
.rightribbon {
    position: relative;
    width: auto;
    right: -55px;
    -moz-box-shadow: -0px 2px 2px rgba(0, 0, 0, 0.5);
    -khtml-box-shadow: -0px 2px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: -0px 2px 2px rgba(0, 0, 0, 0.5);
    box-shadow: -0px 2px 2px rgba(0, 0, 0, 0.5);
    padding-right: 55px;
    z-index: 100;
}
.redribbon {
    background: #f00;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee0000', endColorstr='#ff0000'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#e00), to(#f00)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #e00,  #f00); /* for firefox 3.6+ */
}
.whiteribbon {
    background: #f0f0f0;
}
.leftredribbontriangle {
    position: absolute;
    height: 0;
    width: 0;
    left: -75px;
    bottom: -20px;
    border-style: solid;
    border-width: 20px;
    border-color: transparent #660000 transparent transparent;
    z-index: -1;
}
.leftwhiteribbontriangle {
    position: absolute;
    height: 0;
    width: 0;
    left: -75px;
    bottom: -20px;
    border-style: solid;
    border-width: 20px;
    border-color: transparent #666666 transparent transparent;
    z-index: -1;
}
.rightredribbontriangle {
    position: absolute;
    height: 0;
    width: 0;
    right: -75px;
    bottom: -20px;
    border-style: solid;
    border-width: 20px;
    border-color: transparent transparent transparent #660000;
    z-index: -1;
}
#chooseregionribboncontainer {
    float: right;
    position: absolute;
    top: 2px;
    right: 0;
}
#chooseregionribbon {
    height: 35px;
    line-height: 35px;
    padding-left: 15px;
}
#chooseregionribbon a {
    color: #fff;
}
#menuribboncontainer {
    position: relative;
    left: 0;
}
#menuribbon {
    width: 100%;
    padding-right: 55px;
    height: 55px;
}
#footerribboncontainer {
    position: relative;
    left: 0;
    margin-top: 20px;
}
#footerribbon {
    width: 100%;
    padding-right: 55px;
    text-align: right;
    height: 30px;
    line-height: 30px;
    color: #fff;
}
#footerribbon a {
    color: #fff;
}
#menu {
    overflow: hidden;
}
#menu li {
    float: left;
    display: inline;
    width: 148px;
    margin-right: 30px;
}
#menu li a {
    float: left;
    display: block;
    width: 100%;
    color: #fff;
    height: 50px;
    padding-top: 5px;
    font-size: 13pt;
    font-weight: bold;
}
#menu li a div {
    display: none;
    font-size: 0.75em;
    font-weight: 400;
    margin-top: 3px;
}
#menu li a:hover span {
    text-decoration: underline;
}
#menu li a:hover div {
    display: block;
}


/* ***** LEFT MENU ***** */
#leftcolumn {
  float: left;
  width: 135px;
  margin-right: 7px;
  font-family: "Lato", Arial, sans-serif;
  font-size: 13px;
}

#productsearch {
  width: 110px;
  margin-left: 5px;
  margin-top: 2px;
}
#productsearchgo {
  text-align: right;
  margin-right: 9px;
  margin-bottom: 5px;
}



#middle {
  float: left;
  width: 858px;
}
#crumbs {
  margin-bottom: 3px;
}
#crumbs a {
  color: #000;
}
#crumbs a:hover {
  text-decoration: underline;
}
#pagetitle {
  margin-top: 10px;
  margin-bottom: 13px;
  font-size: 1.75em;
  font-family: Geogia, serif;
}

#footer {
  background: url(/img/header_footer_sprite.png) no-repeat bottom right;
  height: 35px;
  clear: both;
}
* html #footer {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/footer.png',sizingMethod='image');
}
#footerlinks {
  position: absolute;
  right: 215px;
  bottom: 3px;
  color: #fff;
}
#footerlinks a {
  color: #fff;
}
#footerlinks a:hover {
  text-decoration: underline;
}

    #header p {
      width:300px;
      float:right;
      font-size:10px;
      line-height:10px;
      height:10px;
      text-transform:uppercase;
      text-align:right;
      padding-bottom:5px;
    }
    
  #nav {
    clear:both;
  }
   
    #nav {
      float: right;
      margin:0;
      padding:0 40px 0 0;
      height:24px;
    }
    
    #nav li {
      list-style:none;
      margin:0;
      padding:0;
      display:inline;
    }
    
    #nav li a {
      height:24px;
      line-height:24px;
      display:block;
      float:left;
      padding-left:25px;
      margin:0 10px 0 10px;
      text-decoration:none;
      font-weight:bold;
      float:right;
    }

    #nav a.home { background:url(../images/home.gif) 0 5px no-repeat; }
    #nav a.new_ticket { background:url(../images/new_ticket.gif) 0 5px no-repeat; }
    #nav a.my_tickets { background:url(../images/my_tickets.gif) 0 5px no-repeat; }
    #nav a.ticket_status { background:url(../images/ticket_status.gif) 0 5px no-repeat; }
    #nav a.log_out { background:url(../images/logout.gif) 0 5px no-repeat; }
   
  #content {
      clear:both;
      padding:2px 10px 10px 10px;
      line-height:14pt;
      margin:5px auto 5px auto;
  }
  
    #content #index {
      width:525px; /* Enable to center the forms */
      margin:10px auto 10px auto;
    }
    
    #index .box {
      width:252px;
      float:left;
    }
    
    #index .box p {
        clear:both;
        padding-top:10px;
        text-align:justify;
    }
    
    #content form {
      margin:0;
      padding:0;
    }
    
      #content form label {
        display:block;
        width:60px;
        padding-right:10px;
        text-align:right;
        float:left;
        font-weight:bold;
      }
      
      #content #index form input {
        width:175px;
        float:left;
      }
        
    #content #bar {
      width:21px;
      height:auto;
      display:block;
      float:left;
   }
   
   #ticketform {
     padding:20px 20px 50px 20px;
     width:600px;
     margin:20px auto 20px auto;
     border:1px solid;
   }
   
   #loginform {
     padding:20px 20px 50px 20px;
     width:400px;
     margin:20px auto 20px auto;
     border:1px solid;
   }
   
   #ticketform input, #ticketform select {
     width:300px;
     float:left;
   }

   #loginform input {
     width:160px;
     float:left;
   }
      
   #ticketform label {
     width:130px;
     text-align:right;
     display:block;
     float:left;
     padding-right:10px;
   }
   
   #loginform label {
     width:130px;
     text-align:right;
     display:block;
     float:left;
     padding-right:10px;
   }
   
   #ticketform textarea {
     width:400px;
   }
   
   #ticketform .ticketsubmit {
     margin-left:410px;
   }
   
   #loginform .ticketsubmit {
     margin-left:170px;
   }

   
  #powered_by {
      clear:both;
      display:block;
      width:126px;
      height:23px;
  }
   

.error {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
    border: none;
    font-weight: bold;
}

.msg {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13.5px;
    text-decoration: none;
    font-weight: bold;
}


#infomessage, #warnmessage, #errormessage {
    margin-bottom: 1.5em;
    padding: 0.3em;
    font-weight: bold;
    border-top: 1px solid;
    border-bottom: 1px solid;
}


/* Buttons  */
.button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin: 5px;
    border: 1px solid;
}
    
/* Generic CSS based Icons. use=> <tag class="Icon iconname">text</tag> */
    
.Icon {
        
    width: auto;
    padding-left:20px;
    background-position: left center;
    background-repeat: no-repeat;
    color:#006699; 
    text-decoration: none;
}

a.Icon { }
   
a.Icon:hover {
    text-decoration: underline;    
}

    
.Icon.Ticket { background:url(../images/icons/ticket.gif) 0 2px no-repeat; }
.Icon.webTicket { background:url(../images/icons/ticket_source_web.gif) 0 2px no-repeat; }
.Icon.emailTicket { background:url(../images/icons/ticket_source_email.gif) 0 2px no-repeat; }
.Icon.phoneTicket { background:url(../images/icons/ticket_source_phone.gif) 0 2px no-repeat; }


.Icon.attachment { background-image: url(../images/icons/attachment.gif); }
.Icon.file { background-image: url(../images/icons/attachment.gif); }
.Icon.refresh { background-image: url(../images/icons/refresh.gif); }   
.Icon.thread {
    font-weight: bold;
    font-size: 1em;
    background-image: url(../images/icons/thread.gif);
}

/* Ticket view (Messages and Responses) */
#ticketthread table.message {
    margin:10px 0 5px 0;
}

#ticketthread table.response {
    margin-bottom:5px;
}

table.message, table.response {
    border: 1px solid;
    border-bottom: none;
}

table.message td, table.message th,table.response td, table.response th {
    border-bottom:1px solid;
    padding:5px;
}

table.message tr.header td, table.response tr.header td {
    padding:1px;
    padding-left:5px;
}

table.message th, table.response th {
    line-height:24px;
    font-size:12px;
    padding:1px;                
    padding-left:5px;
    font-weight:bold;
}































































* {
    margin: 0;
    padding: 0;
    font-size: 100%
    vertical-align: baseline;
}
html {
    background: #ffffff;
}
body {
    width: 1000px;
    margin: 0 auto;
    overflow-x: hidden;
    line-height: 1;
    font-family: "Lato", Arial, sans-serif;
    font-size: 13px;
    position: relative;
    color: #444;
}
ol, ul {
    list-style: none;
}
a {
    text-decoration: none;
    color: #f00;
}
img {
    border: 0;
}
#wrapper {
    display: block;
    width: 960px;
    padding: 0 10px;
    margin: 8px auto 0 auto;
    background: url(<?= $root ?>img/main-bg.png) repeat-y center top;
}
#site-bottom {
    display: block;
    width: 960px;
    padding: 0 10px;
    margin: 0 auto 20px; auto;
    background: url(/img/site-bottom.png) no-repeat center top;
    height: 19px;
}
#header {
    position: relative;

}
#logo {
    position: relative;
    top: 2px;   
    display: block;
    width: 237px;
    height: 55px;
    background: url(<?= $root ?>img/axiom-logo.png) no-repeat center center;
}
.leftribbon {
    position: relative;
    width: auto;
    left: -55px;
    -moz-box-shadow: -0px 2px 2px rgba(0, 0, 0, 0.5);
    -khtml-box-shadow: -0px 2px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: -0px 2px 2px rgba(0, 0, 0, 0.5);
    box-shadow: -0px 2px 2px rgba(0, 0, 0, 0.5);
    padding-left: 55px;
    z-index: 100;
}
.rightribbon {
    position: relative;
    width: auto;
    right: -55px;
    -moz-box-shadow: -0px 2px 2px rgba(0, 0, 0, 0.5);
    -khtml-box-shadow: -0px 2px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: -0px 2px 2px rgba(0, 0, 0, 0.5);
    box-shadow: -0px 2px 2px rgba(0, 0, 0, 0.5);
    padding-right: 55px;
    z-index: 100;
}
.redribbon {
    background: #f00;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee0000', endColorstr='#ff0000'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#e00), to(#f00)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #e00,  #f00); /* for firefox 3.6+ */
}
.whiteribbon {
    background: #f0f0f0;
}
.leftredribbontriangle {
    position: absolute;
    height: 0;
    width: 0;
    left: -75px;
    bottom: -20px;
    border-style: solid;
    border-width: 20px;
    border-color: transparent #660000 transparent transparent;
    z-index: -1;
}
.leftwhiteribbontriangle {
    position: absolute;
    height: 0;
    width: 0;
    left: -75px;
    bottom: -20px;
    border-style: solid;
    border-width: 20px;
    border-color: transparent #666666 transparent transparent;
    z-index: -1;
}
.rightredribbontriangle {
    position: absolute;
    height: 0;
    width: 0;
    right: -75px;
    bottom: -20px;
    border-style: solid;
    border-width: 20px;
    border-color: transparent transparent transparent #660000;
    z-index: -1;
}
#chooseregionribboncontainer {
    float: right;
    position: absolute;
    top: 2px;
    right: 0;
}
#chooseregionribbon {
    height: 35px;
    line-height: 35px;
    padding-left: 15px;
}
#chooseregionribbon a {
    color: #fff;
}
#menuribboncontainer {
    position: relative;
    left: 0;
}
#menuribbon {
    width: 100%;
    padding-right: 55px;
    height: 55px;
}
#footerribboncontainer {
    position: relative;
    left: 0;
    margin-top: 20px;
}
#footerribbon {
    width: 100%;
    padding-right: 55px;
    text-align: right;
    height: 30px;
    line-height: 30px;
    color: #fff;
}
#footerribbon a {
    color: #fff;
}
#menu {
    overflow: hidden;
}
#menu li {
    float: left;
    display: inline;
    width: 148px;
    margin-right: 30px;
}
#menu li a {
    float: left;
    display: block;
    width: 100%;
    color: #fff;
    height: 50px;
    padding-top: 5px;
    font-size: 13pt;
    font-weight: bold;
}
#menu li a div {
    display: none;
    font-size: 0.75em;
    font-weight: 400;
    margin-top: 3px;
}
#menu li a:hover span {
    text-decoration: underline;
}
#menu li a:hover div {
    display: block;
}
#crumbs {
    margin-top: 10px;
}
#rightcolumn {
    float: left;
    width: 745px;
}
#searchproductsribboncontainer {
    position: relative;
}
#searchproductsribbon {
    width: 100%;
    padding-top: 3px;
    padding-bottom: 5px;
    font-size: 1.2em;
}
#searchproductslabel {
    font-weight: bold;
    margin-bottom: 3px;
}
#productmenuribboncontainer, #archivemenuribboncontainer {
    margin-top: 25px;
    position: relative;
}
#productmenuribbon, #archivemenuribbon {
    width: 100%;
    padding-top: 3px;
    padding-bottom: 5px;
}
#productmenulabel, #archivemenulabel {
    font-weight: bold;
    margin-bottom: 7px;
    font-size: 1.2em;
}
.productmenuhead {
    font-weight: bold;
}

/* ***** LAYOUT ***** */
#wrapper {
    display: block;
}

/* ***** LEFT MENU ***** */
#leftcolumn {
  float: left;
  width: 135px;
  margin-right: 7px;
  font-family: "Lato", Arial, sans-serif;
  font-size: 13px;
}

#productsearch {
  width: 110px;
  margin-left: 5px;
  margin-top: 2px;
}
#productsearchgo {
  text-align: right;
  margin-right: 9px;
  margin-bottom: 5px;
}

/* ***** SEARCH RESULTS ***** */
#searchresults {
  display: none;
  position: absolute;
  top: 159px;
  left: 191px;
  width: 475px;
  height: 400px;
  background: #f0f0f0 url(<?= $root ?>img/search_background.gif) no-repeat;
  padding: 5px 10px 0 15px;
  font-size: 13px;
}
#searchterm {
  font-size: 1.5em;
  color: #000;
  text-align: left;
  margin-bottom: 5px;
}
#searchprods {
  height: 371px;
  padding: 0 0 5px 0;
  padding-bottom: 5px;
  overflow: auto;
}
.searchresult {
  float: left;
  margin: 5px;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.searchresulttitle {
  background: #000;
  color: #fff;
  text-align: center;
  width: 90px;
  height: 90px;
  padding: 5px;
  overflow: hidden;
  opacity: 0.75;
  -moz-opacity: 0.75;
  filter:alpha(opacity=75);
}

.productmenuhead {
  padding-left: 10px;
}
.productmenuhead div {
    font-size: 1.1em;
    margin-bottom: 5px;
}
.productmenulist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.productmenulist a {
  color: #333;
  display: block;
  padding-left: 12px;
  margin-bottom: 5px;
}
* html .productmenulist a {
  float: left;
  width: 113px;
  margin-bottom: 5px;
}
.productmenulist a:hover, .productmenulist a.current {
  text-decoration: none;
}




#regionchooser {
  display: none;
  position: absolute;
  left: 790px;
  top: 38px;
  border: 1px solid #000;
  background: #fff;
  z-index: 1000;
}
#regionchooser a {
  display: block;
  padding: 3px 6px 3px 6px;
}
#regionchooser a:hover {
  background: #f00;
  color: #fff;
}


#crumbs {
    margin-bottom: 25px;
}
#crumbs a {
  color: #000;
}
#crumbs a:hover {
  text-decoration: underline;
}




#footer {
  background: url(<?= $root ?>img/header_footer_sprite_new.png) no-repeat bottom right;
  height: 35px;
  clear: both;
}
* html #footer {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<?= $root ?>img/footer.png',sizingMethod='image');
}
#footerlinks {
  position: absolute;
  right: 215px;
  bottom: 3px;
  color: #fff;
}
* html #footerlinks {
  bottom: 18px;
}
#footerlinks a {
  color: #fff;
}
#footerlinks a:hover {
  text-decoration: underline;
}



#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; font-size: 0.9em; }
