﻿/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*          Hyperlink StyleSheet - Athena's Heavenly Goddess Project
*           Created by Jeremy S. Cargilo for ETR Consutling, Inc.
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Purpose: 
*   This stylesheet contains the custom hyperlink css styles for the entire project.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* Default Link Styles
-------------------------------------------------------------------------------*/
a:link, a:visited { color: #551E20; }
a:hover { color: #000000; }

/* Main Navigation HyperLink Styles
-------------------------------------------------------------------------------*/
.master_logo             { position: absolute; float: left; width: 219px; height: 135px; 
    Background: url("../../images/master_logo.jpg") no-repeat; margin: 16px 0px 0px 33px; }
.master_logo:hover       { position: absolute; float: left; width: 219px; height: 135px; 
    Background: url("../../images/master_logo_hov.jpg") no-repeat; margin: 16px 0px 0px 33px; }
.master_logo_selected    { position: absolute; float: left; width: 219px; height: 135px; 
    Background: url("../../images/master_logo_hov.jpg") no-repeat; margin: 16px 0px 0px 33px; }

.master_goddess          { float: left; width: 215px; height: 160px; 
    Background: url("../../images/mainnav_goddess.jpg") no-repeat; }
.master_goddess:hover    { float: left; width: 215px; height: 160px; 
    Background: url("../../images/mainnav_goddess_hov.jpg") no-repeat; }
.master_goddess_selected { float: left; width: 215px; height: 160px; 
    Background: url("../../images/mainnav_goddess_hov.jpg") no-repeat; }

.master_party             { float: left; width: 215px; height: 162px; 
    Background: url("../../images/mainnav_party.jpg") no-repeat; }
.master_party:hover       { float: left; width: 215px; height: 162px; 
    Background: url("../../images/mainnav_party_hov.jpg") no-repeat; }
.master_party_selected    { float: left; width: 215px; height: 162px; 
    Background: url("../../images/mainnav_party_hov.jpg") no-repeat; }

.master_become_goddess             { float: left; width: 215px; height: 161px; 
    Background: url("../../images/mainnav_become_goddess.jpg") no-repeat; }
.master_become_goddess:hover       { float: left; width: 215px; height: 161px; 
    Background: url("../../images/mainnav_become_goddess_hov.jpg") no-repeat; }
.master_become_goddess_selected    { float: left; width: 215px; height: 161px; 
    Background: url("../../images/mainnav_become_goddess_hov.jpg") no-repeat; }

.master_catalog          { float: left; width: 215px; height: 160px; 
    Background: url("../../images/mainnav_catalog.jpg") no-repeat; }
.master_catalog:hover    { float: left; width: 215px; height: 160px; 
    Background: url("../../images/mainnav_catalog_hov.jpg") no-repeat; }
.master_catalog_selected { float: left; width: 215px; height: 160px; 
    Background: url("../../images/mainnav_catalog_hov.jpg") no-repeat; }
       
.master_home          { float: left; width: 61px; height: 13px; margin: 6px 0px 0px 136px; 
    Background: url("../../images/master_home.gif") no-repeat; }    
.master_home:hover    { float: left; width: 61px; height: 13px; margin: 6px 0px 0px 136px; 
    Background: url("../../images/master_home_hov.gif") no-repeat; } 
.master_home_selected { float: left; width: 61px; height: 13px; margin: 6px 0px 0px 136px; 
    Background: url("../../images/master_home_hov.gif") no-repeat; }        
    
.master_contact          { float: left; width: 122px; height: 13px; margin-top: 6px;
    Background: url("../../images/master_contact.gif") no-repeat; }
.master_contact:hover    { float: left; width: 122px; height: 13px; margin-top: 6px;
    Background: url("../../images/master_contact_hov.gif") no-repeat; }
.master_contact_selected { float: left; width: 122px; height: 13px; margin-top: 6px;
    Background: url("../../images/master_contact_hov.gif") no-repeat; }
    
.subpage_contact          { float: left; width: 122px; height: 13px; margin-top: 6px;
    Background: url("../../images/subpage_contact.gif") no-repeat; }
.subpage_contact:hover    { float: left; width: 122px; height: 13px; margin-top: 6px;
    Background: url("../../images/subpage_contact_hov.gif") no-repeat; }
.subpage_contact_selected { float: left; width: 122px; height: 13px; margin-top: 6px;
    Background: url("../../images/subpage_contact_hov.gif") no-repeat; }
    
.master_store          { float: left; width: 122px; height: 13px; margin-top: 6px;
    Background: url("../../images/master_store.gif") no-repeat; }
.master_store:hover    { float: left; width: 122px; height: 13px; margin-top: 6px;
    Background: url("../../images/master_store_hov.gif") no-repeat; }
.master_store_selected { float: left; width: 122px; height: 13px; margin-top: 6px;
    Background: url("../../images/master_store_hov.gif") no-repeat; }
	
.master_athenas_cup {
	float: left; width: 122px; height: 13px; margin-top: 6px;
    /*Background: url("../../images/master_store.gif") no-repeat;*/ 
}

.cupLink {
	color: #FFF !important;
	font-size: 15px;
	margin: 4px 0 0 -45px;
	text-decoration: none;
	float: left;
	display: block;
}

.cupLink:hover {
	color: #f48fac !important;
	text-decoration: none !important;
}


/* Custom HyperLink Styles
-------------------------------------------------------------------------------*/
#etr { } 
.pwp a { color: #FFFFFF; margin-left: 10px; }