/* Page Set up
******************************************************/
html, body 	{margin:0; padding: 0;}

h1#logo		{width:233px ; height:43px; background: url(../img/naidadesign.gif); position:absolute; margin: 10px;}
#bd			{position:absolute; margin-left: 280px; margin-top: 75px; color: #6e6e6e; font-size: 1.2em;}


/* Print 
******************************************************/
#print-nav	{width: 636px;}


/* Web 
******************************************************/
#web-nav			{width: 576px;}
a.web-link			{width: 250px; height: 14px; margin-left: 310px; display: block;}

a#rak-link 			{background: url(../img/web/link_rak.gif) top right no-repeat;}
a#siva-link 		{background: url(../img/web/link_siva.gif) top right no-repeat;}
a#mala-link 		{background: url(../img/web/link_mal.gif) top right no-repeat;}
a#parksville-link 	{background: url(../img/web/link_parksville.gif) top right no-repeat;}
a#kanata-link 		{background: url(../img/web/link_kanata.gif) top right no-repeat;}
a#boabc-link 		{background: url(../img/web/link_boabc.gif) top right no-repeat;}
a#grotto-link 		{background: url(../img/web/link_grotto.gif) top right no-repeat;}
a#thrift-link 		{background: url(../img/web/link_thrift.gif) top right no-repeat;}


a:hover#rak-link, 
a:hover#siva-link,
a:hover#mala-link,
a:hover#parksville-link,
a:hover#kanata-link,
a:hover#boabc-link,
a:hover#grotto-link,
a:hover#thrift-link
 			{background-position: bottom right;}
 	

/* Photo 
******************************************************/
.thumbnails{margin: 10px 0px;}


/*Contact
******************************************************/
#contact-form 	{width: 350px; margin-top: 30px; margin-left: 5px;}
fieldset 		{border:0;margin:0;padding:0; }
label 			{display:block; }
input.text,
textarea 		{width:300px; padding:3px;margin:1px 0;border:1px solid #ccc; margin-bottom: 12px; color: #6e6e6e; }
input.submit 	{padding:2px 5px; border:1px solid #ccc; color: #6e6e6e;}
#emailSuccess strong {color: #007a78}



/* Navigation 
******************************************************/
a span 	{display: none;}
ul li 	{list-style-type: none;}
ul#nav 	{position:absolute; margin-top: 65px; margin-left: 115px;}

li.about a,
li.print a,
li.web a,
li.photo a,
li.contact a	
	{display: block; width: 70px; height: 13px; margin: 6px;}

li.about a		{background: url(../img/nav/about_button.gif)	top right no-repeat;}
li.print a		{background: url(../img/nav/print_button.gif) 	top right no-repeat;}
li.web a		{background: url(../img/nav/web_button.gif) 	top right no-repeat;}
li.photo a		{background: url(../img/nav/photo_button.gif) 	top right no-repeat;}
li.contact a	{background: url(../img/nav/contact_button.gif) top right no-repeat;}

li.about a:hover,	
li.print a:hover,	
li.web a:hover,	
li.photo a:hover,	
li.contact a:hover	
	{background-position: bottom right;}

.next-prev {height: 14px; margin-bottom: 10px;}	
.next-prev a#next,
.next-prev a#prev {width: 41px; height: 14px; margin: 5px; float: right; display: block;}

.next-prev a#next {background: url(../img/nav/next_button.jpg)	top right no-repeat;}
.next-prev a#prev {background: url(../img/nav/prev_button.jpg)	top right no-repeat;}

.next-prev a:hover#next,
.next-prev a:hover#prev {background-position: bottom right;}




