body
{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font: 0.7em Verdana,Arial;
    background: #fff url(/images/grgrad.gif) repeat-x;
}
#header
{
    margin: 0px;
    padding: 0px;
    height: 100px;
}
#leftmenu
{
    position: absolute;
    left: 10px;
    top: 130px;
    vertical-align: top;
    text-align: left;
    width: 220px;
}
#content
{
    margin: 40px 210px 0px 250px;
    text-align: left;
}
#right
{
    position: absolute;
    right: 10px;
    top: 130px;
    width: 180px;
}
#footer
{
    margin: 20px 10px 10px 10px;
    text-align: center;
}
a, a:link, a:visited, a:active
{
    color: #0066CC;
    text-decoration: underline;
}
a:hover
{
    color: #FF0000;
}
.description
{
    display: block;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 10px;
}
h1
{
    border: 1px solid #AECBEA;
    font-size: 120%;
    margin: 0;
    padding: 5px;
    background-color: #F7F6F3;
    color: #006C86;
}
h2
{
    font-size: 120%;
    margin: 10px 0 10px 0;
    padding: 0px;
}
.GridRow
{
    background-color: #F7F6F3;
    color: #333333;
}
.AltGridRow
{
    background-color: White;
    color: #284775;
}
.container
{
    border: 1px solid #ccc;
    padding: 5px;
    margin: 0px 0px 12px 0px;
    vertical-align: top;
}
.textboxtitle
{
    text-align: right;
    vertical-align: text-top;
    width: 100px;
}
.sitemap
{
    margin-top: 10px;
    margin-left: 20px;
}
.sitemap ul
{
    margin-top: 0px;
}
.sitemap li
{
    margin: 0px;
    padding: 0px;
}
#product-msds a
{
    display: block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    text-decoration: none;
    background: url(/images/msds.gif) 0 0 no-repeat;
}
.productImage
{
    float: right;
    width: 30%;
}

/************************************************/
/***** Project Styles						*****/
/************************************************/
.projectproductimg
{
    position: relative;
    float: left;
}
.projectproductimg img
{
    border: none;
    height: 25px;
    width: 25px;
}
.projectproductdesc
{
    position: relative;
    text-align: left;
    padding: 5px 0px 10px 30px;
}
.projecttitle a
{
    color: #1e3d62;
    text-decoration: none;
}
.projecttitle a:hover
{
    color: black;
    text-decoration: none;
}
.projectlist li
{
    display: inline;
    float: left;
    margin-left: 15px;
    margin-bottom: 15px;
    text-align: center;
}
.projectlist img
{
    height: 150px;
    width: 150px;
}


/************************************************/
/***** Treeview Styles					*****/
/************************************************/
.TreeviewContainer
{
    border: 1px solid #ccc;
    padding: 10px;
    margin: 0px 0px 10px 0px;
    vertical-align: top;
    background-color: #F7F6F3;
}
.AspNet-TreeView
{
    width: 220px;
    font-size: 12px;
}
.AspNet-TreeView a
{
    text-decoration: none;
}
.AspNet-TreeView-Root
{
    margin: 0px;
    padding: 0px;
    text-align: left;
}
.AspNet-TreeView-Parent
{
    padding: 4px 0px 4px 10px;
    cursor: pointer;
}
.AspNet-TreeView-Leaf
{
    padding: 4px 0px 4px 20px;
    cursor: pointer;
}
.AspNet-TreeView-Collapse
{
    background: url(/images/collapse.gif) 0 -2px no-repeat;
    width: 15px;
    float: left;
    cursor: pointer;
}
.AspNet-TreeView-Expand
{
    background: url(/images/expand.gif) 0 -2px no-repeat;
    width: 15px;
    float: left;
    cursor: pointer;
}


/************************************************/
/***** Product Category Tabs Styles			*****/
/************************************************/
.CategoryTab .ajax__tab_header
{
    font-family: verdana,tahoma,helvetica;
    font-weight: bold;
}
.CategoryTab .ajax__tab_header .ajax__tab_outer
{
    border-width: 1px;
    border-color: #808080;
    background: #6699FF;
    margin: 0px 0.16em 0px 0px;
    padding: 1px 0px 1px 0px;
    vertical-align: bottom;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
}
.CategoryTab .ajax__tab_header .ajax__tab_tab
{
    color: #FFFFFF;
    padding: 0.75em;
    margin-right: 0.01em;
}
.CategoryTab .ajax__tab_hover .ajax__tab_outer
{
    background: #3366FF;
    cursor: pointer;
}
.CategoryTab .ajax__tab_active .ajax__tab_tab
{
    color: #0066CC;
}
.CategoryTab .ajax__tab_active .ajax__tab_outer
{
    border-width: 1px;
    border-color: #a3a3a3;
    background-color: #FFFFFF;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
}
.CategoryTab .ajax__tab_body
{
    border: 1px solid #808080;
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    padding: 0.25em 0.5em;
    margin-bottom: 10px;
}




/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

 .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

 .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
