#navigation a.support {
  background-position: -741px -95px;
  width: 247px;
}

#contact
{
    width:455px;
    height:60px;
    background:url("images/support_bg.jpg") top left no-repeat;
    
}

#contact #phone
{
    float:left;
    padding:25px 0px 0px 30px;
}

#contact #times
{
    color:#33FF00;
    font-weight:bold;
    font-size:0.9em;
    float:right;
    text-align:left;
    width:215px;
    padding-top:12px;
}

#form
{
    font-size:0.9em;
}

#form .cb
{
    height:10px;
}

.w220
{
    width:220px;
}

#form input
{
    width:420px;
}

#form .w220 input
{
    width:200px;
}

a.send img
{
    background: url(images/send.gif) no-repeat;
    width:73px;
    height:21px;
    float:right;
    margin-right:3px;
}

a.send:hover img
{
    background: url(images/send.gif) top right no-repeat;
}

#main #left
{
    width:267px;
}

#login
{
    width:267px;
    height:164px;
    background: #fff url(images/login_bg.gif) no-repeat;
    margin-top:10px;
    padding:25px 0 0 20px;
    font-weight:bold;
    font-size:0.9em;
    color: #fff;
}

#login #email, #login #password
{
    width:220px;
    margin-bottom:10px;
    color: #33ff00;
}

#login input
{
    width:220px;
    font-weight:normal;
}
#login #forgotten
{
    float:left;
    width:140px;
    padding-top:3px;
}
#login #forgotten a
{
    color: #fff;
}
    
#login #forgotten a:hover
{
    color: #33ff00;
}

.login img
{
    width:96px;
    height:25px;
    background: #000 url(images/btnlogin.jpg) no-repeat top left;
}

#logout
{
    width:267px;
    height:107px;
    background: #fff url(images/logout_bg.gif) no-repeat;
    margin:10px 0 0 0;
    padding:25px 0 0 20px;
    font-weight:bold;
    font-size:0.9em;
    color: #fff;
}

#logout p
{
    margin:0 0 3px 0;
}

#logout #logoutbtn
{
    padding: 5px 0 0 0px;
    margin:0;
    position:relative;
    top:5px;
    left:-10px;
    width:247px;
}

#logout #logoutbtn .logout img
{
    width:123px;
    height:25px;
    background: #000 url(images/btnlogoutw.jpg) no-repeat top left;
    float:left;
}

#logout #logoutbtn .account img
{
    width:124px;
    height:25px;
    background: #000 url(images/btnaccountw.jpg) no-repeat top left;
    float:left;
}

#logout2
{
    width:267px;
    height:107px;
    background: #fff url(images/logout_bg.gif) no-repeat;
    margin:10px 0 0 0;
    padding:25px 0 0 20px;
    font-weight:normal;
    font-size:0.9em;
    color: #fff;
}

#logout2 p
{
    margin:0 0 3px 0;
}

#logout2 #loginbtn
{
    position:relative;
    padding: 10px 0 0 0px;
    left:-10px;
}

#logout2 #loginbtn img
{
    width:247px;
    height:25px;
    background: #000 url(images/btnlogin2.jpg) no-repeat top left;
}

#left .link
{
    margin: -12px 0 10px 0;
}

#left #supportenq img
{
    width: 267px;
    height:21px;
    background:#fff url(images/btnsupportenquiry.jpg) no-repeat top left
}

#left #faqsndownloads img
{
    width: 267px;
    height:21px;
    background:#fff url(images/btnprodfaqsndownloads.jpg) no-repeat top left;
}

#left #productprices img
{
    width: 267px;
    height:21px;
    background:#fff url(images/product_prices.jpg) no-repeat top left;
    margin-top:10px;
}

#left #supportenq:hover img, #left #faqsndownloads:hover img, #logout #logoutbtn a:hover img, #left #productprices:hover img
{
    background-position: top right;
}

#main #right
{
    width:643px;
}

#main #right p
{
    margin: 15px 0 0 0;
}

#main #right p.divider
{
    margin:20px 0 -5px -5px;
}

#main #right p.smaller
{
    font-size:0.9em;
    margin: 10px 0 10px auto;
}

