body {
	font-family: "Century Gothic", "Helvetica Neue Light", Helvetica;
	font-size: 100%;
	background-color: #000000;
}
* {
	margin: 0px;
	padding: 0px;
}

p, li {
	color: #CCCCCC;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

h1 {
	font-size: 1.4em;
	font-weight: normal;
	color: #999966;
	padding-top: 30px;
	padding-bottom: 10px;
	font-variant: small-caps;
	padding-left: 55px;
}

h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #999966;
	padding-top: 40px;
	padding-bottom: 30px;
	font-variant: small-caps;
	padding-left: 120px;
}

h3, h4, h5, h6 {
	font-size: 1.2em;
	font-weight: normal;
	color: #66CCCC;
	padding-top: 2em;
	padding-bottom: 0.2em;
}

a {
   outline: none;
}

a:link, a:active, a:visited {
	text-decoration: underline;
	color: #66CCCC;
}

a:hover {
	text-decoration: underline;
	font-style: italic;
	color: #66CCCC;
}

#mastheadbackground {
	background-image: url(images/masthead.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: -30px;
}

#mastheadwrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/masthead.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: -30px;
	height: 308px;
}


#mainwrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -60px;
}

#navigation {
	width: 14%;
	float: left;
	text-align: right;
	padding-top: 30px;
	margin: 0px;
	padding-bottom: 0px;
}

#navigation ul {
	list-style: none;
}

#navigation ul a {
	display: block;
	text-decoration: none;
	color: #66CCCC;
	font-size: 1.1em;
	font-weight: lighter;
	padding: 0;
}
#navigation ul a:hover {
	color: #66CCCC;
	font-weight: lighter;
	text-transform: capitalize;
}


#home #navigation .home a,
#shows #navigation .shows a,
#contemporary #navigation .contemporary a,
#traditional #navigation .traditional a,
#rebecca #navigation .rebecca a,
#pewter #navigation .pewter a,
#contact #navigation .contact a {
	color: #999966;
	text-transform: none;
	font-style: normal;
}

#content {
	float: left;
	width: 86%;
}
#content p {
	padding-top: 10px;
	padding-left: 55px;
}

#content ul {
	padding-left: 70px;
	list-style-position: outside;
}

#content li {
	padding-bottom: 0.1em;
}

#showcase {
	margin-left: 55px;
	background-image: url(images/home1.jpg);
	background-repeat: no-repeat;
}

#pewtershop {
	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
	padding-top: 100px;
	margin-left: 55px;
	padding-left: 180px;
}

#schedule {
	background-image: url(images/show.jpg);
	background-repeat: no-repeat;
	margin-left: 55px;
	padding-top: 50px;
	padding-left: 300px;
}

#about {
	background-image: url(images/rebecca.jpg);
	background-repeat: no-repeat;
	margin-left: 55px;
	padding-top: 40px;
	padding-left: 280px;
}

#working {
	background-image: url(images/working.jpg);
	background-repeat: no-repeat;
	margin-left: 55px;
	padding-top: 50px;
	padding-left: 330px;
}


#construction {
	background-image: url(images/construction.jpg);
	background-repeat: no-repeat;
	margin-left: 55px;
	padding-top: 120px;
	height: 300px;
	background-position: left 30px;
	padding-left: 200px;
}

#total {
	float: left;
	width: 50%;
	margin-top: 20px;
	line-height: 1.5em;
}

#shipping {
	float: left;
	width: 49%;
	line-height: 1.5em;
	margin-top: 20px;
}

#shipping p {
	padding-left: 20px;
}

#pricelist {
	padding-left: 45px;
	padding-bottom: 20px;
	margin-top: -10px;
	line-height: 0.9em;
	font-size: 01em;
}

#itemnumber {
	float: left;
	width: 5%;
	margin-top: 20px;
}

#itemnumber p{
	text-align: right;
	color: #CCCCCC;
	margin-left: -45px;
}

#itemname {
	float: left;
	width: 84%;
	margin-top: 20px;
	overflow: hidden;
}

#itemname p{
	margin-left: -40px;
}

#itemprice {
	float: left;
	width: 5%;
	margin-top: 20px;
}

#itemprice p{
	color: #CCCC66;
	margin-left: -45px;
}

.halfcontent {
	float: left;
	width: 50%;
}

.fullcontent {
	clear: both;	
}
 
.lightfont {
	color: #CCCC66;
}

.catalog {
	padding-left: 120px;
	padding-bottom: 80px;
}
.catalog p {
	margin-left: 350px;
	margin-top: -80px;
}

.other {
	padding-left: 120px;
	padding-bottom: 20px;
}
.other p {
	margin-left: 350px;
	margin-top: -150px;
}

img.rightimg {
	float: right;
	padding-top: 0px;
	padding-right: 80px;
	padding-bottom: 20px;
	padding-left: 100px;
}
img.leftimg {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}
img.toppadding {
padding-top: 32px;
}

img.leftpadding {
padding-left: 20px;
}
#footer {
	text-align: center;
	font-size: 0.7em;
	clear: both;
	background-image: url(images/footerbackground.png);
	background-repeat: repeat-x;
	padding-top: 40px;
	height: 52px;
}
#footer p {
	padding: 0px;
	color: #999966;
}

#footer a {
	text-decoration: none;
}
#footer a:hover {
	font-weight: bold;
}

.orangefont {
	color: #FF9900;
}

.greenfont {
	color: #99CC00;
}
#printonly {display:none}
