@charset "UTF-8";
/* CSS Document */
/* more position araise as div id's have margin-left, margin-top, width which throws everything off*/
body {margin: 0;}


li{
	list-style:none;
	
	}
a:visited {
	color: #000;
	list-style:none;
}
a:active {
	color: #FFF;
		list-style:none;

}
a {
	font-size:14px;
	font-weight: bold;
	list-style:none;

}
a:link {
	color: #000;
		list-style:none;


}
a:hover {
	color: #ff0099;
		list-style:none;


}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


#background{
	position: absolute;
	width: 1527px;
	height:936px;
	margin-left:95px;
	margin-top: 108px;
	background-image:url(images2/background.gif);
	/*/*changed
	z-index:2;
	*/
	z-index:-1;
	
		}
#maincontainer {
	/*/*disabling position make it this center according to margin settings in line80, tried to reflect the wordpress wireframe
	position:absolute;
	*/
	/*/*changing this width and disable width at line 70, makes it slightly closer to reflect the wordpress wireframe
	width: 1280px;
	*/
	width: 1117px;
	
	height: 1080px;
	z-index: 3;
	font-size: 14px;

	/*added margin, resembles the wordpress margining*/
	margin:0 auto;

	
	}



#title{
	width: 941px;
	height: 40px;
	background-repeat:no-repeat;
	/*/*changed padding-left, tried to reflect the wordpress wireframe
	padding-left: 96px;
	*/
	padding-left: 95px;
	/*/*changed padding-top, tried to reflect the wordpress wireframe
	padding-top: 54px;
	*/
	padding-top: 53px;
}


/*-------------- NAVIGATION --------------*/


.navlist{
	position:absolute;
	width: 165px;
	height: 295px;
	margin-left: 95px; /*issues with here, so tweak it*/
	margin-top: 60px;   /*issues with here, so tweak it*/
	z-index:4;
	list-style:none;
	
	}
			
			a.fineart {
			   
				display: block;
				width: 158px;
				height: 50px;
				background: url(images2/fineart3.png) no-repeat;
				text-decoration: none;			   
				  }
			   
				   
			   
			a:hover.fineart {
				background-position: -158px 0;
			  
				  }
			
			
			
			a.digital {
			   
				display: block;
				width: 129px;
				height: 61px;
				background: url(images2/digital3.png) no-repeat;
				text-decoration: none;
			   
				  }
			   
				   
			   
			a:hover.digital {
				background-position: -129px 0;
			  
				  }
			
			
			
			a.bio {
			   
				display: block;
				width: 64px;
				height: 54px;
				background: url(images2/bio3.png) no-repeat;
				text-decoration: none;
			   
				  }
			   
				   
			   
			a:hover.bio {
				background-position: -64px 0;
			  
				  }
			
			a.contact {
			   
				display: block;
				width: 97px;
				height: 54px;
				background: url(images2/contact3.png) no-repeat;
				text-decoration: none;
			   
				  }
			   
				   
			   
			a:hover.contact {
				background-position: -97px 0;
			  
				  }
				  
				  
			a.store {
			   
				display: block;
				width: 120px;
				height: 56px;
				background: url(images2/store3.png) no-repeat;
				text-decoration: none;
			   
				  }
			   
				   
			   
			a:hover.store {
				background-position: -120px 0;
			  
				  }		
				  
			a.blog {
			   
				display: block;
				width: 97px;
				height: 41px;
				background: url(images2/blog3.png) no-repeat;
				text-decoration: none;
			   
				  }
			   
				   
			   
			a:hover.blog {
				background-position: -97px 0;
			  
				  }						  
				  
				  
				  
				  
.notonsite{ 
	padding-left: 23px;
}
.onsite{ 
	position: relative;
	top: -38px;
	display: block;
	background-position: 0;
	background-image: url(images2/brush.png);
	background-repeat:no-repeat;
	width:300px;
	height: 58px;
	z-index: -1;
    padding-top: 41px;
	padding-left: 23px;
	margin-bottom: -78px;
	}		  
				  

#sublinkscontainer{
	margin-left: 260px; /*issues with here, so tweak it*/
	height: auto;
	width: 300px;
	margin-top: 60px; /*issues with here, so tweak it*/
	text-align: left;
	list-style: none;
	z-index: 5;
	}				  
			
/*-------------- NAVIGATION END --------------*/





#indexcontainer{
	position:absolute;
	margin-left: 576px;
	margin-top: 60px;
	width: 414px;
	height:inherit;
	z-index:5;
	
	
	
	
	
	}



/*-------------- FINEART --------------*/






/*-------------- FINEART END --------------*/



#artworkcontainerheader{
	position:absolute;
	text-decoration:none;
	font-weight:bold;
	text-align:left;
	width: 470px;
	height:auto;
	font-size:18px;
	font-family:Helvetica, Arial, sans-serif;
	margin-left: 550px; /*issues with here, so tweak it*/
	margin-top: 183px;  /*issues with here, so tweak it*/
	z-index: 5;
	
	
	
	
	}
	
	
	
	
	
	
#artworkcontainer{
	position:absolute;
	width: 470px;
	height: 700px;
	margin-left: 550px;
	z-index: 4;
	margin-top:60px;
	text-align:left;
	
	}
	
	
	
	
.artworkframe{
	position: relative;
	width: 150px;
	height: 150px;
	margin-left: 5px;
	margin-top: 5px;
	float: left;
	
		
	}	
	

.videoframe{
	position: relative;
	width: 300px;
	height: auto;
	margin-left: 5px;
	margin-top: 5px;
	float:left;
	
		
	}		
	
	
	/*-------------- CONTACT --------------*/

	
	
	#contactscontainer {
		position:absolute;
		width: 450px;
		height: auto;
		margin-left: 576px;
		z-index: 5;
		margin-top:60px;
		text-align: justify;
		font-size: 24px;

		}
	
	
	.contactcontainer {
				width: 450px;
				height:auto;
				text-align:right;

		}
		
	.contacturlcontainer{
		height:auto;
		width:450px;
		z-index: 7;
		
		
		}
	
	
	
	.mycontactcontainer{
	margin-left: 290px;
	height:inherit;
	width: 300px;
	margin-top: 60px;
	text-align: left;
	list-style: none;		
	font-size: 24px;
		
		
		}
	
	
	
	
	
	/*-------------- CONTACT END --------------*/
	
	
		/*-------------- STORE --------------*/

	
	
.storecontainer{
	position:absolute;
	text-decoration:none;
	font-weight:bold;
	text-align:left;
	width: 470px;
	height: auto;
	font-size:18px;
	font-family:Helvetica, Arial, sans-serif;
	margin-left: 350px; /*issues with here, so tweak it*/
	margin-top: 100px;  /*issues with here, so tweak it*/
	z-index: 5;	
	}
	
	
.buybotton{
	
	}
	
	
.productimage{
	width: 150px;
	height:150px;
	padding-left: 10px;
	padding-top: 10px;
	
	}
	
	
	
			/*-------------- Splash --------------*/
.splashtitle{
	font-size:24px;
	width: 500px;
	position:absolute;
	margin-left: 350px; 
	margin-top: 80px;
	
}

.splashcontainer{
	width: auto;
	height: auto;
	position: relative;
	margin-left: 350px; 
	margin-top: 100px;
	
	}






