﻿/**********************************************\
	Eric Meyer's Global Reset
\**********************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, label, legend
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	list-style-type: none;
	font-size:14px;font-family:georgia;color:#454545;}


 a:link {
	color:#85b6c5;
	text-decoration:underline;
}

 a:visited {
	color:#85b6c5;
	text-decoration:underline;
}

 a:hover {
	color:#ff66ff;
	text-decoration:none;
}

 a:active {
	color:#85b6c5;
	text-decoration:underline;
}

    .txt_blue {
	color:#85b6c4;
    }

h3 {
	text-decoration:bold;
	font-size:22px;
	color:#85b6c5;
}

h4 {
	text-decoration:bold;
	font-size:18px;
	color:#85b6c5;
}

h5 
{
    font-weight:normal;
	text-decoration:underline;
}

 .GridHeader
 {color:#85b6c4;
	font-weight:bold;
 }

/**********************************************\
	BASE STYLES: Layout
\**********************************************/

body {
	background:#fff;
	/*background:#e5ecf2;*/
	


	}
	
#wrapper 
{
	width:960px;
	margin:0 auto;
	padding:0px 0 0 0;
	text-align:left;

	}
	
/** MAIN **/
	
body .center 
{
	width:686px;

	}
	
#main 
{
	width:666px;
	margin:20px 10px 10px 2px;
	background:#fff;
	padding:10px 0px 10px 10px;
	}
	
/** HEADER **/

#header {

	width:686px;
	height:135px;
	}
	
#header h1 {
	float:left;
	background:transparent url('../Images/logo.png') left top no-repeat;
	height:135px;
	width:686px;
	text-indent:-999px;
	z-index:750;
	margin:0 0 0 0;
	position:relative;
	}
	
#header h1 a {
	display:block;
	height:135px;
	width:686px;
	}
	
/** FOOTER **/

#footer 
{
	background:transparent url('../Images/footer.png') right bottom no-repeat;
	height:60px;
	width:686px;
	font-size:12px;
	color:#7a7a7a;
	}
	
#footercontent
{
	padding:22px 10px 10px 10px;
	color:#7a7a7a;
}
	
#footer a:visited, #footer a:active, #footer a:link  {
	color:#7a7a7a;
	text-decoration:none;
	}
	
#footer a:hover {
	color:#7a7a7a;
	text-decoration:underline;
	}

/** NAV **/

#nav {
	background:transparent url('../Images/bg_tagline.png') left top no-repeat;
	height:143px;
	width:686px;
	margin-top:-25px;
	z-index:-100;
	
	
	}
	
	
	

/*main nav*/

#nav_shop{position:relative;left:160px;top:12px;} 
#nav_participate{position:relative;left:160px;top:12px;} 
#nav_info{position:relative;left:160px;top:12px;} 
#nav_account{position:relative;left:160px;top:12px;} 
#nav_login{position:relative;left:160px;top:12px;}

/*global subnav stuff*/
#nav_holder{position:relative;left:160px;top:0px;height:52px;width:452px;} 
.navmenu a i {visibility: hidden;}
.navmenu a{display:block;overflow:hidden;position:absolute;text-decoration:none;top:0px;height:46px;background-image:url('../Images/nav/0.png');}
.navmenu a:hover{background-image:url('../Images/nav/nav_overlay.gif');}
.navmenu {position:absolute;left:0px;top:0px;}


/*subnav for shop*/
#nav_catalog{width:100px;left:90px;}
#nav_gift{width:65px;left:187px;}
/*#nav_specials{width:80px;left:255px;}*/
#nav_delivery{width:105px;left:250px;}


/*subnav for participate*/
#nav_store{width:77px;left:0px;}
#nav_finding{width:70px;left:90px;}
#nav_private{width:90px;left:260px;}



/*subnav for info*/
#nav_about{width:70px;left:10px;}
#nav_news{width:80px;left:94px;}
#nav_service{width:70px;left:260px;}
#nav_contact{width:75px;left:350px;}

/*subnav for login*/


#nav_register{width:85px;left:10px;}
#nav_signin{width:90px;left:105px;}
#nav_newsletter{width:130px;left:260px;}

/*subnav for account*/
#nav_orders{width:100px;left:0px;}
#nav_track{width:100px;left:160px;}


	
#nav_holder_login {font-size:14px;font-family:georgia;color:#85b6c5;}
	
/*.navforgot a{text-decoration:none;}
.navforgot a:hover{background-image:url('../Images/nav/nav_overlay.gif');}*/