/* Global Defaults
=====================================================================*/
ul {list-style:none;}
a {text-decoration:none;}

/* Library
=====================================================================*/

.l { float:left; width:49%; }
.r { float:right; width:49%; }
.r:after { display:block; content:''; clear:both; height:0; visibility:hidden; }
.align-center { text-align:center; }
.align-right { text-align:right; }
.justify { text-align:justify; }
.float-left { float:left; }
.float-right { float:right; }
.clear-both { clear:both; float:none; }
.clear-right { clear:right; float:none; }
.hide {	display:none; }
.clear-both { clear:left; float:none; }
.inline { display:inline; }
.block { display:block; }
.noborder { border:0px none; }
.bold { font-weight:bold; }
.italic { font-style:italic; }
.normal { font-weight:normal; }
.nomargin { margin:0; }
.nopadding { padding:0; }
.visible { display:block; }
.top10 { margin-top:10px; }
.top20 { margin-top:20px; }
.bottom10 { padding-bottom:10px; }
.bottom20 { padding-bottom:20px; }
.border5 { border:solid 10px #c7c7c7; }
.border10 { border:solid 10px #c7c7c7; }
.border20 { border:solid 20px #c7c7c7; }

div.hidden, a.hidden
{
    display:none;
    margin:0;
}

/* List Elements
=====================================================================*/

ul li {
    height:auto;
    margin:0;
    padding:0;
    list-style:none;
}

li a {
    padding-top:0px;
    padding-bottom:0px;
}

li a:hover {
    background-color:#eeeeee;
}

/* Global Links
=====================================================================*/

a {
    margin:0px;
    padding:0px;
}

a:link, a:visited, a:active {
    background:transparent;
    color:#2575ad;
    text-decoration:none;
}

a:hover {
    background:transparent;
    color:#ac3433;	
    text-decoration:none;
}

/* Misc Typography
=====================================================================*/
i, em { 
    font-style:italic;
}

/* Global Elements
=====================================================================*/

/* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */
html {
    overflow-x:auto;
    height:100%;
}

/*=====================================================================*/
body {
    font-family:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    background-color:#222;
    font-size:12px;
    color:#555;
    text-align:center;
    line-height:1.6em;
}

#pg-bottom {
    background:url('../images/glossy-bottom-bg.gif') no-repeat;
    height:100px;
}

#pg-bottom-2 {
    background:url('../images/glossy-bottom-bg-2.gif') no-repeat;
    height:160px;
}

blockquote, em, h1, h3, h5, i  {
    font-family:Georgia, "Times New Roman", Times, serif;
}

#content {
    width:950px;
    margin-left:auto;
    margin-right:auto;
    padding:0;
    text-align:left;
    background-color:#fff;
}

#header img {
    padding:0 0 5px 10px;
}

.table-top, .table-bottom {
    width:950px;
    border:0;
}

.table-top img {
    display:block;
}

.table-bottom img {
    display:block;
}

#nav { line-height:1; z-index:9998; }

#nav a {
    background:url(../images/menubar.jpg) no-repeat 0 0;
    display:block;
    height:30px;
    text-indent:-999em;
    overflow:hidden;
}

#nav li { float:left; position:relative; }
* html #nav li * { position:relative; }
#nav li, #nav ul { margin:0; padding:0; }

/*--- default ---*/
#nav-home a { background-position:0 0; width:65px; }
#nav-products-and-services a { background-position:-65px 0; width:150px; }
#nav-support a { background-position:-215px 0; width:79px; }
#nav-downloads a { background-position:-294px 0; width:99px; }
#nav-store a { background-position:-393px 0; width:64px; }
#nav-about-us a { background-position:-457px 0; width:87px; }
#nav-blank a { background-position:-544px 0; width:406px; }

/*--- Hovering ---*/
#nav-home a:hover { background-position:0 -30px; width:65px; }
#nav-products-and-services a:hover { background-position:-65px -30px; width:150px; }
#nav-support a:hover { background-position:-215px -30px; width:79px; }
#nav-downloads a:hover { background-position:-294px -30px; width:99px; }
#nav-store a:hover { background-position:-393px -30px; width:64px; }
#nav-about-us a:hover { background-position:-457px -30px; width:87px; }

