﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url('../images/twirls.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
	text-align: center;
}
#container {
	width: 950px;
	margin: 10px auto;
	background-image: url('../images/twirls.jpg');
}
#masthead {
	text-align: center;
	width: 900px;
	height: 300px;
	background-image: url('../images/nipple-jewelry-header.jpg');
}
#navcontainer
{
	background-image: url('../images/twirls.jpg');
	width: 26%;
	margin: auto;
	font-family: georgia, serif;
	font-size: 13px;
	text-align: center;
	text-transform: lowercase;
	float: left;
}
#content {
	

	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	background-image: url('../images/twirls.jpg');
}
#footer {
	text-align: center;
	clear: both;
	width: 900px;
	background-image: url('../images/twirls.jpg');
	margin: auto;
	padding: 1em 0 0 0;
	font-family: georgia, serif;
	text-transform: lowercase;
	background-position: center;
	
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
ul#navlist li a
{
	display: block;
	width: 100%;
	padding: 0.5em 0 0.5em;
	border-width: 1px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
	color: #666666;
	text-decoration: none;
	background: #E6E6FF;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Navigation Styles */
ul#navlist
{
text-align: center;
list-style: none;
padding: 0;
margin: 0 auto;
width: 80%;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}
#navcontainer>ul#navlist li a { width: auto; }
ul#navlist li#active a
{
background: #f0e7d7;
color: #800000;
}
ul#navlist li#active a:hover
{
	color: #800000;
	background: transparent;
	border-color: #aaab9c #fff #fff #ccc;
}
ul#navlist li a:hover
{
	color: #5C00B9;
	background: transparent;
	border-color: #aaab9c #fff #fff #aaab9c;
}
/* Content Styles */
h6 {
	color: #5C00B9;
}
h5 {
	color: #5C00B9;
	font-family: Papyrus;
	font-size: x-large;
	font-weight: bold;
}
h4 {
	color: #666666;
	font-family: Papyrus;
	font-size: large;
	font-weight: bold;
}
h3 {
	color: #666666;
	font-family: Papyrus;
	font-size: large;
	font-weight: 900;
}
h2 {
	color: #666666;
	font-family: Papyrus;
	font-size: x-large;
	font-weight: 900;
	font-style: inherit;
}
h1 {
	color: #666666;
	font-size: x-large;
	text-align: center;
	font-family: Papyrus;
	font-weight: 900;
}
#content img {
	padding: inherit;
	border: medium inset #5C00B9;
	text-align: center;
}
/* Footer Styles */
ul#footlist 
{
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 100%;
}
ul#footlist li
{
	display: inline-block;
	float: none;
	width: 15%;
	margin: 0;
	padding: 0;	
	
}
ul#footlist li a
{
	display: block;
	width: 100%;
	padding: 0.5em;
	border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
	color: #666666;
	text-decoration: none;
	background: #E6E6FF;
}
#footer>ul#footlist li a { width: auto; }
ul#footlist li#active a
{
background: #f0e7d7;
color: #800000;
}

ul#footlist li#active a:hover
{
color: #800000;
background: transparent;
border-color: #aaab9c #fff #fff #ccc;
}
ul#footlist li a:hover
{
	color: #5C00B9;
	background: transparent;
	border-color: #aaab9c #fff #fff #aaab9c;
}
.tabel {
	margin: auto;
	background-position: center center;
	border: 4px solid #5C00B9;
	padding: 1px;
	width: 22px;
	display: table;
	text-align: center;
}
.newStyle1 {
	font-family: Papyrus;
	font-size: large;
	color: #5C009B;
	font-weight: bold;
}
