/* IMPORTS */
@import url( 'iefixes.css' );
@import url( 'text.css' );

/* MAIN CSS FOR BLACKDTOOLS */
* { margin: 0; padding: 0; }

body {
	/* background-image: url('../images/bg.gif'); */
	background-color: #383838;
	background-repeat: repeat;
}

input.btn {
	border: 1px solid black;
	background-color: #BFBFBF;
	margin: 5px 0 5px 0;
}

div#header {
	height: 108px;
	background-image: url('../images/blackd_01.jpg'); 
	border: 1px solid black; 
	margin-top: 10px;
}

div#nav {
	background-image: url('../images/nav.gif');
	border: 1px solid black;
	margin-top: 5px;
	height: 35px;

}

div#nav a {
	float: left;
	background: url('../images/nav.gif');
	border-right: 1px solid black;
	font: bold 11px Verdana;
	color: #FFCC33;
	line-height: 35px;
	min-width: 131px;
	text-align: center;
}

div#nav a:hover {
	background: url('../images/nav_hover.gif');
	background-repeat: repeat-x
}

div#content {	
	background-image: url('../images/bordertop.gif');
	background-repeat: repeat-x;
	float: left;
	background-color: #323030;
	border: 1px solid black;
	margin: 5px;
	width:590px;
	min-height:600px;
	padding: 5px;
}
	
	div#content li {
		list-style-type: square;
		list-style-position: outside;
		margin-left:10px;
	}
	
	table {
		padding: 2px;
		border: 1px solid #807C7A;
	}
	
		td {
			text-align: center;
		}
		
		tr.title {
			font-weight:bold;
			background-color: #807C7A;
			line-height: 20px;
			color: #FFFFFF;
		}
		
		tr.brighter {
			background-color: #595656;
		}
			
		td.label {
			text-align:left;
			font-weight: bold;
			padding-left: 2px;
			padding-right: 2px;
		}

div#adv {
	background-image: url('../images/bordertop.gif');
	background-repeat: repeat-x;
	width: 150px;
	float: right;
	min-height:600; 
	background-color: #323030;
	border: 1px solid black;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}


div#news {
	text-align: center;
	width: 150px;
	float: left;
	min-height:600px;
	background-image: url('../images/bordertop.gif');
	background-repeat: repeat-x;
	background-color: #323030;
	border: 1px solid black;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 5px;
}

div#footer	{
	width: 590px;
	height: 20px;
	margin: 0px auto;
	text-align: center;
}

div#paymentinfo {
	border: 2px solid #999;
	width: 400px;
	padding:5px;
	margin: 10px auto 10px 0;
	font-weight:bold;
}