.submit img
{
    width:90px;
    height:21px;
    background: transparent url(images/btnsubmit.jpg) no-repeat top left;
}

.update img
{
    width:90px;
    height:21px;
    background: transparent url(images/btnupdate.jpg) no-repeat top left;
}

.login:hover img, .submit:hover img, .update:hover img
{
    background-position: top right;
}

.select
{
    width: 116px;
    margin-bottom:10px;
}

.inp1
{
    width: 196px;
    margin-bottom:10px;
}

.inp1s
{
    width:205px;
    margin-bottom:10px;
}

.inp1l
{
    width: 194px;
    margin-bottom:10px;
}

.inp2
{
    width: 414px;
    margin-bottom:10px;
}

.inp2s
{
    width: 424px;
    margin-bottom:10px;
}

.inp3
{
    width: 633px;
    margin-bottom:10px;
}

.ml
{
    padding-left:15px;
}

/* Modal popup box stuff */

.modalBackground 
{
    width:100%;
    height:100%;
    background-color:gray;
    filter:alpha(opacity=50);
    opacity:0.50;
}

.modalbox
{
    width:350px;
    padding: 0 0 20px 0;
    border:1px solid #88877c;
    background-color:#000;
}
.modalbox div p
{
    float:left;
    color: #33ff00;
    font-size:0.9em;
    font-weight:bold;
    padding:0 0 0 18px;
    text-align:left;
}
.modalbox .popup_header .address
{
    float:left;
    width:130px;
    margin: 5px 0 5px 18px;
    font-weight:bold;
    color:#33ff00;
    text-align:left;
}
.modalbox .popup_header .close
{
    float:left;
    width:180px;
    margin: 6px 0 5px 0;
    text-align:right;
}
.modalbox .popup_header .close a
{
    color:#fff;
}
.modalbox .popup_header .close a:hover
{
    color:#33ff00;
}
.modalbox .divider img
{
    width: 342px;
    height:1px;
    margin:0 0 5px 0;
}
.modalbox .mid
{
    width: 200px;
    margin:0;
    border:1px solid #eeaddd;    
}
.modalbox .send img
{
    width:96px;
    height:25px;
    background: #000 url(images/send.jpg) no-repeat top left;
}
.modalbox .send:hover img
{
    background-position:top right;
}
.kline
{
    background:#E3E3E3;
    height:1px;
    margin-top:15px;
    margin-bottom:15px;
    line-height:0px; 
    font-size:0px; 
}

#ctl00_cph1_enquirytype input,#ctl00_cph1_enquirytype label
{
    position:relative;
    left:-8px;
}

#ctl00_cph1_disgtechmsg
{
    color:#EE1D23;
}

#gtechred
{
    color:#EE1D23;
}



#prodtabs
{
    height:37px;
    background: url(images/prod_nav_right.jpg) top right;
    width:662px;
}

#prodnav 
{
        margin:0px;
    margin-left:-5px; /* Needed for IE 7, otherwise navigation is offset to right */
    list-style: none;
    width:592px;
    padding-left:0px;
    padding:0px;

}

#prodnav li {
  float: left;
  
}

#prodnav a * {
  display: none;
}

#prodnav a,
#prodnav a .hover {
    height: 37px;
    position: relative;
    display: block;
    background: url(images/support_nav.jpg) 0 0 no-repeat;
    cursor:pointer; /* Needed for IE7 when using the jquery hover script */
}

#prodnav a.faqs {
  background-position: 0 0;
  width: 110px;
}

#prodnav .highlight a.faqs:hover,
#prodnav a.faqs .hover,
#prodnav a.faqson  {
  background-position: 0px -37px;
  width: 110px;
}

#prodnav a.downloads {
  background-position: -110px 0;
  width: 118px;
}

#prodnav .highlight a.downloads:hover,
#prodnav a.downloads .hover,
#prodnav a.downloadson {
  background-position: -110px -37px;
  width: 118px;
}

#product
{
    background:url("images/product_bg.jpg") top left no-repeat;
    margin-left:-5px;
    width:614px;
    padding:25px 25px 0px 25px;
}
