/* HTML Elements */

html { background: #fff; }

body {
    font: 80% "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
    text-align: center;
}

h1, h2, h3, h4, h5 {
    color: #a80C0C;
}

h1 { font-size: 2em; }

h2 { font-size: 1.43em; font-weight: normal; }

h3 { font-size: 1.3em; }

h4 { font-size: 1.2em; }

h5 { 
    font-size: 1em;
    font-weight: normal; 
    font-style: italic;
}

a { 
    color: #426B9D; 
    text-decoration: none;
}

a:hover {
    color: #123B6D; 
    text-decoration: underline;
}

p { line-height: 1.5em; }

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 10px;
}

input.image-button { margin: 0; }

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


/* Outline */

#wrapper {
    background: white;
    margin: 25px auto;
    text-align: left;
    width: 990px;
}


/* Header */

#header {
    background: url(images/logo-bg.jpg) no-repeat bottom center;
    display: block;
    margin-top: 10px;
    margin-left: 8px;
    padding: 0;
    width: 973px;
}

.home #header {
    margin-left: 0;
    width: 963px;
}

#header h1 {
    float: left;
    display: block;
    height: 112px;
    margin: 0 10px 0 0;
    padding: 0;
    width: 327px;
}

#header h1 a {
    background: url(images/logo.gif) no-repeat top left;
    float: left;
    height: 77px;
    text-indent: -9999px;
    width: 327px;
}

.home-1 #header { background: url(images/logo-bg-home-1.jpg) no-repeat bottom center; }
.home-2 #header { background: url(images/logo-bg-home-2.jpg) no-repeat bottom center; }
.home-3 #header { background: url(images/logo-bg-home-3.jpg) no-repeat bottom center; }

.home #header h1 {
    height: 97px;
}

.home #header a {
    background: url(images/logo-home.gif) no-repeat top left;
}

/* Page Body */

#page-body {
    border: 0 solid #7a7879;
    border-width: 0 1px 1px 1px;
    background: transparent url(images/sidebar-bg.gif) repeat-y top left;
    display: block;
    margin: 0 8px 0 8px;
    padding: 0;
    width: 969px;
}

.home #page-body {
    border-width: 0 0 1px 1px;
    margin: 0 0 0 8px;
    width: 946px;
}

/* Sidebar */

#sidebar {
    display: block;
    float: left;
    width: 234px;
}

#sidebar p {
    font-size: 0.98em;
}

#sidebar label {
    display: block;
    text-transform: uppercase;
}

#sidebar input {
    margin-bottom: 4px;
}

#sidebar input.image-button {
    margin: 0;
}

#sidebar dt {
    color: #a80C0C;
}


/* Header - Search */

#search {
    background: #880808;
    color: white;
    padding: 15px 0;
}

#search form {
    padding-left: 10px;
}

#search label {
    padding-bottom: 4px;
}

#search .image-button {
}


/* Menu */

#menu {
    background: #C80C0C;
    border-top: 1px solid #a40000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    width: 100%;
}

#menu li {
    list-style: none;
    position: relative;
}

#menu li a {
    background: transparent url(images/menu-item-bg.gif) no-repeat center left;
    border-bottom: 1px solid #a40000;
    color: white;
    display: block;
    padding: 4px 0 6px 30px;
    text-decoration: none;
}

#menu li a:hover {
    background: transparent url(images/menu-item-bg-hover.gif) no-repeat center left;
    text-decoration: underline;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu li { float: left; }
* html #menu li a { height: 1%; }
/* End */

#menu li ul {
    display: none;
    left: 233px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 200px;
}

#menu li ul a {
    background: #a80C0C;
    border-bottom: 1px solid #840000;
    padding: 5px;
}

#menu li ul a:hover {
    background: #C80C0C;
}

#menu li:hover ul,
#menu li.over ul {
    display: block;
}

/* Content */

#content {
    float: left;
    width: 711px;
}

.home #content {
    border: 0 solid #7a7879;
    border-width: 0 1px 0 0;
    padding-top: 238px;
}

.home-1 #content { background: url(images/content-bg-home-1.jpg) no-repeat top left; }
.home-2 #content { background: url(images/content-bg-home-2.jpg) no-repeat top left; }
.home-3 #content { background: url(images/content-bg-home-3.jpg) no-repeat top left; }

#content-inner {
    margin: 0 10px;
    margin-bottom: 30px;
}

#content-inner h4 {
    margin-bottom: 10px;
}

#content-inner h5 {
    margin-bottom: 5px;
}

/* Footer */

#footer {
    color: #666;
    font-size: 0.85em;
    padding-top: 10px;
    margin: 0 8px;
    width: 969px;
}

.home #footer {
    width: 945px;
}

