@charset "UTF-8";
/* CSS Document */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.navbar {
	float:right;
	background-color:black;
	position:absolute;
	height:75px;
	left:25%;
	top: 100px;
	z-index:3;
	right: 0px;
}

.content {
	position: absolute;
	z-index:2;
	left:50%;
	top:220px;
	right:30px;
}
.content2 {
	position: absolute;
	z-index:2;
	top:220px;
	right:30px;
}

.giftcert {
	position: absolute;
	left:35%;
	top:250px;
	height:278px;
	width:678px;
	z-index: 3;
}

#navimage {
	position:absolute;
	height: 75px;
	z-index:1;
	left:10px;

}

#homeimage {
	position:absolute;
	height: 100%;
	z-index:1;
	top:0px;
	left:0px;

}

#footbarimage {
	position:absolute;
	height: 100%;
	z-index:1;
	top:0px;
	left:0px;

}

#bodyimage {
	position:absolute;
	height: 100%;
	z-index:1;
	top:0px;
	left:0px;

}
#productimage {
	position:absolute;
	z-index:1;
	top:205px;
	left:7%;
	height:500px;

}

#product2image {
	position:absolute;
	z-index:2;
	top:675px;
	left:10%;
	height:300px;

}

#giftimage {
	position:absolute;
	height: 100%;
	top:0px;
	left:0px;

}
#aboutimage {
	position:absolute;
	height:100%;
	z-index:1;
	top:0px;
	left:0px;

}

#contactimage {
	position:absolute;
	height:100%;
	z-index:1;
	top:0px;
	left:0px

}

ul.nav { 
	list-style:none;  
	width:780px; 
	z-index:2; 
	overflow:visible; 
	}

ul.nav li {
	margin-left:16px;
	margin-bottom: 0px;
	color:#999;
	float:right;
	font-size:13px;
	height: 35px;
	width: 85px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	text-align: center;
}

ul.nav li a, ul.nav li a:hover
{
	text-decoration:none;
	color:#FFFFFF;
	position:relative;
	right:15px;
}

ul.nav-header li.nav-selected
{
	padding-top: 2px;
	padding-bottom: 2px;
}

img	{
	border:none;
}
	

a:link {
	outline-style:none;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


a:visited {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:active {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}








