﻿        * {
        padding: 0;
        margin: 0;
        font-family:Arial, Helvetica, sans-serif;
        }
        
        body {
        background-color: #939393;
        }

        A:link {
        text-decoration: none;
        color: #000;
        }
        A:visited {
        text-decoration: none;
        color: #000;
        }
        A:active {
        text-decoration: none;
        color: #000;
        }
        A:hover {
        text-decoration: underline;
        color: #000;
        }

    
        #container {
         width: 850px;
         margin: 0 auto;
         background-color: #000;
         padding: 0px;
         border-style: none;
        }
        
        #masthead {
        margin: 0px auto;
        padding: 0px;
        }
        
        #masthead a {
        border-style: none;
        padding: 0px;
        }
        
        #masthead img {
        border-style: none;
        }
        
        #mastheadimage {
        border-style: none;
        margin: 0px;
        padding: 0px;       
        }
        
        #nexiamasthead img {
        border-style: none;
        }
        #nav1 {
         float: left;
         width: 850px;
         line-height: normal;
        }
        
        #nav1 ul {
         margin: 0;
         padding: 0;
         list-style: none;
        }
        
        #nav1 li {
        display: inline;
        margin: 0px;
        padding: 0px;
        }
      
        #nav1 a {
        float:left;
        margin: 0;
        padding: 0;
        text-decoration: none;
        }
        
        #nav1 img {
        border-style: none;
        }
        
        #sidebar {
        width: 170px;
        float: left;
        background-color: #D3DFC6;
        }
        
        .menutitle {
        margin: 10px 5px 2px 10px;
        font-variant: small-caps;
        font-size: 14px;
        }
        
        .menusubtitle li{
        margin-left: 20px;
        list-style: none;
        font-size: 14px;
	    font-variant: small-caps;
	    padding: 5px;
	    font-weight:bolder;
	    line-height: 10pt;
        }
        
        #footer {
        clear:both;
        text-align: center;
        background: #FFF9F9;
        color: #2a5369;
        padding: 5px;
        }
        
        #content #showcase{
        background: black;
        text-align:center;
        
        }
        
        #showcase img {
        border-style: none;
        }
        
        #mailinglist, #productsearch, #viewcart  {
        margin-left: 10px;
        }
        
        #mailinglist h3 {
        font-weight: lighter;
        font-size: small;
        }
        
        #frmEmailList span {
        margin-top: 10px;
        }
        
        #txtEmail {
        font-size: 8pt;
        }
        
        #btnSubNewsLetter {
        font-size: 8pt;
        }
        
        #productsearch input {
        font-size: 8pt;
        }
        
        #viewcart {
        margin-bottom: 5px;
        margin-top: 0px;
        }
        
        .button{
	        border: 1px solid #121605;
	        background: #839595;
	        color: #121605;
	        font-weight: normal;
	        height: 22px;
	        cursor: pointer;
	        margin-left: 5px;
        }

        .form {
	        border: 1px solid #121605;
	        background: #839595;
	        color: #121605;
	        font-weight: normal;
	        height: 20px;
        }