/* CSS Document */

#wrapper {
	width:866px;
	margin:auto;
	padding-top:60px;
}

#frameLeft {
	width:556px;
	float:left;
}
#slideshow {
	width:556px;
	height:562px;
	margin:auto;
	position:relative;
}
#frame {
	width:556px;
	height:562px;
	top:0px;
	left:0px;
	position:absolute;
	z-index:9999;
	/*background-image:url(/images/home/slideshowFrame.jpg);
	background-repeat:no-repeat;
	background-position:center;*/
}
#slideshow #slides {
		text-align:center;
		position:relative;
		margin:0px;
		padding:0px;
		}
		#slideshow #slides div{
			position:absolute;
			top:132px;
			left:108px;
			display:none;
			margin:0px;
			padding:0px;
			z-index:1;
			width:338px;
			height:338px;
			background-color:#000;
			}
			#slideshow #slides div a{
				text-decoration:none;
				}
				#slideshow #slides div a img{
					border:0px solid black;
				}

h1 {
	margin:2px 0px 0px 0px;
	padding:0px;
	background-image:url(/images/home/theArtOfKadirNelson-new.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:50px;
}
h1 span{
	display:none;
}

#navigation {
	height:55px;
	/*background-image:url(/images/home/navigationBkg.jpg);
	background-repeat:no-repeat;*/
}
#navigation a{
	display:block;
	float:left;
	height:20px;
	background-position:0px 0px;
	background-repeat:no-repeat;
}
#navigation a:hover {
	background-position:0px -20px;
}
#navigation a span{
	display:none;
}
#mainNavigation {
	padding:12px 0px 0px 18px;
	height:10px;
}
a.prints {
	background-image:url(/images/home/nav/store-nav.jpg);
	width:53px;
}
a.originals {
	background-image:url(/images/home/nav/originals-nav.jpg);
	width:70px;
}
a.commissions {
	background-image:url(/images/home/nav/commissions-nav.jpg);
	width:100px;
}
a.books {
	background-image:url(/images/home/nav/books-nav.jpg);
	width:54px;
}
a.bio {
	background-image:url(/images/home/nav/about-nav.jpg);
	width:121px;
}
a.whatsnew {
	background-image:url(/images/home/nav/news-nav.jpg);
	width:47px;
}
a.contact {
	background-image:url(/images/home/nav/contact-nav.jpg);
	width:64px;
}
#homeLogin {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	float:right;
	margin:15px 40px 0px 0px;
}
#homeLogin a{
	color:#666666;
	text-decoration:none;
	margin-left:7px;
}
#homeLogin a:hover{
	color:#000000;
}

#frameRight {
	float:left;
}
#whatsNew {
	width:292px;
	height:504px;
	/*background-image:url(/images/home/whatsNewBkg.jpg);*/
}
#whatsnewBottom {
	/*background-image:url(/images/home/whatsNewBoxBottom.jpg);
	background-repeat:no-repeat;*/
	height:1px;
	overflow:hidden;
	width:308px;
}
#whatsNew h2 {
	background-image:url(/images/home/news-title.gif);
	background-repeat:no-repeat;
	height:66px;
	margin:0px;
	padding:0px;
	margin-top:30px;
}
#whatsNew h2 span{
	display:none;
}
.morenews {
	text-align:right;
	padding-right:9px;
}
.morenews a{
	font-size:10px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	margin-right:15px;
}

form {
	margin:0px;
	padding:0px;
	background-image:url(/images/home/guestbook-bkg.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	height:110px;
	margin-top:7px;
}
form h2 {
	display:none;
}
form iframe {
	float:left;
	margin:15px 0px 0px 30px;
}
.formtext {
	text-align:center; 
	font-size:10px; 
	font-style:italic; 
	color:#666666; 
	padding-right:10px;
	padding:15px;
}
.submitButton {
	margin:3px 0px 0px 90px;
}


