body
{
   margin: 0px;
   font-family: Verdana, Arial, Serif;
   font-size: 12px;
}


td
{
   vertical-align: top;
}

td.fieldname
{
   text-align: left;
   font-size: 10px;
   font-weight: bold;
   vertical-align:middle;
}

hr
{
   color: #b45d16;
}

#container
{
   background-color: #ffffff;
}

#container2
{
    margin-right: 0px;
    background-position: 0px 0px;
    background-image: url(images/logodown.gif);
    /*background-repeat: repeat-x;*/
}

#header
{
   padding: 0px;
   margin: 0px;
   width: 100%;
   height: 164px;
   background-image: url(images/HeaderSlice.gif);
}

#header2
{
   padding: 0px;
   margin: 0px;
   width: 990px;
   height: 164px;
   background-image: url(images/Header.gif);
}

#headermenu
{
    position: absolute;
    top: 143px;
    left: 220px;
    width: 700px;
    padding: 2px 2px 2px 2px;
    z-index:1000;
}

#breadcrumb
{
    background-color: #ffffff;
    color: #000000;
    padding-top: 10px;
    font-size: 10px;
    margin-left: 20px;
    height: 20px;
    margin-right: 20px;
    border-bottom-color: #000000;
    border-bottom-width: 1px;
    /*border-bottom-style: solid;*/
}

#breadcrumb a
{
   color: #ef8c0f;
}

#breadcrumb a:hover
{
   color: black;
}

#footermenu
{
    text-align: center;
    padding-top: 10px;
}

#footertext
{
    text-align: center;
    padding-top: 3px;   
    color: black;         
}

#footertext a
{
   color: #ef8c0f;         
}

#footertext a:hover
{
   color: #ef8c0f;
}

#loginbox
{
   position: absolute;
   top: 16px;
   right: 5px;
   width: 160px;
   height: 80px;
   padding: 2px 2px 2px 2px;    
   font-size: 10px;
}

#loginbox a
{
    color: white;
}

#loginbox a:hover
{
    color: #ef8c0f;
}

#loginbox input
{
   border-width: 1px;
   border-color: gray;
   font-size: 10px;
}

#welcomebox
{
   font-size: 12px;
   text-align: right;
}

#footer
{
    border-color: #CCCCCC; /*border-width: 1px;*/
    padding: 0px;
    margin: 20px 0px 0px 0px;
    width: 100%;
    height: 44px; /*background-image: url(images/FooterSlice.gif);*/
    visibility: hidden; /*border-top-style: solid;*/
}

#leftcol
{
   position: absolute;
   top: 164px;
   left: 0px;
   min-height:368px;
   width: 191px;
   /*background-color: #e9e9e9;*/
   background-color: white;
   font-size: 10px;
}
 
#centercol
{
   position: relative;
   margin-left: 202px;
   padding: 0px;
   background-color: white;
}

#centercolcontent
{
   padding: 5px 20px 15px 20px;
}
/*
#centercolcontent a
{
   color: #ef8c0f;
}
*/
#centercolcontent div.sectiontitle, #centercolcontent .sectiontitle span
{
    font-size: 11pt;
    font-weight: bold;
    color: #666666;
}

#centercolcontent div.sectionsubtitle
{
   font-weight: bold;
   padding-bottom: 4px;
}

#rightcol
{
   position: absolute;
   top: 190px;
   width: 0px;
   background-color: #ffffff;
   font-size: 10px;
}
/*
#rightcol a
{
   color: Yellow;
}

#rightcol div.text
{
   padding: 6px 6px 6px 6px;
   text-align: justify;
}

#rightcol div.sectiontitle, #rightcol .sectiontitle span
{
   padding: 6px 6px 6px 3px;
   background-color: #706a6a;
   color: #f7b76b;
   font-size: 12px;
   font-weight: bold;
   text-transform: uppercase;
}
*/
.footermenulink
{
    font-family: Arial, Serif;
    font-size: 12px;
    font-weight: bold;
    margin-left:auto; 
    margin-right:auto;
}

.footermenulink a
{
    text-decoration: none;
    color: #666666;
}

.footermenulink a:hover
{
   text-decoration: underline;
   color: black; 
}

.headermenulink
{
    font-size: 11px;
    font-weight: bold;
}

.headermenulink a
{
    border-width: 1px;
    border-color: #C0C0C0;
    text-decoration: none;
    color: white;
    padding-right: 18px;
    border-right-style: solid;
}

.headermenulink a:hover
{
   color: #ef8c0f; 
}

.headersubmenulink
{
    margin-top: 7px;
    margin-left: 15px;
    background-color: #565656;
}

.headersubmenuitemlink
{
    padding: 5px;
    font-size: 11px;
    font-weight: bold;
    background-color: #565656;
    border-bottom: solid 1px white;
    z-index: 1000;
}

.headersubmenuitemlink a
{
    text-decoration: none;
    color: white;
    background-color: #565656;
}

.headersubmenuitemlink a:hover
{
   color: #ef8c0f; 
}

.highlight
{
    background-color: #FFF0E1;
    color: #000000;
}

.controlbox
{
    margin:10px;
    border-style: solid;
    border-width: 1px;
    border-color: #E2DED6;
}

.boxtitle
{
    border-width: 1px;
    border-color: #dcdcdc;
    padding: 4px;
    color: #434343;
    font-size: 10px;
    font-weight: bold;
    background-image: url(images/BoxHeaderSlice.gif);
    border-bottom-style: solid;
}

.boxcontent
{
    padding: 4px;
    color: #434343;
    font-size: 10px; /*background-color: white;*/
    background-color: #F7F6F3;
}

.boxcontent ul
{
    margin-left:0;
    padding-left:15px; 
}

.boxcontent a
{
   color: #ef8c0f;
}

.treeviewpages a
{
    color:Black;
}

.selectedtreeviewnode a
{
    color:Red;
    font-weight: bold;
}

a
{
    color: #ef8c0f;
}

a:hover
{
    color: Black;
}

.gridvieweader
{
    background-image: url(images/footerslice.gif);
}

.brandimage
{
  /*  padding: 2px;
    border: 1px ridge #C0C0C0;*/
	vertical-align:middle;
}

.contactzone
{
    text-decoration: underline;
    font-weight:bold;
    font-size: 9pt;
}

.parttitle
{
    padding: 4px;
    color: #434343;
    font-size: 10px;
    font-weight: bold;
    background-image: url(images/parttitleslice.gif);
}

.listviewheader
{
    padding: 4px;
    color: #434343;
    font-size: 10px;
    font-weight: bold;
    background-image: url(images/parttitleslice.gif);
}

.listviewfooter
{
    padding: 4px;
    color: #434343;
    font-size: 10px;
    font-weight: bold;
    background-image: url(images/parttitleslice.gif);
}

.listviewalternatingrow
{
    background-color: #F7F6F3;
}

.listviewrow
{
    background-color: White;
}

#ScrollerNews {
    position:relative;
    width:98%;
    height:100px;
    background-color:Transparent;
    overflow:hidden;
    vertical-align:middle;
}

#ScrollerBrands {
    position:relative;
    width:98%;
    height:200px;
    background-color:Transparent;
    overflow:hidden;
    vertical-align:middle;
}