/*___ type.css: Typeography Styles ___*/

/*___ Section 1: Global Typeography Styles ___*/

html 
{
}

body 
{
    font-family         : Verdana, Sans-Serif;
    font-size           : 13px;
}

h1 
{
}

h2 
{
    font-family         : Georgia, Serif;
    font-size           : 18px;
    font-weight         : normal;
    font-style          : italic;
}

h3 
{
    font-family         : Georgia, Serif;
    font-size           : 20px;
    font-weight         : normal;
}

h4 
{
    font-family         : Georgia, Serif;
    font-size           : 16px;
    font-weight         : normal;
}

h5 
{
}

h6 
{
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
    text-decoration         : none;
}

a:visited 
{
    text-decoration         : none;
}

a:hover 
{
    text-decoration         : underline;
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

/*___ Section 2: Site-Specific Typeography Modules ___*/

/*___ Section 3: Unique Element-Specific Typeography Styles ___*/

/*___ DIV _________________________________________________________________*/

.product
{
    font-size       : 12px;
}

/*___ SPAN _________________________________________________________________*/

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

/*___ H3 _________________________________________________________________*/

.specials h3
{
    font-style  : italic;
    font-size   : 26px;
}

/*___ H4 _________________________________________________________________*/

#rotator span.title
{
    font-size   : 18px;
    font-family : Georgia, Serif;
}

#primary h4,
#secondary h4
{
    font-weight : bold;
}

/*___ H5 _________________________________________________________________*/

#primary h5
{
    font-size   : 14px;
}

/*___ H6 _________________________________________________________________*/

#primary h6
{
    font-size   : 12px;
    font-variant    : small-caps;
}

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

p.copyright,
p.mindfly
{
    font-size       : 11px;
}

p.date
{
    font-weight     : bold;
}

/*___ UL _________________________________________________________________*/

ul#footerNav
{
    font-size       : 11px;
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

ul#menu > li a
{
    font-family     : Georgia, Serif;
    font-size       : 20px;
    font-variant    : small-caps;
    text-decoration : none;
}

ul#menu ul li a
{
    font-family     : georgia, Serif;
    font-size       : 18px;
}

.product p a
{
    font-weight     : normal;
}


#rotator .controls li a:hover
{
    text-decoration : none;
}


a[title="Details"]
{
    font-size       : 11px;
    font-weight     : normal;
}

a.details:hover,
a.button:hover
{
    text-decoration : none;
}

a.book
{
    font-weight     : bold;
    font-family     : Georgia, Serif;
}

.submenu ul.sub li a,
.submenu ul.sub li a:visited,
.submenu ul.sub li a:hover
{
    font-family     : Georgia, Serif;
    font-size       : 18px;
    text-decoration : none;
    text-align      : center;
}

#menu.nav ul a
{
	font-size		: 11px;
	font-weight		: bold;
	font-family		: Verdana, Sans-Serif;
}

#menu.nav ul a:hover
{
	text-decoration	: underline;	
}

#menu.nav > li > ul > li > a
{
	font-size		: 14px;
	font-weight		: bold;
}

#menu.nav > li > ul > li > a:hover
{
	text-decoration	: none;	
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

#ea,
#go
{
	font-family		: Georgia, Serif;
	font-size		: 14px;	
}

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/