/* 
   EM Global Link Styles 
   Copyright 2008-2009 Enchanting Memories
   Designed and coded 2008 by Brothers Web Concepts
*/
   

/* Global Link Styles */

a img {
    border: 0;
}

a img:hover { 
    border: 0; 
}

.contentwrapper a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	outline: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #000;
}


/* - Rollover Styles <--- */ 

a.rollover_home {
     display: block;
	 float: left;
	 width: 85px;
	 height: 35px;
	 margin-left: 78px;
	 background: url(../image/em_menu_homebtn.gif) no-repeat top left;
	 text-indent: -9000px;
}
a.rollover_home:hover {
     background-position: 0 -35px;
}
a.rollover_services {
     display: block;
	 float: left;
	 width: 98px;
	 height: 35px;
	 margin-left: 1px;
	 background: url(../image/em_menu_servbtn.gif) no-repeat top left;
	 text-indent: -9000px;
}
a.rollover_services:hover {
     background-position: 0 -35px;
}
a.rollover_gallery {
     display: block;
	 float: left;
	 width: 90px;
	 height: 42px;
	 margin-left: 1px;
	 background: url(../image/em_menu_gallerybtn.gif) no-repeat top left;
	 text-indent: -9000px;
}
a.rollover_gallery:hover {
     background-position: 0 -42px;
}
a.rollover_about {
     display: block;
	 float: left;
	 width: 117px;
	 height: 35px;
	 margin-left: 1px;
	 background: url(../image/em_menu_aboutbtn.gif) no-repeat top left;
	 text-indent: -9000px;
}
a.rollover_about:hover {
     background-position: 0 -35px;
}
a.rollover_contact {
     display: block;
	 float: left;
	 width: 95px;
	 height: 35px;
	 margin-left: 1px;
	 background: url(../image/em_menu_contactbtn.gif) no-repeat top left;
	 text-indent: -9000px;
}
a.rollover_contact:hover {
     background-position: 0 -35px;
}

/*  Rollover Locked Styles <-- */

a.rolllocked_home {
     display: block;
	 float: left;
	 width: 85px;
	 height: 35px;
	 margin-left: 78px;
	 background: url(../image/em_menu_homebtn_v.gif) no-repeat top left;
	 text-indent: -9000px;
}
a.rolllocked_services {
     display: block;
	 float: left;
	 width: 98px;
	 height: 35px;
	 margin-left: 1px;
	 background: url(../image/em_menu_servbtn_v.gif) no-repeat top left;
	 text-indent: -9000px;
}
a.rolllocked_gallery {
     display: block;
	 float: left;
	 width: 90px;
	 height: 42px;
	 margin-left: 1px;
	 background: url(../image/em_menu_gallerybtn_v.gif) no-repeat top left;
	 text-indent: -9000px;
}
a.rolllocked_about {
     display: block;
	 float: left;
	 width: 117px;
	 height: 35px;
	 margin-left: 1px;
	 background: url(../image/em_menu_aboutbtn_v.gif) no-repeat top left;
	 text-indent: -9000px;
}
a.rolllocked_contact {
     display: block;
	 float: left;
	 width: 95px;
	 height: 35px;
	 margin-left: 1px;
	 background: url(../image/em_menu_contactbtn_v.gif) no-repeat top left;
	 text-indent: -9000px;
}

/*  Special Styles <-- */

.main_footwrapper a {
     font-size: 10px;
	 color: #333;
}

.main_footwrapper a:hover {
     color: #738843;
}
