/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 * 
 * http://www.apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */

/* This file has been modified by Open Source Strategies, Inc. */


/* ===== This file contains the eCommerce specific styles ===== */

/* ===== Basic Element Styles ===== */
BODY {
background:url('/images/bg-three.jpg') repeat top left;
margin-top: 10px;
margin-right: 10px;
margin-bottom: 10px;
margin-left: 10px;
min-width: 1000px;
}

.productdetail {
height: 100px;
}

#productdetail {
background: #ffffff;
border: #7d7d7d solid 5px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
-moz-border-bottom-colors: #999 #777 #555 #333 #111;
-moz-border-top-colors: #999 #777 #555 #333 #111;
-moz-border-left-colors: #999 #777 #555 #333 #111;
-moz-border-right-colors: #999 #777 #555 #333 #111;
margin-bottom:10px;
margin-top:10px;
}

FORM {
margin: 0px;
}

UL {
margin-top: 0; 
margin-bottom: 0;
}

.endcolumns {
clear: both;
height: 0px;
visibility: hidden;
}  

TH {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color: #000000;
}

TD {
vertical-align: top;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
text-decoration: none;
color: #000000;
}

/* ===== Header Styles ===== */
#ecom-header {
position: relative;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
height: 50px;
/* border:1px solid #000; */
}
#ecom-header #left {
position: absolute;
top: 0px;
left: 0px;
width: 280px;
}
#ecom-header #middle {
margin-left: 290px;
margin-right: 210px;
padding-top: 10px;
width: auto;

text-align: center;
}
#ecom-header #right {
position: absolute;
top: 0px;
right: 0px;
width: 200px;
padding: 0px;
margin-top: 20px;

text-align: right;
}

#welcome-message {
padding-right: 10px;
padding-left: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #000000;
}
#welcome-message a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #305c91;
}
#welcome-message a:hover {
color: black;
text-decoration: underline;
}
#company-name {
margin: 0px;
font-size: 18pt;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #580000;
white-space: nowrap;
}
#company-subtitle {
margin: 0px;
font-size: 6pt;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
white-space: nowrap;
}

#microcart {
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
color: black;
}
#microcart a {
color: #305c91;
}
#microcart a:hover {
color: black;
text-decoration: underline;
}
#microcart .disabled {
color: #666666;
}

/* ===== Header-Bar Styles ===== */
#ecom-header-bar {
background: transparent;
text-align: center;
overflow: visible;
height: 10px;
padding: 0px;
padding-bottom: 15px;
}

#ecom-header-bar ul {
display: block;
overflow: visible;
list-style: none;
background: transparent;
vertical-align: middle;
margin: 0px;
padding: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

#ecom-header-bar ul li { 
height: 14px;
padding: 0px 8px 0px 8px;
}
#ecom-header-bar ul#left-links li {
float: left;
}
#ecom-header-bar ul#right-links li {
float: right;
}

#ecom-header-bar ul li a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
} 
#ecom-header-bar ul li a:hover {
color: #FFFFFF;
}

/* ===== Header Nav ===== */
A.navbuttontext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
background: #3399CC;
border: #999999 solid 1px;
margin: 5px;
line-height: 2.1em;
padding: 2px 4px 2px 4px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#ecom-nav {
margin-top: 5px;
margin-bottom: -105px;
margin-left: 75%;
display: block;	
position:relative;
list-style-type: none;
text-align: right;
background: transparent;
overflow: visible;
text-decoration: none;
}

#ecom-nav ul li {
list-style-type: none;
}

/* ===== Layout/Formatting Styles ===== */
/* NOTE: using a combination of a float left/right for the side bars AND 
  wide margins for the center to get 2 desired effects: 1. be able to end
  columns and put the footer at the bottom of the page and 2. not have the
  center column expand to full width below the columns.
  
  The downside to this is that in some browsers we can't effectively use floats
  within divs in the main column.
*/

/* ecom-mainarea wraps what is below the header including the divs for left, main, right columns as applicable */
#ecom-mainarea {
position: relative;
background: transparent;
width: 100%;
margin-top: 0px;
max-width:1350px;
margin-left:auto;
margin-right:auto;
}

