﻿body
{
    padding: 0px;
    margin: 0px;
    background-color: #040707;
    
}

*
{
    padding: 0px;
    margin: 0px;
}
 
#MainContainer
{
    margin: 0px;
    padding: 0px;
    background-position: center top;
    width: 100%;
    background-image: url(    'images/BigBack.jpg' );
    background-attachment: fixed;
    background-repeat: no-repeat;
}


#HomeHeaderBack
{
    height: 123px;
    width: 950px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

#Footer
{
    width: 950px;
}

#CenterContainer
{
    width: 950px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #000000;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #000000;
}

#HomeContentHolder
{
    width: 950px;
    text-align: left;
}

#HomeLeft
{
    width: 214px;
    float: left;
}

#HomeRight
{
    width: 214px;
    left: 736px;
    float: right;
}

#HomeCenter
{
    width: 522px;
    background-image: url(     'images/HomeCenter.jpg' );
    background-repeat: no-repeat;
    float: left;
    background-color: #333333;
}



#MainMenuContainer
{
    padding: 0px;
    margin: 0px;
    width: 950px;
    height: 34px;
}


#MainMenuContainer ul
{
    margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#MainMenuContainer li
{
    float: left;
}


.MENU_AnchorGuide a
{
    background-image: url(     'images/HomeMenu/anchorguide.jpg' );
    background-repeat: no-repeat;
    width: 119px;
    height: 34px;
    text-decoration: none;
    display: block;
    text-indent: -5000px;
}

.MENU_AnchorGuide a:hover{
    background-image: url(     'images/HomeMenu/anchorguide_over.jpg' );
}

.MENU_Links a
{
    background-image: url(   'images/HomeMenu/links.jpg' );
    background-repeat: no-repeat;
    width: 118px;
    height: 34px;
    display: block;
    text-decoration: none;
    text-indent: -5000px;
}
.MENU_Links a:hover
{
    background-image: url(   'images/HomeMenu/links_over.jpg' );
}

.MENU_Products a
{
    background-image: url(   'images/HomeMenu/products.jpg' );
    background-repeat: no-repeat;
    width: 118px;
    height: 34px;
    display: block;
    text-decoration: none;
    text-indent: -5000px;

}

.MENU_Products a:hover
{
    background-image: url(   'images/HomeMenu/products_over.jpg' );
}

.MENU_News a
{
    background-image: url(   'images/HomeMenu/newsevens.jpg' );
    background-repeat: no-repeat;
    width: 118px;
    height: 34px;
    display: block;
    text-decoration: none;
    text-indent: -5000px;
}

.MENU_News a:hover
{
    background-image: url(   'images/HomeMenu/newsevens_over.jpg' );
   }

.MENU_Press a
{
    background-image: url(   'images/HomeMenu/press.jpg' );
    background-repeat: no-repeat;
    width: 118px;
    height: 34px;
    display: block;
    text-decoration: none;
    text-indent: -5000px;
}
.MENU_Press a:hover
{
    background-image: url(   'images/HomeMenu/press_over.jpg' );
    }
.MENU_Testimonials a
{
    background-image: url(   'images/HomeMenu/testimonials.jpg' );
    background-repeat: no-repeat;
    width: 118px;
    height: 34px;
    display: block;
    text-decoration: none;
    text-indent: -5000px;
}
.MENU_Testimonials a:hover
{
    background-image: url(   'images/HomeMenu/testimonials_over.jpg' );
    }
    
.MENU_Contact a
{
    background-image: url(   'images/HomeMenu/contactus.jpg' );
    background-repeat: no-repeat;
    width: 118px;
    height: 34px;
    display: block;
    text-decoration: none;
    text-indent: -5000px;
}
.MENU_Contact a:hover
{
    background-image: url(   'images/HomeMenu/contactus_over.jpg' );
    }
.MENU_ViewCart a
{
    background-image: url(   'images/HomeMenu/ViewCart.jpg' );
    background-repeat: no-repeat;
    width: 123px;
    display: block;
    height: 34px;
    text-decoration: none;
    text-indent: -5000px;
}
.MENU_ViewCart a
{
    background-image: url(   'images/HomeMenu/ViewCart_over.jpg' );
    }
.clear
{
    clear: both;
}

.spacer10
{
    padding: 0px;
    margin: 0px;
    height: 10px;
}
.spacer20
{
    padding: 0px;
     margin: 0px;
    height: 30px;
}



.SearchText
{   
    width: 500px;
    height: 2px;
    display: block;
    text-decoration: none;
    text-indent: -5000px;
}

.ShowTextHiden
{
    margin: 15px;
    font-family: verdana;
    font-size: 10px;
    color: #50698F;
}


