*
{
    margin: 0;
    padding: 0;
}

html
{
    min-height: 100.2%;
}

body
{
    background: #ffffff url('/images/bgpage.png') repeat-x;
	font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
}

a, a:visited
{
    color: #1774CA;
    text-decoration: none;
}

a:hover
{
    color: #1774CA;
    text-decoration: underline;
}

acronym
{
    cursor: help;
}

address
{
    font-style: normal;
}

dd
{
    margin: 0 0 20px 40px;
}

dt
{
    font-weight: bold;
    line-height: 1.5em;
}

fieldset
{
    border: 1px solid #516173;
    margin: 20px 0;
    padding: 20px;
}

h1, h2, h3, h4, h5, h6
{
    font-family: arial, helvetica, sans-serif;
}

h1
{
	color:#355676;
    font-size: 16pt;
}

h2
{
    font-size: 13pt;
    margin: 15px 0;
}

hr
{
    margin: 10px 0;
}

iframe
{
    border: 0;
}

img
{
    border: 0;
}

input[type="text"], input[type="password"]
{
    padding: 2px;
}

label
{
    display: block;
    float: left;
    padding-right: 7px;
    text-align: right;
    width: 40%;
}

ol, ul
{
    list-style-position: outside;
}

option
{
    padding-right: 8px;
}

p
{
    padding: 7px 0;
}

sup
{
    font-weight: bold;

}

ul
{
    padding-left: 30px;
}

.clear
{
    clear: both;
    height: 1px;
    overflow: hidden;
    margin-top: -1px;
}

.left
{
    text-align: left !important;
}

.center
{
    text-align: center !important;
}

.right
{
    text-align: right !important;
}

.smaller
{
    font-size: smaller !important;
}

.bold
{
    font-weight: bold !important;
}

.italics
{
    font-style: italic !important;
}

.block
{
    display: block !important;
}

.inline
{
    display: inline !important;
}

.red
{
    color: #ff0000 !important;
}

.green
{
    color: #4CBB17 !important;
}

.blue
{
    color: #355676 !important;
}

.fleft
{
    float: left !important;
}

.fright
{
    float: right !important;
}

.cursor
{
    cursor: pointer;
}

.bgwhite
{
    background-color: #ffffff !important;
}

.bgltgrey
{
    background-color: #efefef !important;
}

.bggreen
{
    background-color: #E3FFE3 !important;
}

.bgyellow
{
    background-color: #ffff99 !important;
}

.bgred
{
    background-color: #FFE7E7 !important;
}

.nobr
{
    white-space: nowrap !important;
}

.absmiddle
{
    vertical-align: middle;
}