#ecom-mainarea .left {
/* alt: position: absolute; left: 0px; top: 0px; */
float: left;
margin-left: 5px;
margin-top: 20px;
width: 155px;
background: transparent;
/* border:1px solid #000; */
}
#ecom-mainarea .right {
/* alt: position: absolute; right: 0px; top: 0px; */
float: right;
margin-right: 5px;
margin-top: 20px;
width: 185px;
background: transparent;
}


#ecom-mainarea .center, #ecom-mainarea .leftonly, #ecom-mainarea .rightonly, #ecom-mainarea .nocolumns {
background:transparent;
text-align: left;
vertical-align: top;
}
#ecom-mainarea .center {
voice-family: "\"}\"";
voice-family: inherit;
margin-left: 165px;
margin-right: 195px;
}

#ecom-mainarea .leftonly {
margin-left: 165px;
voice-family: "\"}\"";
voice-family: inherit;
margin-left: 175px;
}
#ecom-mainarea .rightonly {
margin-right: 195px;
voice-family: "\"}\"";
voice-family: inherit;
margin-right: 205px;
}
/* ====== eCommerce "Screenlet" Styles ====== */
#ecom-mainarea .screenlet {
background: transparent;;
border: 0px solid #999999;
margin-bottom: 10px;
height:auto !important;
height:1%;
}

#ecom-mainarea .screenlet-header {
background: #efb943;
padding-top: 2px;
padding-bottom: 2px;
padding-right: 3px;
padding-left: 8px;
height:auto !important;
height:1%;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
#ecom-mainarea .screenlet-body {
background: transparent;;
padding: 4px;
height:auto !important;
height:1%
}

.boxhead {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0px;
font-size: 8pt;
font-weight: bold;
color: #381100;
}

.boxlink {
	float:right;
}

A.boxheadbutton {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0px;
font-size: 8pt;
font-weight: bold;
color: #FFFFFF;
}

A.boxheadbutton:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0px;
font-size: 8pt;
font-weight: bold;
color: #b94505;
}

/* Form layout styles to simulate a table-style layout */
#ecom-mainarea .form-row {
clear: both;
padding-top: 2px;
}
#ecom-mainarea .form-label {
float: left;
width: 180px;
text-align: right;
padding-top: 5px;
}
#ecom-mainarea .form-field {
float: left;
margin-left: 10px;
text-align: left;
} 

/* ===== Text/Label Styles ===== */
.tabletext, div.form-label, div.form-field {
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

A.tabletext:hover {
font-size: 10px;
text-decoration: underline;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.tablebuttontext {
font-size: 10px;
color: #1E3C66;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.contenttext {
font-size: 8pt;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

DIV.tabletexthidden {
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
visibility: hidden;
}

.head1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0px; 
font-size: 12pt;
font-weight: bold;
color: #381100;
}

.head2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0px;
font-size: 10pt;
font-weight: bold;
color: #000000;
}

.head3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0px;
font-size: 8pt;
font-weight: bold;
color: #000000;
}

.info {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0px;
font-size: 10px;
font-style: normal;
color: #000000;
}

DIV.graybox {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
background: #CCCCCC;
border: 1px solid #000000;
text-align: center;
margin: 2px auto;
width: auto;
padding: 4px;
}


.boxoutside {
background: #FFFFFF;
padding: 0px;
border-color: #999999;
border-style: solid;
border-width: 1px 1px 1px 1px;
}

.boxtop {
background: #b94505;
padding-top: 1px;
padding-bottom: 1px;
padding-right: 4px;
padding-left: 4px;
border-color: #999999;
border-style: solid;
border-width: 0px 0px 0px 0px;
}

.boxbottom {
background: #FFFFFF;
padding: 4px;
border-color: #999999;
border-style: solid;
border-width: 0px 0px 0px 0px;
}

.button {
border-style: outset; border-color: #9999CC; border-width: 2px;
background: #dddddd;
padding-right: 5px; padding-left: 5px;
}


.tableheadtext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color: black;
}

A.tableheadbutton {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: black;
}

A.tableheadbutton:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: underline;
color: #b94505;
}

.browsecategorytext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-indent: -10px;
}

A.browsecategorybutton {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
}

