*
{
    margin: 0;
    padding: 0;
}

html, body
{
    height: 100%;
    min-width: 716px;
    margin: 0px;
    padding: 0px;
}

#frame
{
    width: 100%;
    text-align: center;
}

#centerFrame
{
    width: 716px;
    margin-left: auto;
    margin-right: auto;
}

#rowHeader
{
}

#enclose, #encloseTitle
{
    float: left;
    width: 558px;
}

#columnMain, #columnMainTitle 
{
    float: right;
    width: 378px;
    text-align: left;
    padding: 6px 0px 6px 0px;
    margin: 0px 25px 0px 25px;
}

#columnLeft, #columnLeftTitle 
{
    float: left;
    width: 130px;
    text-align: left;
    padding: 6px 0px 6px 0px;
}

#pageName
{
    font-size: 100%;
    font-weight: bold;
    color: #0F9EF9;
}

#pageTitle
{
    font-size: 100%;
    font-weight: bold;
    color: #56C60F;
}

#dividerTitle
{
    clear: both;
    margin: 0px 25px 0px 0px;
}

#columnRight
{
    float: right;
    width: 158px;
    padding: 6px 0px 6px 0px;
    margin: -32px 0px 0px 0px;
}

#rowFooter
{
    clear: both;
    margin-left: 155px;
    width: 378px;
    padding: 32px 0px 32px 0px;
    font-size: 80%;
    font-weight: bold;
    color: #56C60F;
}

#rowSearch
{
    float: right;
    padding-top: 6px;
    width: 316px;
}

#rowLogo
{
    float: left;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 400px;
    text-align: left;
}

#navcontainer
{
    clear: both;
    text-align: left;
    height: 21px;
    width: 716px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#navlist ul
{
    margin: 0;
    white-space: nowrap;
    padding: 0;
}

#navlist li
{
    display: inline;
    list-style-type: none;
}

#navlist a
{
	float: left;
	height: 0px;
	width: 0px;
	padding: 21px 64px 0px 0px;
    margin: 0px 1px 0px 0px;
	overflow: hidden;
}

#navlist #home a{background: white url('./images/home_button.png') no-repeat 0px 0px;}
#navlist #home a:hover{background-position: 0px -21px;}
#navlist #home a.current{background-position: 0px -21px;}

#navlist #product a{background: white url('./images/product_button.png') no-repeat 0px 0px;}
#navlist #product a:hover{background-position: 0px -21px;}
#navlist #product a.current{background-position: 0px -21px;}

#navlist #news a{background: white url('./images/news_button.png') no-repeat 0px 0px;}
#navlist #news a:hover{background-position: 0px -21px;}
#navlist #news a.current{background-position: 0px -21px;}

#navlist #support a{background: white url('./images/support_button.png') no-repeat 0px 0px;}
#navlist #support a:hover{background-position: 0px -21px;}
#navlist #support a.current{background-position: 0px -21px;}

#navlist #contact a{background: white url('./images/contact_button.png') no-repeat 0px 0px;}
#navlist #contact a:hover{background-position: 0px -21px;}
#navlist #contact a.current{background-position: 0px -21px;}

#rowBanner
{
}

#columnLeft div.Module_Header
{
    background: #4CB60B url( './images/left_module_header_bg.png' ) no-repeat;
    margin: 0px;
    padding: 0px;
}

#columnLeft div.Module_Header h3
{
    color: white;
    font-size: 100%;
    margin: 0px;
    padding: 3px 11px 3px 11px;
}

#columnLeft div.Module
{
    padding: 11px 0px 15px 0px;
    margin: 0px 0px 10px 0xp;
    /*background: transparent url( './images/horizontal_separator.gif' ) no-repeat bottom left;*/
    color: #666666;
}


#columnRight div.Module_Header
{
    background: #4CB60B url( './images/right_module_header_bg.png' ) no-repeat;
    margin: 0px;
    padding: 0px;
}

#columnRight div.Module_Header h3
{
    color: white;
    font-size: 100%;
    margin: 0px;
    padding: 3px 11px 3px 11px;
}

#columnRight div.Module
{
    padding: 11px 9px 0px 9px;
    margin: 0px 0px 10px 0xp;
    background-color: #DAF2CE;
    background: #DAF2CE url( './images/module_footer.gif' ) no-repeat bottom left;
    color: #666666;
    text-align: left;
}