#errors
{
    background-color: #FFE7E7;
    border: 2px solid #ff0000;
    margin: 0 auto 20px;
    padding: 5px 10px 15px;
    width: 90%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

#errors h2
{
    font-size: 1.4em;
    margin-top: 10px;
}

#errors img
{
    float: left;
    margin: 5px 10px 0 0;
}

#errors ul
{
    list-style-position: inside;
    padding-left: 15px;
}

#errors p
{
    font-weight: bold;
}

#successmessage
{
    background-color: #FFFFCC;
    border: 3px solid #71AF27;
    color: #71AF27;
    font-weight: bold;
    margin: 20px auto;
    padding: 10px;
    width: 90%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

#successmessage img
{
    float: left;
    margin-right: 10px;
}

#successmessage p
{
    padding-top: 8px;
}

#container
{
    margin: auto;
    width: 974px;
}

#headerleft
{
    float: left;
    padding-top: 17px;
    text-align: right;
    width: 58%;
}

#headerleft img
{
    margin-right: 450px;
}

#headerright
{
    background-color: #416A8A;
    float: right;
    height: 41px;
    padding: 40px 0 0 15px;
    width: 40%;
}

#header img.fright
{
    margin-top: 10px;
}

img.chaticon
{
    margin-right: 7px;
    vertical-align: middle;
}

li.chat
{
    margin-left: 100px;
}

#content
{
    margin-top: 10px;
    min-height: 450px;
    padding: 10px;
}

#footer
{
    background-color: #c8c8cd;
    color: #66676A;
    font-size: 9pt;
    height: 200px;
    margin-top: 20px;
    padding-top: 10px;
    text-align: center;
}

#footer a
{
    color: #20294E;
    font-size: 10pt;
}

#footer p
{
    padding: 3px 0;
}

#footer span
{
    padding: 0 10px;
}

#leftcol, #rightcol
{
    float: left;
}

/* Pages */

#loginform
{
	color:#000000;
    margin: 10px auto;
    width: 90%;
}

#loginform label
{
    font-weight: bold;
    text-align: left;
}

#loginform input[type="text"], #loginform input[type="password"]
{
    width: 30%;
}

p.register
{
    font-weight: bold;
    margin-top: 40px;
}

img.pdf
{
    float: left;
    margin: 0 15px 15px 0;
}

h3.underline
{
    border-bottom: 1px solid #000000;
    margin-bottom: 20px;
}

p.partnerdesc
{
    margin: 0 0 20px 145px;
}

div.salesreps
{
    border-bottom: 1px solid #355676;
    float: left;
    height: 200px;
    margin: 10px 15px 10px 0;
    width: 48%;
}

div.salesreps p
{
    margin-left: 135px;
}

#faqform
{
    border-bottom: 1px solid #355676;
    padding: 20px;
    margin: 0 auto 20px;
    width: 50%;
}

#faqform label
{
    font-weight: bold;
    padding-top: 3px;
    width: 150px;
}

#faqform input[type="text"]
{
    width: 250px;
}

#downloads td.category
{
    color: #006DB9;
    border-bottom: 1px solid #006DB9;
    font-weight: bold;
}

#warrantyform label
{
    padding-top: 3px;
    text-align: left;
    width: 25%;
}

#warrantyform p.stacked label
{
    display: block;
    width: 100%;
}

#warrantyform p.stacked input[type="text"]
{
    width: 33%;
}

div#error
{
    color: #ff0000;
    margin: auto;
    width: 85%;
}

div#error p
{
    font-weight: bold;
}

.ltblue
{
    color: #5F89C3;
}

img.leftfloat{
	float:left;
}
img.rightfloat{
	float:right;
}
div#head
{
	color:#FFFFFF;
	min-height:160px;
	max-height:160px;
}

#distributerlist
{
    margin: auto;
}

#distributerlist td
{
    padding: 3px 5px;
    vertical-align: top;
}

table#distributerlist td a, div#top p#testimonialslist a, div#top p.newslist a
{
    color: #ffffff;
    text-decoration: none;
}

h2.contacthead
{
    margin-top: 30px;
}

div.downloadtop p
{
    line-height: 150px;
}

div#top.testimonialtop
{
    padding-top: 30px;
}

div#top.testimonialtop a
{
    color: #ffffff;
    text-decoration: none;
}

div#top.newstop a
{
    color: #ffffff;
    text-decoration: none;
}

p.formtextbreaker
{
    font-weight: bold;
    margin: 20px 0;
    text-align: center;
}

.downloadbox
{
    border-bottom: 1px solid #000000;
    border-top: 1px solid;
    margin: 50px 0;
    width: 49.5%;
}

.downloadbox h2
{
    background-color: #C8C8CD;
    color: #355676;
    padding: 10px 0;
    text-align: center;
}

.downloadimage
{
    float: left;
    margin: 0 15px 20px 0;
}

ol.inside
{
    list-style-position: outside;
    margin-left: 20px;
}

.largerbold
{
    font-size: 2em;
    font-weight: bold;
}

h2.producthead
{
    margin-top: 25px;
    *margin-top: 30px;
    _margin-top: 30px;
}

h2.resellerhead
{
    background-color: #355676;
    border-bottom: 3px solid #C8C8CD;
    color: #ffffff;
    padding: 6px 0;
    text-align: center;
}

#kginstantreg
{
    float: left;
    width: 49%;
}

#instantprintinfo
{
    float: right;
    width: 49%;
}