A.browsecategorybutton:hover {
color: #000000;
text-decoration: underline;
}

.browsecategorybuttondisabled {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: none;
color: #333333;
}

A.buttontext, .buttontextdisabled {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
background: #cccccc;
border: #999999 solid 1px;
margin: 5px;
line-height: 2.9em;
padding: 3px 6px 3px 7px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

A.buttontext {
color: #000000;
}

A.buttontext:hover {
color: #ffffff;
text-decoration: underline;
}

A.linktext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: none;
color: #ffffff;
}

A.linktext:hover {
color: #000000;
text-decoration: underline;
}

.buttontextdisabled {
color: #333333;
}

.submenutextinfo {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color: #381100;
padding-left: 6px;
padding-right: 5px;
border-right: 1px solid #5886C6
}

.submenutext, A.submenutext, A.submenutext:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
padding-left: 6px;
padding-right: 5px;
border-right: 1px solid #5886C6
}

A.submenutext:hover {
color: yellow;
text-decoration: underline;
}

.submenutextdisabled, A.submenutextdisabled {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color: #CCCCCC;
padding-left: 6px;
padding-right: 5px;
border-right: 1px solid #5886C6
}

A.submenutextdisabled:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: underline;
color: yellow;
}

.submenutextinforight {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color: #381100;
padding-left: 6px;
}

.submenutextright, A.submenutextright {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color: yellow;
padding-left: 6px;
}

A.submenutextright:hover {
color: yellow;
text-decoration: underline;
}

.submenutextrightdisabled, A.submenutextrightdisabled {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color: #CCCCCC;
padding-left: 6px;
}

A.submenutextrightdisabled:hover {
text-decoration: underline;
color: yellow;
}

A.lightbuttontext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color: yellow;
border: none;
}

A.lightbuttontext:hover {
color: yellow;
text-decoration: underline;
}

A.lightbuttontextsmall {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8px;
font-weight: bold;
text-decoration: none;
color: white;
border: none;
}

A.lightbuttontextsmall:hover {
color: yellow;
text-decoration: underline;
}

.lightbuttontextdisabled {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color: #CCCCCC;
}

