﻿/* THIS IS THE MAIN CSS FILE APPLICABLE TO ALL PAGES */

/* ******************************
Main Layout Divs 
****************************** */

/* FRESH_EGG_SEO - Breadcrumb */

.breadcrumb
{
    font-weight: normal;
}

.breadcrumb a
{
    background: transparent url(../images_site/breadcrumb.gif) no-repeat center right;
    text-decoration: none;
    padding-right: 18px; /*adjust bullet image padding*/
    color: #C00000;
}

.breadcrumb a:visited, .breadcrumb a:active
{
    color: #C00000;
}

.breadcrumb a:hover
{
    text-decoration: underline;
}

/* End FRESH_EGG_SEO */


#container
{
    width: 955px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
    background-color: White;
}

#container p
{
    margin-top: 0px;
}

#container_top
{
    background-image: url(../images_site/main/container_top.gif);
    height: 25px;
    color: White;
    padding-left: 20px;
    font-size: 16px;
}

#container_top p
{
    margin-top: 0px;
    padding: 2px;
}

#container_bottom
{
    height: 19px;
    clear: both;
}

#footer
{
    color: White;
    font-size: 0.9em;
}

#banner_top
{
    padding-top: 20px;
    background-color: White;
}

#banner_bottom
{
    height: 44px;
    background-image: url(../images_site/main/banner_bottom.jpg);
    margin: 0px;
    padding: 0px;
}

#banner_bottom p
{
    text-align: right;
    padding: 10px;
    margin: 0px;
    position: absolute;
    right: 0px;
}

#login
{
    width: 307px;
    height: 71px;
    font-size: 10px;
    background-image: url(../images_site/main/login_bg.gif);
    color: White;
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
}

#login a
{
    color: White;
}

#bannerlinks
{
    position: absolute;
    right: 0px;
    top: 71px;
    padding: 0px;
    width: 307px;
    text-align: center;
}

#content_left
{
    width: 165px;
    float: left;
}

