@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #FFF;
}
#header {
	background-image: url(images/cloud_header.jpg);
	background-repeat: repeat-x;
	padding: 10px 20px 20px 20px;
	position: fixed;
	width: 100%;
	z-index: 12;
	background-color: #2a406f;
}
#container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background-color: #2a406f;
	margin: 0 auto;
	text-align: left;
}
#mainContent {
	background: #2a406f;
	top: 0px;
}
#hpimage {
	left: 500px;
	top: 0px;
	position: relative;
	height: 655px;
	width: 430px;
}
#nav{
	position: fixed;
	top: 110px;
	left: 110px;
	float: left;
	background: #2a406f;
	z-index: 13;
}
ul#navlist
{
margin: 0;
padding: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
margin: 0px 35px;
padding:0;
}

#navlist a { margin: 0px; }

#navlist a:link, #navlist a:visited
{
text-decoration: none;
}

#navlist a:hover
{
background-color: #fff;
text-decoration: none;
}
#graphicnav
{
margin-top:10px;
}
ul#graphicnav
{
margin: 0;
padding: 0;
white-space: nowrap;
border:0;
}
#graphicnav li
{
display: inline;
list-style-type: none;
margin-left: 5px;
}
#graphicnav li.first
{
display: inline;
list-style-type: none;
margin-left: 35px;
}
#graphicnav a 
{ 
margin: 0px;
border: 0px;
}
#graphicnav a:link, #navlist a:visited
{
text-decoration: none;
border: 0px;
}

#graphicnav a:hover
{
background-color: #d9df20;
text-decoration: none;
}
#toynav
{
margin-top:10px;
margin-left:415px;
}
ul#toynav
{
margin: 0;
padding: 0;
white-space: nowrap;
border:0;
}
#toynav li
{
display: inline;
list-style-type: none;
margin-left: 5px;
}
#toynav li.first
{
display: inline;
list-style-type: none;
margin-left: 35px;
}
#toy a 
{ 
margin: 0px;
border: 0px;
}
#toynav a:link, #navlist a:visited
{
text-decoration: none;
border: 0px;
}

#toynav a:hover
{
background-color: #d9df20;
text-decoration: none;
}
#name {
	left: 0px;
	top: 40px;
	position: absolute;
	height: 100px;
	width: 500px;
}
#artworkslide {
	height: 500px;
	left: 0px;
	top: 170px;
	position: absolute;
	z-index: 10;
	background-color: #FFF;
	width: 100%;
	display: inline;
}
ul#slideshow
{
margin: 0;
padding: 0;
white-space: nowrap;
}
#slideshow li
{
display: inline;
list-style-type: none;
}
#slideshow a { margin: 0px; }
#opener {
	margin-top: 120px;
	background-repeat:repeat-x;
	background-image:url(images/opener.gif)
}
.slide_titles {
	text-align: center;
}
#footer {
	top: 668px;
	width: 100%;
	float: left;
	position: fixed;
	white-space: nowrap;
	bottom: 0px;
	height: 80px;
	background-color: #2a406f;
	background-image: url(images/footer_repeat.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	z-index:14;
} 

#copyright p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#2a406f;
	text-align: center;
	width:100%;
	position:fixed;
	top:750px;
}

