﻿@import 'reset.css';
body {
	background: #000000;
	font-family: Helvetica, Arial, Lucida Grande;
}
a {	color: black;	text-decoration: underline;}

a:active {	color: black;	text-decoration: none;}

a:link {	color: black;	text-decoration: underline;}

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

a:focus {	color: black;	text-decoration: none;}

a:hover {	color: black;	text-decoration: none;}

#header {
width:568px;
height:312px;
margin:0px auto;
}

#menu {
margin:0px auto;
position:relative;
width:1024px;
}
.kwicks {
	list-style: none;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width:1000px;
}
.kwicks li{
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	float: left;
	width: 125px;
	height: 200px;
	margin-right: 5px;
}
.kwicks li a{
	display: block;
	width: 265px;
	height: 200px;
	text-indent:-9999px;
}

#kwick1 { 
	background: url(../img/1.png) no-repeat top left;
}
#kwick1.active { 
	background: url(../img/1.png) no-repeat bottom left;
}
#kwick2 {
	background:url(../img/2.png) no-repeat top left;
}
#kwick2.active {
	background:url(../img/2.png) no-repeat bottom left;
}
#kwick3 {
	background:url(../img/3.png) no-repeat top left;
}
#kwick3.active {
	background:url(../img/3.png) no-repeat bottom left;
}
#kwick4 { 
	background:url(../img/4.png) no-repeat top left;
	margin-right: none;
}
#kwick4.active { 
	background:url(../img/4.png) no-repeat bottom left;
}
#top-shadow{
	background:url(../img/shadow_top.png) no-repeat;
	width:1020px;
	height:33px;
	position:absolute;
	top:0;
	left:0;
	z-index:98;
}
#bottom-shadow{
	background:url(../img/shadow_bottom2.png) no-repeat;
	width:1020px;
	height:40px;
	position:absolute;
	top:160px;
	left:0;
	z-index:98;
} 	
