﻿        .header {
            background-color: #0E0A09;
            height: 155px;
            position: relative;
            color: White;
            padding: 8px;
            font-family: Arial;
            font-size: 14px;
            top: 0px;
            left: 0px;
        }
        #content a  
        {
            color: #808080;
        }
        #content a:hover 
        {
            color: BLACK;
        }
        body 
        {
        	font-size: 12px;
        	font-family: Arial;
        }
        .strip 
        {
        	background-image: url('strip2.png');
        	margin: 0px;
        	color: #FFFFFF; 
        	padding: 3px;
        	padding-top: 17px;
        	font-size: 12px;
            font-weight: bold;
            height: 21px;
        }
        .strip a 
        {
        	color: white;
            text-decoration: none;
        }
        .strip table 
        {
        	width: 100%;
            border: none;
            margin: 0px;
            padding: 0px;
        }
        .strip table td 
        {
        	text-align: center;            
        	margin: 0px;
            padding: 0px;
            width: 20%;
            opacity: .70;
        	filter: alpha(opacity=70);
        }
        .header a 
        {
        	color: White;
        	text-decoration: none;
        }
        .header a:hover 
        {
        	color: red;
        }
        .header img 
        {
        	float: left;
            margin-bottom: 0px;
        }
        .cart 
        {
        	width: 400px;
        	border-top: solid 1px white;
        	position: absolute;
        	top: 10px;
        	right: 0px;
        	text-align: right;
        }
        .header ul 
        {
        	list-style: none;  
        	font-size: 14px;
        	line-height: 25px;
        	text-indent: 15px;
        	margin-top: 24px;
        }
               #nav 
        {
			padding-top: 15px;
        	width: 180px;
        	background-color: #006500;
        	float: left;
        	color: White;
        	font-family: Arial;
        	font-size: 12px;
        	padding-left: 5px;
        	border: solid 1px black;
        	border-bottom: none;
        	border-top: none;
        }
        #nav ul li a 
        {
        	text-decoration: none;
        	font-family: Arial;
        	font-size: 12px;
            color: white;
        }
        #nav ul li a:hover 
        {
            color:White;
        }
        #nav ul 
        {
        	margin: 0px;
        	padding: 0px;
        	cursor: pointer;
        }
        #nav ul li 
        {
        	padding-top: 8px;
        	border-bottom: solid 1px black;
        	list-style: none;
        	height: 20px;
        	cursor: pointer;
        	text-indent: 10px;
        }
        #nav ul li:hover 
        {
        	padding-top: 7px;
        	border-bottom: solid 2px black;
        	font-weight: bold;
        }
 
        #content 
        {
        	border-top: solid 1px black;
        	text-align: left;
        	padding-top: 15px;
            padding: 10px;
        }
        #main 
        {
        	width: 100%;
        	margin: 0px;
        	padding: 0px;
        }
        #main td 
        {
        	vertical-align: top;
        	margin: 0px;
        	padding: 0px;
        }
        #newItems td img
        {
        	width: 150px;
        	height: 120px;
        	font-weight: normal;
        	border: solid 1px #005A00;
        }
        #newItems td h1
        {
        	font-size: 11px;
        	margin: 6px 0px 0px 6px;
        	text-indent: 0px;
        	height: 30px;
        	font-weight: normal;
        	cursor: pointer;
        }
        #newItems td h2 
        {   FONT-WEIGHT: normal;
        	font-size: 12px;
        	color: black;
        	margin: 0px;
			text-align: center;
			cursor: pointer;
        }
        #newItems td 
        {
        	width: 120px;
        	text-align: left;
        	padding: 10px;
        	font-weight: normal;
        	background-color:White;
        	cursor: pointer;
        }
        #newItems 
        {
        	margin: 10px;
        	padding: 7px;
        	font-weight: normal;
        	filter: alpha(opacity=100);
        	opacity: 1;
        }
        
        #viewcart td
        {
            padding: 5px;
            font-size: 12px;
        }
        #viewcart #header td
        {
            padding: 10px;
            font-size: 14px;
            font-weight: bold;
        }
        .cfooter 
        {
            text-align: right;
            font-weight: bold;
            font-size: 18px;
        }
                .s 
        {
            text-align: center;
            width: 100%;
            border: solid 1px #006600;
            margin: 15px;
            padding: 3px;
           background-color: #ffffcc;
           color: #006600;
           font-weight: bold;
        }
        .pay 
        {
        	border: none;
        }
        #nav a  
        {
            color: #808080;
        }
        #nav a:hover 
        {
            color: BLACK;
        }
