html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background-attachment: fixed;
	background-color: #000;
	background-image: url(/UI/Images/bg.gif);
	background-position: 0 0;
	color: #000;
	font: 11px/1.5em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	height: 100%;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
a {
	cursor: pointer;
}
a:link, a:visited, a:active {
    color: #000;
	cursor: pointer;
    text-decoration: underline; 
}
a:hover {
	color:#666;
	text-decoration: none;
}
h1 {
    font: 11px/1.5em Georgia, "Times New Roman", Times, serif;
}
h2 {
    font: 11px/1.5em Georgia, "Times New Roman", Times, serif;
}
h3 {
    font: 11px/1.5em Georgia, "Times New Roman", Times, serif;
}
h4 {

}
h5 {

}
h6 {
	color: #333;
	font-size: 9px;
	font-weight: normal;
}

ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}
li {
	margin: 0 0 10px 0;
}
form#aspnetForm {
	display: none;
}
#holder {
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
}
#menu {
	height:320px;
	left: 0px;
	padding: 100px 0 0 0;
	position: absolute;
	text-align:left;
	top: 120px;
	width: 210px;
	z-index: 900;
}
#logo {
	border: none;
	cursor: move;
	height: 100px;
	left: 100px;
	position:relative;
	top: 500px;
	width: 136px;
	z-index: 1000;
}
#imagedisplay  {
	left: 350px;
	position: absolute;
	top: 50px;
	z-index: 910;
}
#catalog {
	background: #FF0;
	left: 560px;
	height: 80px;
	padding: 10px;
	position: absolute;
	text-align: center;
	top: 45px;
	width: 140px;
	z-index: 930;
}
	#catalog img{
		display: block;
		margin: 0 0 15px 0;
	}

#cataloglist {
	background-color:#FF0;
	height: 100%;
	left: 310px;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	top: 0px;
	width: 700px;
	z-index: 920;	 
}
	#cataloglist table tr {
		
	}
		#cataloglist table tr td {
			border-bottom: 3px solid #000;
			vertical-align: top;
		}
.container {
	left: 210px;
	padding: 0px;
	position: absolute;
	top: 0;
	width: 780px;
}
.ruler  {
	background-color: #CCC;
	border: none;
	color: #CCC;
	margin: 30px 0 0 0;
	height: 1px;
	width: 390px;
}
.basic  {
	background-color: #FFF;
	padding: 20px 30px 0 30px;
	width: 330px;
}
	.basic p {
		margin: 0;
		padding: 0 0 15px 0;
		width: 330px;
	}
	.basic table {
		padding: 0 0 30px 0;
	}
	.leftcol .basic p {
		margin: 0;
		padding: 15px 0 15px 15px;
		width: 315px;
	}
	.basic a {
		cursor: pointer;
		display: block;
		margin: 0;
	}

.bg-black {
	background-color: #1e1e1e;
	color: #FFF;
}
	.bg-black a, .bg-black td {
		color: #FFF;
	}

	.bg-black tr.bg-grey,
	.bg-black tr.bg-grey td {
		background: #333;
		color: #FFF;
	}
	.bg-black tr.bg-white,
	.bg-black tr.bg-white td {
		background: #1E1E1E;
		color: #FFF;
	}
.bg-grey {
	background-color: #f2f2f2;
}
	.bg-grey a, .bg-grey td {
		color: #000;
	}

.bg-white {
	background-color: #fff;
}
	.bg-white a, .bg-white td {
		color: #000;
	}

.bold {
	font-weight: bold;
}
.inline  {
	display: inline !important;
}
.block  {
	display: block !important;
}
.leftcol {
	float: left;
	height: 550px;
	width: 390px;
}
.rightcol {
	float: right;
	height: auto;
	width: 390px;
}
.newsdate {
	color: #F00;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}
.headline,
.newsheadline {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
}
.headline {
	font-weight: bold;
}