A.buttontextbig, .buttontextbigdisabled {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
text-decoration: none;
background: #3399CC;
border: #999999 solid 1px;
margin: 5px;
line-height: 4.9em;
padding: 3px 6px 3px 7px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
A.buttontextbig {
color: 	#FFFFFF;
}
.buttontextbigdisabled {
color: #CCCCCC;
}
A.buttontextbig:hover {
color: #b94505;
}

A IMG.imageborder {
border-style: solid;
border-width: 1px;
border-color: #999999;
}

/* ===== Other Header Styles ===== */


.headersmalltext {
font-size: 8pt; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-weight: bold; 
color: black;
}
a.headersmalllink {
font-size: 8pt; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold; 
color: #305c91; 
}
a.headersmalllink:hover {
color: #b94505;
}

/* ===== Misc/General Styles ===== */
HR.sepbar {
font-size: xx-small;
width: 100%;
height: 1px;
background: #999999;
border-width: 0px;
}

.errorMessage {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0px;
font-size: 8pt;
font-weight: bold;
color: #b94505;
}

.eventMessage {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0px;
font-size: 8pt;
font-weight: bold;
color: #305c91;
}

.ontab {
font-size: 8pt;
background: black;
padding: 2px;
border-style: inset;
border-width: 3px;
}

a.onlnk {
font-size: 8pt;
font-weight: bold;
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
padding: 2px;
}

.offtab {
font-size: 10px;
background: #CCCCCC;
padding: 2px;
border-style: outset;
border-width: 3px;
}

a.offlnk {
font-size: 10px;
font-weight: bold;
color: #efb943;
font-family: Verdana, Arial, Helvetica, sans-serif;
padding: 2px;
}

a.offlnk:hover {
color: #b94505;
}

.areaheader {
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #FFFFFF;
width: 100%;
background: black;
padding: 2px;
}

.edittable {
border-color: #000000 #000000 #003333;
border-style: solid;
border-top-width: thin;
border-right-width: thin;
border-bottom-width: thin;
border-left-width: thin
}

.editInputBox {
font-size: 8pt;
background: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
background: white;
border: #999999 solid 1px;
margin: 2px;
}


.inputBox {
font-family: Verdana, Arial, Helvetica, sans-serif;
background: #FFFFFF;
font-size: 8pt;
background: white;
border: #999999 solid 1px;
margin: 2px;
}

.selectBox {
font-family: Verdana, Arial, Helvetica, sans-serif;
background: #FFFFFF;
font-size: 8pt;
background: white;
border: #999999 solid 1px;
margin: 2px;
}

.textAreaBox {
font-family: Verdana, Arial, Helvetica, sans-serif;
background: #FFFFFF;
font-size: 8pt;
background: white;
border: #999999 solid 1px;
margin: 2px;
}

.radioButton {
font-family: Verdana, Arial, Helvetica, sans-serif;
background: #FFFFFF;
font-size: 8pt;
}

.checkBox {
font-family: Verdana, Arial, Helvetica, sans-serif;
background: #FFFFFF;
font-size: 8pt;
}

.smallSubmit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background: #cccccc;
	border: #999999 solid 1px;
	margin: 5px;
	line-height: 2.9em;
	padding: 3px 6px 3px 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.mediumSubmit,.largeSubmit,.loginButton {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
color: #305c91;
background: white;
border: #999999 solid 1px;
margin: 2px;
}

.smallSubmit:hover,.mediumSubmit:hover,.largeSubmit:hover,.loginButton:hover {
color: #b94505;
}

.smallAltSubmit,.mediumAltSubmit,.largeAltSubmit {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
}

.basePrice {
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: black;
}

.normalPrice {
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: black;
}

.salePrice {
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #b94505;
}

/* ===== Product Summary Styles ===== */
.product-prevnext {
text-align: right;
}

.productcategorylink-container {
position: relative;
margin-top: 10px;
margin-bottom: 5px;
border-top: #999 solid 1px;
}

.productcategorylink {
position: relative;
padding: 5px;
border-bottom: #999 solid 1px;
height: 60px;
}

.productcategorylink .smallimage {
float: left;
/* position: absolute; top: 5px; left: 5px; */
margin: 0px 5px 5px 0px;
}
.productcategorylink .smallimage img {
border: #CCC solid 1px;
height: 50px;
}

.productsummary-container {
background: #ffffff;
color: #7d7d7d;
position: relative;
margin-top: 10px;
margin-bottom: 10px;
border: #7d7d7d solid 5px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
-moz-border-bottom-colors: #999 #777 #555 #333 #111;
-moz-border-top-colors: #999 #777 #555 #333 #111;
-moz-border-left-colors: #999 #777 #555 #333 #111;
-moz-border-right-colors: #999 #777 #555 #333 #111;
}

.productsummary-container a.linktext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #000000;
text-decoration: none;
}

.productsummary-container a.linktext:hover {
color: #000000;
text-decoration: underline;
}

.productsummary {
background: #ffffff;
position: relative;
padding: 5px;
border-bottom: #999 solid 1px;
height: 100px;
}

.productsummary .smallimage {
float: right;
/* position: absolute; top: 5px; left: 5px; */
margin: 10px 5px 10px 0px;
}
.productsummary .smallimage img {
max-height: 60px;
max-width: 250px;
}

.productsummary .productbuy {
position: top;
float: right;
width: 100px;
margin: 10px;
text-align: right;
}

.productsummary .productinfo {
/* margin-left: 60px; */
text-align: left;
}

/* ===== Product Detail Styles ===== */
#productdetail #download-files {
margin-top: 10px;
padding-top: 5px;
border-top: #999 solid 1px;
}

#productdetail img {
max-height: 400px;
max-width: 400px;
}

#productdetail .smallimage img {
max-height: 70px;
max-width: 250px;
}

#productdetail #long-description {
padding:5px;
color: #000000;
margin-top: 10px;
padding-top: 5px;
border-top: #ebebeb solid 1px;
}

#productdetail #reviews {
margin-top: 10px;
padding-top: 5px;
border-top: #ebebeb solid 1px;
}

