﻿.Title1{
  COLOR: #fff;
  FONT: bold 14px Verdana, Arial, Helvetica, sans-serif;
}

#Title1 {
  position: absolute;
  top: 132px;
  left: 50%;
  margin-left: 190px;
  text-align: right;

}


#slogan{
  position: absolute;
  top: 120px;
  width: 332px;
  left: 50%;
  margin-left: 180px;
  height: 25px;
  text-align: right;
  COLOR: #ccc;
  FONT: bold 12px Verdana, Arial, Helvetica, sans-serif;
  border: 0px solid;
} 


#mission{
  position: absolute;
  top: 21px;
  left: 50%;
  margin-left: 300px;
  height: 450px;
  width: 170px;
  border: 0px solid #cc0004; 
  padding: 0px;
}

#MainContainer {
    position: absolute;
    top: -190px;
    left: 50%;
    margin-left: -480px;
    border: 1px solid #fff;    
    background-color: #e8e8c9; 
    width: 970px;    
    text-align: left;    
    background-position: 0px 0px;
    overflow: hidden;
    padding: 5px;
}

#main {
    position: absolute;
    top: -375px;
    left: 50%;
    margin-left: -505px;
    border: 0px solid #000;    
    width: 950px;
    height: 240px;
    text-align: center;
    z-index: 200;
    overflow: visible;
}


#logo{
    position: absolute;
    top: 83px;
    left: 50%;
    margin-left: -446px;
    height: 200px;
    width: 200px;

}

#cNavi{
    position: absolute;
    top: 165px;
    width: 972px;
    left: 50%;
    margin-left: -450px;
    height: 20px;
    BACKGROUND-COLOR: #cc0000;
    z-index: 9000;
}

#bgImage{
    position: absolute;
    top: -315px;
    left: 0%;
    border: 0px solid #b4f4fe;    
    width: 1140px;    
    height: 800px;
    overflow: hidden;
    BACKGROUND-REPEAT: no-repeat;
}

BODY {    
        margin:0px; 
        padding: 0; 
        border-width: 0;
        BACKGROUND-color: #000; 
        BACKGROUND-IMAGE: url(http://imageserver.webpropartners.com/templates/graphics/bg6000839.jpg);    
       BACKGROUND-REPEAT: no-repeat;
}


.mainBG {
       BACKGROUND: #fff;
}


.securityButton{

    BACKGROUND-COLOR: #f4f2e5;
    FONT-WEIGHT: normal; 
    FONT-SIZE: 11px; 
    COLOR: #000; 
    FONT-FAMILY: Verdana, Arial, helvetica, sans-serif;
    width: 130px;
    height: 26px;
    cursor: pointer;
    
}

#bgMain{
position: absolute;
    top: 0px;
    width: 100%;
    height: 865px;


}



.contentProduct, .cTable{
  FONT: 11px Verdana, Arial, Helvetica, sans-serif;
    color: #000;
width: 750px;

}

.cTable{

BACKGROUND-COLOR: transparent;

}

.tdRow{
BACKGROUND-COLOR: transparent;
}



.bgTabs {
BACKGROUND-IMAGE: url(http://imageserver.webpropartners.com/templates/graphics/clearpix.gif);
COLOR: #4455EE;
TEXT-DECORATION: none;

}

a{
COLOR: #820220;
TEXT-DECORATION: underline;
}


.bgTabMain{
BACKGROUND-IMAGE: none;

}



.corner_tab_right{
BACKGROUND-IMAGE: url(http://imageserver.webpropartners.com/templates/graphics/corner_tab_right.gif);

}


.corner_tab_left{
BACKGROUND-IMAGE: url(http://imageserver.webpropartners.com/templates/graphics/corner_tab_left.gif);

}






.cButtonSection{

background: #888888;

}



#horizon {
    position: absolute;
    top: 115px;
    left: 0px;
    width: 100%;
    height: 1px;
    overflow: visible;
    background-color: transparent;
    text-align: center;
}



.loginTable {

    BACKGROUND-COLOR: #FFF;

}




.content, .loginTable {

    FONT: 11px Verdana, Arial, Helvetica, sans-serif;
    color: #000;

}


#wrapper{
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -444px;

width:886px;

}

.MainContentT{
    FONT: BOLD  13px Verdana, Arial, helvetica, sans-serif; vertical-align: middle;
    COLOR: #890122;

}










#horizon {
    position: absolute;
    top: 315px;
    left: 0px;
    width: 100%;
    height: 1px;
    overflow: visible;
    background-color: transparent;
    text-align: center;
}






