body {
background-color: black;
}


/* navigation */


    #navigation{
    position: absolute;
    top:160px;
    left:55px;
    }
    
    
    .nav-top {
    position:absolute;
	background-image: url('images/global/navtop2.gif');
	background-repeat: no-repeat;
	height:15px;
	width:150px;
    }
    
    

    .nav { 
	background-image: url(images/global/navmid2t.gif);
	background-repeat: repeat-y;
	width:150px;
	color:#ece01e;
	font-family: helvetica;
	line-height: 30pt;
	padding:25px 5px 10px 10px;
	}
	
	
	.nav-bot {
    position:relative;
    left:0px;
    top:0px;
	background-image: url('images/global/navbot2.gif');
	background-repeat: no-repeat;
	height:15px;
	width:150px;
    }
	
	
/*  main content  */


    #main {
   	position: absolute;
	left: 275px;
	top: 190px;
	}
	
	
	.main-top {
    position:absolute;
	background-image: url('images/global/maintop.gif');
	background-repeat: no-repeat;
	height:15px;
	width:525px;
    }
    
    
    .main-content {
	background-image: url(images/global/mainmid_t.gif);
	background-repeat: repeat-y;
	width:525px;
    color:#ece01e;
    padding:20px 4px 4px 4px;
    font-family: helvetica;
    font-size:12px;
	}
	
    
    .main-bot {
    position:relative;
    left:0px;
    top:0px;
	background-image: url('images/global/mainbot.gif');
	background-repeat: no-repeat;
	height:50px;
	width:525px;
    }
    
    
/* main variants */


    .main-table {
    width:517px;
    }
    
    


    .main-table td {
    background-color:#737373;
    }


    .main-table td.main-table-text{
    padding:10px;
    vertical-align:top;
    font-size:12px;
    color:#ece01e;
    font-family: helvetica;
    line-height: 20pt;
    }


    .text{
    width:495px;
    padding:10px 10px 10px 10px;
    }
    
    
    .thumb-table {
    width:517px;
    }

	
    .footer{
    margin-top:20px;
    text-align:center;
    font-size:12px;
    color:#ece01e;
    font-family: helvetica;
    }
    

/*  knife details  *//*  knife details  *//*  knife details */ 
    
    
    .detail{
    position:relative;
    left:6px;
    top:5px;
    }
    
    
    .tab {
    position:absolute;
    left:320px;
    top:30px;
    color:#ece01e;
    font-family: helvetica;
    font-size:12px;
    width:190px;
    }


    .sold{
    color:darkred;
    font-size:15px;
    font-weight:bold;
    }


/*  banner and logo  *//*  banner and logo  *//*  banner and logo  */



	.ban {
	background-image: url(images/global/logobk.jpg);
	position: absolute;
	left: 275px;
	top: 0px;
    height:385px;
	width:505px;
	}


	#logo {
	background-image: url(images/global/logo.jpg);
	position: absolute;
	left: 72px;
	top: 25px;
	height:114px;
	width:115px;
	}


/*  links  *//*  links  *//*  links  *//*  links  */


	a:link {
	color:ece01e;
	text-decoration:none;
	}

	a:visited {
	color:ece01e;
	text-decoration:none;
	}

	a:hover {
	color:yellow;
	text-decoration:underline;
	}


		a.one:link {
		color:ece01e;
		text-decoration:underline;
		}

		a.one:visited {
		color:ece01e;
		text-decoration:underline;
		}

		a.one:hover {
		color:yellow;
		text-decoration:underline;
		}



