

/*  BORDER ELEMENTS  */

.bordertopleft {
	background-image: url(images/bordtlc.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 10px;
	height: 10px;
}

.bordertop {
	background-image: url(images/bordtop.gif);
	background-repeat: repeat-x;	
	height: 10px; 	
}

.bordertopright {
	background-image: url(images/bordtrc.gif);
	background-repeat: no-repeat;		
	position: relative;
	width: 10px;
	height: 10px; 	
}

.borderleft {
	background-image: url(images/bordleft.gif);
	background-repeat: repeat-y;
	vertical-align : top;
	width: 10px;
}

.borderright {
	background-image: url(images/bordright.gif);
	background-repeat: repeat-y;
	vertical-align : top;
	width: 10px;
}

.borderbotleft {
	background-image: url(images/bordblc.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 10px;
	height: 10px; 	
}

.borderbottom {
	background-image: url(images/bordbottom.gif);
	background-repeat: repeat-x;	
	height: 10px; 	
}

.borderbotright {
	background-image: url(images/bordbrc.gif);
	background-repeat: no-repeat;		
	position: relative;
	width: 10px;
	height: 10px; 	
}

.bordertoptee {
	background-image: url(images/bordinsidetopt.gif);
	background-repeat: no-repeat;	
	position: relative;
	width: 7px;
	height: 10px;
}

.borderbottee {
	background-image: url(images/bordinsidebott.gif);
	background-repeat: no-repeat;	
	position: relative;
	width: 7px;
	height: 10px;
}

.borderlefttee {
	background-image: url(images/bordinsideleftt.gif);
	background-repeat: no-repeat;	
	position: relative;
	width: 10px;
	height: 7px;
}

.borderrighttee {
	background-image: url(images/bordinsiderightt.gif);
	background-repeat: no-repeat;	
	position: relative;
	width: 10px;
	height: 7px;
}

.borderinsidehoriz {
	background-image: url(images/bordinsidehoriz.gif);
	background-repeat: repeat-x;	
	height: 7px;
}

.borderinsidevert {
	background-image: url(images/bordinsidevert.gif);
	background-repeat: repeat-y;
	width: 7px;
}

.borderinsidecross {
	background-image: url(images/bordinsidecross.gif);
	background-repeat: no-repeat;	
	width: 7px;
	height: 7px;
}

.borderinsidetlc {
	background-image: url(images/bordinsidetlc.gif);
	background-repeat: no-repeat;	
	position: relative;
	width: 7px;
	height: 7px;
}

.borderinsidetrc {
	background-image: url(images/bordinsidetrc.gif);
	background-repeat: no-repeat;	
	position: relative;
	width: 7px;
	height: 7px;
}

.borderinsideblc {
	background-image: url(images/bordinsideblc.gif);
	background-repeat: no-repeat;	
	position: relative;
	width: 7px;
	height: 7px;
}

.borderinsidebrc {
	background-image: url(images/bordinsidebrc.gif);
	background-repeat: no-repeat;	
	position: relative;
	width: 7px;
	height: 7px;
}

/*  MAIN MENU BUTTONS  */

a.homebutton {
	background-image: url(images/btnhomeoff.jpg);
	background-repeat: no-repeat;
	position: relative;	
	cursor: pointer;	
	width: 100px;
	height: 100px;
	border: 0px;
	z-index: 5;
	display: block;
}

a.homebutton:hover {
	background-image: url(images/btnhomeon.jpg);
}

a.resumebutton {
	background-image: url(images/btnresumeoff.jpg);
	background-repeat: no-repeat;	
	position: relative;	
	cursor: pointer;	
	width: 100px;
	height: 100px;
	border: 0px;
	display: block;
}

a.resumebutton:hover {
	background-image: url(images/btnresumeon.jpg);
}

a.artservicesbutton {
	background-image: url(images/btnartservicesoff.jpg);
	background-repeat: no-repeat;	
	position: relative;	
	cursor: pointer;	
	width: 100px;
	height: 100px;
	border: 0px;
	display: block;
}

a.artservicesbutton:hover {
	background-image: url(images/btnartserviceson.jpg);
}

a.gallerybutton {
	background-image: url(images/btngalleryoff.jpg);
	background-repeat: no-repeat;	
	position: relative;	
	cursor: pointer;	
	width: 100px;
	height: 100px;
	border: 0px;
	display: block;
}

a.gallerybutton:hover {
	background-image: url(images/btngalleryon.jpg);
}

a.muralsbutton {
	background-image: url(images/btnmuralsoff.jpg);
	background-repeat: no-repeat;	
	position: relative;	
	cursor: pointer;	
	width: 100px;
	height: 100px;
	border: 0px;
	display: block;
}

a.muralsbutton:hover {
	background-image: url(images/btnmuralson.jpg);
}

a.specialseriesbutton {
	background-image: url(images/btnseriesoff.jpg);
	background-repeat: no-repeat;	
	position: relative;	
	cursor: pointer;	
	width: 100px;
	height: 100px;
	border: 0px;
	display: block;
}

a.specialseriesbutton:hover {
	background-image: url(images/btnserieson.jpg);
}

a.resourcesbutton {
	background-image: url(images/btnresourcesoff.jpg);
	background-repeat: no-repeat;	
	position: relative;	
	cursor: pointer;	
	width: 100px;
	height: 100px;
	border: 0px;
	display: block;
}

a.resourcesbutton:hover {
	background-image: url(images/btnresourceson.jpg);
}

a.contactbutton {
	background-image: url(images/btncontactoff.jpg);
	background-repeat: no-repeat;	
	position: relative;	
	cursor: pointer;	
	width: 100px;
	height: 100px;
	border: 0px;
	display: block;
}

a.contactbutton:hover {
	background-image: url(images/btncontacton.jpg);
}