#content_left h2
{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#content_left p
{
    margin: 10px;
}


#content_main
{
    width: 605px;
    margin: 10px;
    float: left;
}

#content_right
{
    width: 150px;
    float: right;
    margin: 10px;
    margin-left: 0px;
}



/* ******************************
Left Menu Bar
****************************** */

#menu
{
    background-color: White;
    padding-left: 0px;
    margin-left: 0px;
    margin-bottom: 4px;
    padding-top: 0px;
    margin-top: 0px;
}

.menumainitem_notselected, .menumainitem_selected
{
    background-position: top;
    background-repeat: no-repeat;
    list-style-type: none;
    padding: 5px;
    padding-bottom: 0px;
    margin: 0px;
}

.menumainitem_notselected
{
    background-image: url(../images_site/leftmenu/category.gif);
    font-weight: normal;
    padding-bottom: 5px;
    border-bottom: solid 1px #CCCCCC;
}
.menumainitem_selected
{
    background-image: url(../images_site/leftmenu/category_selected.gif);
    font-weight: bold;
}

#menu li a
{
    display: block;
    width: 100%;
    color: black;
}

.menumainitem_selected ul
{
    font-weight: normal;
    padding: 0px;
    margin-left: -5px;
    margin-top: 5px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    width: 164px;
    background-image: url(../images_site/leftmenu/category_footer.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    border-right: solid 1px #CCCCCC;
}

.menumainitem_selected ul li
{
    padding: 0px;
    padding-left: 5px;
    margin-left: 20px;
    list-style-type: none;
}



.container_protx_right
{
    margin: 15px 0px 15px 0px;
    width: 150px;
    text-align: center;
}


.container_protx_footer
{
    text-align: center;
    margin-top: 40px;
    width: 100%;
}

/*******************************
Redefine standard HTML tags
*******************************/

body
{
    font-family: Arial, Heltivica, Sans-Serif;
    font-size: 0.75em;
    line-height: 150%;
    color: #333333;
    padding: 0px;
    margin: 0;
    text-align: center;
    background-color: #333333;
}

img
{
    border: none;
}

a
{
    color: #C00000;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}


li
{
    color: #333333;
}

h1
{
    color: #C00000;
    padding-top: 5px;
    font-family: Arial Narrow;
    font-weight: normal;
    line-height: 100%;
}

h2
{
    color: #006699;
    padding-top: 0px;
    margin-top: 10px;
    font-family: Arial;
    font-weight: normal;
    line-height: 100%;
    font-size: 1.5em;
}

h3
{
    color: #006699;
    padding-top: 0px;
    margin-top: 10px;
    font-family: Arial;
    font-weight: normal;
    line-height: 100%;
    font-size: 1.5em;
}

h4
{
    color: #cc0000;
    padding-top: 0px;
    margin-top: 10px;
    font-family: Arial;
    font-weight: normal;
    line-height: 100%;
    font-size: 1.5em;
}

hr
{
    border: none;
    color: White;
}

TD
{
    background-repeat: no-repeat;
}

input
{
    padding: 1px;
}

/* ******************************
Classes
****************************** */

.rightnavbaritem
{
    background-color: #E5E5E5;
    width: 150px;
    background-image: url(../images_site/rightmenu/footer.gif);
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 0px;
    padding-bottom: 5px;
    margin-top: 10px;
}
.rightnavbaritem p
{
    margin: 10px;
    _margin-right: -2px;
}



.rightnavbaritem h3
{
    padding: 0;
    margin: 0;
}


.productcell
{
    vertical-align: top;
    padding: 2px 0px 0px 0px;
    background-repeat: no-repeat;
    background-image: url(../images_site/main/productthumbbg.gif);
    background-position: center top;
    background-repeat: no-repeat;
}

.productcell img
{
    margin-right: 2px;
}

.producttable a
{
    color: #800000; /*#008ac0;*/
    font-weight: bold; /*text-decoration:none;*/
}

.producttable_blue a
{
    color: #006699; /*#008ac0;*/ /*font-weight:bold; 	text-decoration:none;*/
}

.hrdiv
{
    background-image: url(../images_site/main/row_spacer_new.gif);
    background-repeat: repeat-x;
    height: 10px;
    width: 100%;
}


.lighter
{
    color: #666666;
}

.indentpanel
{
    margin: 20px;
    border: solid 1px #CCCCCC;
    padding: 5px;
}

.redbox, .greybox
{
    color: White;
    width: 314px;
    height: 200px;
    background-repeat: no-repeat;
}

.redboxsmall
{
    color: White;
    width: 200px;
    height: 150px;
    background-repeat: no-repeat;
    background-image: url(../images_site/main/redboxsmall_bg.gif);
}

.redbox
{
    background-image: url(../images_site/main/redbox_bg.gif);
}
.greybox
{
    background-image: url(../images_site/main/greybox_bg.gif);
}

.redbox h2, .greybox h2, .redboxsmall h2
{
    color: White;
    margin-bottom: 5px;
    padding: 10px;
    padding-bottom: 0px;
}
.redbox a, .greybox a, .redboxsmall a
{
    color: White;
}
.redbox p, .greybox p
{
    margin-top: 0px;
    padding: 10px;
    padding-top: 0px;
}
.redboxsmall p
{
    margin-top: 0px;
    padding: 10px;
}


.centered
{
    text-align: center;
}

.imageviewer_large
{
    background-color: White;
    width: 245px;
    height: 245px;
    border: solid 1px #AAAAAA;
}


.gap
{
    margin-bottom: 1px;
}

.gap3px
{
    margin-bottom: 3px;
}

.templateLabel
{
    float: left;
    width: 100px;
    margin-top: 4px;
}

.templateControl
{
    float: none;
    width: 300px;
}


.errors li
{
    color: Red;
}

