/* A CSS Framework by Mike Stenhouse of Content with Style */

/* SITE SPECIFIC LAYOUT */
    body {
	margin: 0;
	padding: 0;
	background: white url("../test/images/diag_bg.gif");
	text-align: center;
}
    div#page {
	 	position:relative;
      width: 780px;
      border:1px solid #ddd;
      margin:  10px auto;
      padding: 15px;
      background: white;
      text-align: center;
    }
    
    /* HEADER */
        div#header {
            margin: 0 0 5em 0;
            padding: 1px 1px;
            
            color: #999;
            background: white;
            text-align: left;
				border-bottom: 1px dashed #ddd
        }
        div#branding {
            float: left;
            width: 65%;
            
            margin: 0;
            padding: 10px 0 10px 20px;
            
            text-align: left;
        }
        div#search {
            float: right;
            width: 25%;
            
            margin: 0;
            padding: 16px 20px 0 0;
            
            text-align: right;
        }
    /* END HEADER */
    
    
    /* CONTENT */
        div#content {
         
        }
        
        /* MAIN */
            div#main {
                color: #666;
					 line-height: 1.4em;
			
            }
            div#main fieldset
            {
				padding: 25px 10px 10px 25px;	
            }
          
       
          
            div#main p img
            {
				margin: 5px;
				/*border: solid 2px black;*/
            }
        /* END MAIN */
        
        /* SUB */
            div#sub {
                
            }
        /* END SUB */
        
    /* END CONTENT */
    
    
    /* FOOTER */
        div#footer {
		  		padding: 10px 0 0 0;
            color: #999;
            background-color: white;
				border-top: 1px dashed #ddd
        }
        div#footer p {
            font-size: 0.8em;
            
            margin: 0;
            padding: 15px;
        }
        div#Banners
        {
            float:left;
            width:200px;
        }
    /* END FOOTER */
/* END LAYOUT */




/* UL.SUBNAV */
    ul.subnav {
        margin: 0;
        padding: 0;
        
        font-size: 0.8em;
        list-style: none;
    }
    ul.subnav li {
        margin: 0 0 1em 0;
        padding: 0;
        list-style: none;
    }
    ul.subnav li a,
    ul.subnav li a:link,
    ul.subnav li a:visited,
    ul.subnav li a:active {
        text-decoration: none;
        font-weight: bold;
        color: black;
    }
    ul.subnav li a:hover {
        text-decoration: underline;
    }
    ul.subnav li strong {
        padding: 0 0 0 12px;
        background: url("../test/i/subnav-highlight.gif") left top no-repeat transparent;
    }
    ul.subnav li strong a,
    ul.subnav li strong a:link,
    ul.subnav li strong a:visited,
    ul.subnav li strong a:active {
        color: white;
        background-color: black;
    }
/* END UL.SUBNAV */

/* 1DWI.com specific */
.validate
{
	font: normal normal normal .67em/1em Verdana, Arial, Helvetica;	
}
.red
{
	color: Red;
}


#mailingList label{
	display:block;
	margin:2px 0 5px 0;
}
#mailingList fieldset
{
	width:180px;
}
.shipping
{
	  float: left;
        width: 200px;
        display: inline;
	margin:0;
	width:140px;
	text-align:center;
}
	div.ProductContainer
				{
					float: left;
					margin-bottom: 1em;
					width: 580px;
				}
					div.ProductContainer h1
					{
						
					}
						div.ProductContainer h1 a
						{
							background-image: url(/images/ourProducts.gif);
						}
					div.ProductContainer div
					{
						float: left;
						margin: 10px 0 0 10px;
						background-color: #F5F5F5;
						padding: 10px;
						width: 270px;
						height: 300px;/*228*/
						voice-family: "\"}\"";
						voice-family: inherit;
						width: 248px;
						height: 270px;/*200*/
					}
					/* \*/
					html>body div.ProductContainer div
					{
						width: 248px;
						height: 270px;
					}
					/* */
					div.ProductContainer div.clearer
					{
						float: none;
						margin: 0;
						border: none;
					}
						div.ProductContainer div img
						{
							float: left;
							margin-right: 10px;
							width: 100px;
							height: 100px;
							vertical-align: middle;
						}
						div.ProductContainer div h2
						{
							margin: 0 0 0.5em 0;
							font-size: 1em;
						}
							div.ProductContainer div h2 a
							{
								text-decoration: none;
								color: #c8161e;
							}
						div.ProductContainer div p
						{
							margin: 0;
							line-height: 1.5em;
							font-size: 0.9em;
						}
						div.ProductContainer div p.more
						{
							margin-top: 1em;
							text-align: right;
						}
						
#CategoryDescription, #ProductDescription
{
	min-height:400px;	
	_height:400px;
}
#CategoryDescription img, #ProductDescription img
{
	width:500px;
	height:500px;
	border: none;
}
.Y200
{
	height:200px;	
	
	
}

.spanTest
{
    color:Red;
}