#reviews {
background: #ffffff;
border: #7d7d7d solid 5px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
-moz-border-bottom-colors: #999 #777 #555 #333 #111;
-moz-border-top-colors: #999 #777 #555 #333 #111;
-moz-border-left-colors: #999 #777 #555 #333 #111;
-moz-border-right-colors: #999 #777 #555 #333 #111;
margin-bottom:10px;
margin-top:10px;
}

#productdetail #associated-products {
margin-top: 10px;
padding-top: 5px;
}

.lefthalf{
left:0;
width:49%;
height:1%;
margin:0% 1% 1% 0%;
float:left;
}
.righthalf {
float:right;
height:1%;
width:49%;
right:0;
margin:0 0 1% 1%;
}
.leftclear{
height:1%;
clear: left;
}
.bothclear{
height:1%;
clear: both;
}

/* ===== Head Footer CSS from NWD===== */

#colors {
float:left;
margin-left:45px;
}

#content {
background: transparent;
}

#content-inside,#content-edit {
padding-bottom:0px;
padding-top:20px;
text-align:left;
width:1000px;
}

.absolute {
position:absolute;
margin-left:-250px;
}


#footer {
background:url(/images/index.php_files/footer_bg.jpg) repeat-x #d9d9d9 top;
clear:both;
height:130px;
margin-top:10px;
padding-top:20px;
}


#footer div {
width:1000px;
}

#header {
background:url('/images/index.php_files/header_bg.jpg') repeat-x top center;
display:block;
height:191px;
}

#nav {
background:url('/images/index.php_files/nav_bg.jpg') repeat-x bottom center;
display:block;
height:57px;
position:relative;
top:134px;
border-bottom: #7d7d7d solid 5px;
-moz-border-bottom-colors: #999 #777 #555 #333 #111;
}

#navwrap {
padding-left:200px;
padding-top:10px;
overflow:visible;
background:transparent;
float:relative;
}

#promoarea {
border: #7d7d7d solid 5px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
-moz-border-bottom-colors: #999 #777 #555 #333 #111;
-moz-border-top-colors: #999 #777 #555 #333 #111;
-moz-border-left-colors: #999 #777 #555 #333 #111;
-moz-border-right-colors: #999 #777 #555 #333 #111;
}

#cross {
background:transparent;
}

#promopic img {
margin-top: -200px;
position: relative;
margin-bottom: 60px;
max-height: 200px;
overflow: visible;
background: transparent;
}

#wood1 {
background:url('/images/wood_bg.jpg') repeat-x bottom left;
display:block;
height:50px;
position:relative;
}

#wood2 {
background:url('/images/wood_bg.jpg') repeat-x bottom right;
display:block;
height:50px;
position:relative;
}

#wood3 {
background:url('/images/wood_bg.jpg') repeat-x bottom center;
display:block;
height:50px;
position:relative;
}

#wood4 {
background:url('/images/wood_bg.jpg') repeat-x bottom left;
display:block;
height:50px;
position:relative;
}

.highlight {
background:#fffeeb;
}

.icon {
padding:5px;
}

.image-left {
float:left;
padding-right:15px;
}

.item {
color:#a8a8a8;
padding-right:20px;
}

.item:hover {
text-decoration:underline;
}

.menu {
float:right;
padding-right:5%;
}

.network {
margin-bottom: -30px;
margin-left: 435px;	
}

.menu li {
display:inline;
}

.subnav {
padding-left:10px;
}

.subsubnav {
padding-left:30px;
}

a {
color:#62a2cd;
}

a:hover {
}

body {
background-color:#ffffff;
color:#000000;
font-family:"Lucida Grande",tahoma,verdana,arial,sans serif;
font-size:.8em;
line-height:1.3em;
}

td {
padding: 5px;
}

h1 {
color:#381100;
font-weight:400;
padding-bottom:10px;
font-size: 2.8em;
}

h2 {
color:#ffffff;
font-weight:400;
padding-bottom:10px;
font-size: 1.6em;
}

h3 {
color:#335271;
font-weight:400;
padding-bottom:10px;
font-size: 1.2em;
}

#bottom {
width:1000px;
border-top: 3px dashed #e4af70;
padding-top: 10px;
}

#bottom #element-inside {
padding: 10px;
}

/* ===== From NWD reset===== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	border: 0;
	outline: 0;
}