* { 
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
} 

body {
 		text-align: center;
	 border:0px; padding:0px; margin:0px; }


#container{ width: 980px;
			
			text-align: left;
			margin: 0px auto;
			}


#banner{  
		width: 980px;
		height: 173px;
		background-color: #DFDFDF;
		background-image: url('images/Banner.jpg');
		background-repeat: no-repeat;
		background-position: left bottom;
		margin-top:10px;
		margin-bottom:5px;
		font-family: Arial; font-size: 15pt; color:#000000; 
		text-align: right;
		padding-right:45px;
		padding-top:15px; 
		}
#leftcol {
		  width: 165px;
		  float:left;
		  margin-right:5px;
		}
#content {		  
		  width: 810px;
		  float:left;
		}


.Normal {font-family: Arial; font-size: 10pt; color:black;

		}
		
.BigTextHomePage {font-size: 20px; font-family: Arial; color: #333399; text-decoration:none}

.SmallTextHomePage {font-size: 17px; font-family: Arial; color: #333399; text-decoration:none}


.itembox {margin-bottom:0px; margin-top:0px; line-height:100% }
                              
#DarkHeader  {height:25px; 
			  background-position: left top;/* background-color: #3B567E;  */
               background-image:url('images/bluegradient.gif');
               background-repeat: repeat-x; 
               text-align: left;

               width: 100%;
               font-family: Arial; font-size: 20px; color:white; 
               padding-left:15px;
               padding-top:2px;
               text-decoration: none;
               
               }


#LightHeader { border-left: 1px solid #C0C0C0; border-right: 1px solid #C0C0C0; 
               border-top: 1px solid #C0C0C0; border-bottom: 2px solid #C0C0C0; 
               background-color: #D9D9D9; 
               text-align: left;
               /*height:25px;*/
               width: 100%;
               font-family: Arial; font-size: 20px; color:#263A53;
               padding-left: 15px;
               padding-top:2px;
               text-decoration: none;

               }
               
#ProductBoxGrad {border-left:1px solid #C0C0C0; border-right:1px solid #C0C0C0;
				 border-bottom:2px solid #C0C0C0; background-position: left bottom; 
				 background-image:url('images/GreyupGradient.gif'); 
				 background-repeat:repeat-x; 
				 margin-bottom:5px;
				 padding: 10px;
				 font-family: Arial; font-size: 10pt;
				 width: 100%;
				  background-color: #FFFFFF; 
				  display: table;
				 }              
 
#ProductBoxNoGrad { border-top:1px solid #C0C0C0; border-left:1px solid #C0C0C0;
					border-right:1px solid #C0C0C0; border-bottom:2px solid #C0C0C0;
               		margin-bottom:5px;
               		font-family: Arial; font-size: 10pt;
               		width: 100%;
               		padding:10px;
               		background-color: #FFFFFF; 
               		display: table;
               		 }              



/* Navigation Menu */
		#navmenu{
				border-top: 2px solid #C0C0C0;
				border-bottom: 2px solid #C0C0C0; 		
				width: 165px; 
				background-image:url('images/GreyGradient.gif'); background-repeat:repeat-x	;
				background-color: #FFFFFF;
				margin-bottom: 20px;
				}
		
				#navmenu a{
				border-left: 1px solid #C0C0C0; 
				border-right: 1px solid #C0C0C0;
				padding-top:2px;
				padding-bottom:2px;
				font: 13px Arial;
				padding-left: 20px;
				display: block;
				width: 100%;
				color: black;
				text-decoration: none;
				background:none		
				}
				
				html>body #navmenu a{ /*Non IE rule*/
				width: auto;
				}
				
				#navmenu a:hover{
				background-color: #CfCfCf;
	
				color: black;}
		
		#navmenuheader{
				width: 165px;
		
				}

				#navmenuheader a{
				height: 25px;
				padding-left: 15px;
				padding-top:2px;
				display:block;
				width: 100%;
				color: #FFFFFF;
				text-decoration: none;

				/*background-color: #3B567E; */
				background-position: left top; 
				background-image: url('images/BlueGradient.gif'); 
				background-repeat: repeat-x;
				 font-style:normal; font-variant:normal; font-weight:bold; font-size:13px; font-family:Arial; padding-right:2px; padding-top:4px; padding-bottom:2px
				}
				
		
				
				html>body #navmenuheader a{ /*Non IE rule*/
				width: auto;
				}
				
				#navmenuheader a:hover{
				/*background-color: #4c6c9d;*/
				background-position: left bottom; 
				color: #FFFFFF;		}
	
		#navmenudark{
				border-bottom:2px solid #263A53; 
				width: 165px;
				margin-bottom: 20px;		
				}
		
				#navmenudark a{
				padding-left: 15px;
				display: block;
				width: 100%;
				color: #FFFFFF;
				text-decoration: none;

				background-color: #3B567E;
				 font-style:normal; font-variant:normal; font-weight:bold; font-size:13px; font-family:Arial; padding-right:2px; padding-top:2px; padding-bottom:2px;
				}
				
				html>body #navmenudark a{ /*Non IE rule*/
				width: auto;
				}
				
				#navmenudark a:hover{
				background-color: #4c6c9d;
				color: #FFFFFF;		}
		


}
