/**
 * default styles
 */

/*reset*/
* {margin:0;padding:0;}

/*basic*/
html,body{}
a img{border:none;}

/*structure*/
#wrapper{width:960px;margin:auto;}
#header{}
#content{text-align:center;position:relative;}
#footer{text-align:right;font-size:75%;}

/*home nav*/
ul.nav{height:54px;background:url('../images/nav.png') no-repeat top center;}

ul.nav li{display:block;float:left;}

.nav li a {display:block;height:54px;text-indent:-1000em;}
.nav li a:focus {outline:none;}

.nav .info {width:170px;}
.nav .store {width:180px;}
.nav .contact {width:220px;}
.nav .wholesale {width:240px;}
.nav .facebook {width:100px;}

/*pages*/
.home-page {background-color:rgb(223,227,30); background-color:#F3C600;background-color:#f7cc03;}
.home-page .nav {display:none;}

.info-page {background-color:rgb(187,192,190);}
/*body.info-page #wrapper {width:auto;}*/
.info-page #header,
.info-page #footer,
.info-page #content p 
{display:none;}

.info-page a.home {
	bottom:0;
	height:122px;
	position:absolute;
	right:0;
	text-indent:-1000em;
	width:145px;
/*	background: url('../images/info-home-button.png') no-repeat top left;*/
}

.wholesale-page {
	background-color:rgb(150,142,132);
}
.wholesale-page #header,
.wholesale-page #footer,
.wholesale-page #content p
{display:none;}

.wholesale-page a.home {
	width:120px;
	height:120px;
	position:absolute;
	bottom:0px;
	right:0;
	text-indent:-1000em;
/*	background: url('../images/wholesale-home-button.png') no-repeat top left;*/
}

.wholesale-page a.email {
	width:625px;
	height:60px;
	position:absolute;
	bottom:175px;
	left:80px;
	text-indent:-1000em;
}

