body
	{
	margin: 0;
	padding: 0;
	font-size: 100%;
	width : 100%;
	color : rgb(33,115,82);
	background : rgb(255,255,255);
	font-family : comic sans ms, trebuchet, sans-serif;
	}
	
#wrapper	{
	width : 100%;
	position : relative;
	padding : 0px;
	color : rgb(66,161,123); 
	background : rgb(255,255,255) ;

	}	

#header	{
	position : relative;
	color : rgb(255,255,255); 
	background : rgb(38,145,102) url(images/fade-down.png) repeat-x 0 100%; 
	padding : 10px 50px 10px 0px;
	font-size : 1em;

	}	
		
#header	p{	
	margin-right : 50px;
	margin-left : 150px;
	}	

#header	h1{	
	text-align : right;
	margin-right : 100px;
	color : rgb(255,255,255);
	}	
	
img.ken {	
	position : relative;
	float : left;
	margin-top : 20px;
	}
		
.ken2 {	
	float : left;
	margin-top : -10px;
	left : 0px;
	}
			
#content	{
	position : relative; 
	margin : 0px 20px 20px 20px;
	color : rgb(38,145,102);
	background : rgb(255,255,255);
	}
	
#content p	{
	text-align : right;
	line-height : 2em;
	margin-left : 20px;
	}	
	
ul.nav, ul.nav li	{
	display : inline;
	margin : auto;
	color : rgb(229,0,0);
	background : transparent;
		}		
	
ul.nav li a, ul.nav li a:visited, ul.nav a, ul.nav a:visited	{
	font-size : 1em;
	text-align : center;
	margin : 0;
	text-decoration : none;
	color : rgb(255,255,255);
	background : transparent;
	}
	
ul.nav li a:hover, ul.nav a:hover, a:hover	{/*a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!! */
	text-decoration : none;
	color : rgb(229,0,0);
	background : transparent;
	}

#footer	{
	position : relative;
	color : rgb(255,255,255); 
	background : rgb(0,0,0) ;
	clear : both;
	height : 37px;
	}
	
div.sidebar	{
	position : relative;
	float : right;
	font-size : .75em;
	background : rgb(255,255,255);
	width : 195px;
	top : 0px;
	right : 0px;
	padding-top : 0px;
	padding-bottom : 200px;
	z-index : 10;
		}	
		
div.sandbag	{
	position : relative;
	float : left;
	clear : left;
		}	
		
div.sandbag img	{
	z-index : 1;
	}
	
div.data1	{
	position : absolute;
	top : -50px;
	left : 20px;
	border : 1px solid gray;
	color : gray; 
	background : rgb(255,255,255);
	font-size : .8em;
	font-weight : bold;
	padding : 10px;
	}
	
div.data1 p	{
	text-align : center;
	color : red;
	}
	
div.order-knife	{
	float : right;
	border : 1px solid red;
	width : 300px;
	color : white;
	/*background : rgb(240,212,123); */
	background : rgb(38,145,102);
		}	
		
div.order-knife	h1, div.order-knife	h2, div.order-knife	h3, div.order-knife td{	
	color : white;
	background : transparent;
	}	
		
div.advert	{
	position : relative;
	font-weight : bold;
	text-align : center;
	color : red;
	background : rgb(0,0,0);
	width : 100%;
		}							
	
h1,h2,h3,h4	{
	font-weight : normal;
	color : rgb(38,145,102);
	background-color : transparent;
	margin-left : 20px;
	margin-top : 0px;
	clear : none;
	}

h1	{
	}	

h1.inline, h2.inline	{
	display : inline;
		}	
	
a	{
	color : rgb(0,0,0);
	background-color : transparent;
	display : inline;
	}	
	
ul	{
	margin : 0px 20px 10px 40px;
	padding : 0px;
	margin-bottom : 20px;
	}
		
.oldbrowser	{
	display : none;
	}

.center, img.center	{
	text-align : center;
	margin-left : auto;
	margin-right : auto;
	}
	
.left 	{
	float : left;
	}
	
p.clear	{
	clear : both;
	margin-bottom : 20px;
}

p.to-top	{
	text-align : right;
	margin-right : 10px;
	}

span.attrib	{
	display : block;
	font-size : .7em;
	font-style : italic;
	text-align : right;
}	

.bottom	{
	background : rgb(0,0,0) url(images-new/custom-web-design-footer.gif) repeat-x top left;
	height : 50px;
	}
	
ul.legal-results	{
	font-weight : normal;
	}	
	
ul.legal-results li	{
	margin-bottom : 20px;
	}
	
.right	{
	float : right;			
	border : border : 1px solid green;
	}
			
.small	{
	font-size : .75em;
	}		

.alert	{
	color : red;
	font-weight : normal;
	}
	
.lW { float: left; clear: left; height: 15px; }
.rW { float: right; clear: right; height: 15px; }

td.cart	{
	padding : 5px 20px; 
	width : 200px;
	}
	
.caption, p.caption	{
	text-align : center;
	width : 150px;
		}	
