* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
a {
	outline: 0;
	color: #009999;
}
body {
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	height: auto;
	width: 950px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}
#header  {
	height: 61px;
	width: 950px;
}
#menu   {
	height: 61px;
}
#menu #nav {
	height: 61px;
	margin-left: 35px;
}
#menu #kindex a {
	width: 176px;
}
#menu li.link {
	display: inline;
	float: left;
	height: 61px;
	list-style-type: none;
}
#menu li.link a {
	display: block;
	height: 61px;
	text-indent: -9999px;
}
#kindex  {
	background-image: url(../2010/images/logo.gif);
	background-repeat: no-repeat;
	width: 176px;
}
#kabout, #killustration, #kdesign, #kstore, #kcontact {
	height: 61px;
}
#kindex a {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	width: 176px;
}
#menu #kabout a {
	background-image: url(images/about.gif);
	background-repeat: no-repeat;
	width: 76px;
	margin-left: 228px;
}
#menu #kabout a:hover {
	background-position: bottom;
}
#menu #killustration a {
	background-image: url(images/illustration.gif);
	background-repeat: no-repeat;
	width: 112px;
}
#menu #killustration a:hover {
	background-position: bottom;
}
#menu #kdesign a {
	background-image: url(images/design.gif);
	background-repeat: no-repeat;
	width: 84px;
}
#menu #kdesign a:hover {
	background-position: bottom;
}
#menu #kstore a {
	background-image: url(images/store.gif);
	background-repeat: no-repeat;
	width: 69px;
	background-position: left top;
}
#menu #kstore a:hover {
	background-position: bottom;
}
#menu #kblog a {
	background-image: url(images/blog.gif);
	background-repeat: no-repeat;
	width: 65px;
}
#menu #kblog a:hover {
	background-position: bottom;
}
#menu #kcontact a:hover {
	background-position: bottom;
}
#menu #kcontact a {
	background-image: url(images/contact.gif);
	background-repeat: no-repeat;
	width: 90px;
}

#wrapper {
	width: 950px;
	height: 61px;
}

#intro {
	height: auto;
}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

#slider {
	width: 880px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.scroll {
	height: auto;
	width: 880px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
	background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
	height: 619px;
	width: 880px;
}

.scrollButtons {
	top: 150px;
	cursor: pointer;
	position: absolute;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}
#footer {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 10px;
	background-color: #F3F3F3;
	margin-top: 5px;
	margin-right: 35px;
	margin-left: 35px;
	clip: rect(auto,auto,auto,auto);
	position: relative;
}
#line {
	height: 1px;
	width: 880px;
	background-color: #CCC;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