/*--- Clicking ---*/
#nav-home a:active { background-position:0 -60px; width:65px; }
#nav-products-and-services a:active { background-position:-65px -60px; width:150px; }
#nav-support a:active { background-position:-215px -60px; width:79px; }
#nav-downloads a:active { background-position:-294px -60px; width:99px; }
#nav-store a:active { background-position:-393px -60px; width:64px; }
#nav-about-us a:active { background-position:-457px -60px; width:87px; }

/*--- Dropdowns ---*/

#nav li.over ul { left:0; display:block;}
#nav li li { float:none; position:static; width:100%; }

#nav li li a, #nav li li a:hover, #nav li li a:active {
    background:none;
    height:auto;
    padding:1px 12% 2px 12px;
    text-indent:0;
    width:82%;
}

#nav li li a:hover { background:#eee; }

#nav li ul {
    background:#fff;
    border-bottom:1px solid #ce0000;
    display:none;
    line-height:1.5;
    padding:5px 0;
    position:absolute;
    top:30px;
    width:200px;
    z-index:9999;
}

#flash {
    position:absolute;
    width:950px;
    height:210px;
    padding:0;
    margin:0;
    background-color:#fff;
}

#content-body {
    position:absolute;
    border:none;
    padding:0;
    top:308px;
    width:950px;
    background:#c9c9c9 url(../images/dropshadow_1px.jpg) repeat-y;
}

#content-body-left, #content-body-left-1 {
    width:570px;
    padding:20px 20px 20px 40px;
    line-height:1.5em;
    float:left;
}

#inset_r {
    width:25%;
    float:right;
    margin-top:15px;
    padding:20px;
    display:block;
    background:url(../images/temp_right_bg.jpg) repeat-x;
}

#inset_r img {
    /* centralize the img in inset_r. How? inset_r has width 25%, we roughly put half that size in the left and right margins */
    margin-left:13%;
    margin-right:12%;
}

.content-header img {
    margin:-20px 0 0 -40px;
}

#content-body-right {
    width:276px; /* Becareful, this value is accurate to the pixel */
    margin:0 0 0 24px; /* Becareful, this value is accurate to the pixel */
    color:#dddddd;
    float:left;
    background:#c9c9c9 url(../images/bg_col2.gif) repeat-x;
    padding:0 10px 0 10px;
}

#content-body-right-bottom {
    margin-left:-14px;
    width:300px;
    background:url(../images/bg_col2_bot.jpg) repeat-y;
    height:200px;
}

#content-body-right-bottom-contact_us,
#content-body-right-bottom-shopping-cart-1,
#content-body-right-bottom-shopping-cart-2,
#content-body-right-bottom-shopping-cart-3,
#content-body-right-bottom-shopping-cart-4,
#content-body-right-bottom-invoice {
    margin-left:-14px;
    width:300px;
    background:url(../images/bg_col2_bot_2.jpg) repeat-y;
}

#content-body-right-bottom-contact_us {
    height:50px; /* adjust this value to grow or shrink the height of the right column */
}

#content-body-right-bottom-shopping-cart-1 {
    height:10px; /* adjust this value to grow or shrink the height of the right column */
}

#content-body-right-bottom-shopping-cart-2 {
    height:10px; /* adjust this value to grow or shrink the height of the right column */
}

#content-body-right-bottom-shopping-cart-3 {
    height:10px; /* adjust this value to grow or shrink the height of the right column */
}

#content-body-right-bottom-shopping-cart-4 {
    height:180px; /* adjust this value to grow or shrink the height of the right column */
}

#content-body-right-bottom-invoice {
    height:290px; /* adjust this value to grow or shrink the height of the right column */
}

.content-body-right-module {
    margin:20px 0 0 10px;
    background:#fff url(../images/right_module_bg.jpg) repeat-x;
    background-position:bottom;
    padding:10px 25px 20px 25px;
    width:200px;
}

