@import url("css.css");

* {
   padding: 0px;
   margin: 0px;
   font-family: Helvetica, Arial, Sans-Serif;
}

body {
   background: #f8f8f8;
   text-align: center;
}

#Wrapper{
   width: 901px;
   height: 100%;
   text-align: center;
   font-family: tahoma;
   font-size:11px;
   background-color: #ffffff;
   overflow: hidden;
   min-height: 400px;
}

#TopMenu{
   float: left;
   width:900px;
   height: 48px;
   text-align: right;
   background-image: url('TopMenuBack.jpg');
   background-repeat: repeat-x;
}

#TopGray{
   float: left;
   background-color: #B9B69F;
   width: 900px;
   height: 20px;
}

.MenuLink{
   width: 40px;
}

#MenuTable{
   width:480px;
   text-align: center;
   padding-top: 5px;
   font-size: 10px;
}

#MainContent{
   float: left;
}

#TableContent{
   width: 900px;
}

#LeftPane{
   float: left;
   width: 200px;
   background-color: #E6E6E6;
   padding: 5px;
   border-style: solid;
   border-width: 1px;
   border-color: #C6D3EF;
}

#CenterPane{
   float: left;
   width: 450px;
   text-align: left;
}

#RightPane{
   float: left;
   width: 200px;
   background-color: #E6E6E6;
   text-align: left;
   padding-left: 0px;
   border-style: solid;
   border-width: 1px;
   border-color: #C6D3EF;
}

#FooterBar{
   float: left;
   width: 900px;
   height: 40px;
   background-color: #464742;
   color: #ffffff;
   font-weight: bold;
   font-size: 11px;
}

.moduletable th{
   font-size: 12px;
   font-weight: bold;
}

.contentpaneopen td{
   font-size: 11px;
}

.contentpaneopen .contentheading{
   font-size: 14px;
   font-weight: bold;
}

#FP_Table{
   height: 140px;
   table-layout: fixed;
   width: 245px;
}

.FeatProdName{
   font-size: 12px;
   font-weight: bold;
}

.FeatProdName a{
   text-decoration: none;
}

.FeatProdName a:hover{
   text-decoration: underline;
   color: #ff0000;
   text-align: left;
}

#FeatProdDet{
   font-size: 10px;
   text-align: left;
}

#FPDet{
   text-align: left;
}

#FeatProdImg{
   width: 85px;
   text-align: right;
}

#FeatProd{
   margin-left: 3px;
}

a, .moduletable_menu.mainlevel{
   text-decoration: none;
   color: #0000EE;
   font-size: 12px;
}

a:hover, .moduletable_menu.mainlevel:hover{
   text-decoration: underline;
   color: #ff0000;
}

#FP_Top{
   height: 20px;
   width: 240px;
   text-align: left;
   background-image: url(FP_Header1.jpg);
   background-repeat: no-repeat;
}

#FP_Body{
   text-align: left;
   background-image: url(FP_Body.jpg);
   background-repeat: repeat-y;
   width: 240px;
}


#FP_Main{
   width: 240px;
   float: left;
   text-align: left;
}

#FP_Foot{
   height: 21px;
   width: 240px;
   text-align: left;
   background-image: url(FP_Footer.jpg);
   background-repeat: no-repeat;
}


#PD_Top{
   width: 400px;
}

