body {	
	background-image: url("../gfx/bg.png");
	background-position: top;
	background-repeat: repeat-x;
	background-color: #000;
}

img.logo {
	position: absolute;
	left: 50%;
	margin-left: -500px;
}

div.head {	
	width: 1000px;
	height: 90px;
	
	border: 0px;
		border-bottom: 1px;
	border-style: solid;
	border-color: #4f5051;
}

div.head ul {
	margin: 0px;
		margin-left: 595px;
}

div.head ul li {
	float: left;
	
	margin: 0px;
		margin-top: 69px;
		margin-left: 30px;
	
	font-family: 'arial', 'sans-serif';
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	
	text-transform: uppercase;

	list-style-type: none;
}

div.gallery {
	background-color: #000;
	
	margin-top: 0px;
		padding-top: 18px;
		padding-bottom: 18px;
	
	width: 1000px;
	
	text-align: left;
	
	border: 0px;
		border-bottom: 1px;
	border-style: solid;
	border-color: #4f5051;
}

div.gallery h1 {
	margin: 0px;
		margin-left: 10px;
		margin-right: 10px;
	
	font-family: 'georgia', 'sans-serif';
	font-size: 32px;
	font-style: italic;
	font-weight: normal;
	color: #fff;
}

div.gallery p {
	margin: 0px;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 5px;
		margin-bottom: 0px;
	
	font-family: 'arial', 'sans-serif';
	font-size: 12px;
	font-weight: none;
	line-height: 16px;
	color: #fff;
}

div.cats {
	background-color: #000;
	
		margin-top: 10px;
		margin-bottom: 50px;
		padding-bottom: 10px;
	
	width: 1000px;
	
	border: 0px;
		border-bottom: 1px;
	border-style: solid;
	border-color: #4f5051;
}

div.cats div.cat {
	float: left;
	
	background-color: #111;
	
	width: 250px;
	height: 167px;
	
	background-repeat: no-repeat;
	background-position: center center;
}

div.cats div.cat img {
		margin-top: 3px;
		
	border-width: 0px;
}

div.cats div.cat div.cathover {	
		margin-top: -167px;
		
	width: 250px;
	height: 167px;
}

div.cats div.cat div.cathover h2 {	
	margin: 0px;
		margin-top: -90px;
	font-family: 'arial', 'sans-serif';
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	
	letter-spacing: 1px;
	
	z-index: 1;
}

div.cats div.catend {
	float: none;
	
	background-color: #111;
	
	width: 1px;
	height: 167px;
}

p.overlay {
	margin: 0px;
		margin-top: 580px;
	padding: 0px;
		padding-top: 3px;
	
	height: 17px;
	
	background-image: url('../gfx/cat.png');
	
	font-family: 'arial', 'sans-serif';
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	
	z-index: 5;
}

div.cats div.cat div.cathover h2 { cursor:pointer}

div.head ul div.subone {
	position: absolute;
	top:0;
	left:50%;
	margin-left: 166px;
	margin-top: 90px;
	display:none;
	
	width: 140px;
	
	z-index:50;
}

div.head ul li:hover div.subone {
	display: block;
}

div.head ul li.over div.subone {
	display: block;
}


div.head ul div.subtwo {
	position: absolute;
	top:0;
	left:50%;
	margin-left: 236px;
	margin-top: 90px;
	display: none;
	
	width: 140px;
	
	z-index:50;
}

div.head ul div.subone ul, div.head ul div.subtwo ul {
	margin: 0px;
		margin-top: 9px;
}

div.head ul div.subone ul li, div.head ul div.subtwo ul li {
	margin: 0px;
		margin-left: -40px;
	padding: 0px;
		padding-top: 6px;
		padding-bottom: 6px;
		padding-left: 8px;
	
	list-style-type: none;
	
	border: 1px;
		border-top: 0px;
	border-style: solid;
	border-color: #4f5051;
	
	background-color: #000;
	
	width: 132px;
	
	text-align: left;
	
	font-size: 12px;
	text-transform: none;
}

div.head ul div.subone ul li:hover, div.head ul div.subtwo ul li:hover {
	background-color: #222;
}

div.head ul div.subone ul li a, div.head ul div.subtwo ul li a {
	color: #fff;
	text-decoration: none;
}

div.head ul div.subone ul li a:hover, div.head ul div.subtwo ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

hr {
	width: 1000px;
	height: 1px;

	background-color: #4f5051;
	
	border: 0px;
}