.content-body-right-module-progressbar {
    margin:20px 0 0 10px;
    background:#fff url(../images/right_module_bg.jpg) repeat-x;
    background-position:bottom;
    padding:10px 25px 20px 25px;
    width:200px;
    height:200px;
}

.content-body-right-module-progressbar img {
    padding-top:80px;
}

.content-body-right-module table {
    line-height:1.1em;
}

.footer {
    background-color:#fff;
    text-align:center;
}

/* Struts error message class */
.errorMessage {
    color:red;
    font-weight:bold;
}

.label1, .label2, .label3 {
    color:#946201;
}

.label2 {
    padding-bottom:20px;
}

.label3 {
    text-align:center;
}

.type1, .type2, .type3 {
    /*font-family:Georgia, "Times New Roman", Times, serif;*/
    color:#2575ad;
}

.type2 {
    text-align:center;
    padding-bottom:20px;
}

.type3 {
    padding-bottom:20px;
}

table.contact-us-table, table.estore-table, table.confirm-purchase-table, table.confirm-purchase-item-table, table.confirm-purchase-payment-table, table.payment-table table.invoice-table  {
    margin:0;
    padding:0;
    width:600px;
}

th.item-code, th.description {
    text-align:left;
}

th.price {
    text-align:right;
}

th.quantity {
    text-align:center;
}

table.estore-table, table.confirm-purchase-table, table.confirm-purchase-item-table tr {
    line-height:2.5em;
}

tr .item_checkbox {
    width:40px;
    line-height:1em;
}

.grand-total-price {
    font-size:16px;
    font-weight:bold;
    padding:10px 0 0 0;
    color:red;
    text-align:right;
}

tr .description {
    text-align:left;
    width:400px;
    line-height:1em;
}

tr .item_code {
    text-align:left;
    width:80px;
}

tr .price {
    text-align:right;
    width:150px;
}

tr .quantity {
    text-align:center;
    width:200px;
}

table.estore-button-table {
    margin:0;
    padding:0;
    width:600px;
}

.btn_orange {
    font-family:Trebuchet, "Trebuchet MS", Helvetica, sans-serif;
    font-size:11px;
    vertical-align:middle;
    border:solid 1px #c56611;
    color:#fff;
    background:#df9c27 url(../images/btn_bg_next.gif) left top repeat-x;
    white-space:nowrap;
    cursor:pointer;
    -moz-border-radius:.3em;
    -webkit-border-radius:.3em;
    border-radius:.3em;
}

.btn_orange:hover{
    text-decoration:none;
    background:#c56511 url('../images/btn_bg_next_hover.gif') left top repeat-x;
}
input.btn_orange{
    padding:3px;
}

.estore-button-table td {
    text-align:center;
}

table.confirm-purchase-item-table td.grand-total-price {
    text-align:right;
}

table.contact-us-table td.label, table.payment-table td.label {
    margin:0;
    padding:0;
    color:#946201;
    width:200px;
    text-align:right;
}

table.payment-table td.legend {
    color:#946201;
    padding:0 0 0 10px;
    width:300px;
}

table.estore-table td.legend {
    color:#946201;
    line-height:14px;
}

table.payment-table select {
    margin:0 0 0 10px;
}

table.payment-table td.credit_card_type {
    text-align:left;
}

table.payment-table td.label_verification {
    margin:0;
    padding:0;
    color:#946201;
    text-align:right;
    width:50px;
}

table.payment-table td.credit_card_holder {
    text-align:left;
    width:300px;
}

table.payment-table td.credit_card_verification_code {
    text-align:left;
    width:100px;
}

table td.section_header {
    color:#946201;
    font-weight:bold;
    font-size:14px;
    text-align:left;
    line-height:2em;
}

table.confirm-purchase-payment-table td.value, table.invoice-table td.value {
    padding:0 0 0 5px;
    text-align:left;
    width:400px;
}

table.contact-us-table td.label {
    width:80px;
}

td input, td textarea {
    margin:2px 0 0 10px;
}

tr.select-label td {
    padding:2px 0 0 0;
    color:#946201;
}

tr.select-label td.label {
    text-align:right;
}