/******* NAvigation ***************************************/


/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 z-index: 10000;
list-style: none;

}




/* main menu */
.menulist ul li {
 text-align: left; 

}



/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 visibility: hidden;
 position: absolute;
 top: 1.5em; /* I'm using ems rather than px to allow people to zoom their font */
 left: 0px;
 width: 150px;
height: 33px;
list-style: none;

}


/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 position: relative;
 border-right: 0px solid #cccccc;
 margin-right: 2px;
}


/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: 10px;
 left: 155px;
 width: 150px;
 border: 0px solid #c7c9c9;
 
}


/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin-right: 0;
 margin-bottom: -1px;
 BACKGROUND: #000;
 border: 0px solid #c7c9c9;
 margin-bottom: 0px;
}
.menulist ul>li:last-child {
 margin-bottom: 1px;
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 3px;
 color: #FFF;
 text-decoration:  none;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;
 
BACKGROUND: #232323;


}


.menulist  a.highlighted {
 color: #fff;
}

.icon_on{
   
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/


/* main menu */
.menulist li {
 
 padding-right: 4px;
 padding-left: 4px;
}


/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display:  none;
}
.menulist ul a .subind {
 display:  block;
 float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist  ul li {
 float: left;
 height: 1%;
}
* html .menulist  ul a {
 height: 1%;
}
/* End Hack */




.contentBox{

    padding: 10px;
    FONT:  11px Verdana, Arial, helvetica, sans-serif; vertical-align: middle;
    COLOR: #0e293b;


}




/******* NAvigation ***************************************/


/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
 z-index: 1000;
}




/* main menu */
.menulist ul li {
 text-align: left; 

}


#footer {

    position: absolute;
    top: 415px;
    left: 50%;
    margin-left: -440px;
    border: 0px;    
    width: 900px;
    height: 50px;
    text-align: left;
    
}




/*Navi links definition*/
.NvaLevel1 {
        text-transform: uppercase;

	FONT:  10px Copperplate Gothic, Verdana, Arial, helvetica, sans-serif; vertical-align: middle;	
	COLOR: #fff;
	TEXT-DECORATION: none;
        
}
	A.NvaLevel1:link {
	COLOR: #fff;
	}
	A.NvaLevel1:visited {
	COLOR: #fff;
	}
	A.NvaLevel1:active {
	COLOR: #fff;
	}
	A.NvaLevel1:hover {
	COLOR: #cccccc;
        TEXT-DECORATION: none;
	}




.NvaLevel1_on{
	FONT:  10px Verdana, Arial, helvetica, sans-serif; vertical-align: middle;
	COLOR: #fff;
	TEXT-DECORATION: none;
        
        text-transform: uppercase;
    
}

.NvaLevel2 {
	FONT: 11px Verdana, Arial, Helvetica, sans-serif;
	COLOR: #fff;
	TEXT-DECORATION: none;  
        
}
	A.NvaLevel2:link {
	COLOR: #fff;
	}
	A.NvaLevel2:visited {
	COLOR: #fff; 
	}
	A.NvaLevel2:active {
	COLOR: #fff; 
	}
        A.NvaLevel2:hover{
        COLOR: #cc0000; 
        }



.copyright {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #555555; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}



  .scrollContainer {  overflow:hidden;  }
