@charset "utf-8";
/* CSS Document */
body{
	background:#fff;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}

a{
	color: #939597;
	text-decoration:none;
}

a:hover{
	color: #000;
}

/* Menu stuff */
#menu {
	position: absolute;
	top: 156px;
	left: 25px;
	width:225px;
	text-align:left;
}

#menuCategories{
	list-style: none;
	padding: 0;
	margin: 0;
}

#menuCategories li{
	padding: 0;
	margin: 0;
	width: 225px;
}

#menuCategories li div{
	padding: 0px 0px 6px 0px;
}

#menuCategories li div img{
	padding: 1px;
	margin: 0;
}

/* Home content */
#main{
	position: absolute;
	top: 18px;
	left: 293px;
	width: 710px;
	background-image: url(images/index_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 210px;
	height: 1000px;
}

#search{
	position: absolute;
	left: 566px;
	text-align:right;
}

#search #search_input{
	position: absolute;
	border: 1px solid #DDDEDE;
	width: 200px;
	height: 19px;
	right: 20px;	
}

#search #submitButton{
	
}

#welcome{
	position: absolute;
	top: 113px;
	left: 5px;
	width: 235px;
}

#aboutJohn, #aboutEd, #contactJKAnd, #newsBlog, #emailPhone{
	margin: 0;
	padding: 0;
	font-size: .2em;
	text-indent: -9999px;
	background-repeat:no-repeat;
	display: block;
}

#aboutJohn{
	height: 12px;
	width: 143px;
	background-image:url(images/about_john.gif);
}

#aboutEd{
	height: 12px;
	width: 119px;
	background-image: url(images/about_ed.gif);
}

#contactJKAnd{
	height: 13px;
	width: 146px;
	background-image: url(images/contact.gif);
}

#newsBlog{	
	height: 16px;
	width: 234px;
	background-image: url(images/blog.gif);
}

#emailPhone{
	height:16px;
	width: 380px;
	background-image: url(images/phone_email.gif);
}

#aboutJohn:hover, #aboutEd:hover, #contactJKAnd:hover, #newsBlog:hover, #emailPhone:hover{
	background-position: left bottom;
}

#intro{
	position: absolute;
	top: 440px;
	left: 5px;
}

/* Interior Page */
#leftCol {
	position: absolute;
	top: 0px;
	left: 0px;
	width:338px;
	height: 90%;
	text-align:left;
	background-image: url(images/int_logo.gif);
	background-repeat: no-repeat;
}

#photogName{
	position:absolute;
	top: 137px;
	left:25px;
	width: 200px;
}

#request{	
	width: 158px;
	height: 9px;
	background-image: url(images/int_request.gif);
	background-repeat: no-repeat;
	margin: 3px 0 0 104px;
	text-indent:-9999px;
}

#request:hover{
	background-position: 0px -9px;
}

#artistLink, #bioLink, #contactLink{	
	background-repeat: no-repeat;
	height: 9px;
	text-indent:-999px;
}

#bioLink{
	margin-top: -9px;
	background-image: url(images/int_bio.gif);	
}

#contactLink{
	margin-top: -9px;
	width: 71px;
	background-image: url(images/int_photo_contact.gif);	
}

#artistLink:hover, #bioLink:hover, #contactLink:hover{
	background-position: 0px -9px;
}

#rightCol{
	position: absolute;
	top: 6px;
	left: 338px;
	width: 585px;
	height: 90%;
}

/* General */
.divider{
 background: url(images/rule.gif) repeat-x;
 margin: 6px 0;
 padding: 2px;
 width: 100%;
 height: 1px;
}

/* Menu categories */ 
.categoryLink{
	width: 217px;
	height: 10px;
	display:block;
	margin: 0px 0px 7px 0px;
	padding: 0px;
	text-indent: -9999px;
	font-size: .2em;
	background-repeat:no-repeat;
}

.categoryLink:hover{
	background-position: 0px -21px;
}

.categoryLink.selected{
	background-position: 0px -10px;
}

.sub{
	text-indent: 0px;
	font-size: .70em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.sub.selected{
	color: #000;
}

noscript{
	display: inline;
}
