
	/* MAIN LAYOUT */
    
        html, body {
	        margin: 0px;
	        padding: 0px;
	        width: 100%;
	        height: 100%;
		}
		
        body {
	        background-color:#FFF; 
	        font-family: Tahoma, Geneva, sans-serif;
	        line-height:16px;
	        font-size:12px;
	        color:#333;
	        height:auto;
	        background-image:url(../images/dash-bg.jpg);
	        background-repeat:repeat;
        }
 
        #aspnetForm{
	        background-image:url(../images/bg.png);
	        background-repeat:repeat-x;
	        height: 100%;
            margin: 0px;
            padding: 0px;
        }

		#Main {
			height: 100%;
			width: 900px;
			margin: 0 auto;
			empty-cells: show;
			border-collapse: collapse;
		}
 
		#Header, #Footer, #Sidebar, #Content {
			vertical-align: top;
			margin: 0px;
			padding: 0px;
		}
 
		#Header {
			height: 85px;
		}
  
        #Content {
	        padding:5px 15px 20px 15px;
	        background-image:url(../images/content-bg.png);
	        background-repeat:repeat-y;
	    }
 
		#Sidebar {
	        padding: 10px 15px 20px 15px;
			width: 315px;
	        background-image:url(../images/content-bg.png);
	        background-repeat:repeat-y;
	        background-position: top right;
		}
		
		#Footer {
			height: 50px;
		    background-image:url(../images/footerbg.png);
		    background-repeat:repeat-x;
		    background-color: #FFF;
		    background-position:bottom;
		    padding:0px;
		    margin:0px;
		    clear:both;
		    text-align: center;
		}
 
		
    /* CONTENT */
    
        .free-postage
        {
            text-align: center;
            font-family: "Century Gothic", Arial, Helvectia, Sans-Serif;
            font-size: 22px;
            color: #00689F;
            padding: 3px 0;
            margin-bottom: 8px;
            margin-top: 3px;
            border: 1px solid #F7C4C9;
            background: #FBD5D8;
        }
            
        a { 
            text-decoration:none; 
        }
        
        p { 
            font-size:11px; 
        }
        
        img { 
            text-decoration:none; 
        }
        
        h1, h2 { 
            margin:0px; 
            padding:0px; 
        }
        
        #Blank { 
            clear:both; 
        }
        
        .blank { clear: both; font-size:1px; display:block; width: 1px; height: 1px; overflow: hidden; }

    /* SIDEBAR */
            
        #Sidebartitle {
            text-align:center; 
            padding: 0 0 40px 0;
        }
        
        #Sidebar ul li {
            list-style: none; 
            /*
            background-image:url(../images/line.jpg); 
            background-position:bottom; 
            background-repeat:no-repeat; 
            */
            /* padding: 0px 5px 10px 5px;  */
            margin:0px;
        }
        
        #Sidebar p {
            list-style: none; 
            padding: 0px 5px 15px 5px;
        }
        
        #Sidebar ul { 
            margin: 0;
            padding: 0;
        }
        
        #Sidebar a { 
            font-size:11px; 
            text-decoration:none; 
            border:none;
        }

        #Sidebar h1.cat_nav {
            text-align: left;
        }
        
        #Sidebar .category_navigation {
            width: 200px;
            padding: 15px 0 15px 20px;
        }
        
        #Sidebar .category_navigation ul {
            margin: 0 0 0 0;
            padding: 5px 0 0 0;
        }
        
        #Sidebar .category_navigation li {
            margin: 0 0 0 0;
            padding: 0 0 5px 15px;
        }
        
        #Sidebar .category_navigation img {
            display: none;
        }
        
        #Sidebar .category_navigation a {
            color:#00689F;
            font-size:14px;
            font-weight:bold;
            font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
        }
        
        
        #Sidebar .category_navigation a:hover {
            text-decoration: underline;
        }

	/* HEADER */
	
	    #headerphoto {
		    background-image:url(../images/logo.jpg);
		    background-repeat:no-repeat;
		    height:60px;
		    float:right;
		    width:220px;
		    margin:13px 0 0 0px;
	    }
	
	/* NAV */
        	
        #Nav {
            padding: 0;
	        margin: 0;
	        height: 45px;
	        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	        height: 45px;
        }

        #Nav ul {
	        margin: 0 10px 0 0;
	        padding: 0;
	        list-style: none;
	        /*float: right;*/
        }

        #Nav li {
	        display: inline;
        }

        #Nav a {
	        display: block;
	        float: left;
	        width:85px;
	        height: 30px;
	        padding: 10px 0 0 0;
	        *padding: 10px 0 20px 0;
	        font-weight:bold;
	        text-decoration: none;
	        text-align: center;
	        text-transform: lowercase; /* navigation text options */
	        font-size: 14px;  /* navigation font size */
	        color: #00689F;
	        z-index:-1;
        }

        #Nav a:hover {
	        background-color:#F6AAAC;
	        color:#FFF;
        }

        #Nav a.active  {
	        background-color:#F6AAAC;
	        color:#FFF;
        }
	
	/* FOOTER */

	    #Footer p {
	        padding: 15px 0 0 15px;
	    }
	    
	    #Footer a{
	        color:#333;
	    }
	    
	    #Footer a:hover {
	        text-decoration: underline;
	    }