#footer p {
    padding: 0px 20px;
}

#footer #tagline {
    color: #555;
    font-size: 1.3em;
    font-style: italic;
}

#footer a {
    font-weight: bold;
    text-decoration: none;
}


/* Forms */

.page-status {
    background-color: #698085;
    border: 1px solid #000;
    color: white;
    padding: 10px;
}

.site-form {
    margin: 0;
    padding: 10px;
    width: 500px;
}

.site-form li {
    list-style-type: none;
    margin: 0;
    padding: 0.5em 0;
}

.site-form li.static {
    font-weight: bold;
    margin-left: 150px;
}

.site-form li.alt {
}

.site-form li.frame {
    border-top: 1px dotted #888;
    margin-top: 9px;
    padding-top: 13px;
}

.site-form li label {
    float: left;
    display: block;
    margin: 0 10px 0 10px;
    text-align: right;
    width: 130px;
}

.site-form li .req {
    color: red;
    padding-left: 7px;
}

.site-form li.site-form-wide label {
    float: none;
    margin: 0;
    margin-bottom: 10px;
    text-align: left;
    width: auto;
}

.site-form li .form-field-wrapper {
    float: left;
}

.site-form-error {
    background: red;
    border: 1px solid red;
    color: white !important;
    display: block;
    margin: 5px;
    margin-left: 150px;
    padding: 4px 7px;
}

.form-field-wrapper .site-form-error {
    margin-left: 5px;
}

.site-form li.site-form-wide .site-form-error {
    margin-left: 0px;
}

#register-form {
    background: #eee;
    border: 0 dotted #698085;
    border-width: 1px 0;
    padding: 12px 15px;
}

.actions {
    padding: 7px 10px;
}

.actions input {
    margin-left: 150px;
    padding: 3px 8px;
}

.resource-files {
}

.resource-files dt {
    margin-top: 15px;
}

.return {
    margin-top: 25px;    
}

/* Products section */

.products dt {
    font-weight: bold;
    margin-top: 15px;
}

.products dd {
    margin-top: 5px;
    width: 410px;
}

dd.download {
    background: transparent url(images/file-icon.png) no-repeat top left;
}

dd.download a {
    margin-left: 14px;
}


.companyHeader {
	font-size: 1.5em;
	font-variant: small-caps;
}

.resources-open li,
.resource-categories li {
    list-style-type: square;
    margin-bottom: 5px;
}

.resource-categories a {
    font-weight: bold;
}

#contact-form {
    margin-left: 20px;
    width: 500px;
}

#contact-form label {
    float: left;
    font-weight: bold;
    width: 110px;
}

#contact-form p {
    clear: both;
}

#contact-form .submit {
    margin-top: 20px;
}

#id_from_email, #id_company {
    width: 210px;
}

#id_message {
    width: 300px;
}

#contact-form input {
}

#contact-form .errorlist {
    margin-left: 0;
}

.errorlist {
    color: red;
    margin: 0;
}

/* Contact info */

#contact-info dt {
    margin-top: 15px;
}

#contact-info dd {
    margin-top: 3px;
    margin-bottom: 0;
}

#contact-info h3 {
}


#company-info {
    font-size: 0.95em;
    margin-bottom: 40px;
    margin-top: 17px;
    padding: 0 20px;
}

#company-info h3, 
#company-info h5 {
    margin: 0;
}

#company-info dl {
    margin: 0;
    padding: 0;
}

#company-info dl dt {
}

#company-info dl dd {
    margin-bottom: 6px;
}

#divisions {
    width: 100%;
}

#divisions h3,
#latest-updates h3 {
    background: #efe7d2;
    border: 1px solid #ccc;
    font-size: 1.24em;
    font-weight: bold;
    padding: 8px;
    text-transform: uppercase;
}

#divisions h4 {
}

#divisions p {
}

#divisions .division {
    border-bottom: 1px dotted #999;
    float: left;
    margin-right: 1%;
    width: 48%;
}

.division li {
    list-style-type: square;
    margin-bottom: 5px;
}

#reader-notice {
    font-size: 0.85em;
    font-weight: bold;
}

#division-menu {
    border-top: 1px dotted #999;
    margin-top: 35px;
    padding: 30px 0;
    text-align: center;
    width: 100%;
}

#division-menu h4 {
    margin-bottom: 7px;
}

#division-menu ul {
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 460px;
}

#division-menu ul li {
    float: left;
    list-style-type: square;
    margin: 0;
    padding: 0;
    width: 230px;
}

#latest-updates {
}

#latest-updates p {
    margin: 3px 15px;
}

#cat-description {
    font-style: italic;
}

#cse-search-box #search-q {
    width: 130px
} 

#cse-search-results iframe {
    width: 450px;
}

