@charset "utf-8";
/* CSS Document */

body {
	background-image: url(imgs/bg.gif);
	margin: 0;
	padding: 0;
}
#container {
	text-align: center;
	width: 800px;
	height: 100%;
	background-image: url(imgs/cont-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top; 
	position: relative;
	margin: 0 auto;
	z-index: 1;
}
#header {
	width: 100%;
	text-align: center;
	padding-top: 24px;
	z-index: 2;
	position: relative;
}
#def {
	float: left;
	width: 250px;
	height: auto;
	text-align: left;
	margin-left: 24px;
	margin-top: 24px;
	z-index: 3;
	position: relative;
}
#def h1 {
	color: #336;
	font-family: "Courier New", Courier, monospace;
	font-size: 16pt;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-left: 14px;
	margin-top: 0px;
	padding-top: 8px;
}
#def p {
	color: #336;
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	font-style: italic;
	font-weight: bolder;
	margin-left: 24px;
	margin-top: -12px;
}
#bfly {
	width: 17px;
	height: 15px;
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
}
#logo {
	text-align: center;
	width: 161px;
	height: 152px;
	margin: 0 auto;
	padding-top: 24px;
}
#contact {
	float: right;
	width: 250px;
	height: auto;
	margin-right: 24px;
	margin-top: 96px;
	z-index: 3;
	text-align: right;
}
#contact h2 {
	color: #336;
	font-family: "Courier New", Courier, monospace;
	font-size: 16pt;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 8pt;
}
#contact p {
	color: #336;
	font-family: "Courier New", Courier, monospace;
	font-size: 12pt;
	font-weight: bold;
	margin-top: -8px;
}
#contact img {
	padding-right: 6px;
	margin-bottom: -1px;
}
#contact a:link {
	color: #336;
	text-decoration: none;
	cursor: help;
}
#nav {
	width: 700px;
	height: 60px;
	margin: 0 auto;
	padding-top: 26px;
	z-index: 4;
}
#nav img {
	padding: 0 14px 0 14px;
}
#main {
	border: #FF0033 2px solid;
	text-align: left;
	background-image: url(imgs/main-bg.png);
	background-repeat: repeat;
	width: 687px;
	height: auto;
	margin: 24px auto;
	z-index: 4;
	padding-bottom: 12px;
}
#main h1 {
	color: #333365;
	font-family: "Courier New", Courier, monospace;
	font-size: 16pt;
	padding-left: 12px;
	text-transform: capitalize;
	font-style: italic;
	padding-top: 12px;
}
#main h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	line-height: 18pt;
	color: #490149;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 18px 12px 6px 20px;
}
#main h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	line-height: auto;
	color: #490149;
	letter-spacing: 0.2em;
	margin-top: 12px;
	margin-right: 12px;
	margin-bottom: -10px;
	margin-left: 20px;
	text-transform: lowercase;
}
#main p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	margin: 18px 12px 6px 12px;
	line-height: 18pt;
	color: #666;
}
#main ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #4A4A4A;
	letter-spacing: .1em;
	line-height: 18px;
	top-margin: 2px;
}
.price {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FF0033;
}
#main img {
	border: 1px solid #490149;
}
#main a:link {
	color: #51519F;
	text-decoration: underline;
}
#main a:hover {
	text-decoration: none;
	color: #FF0033;
}
#pNav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: right;
	position: relative;
	color: #FF0033;
	letter-spacing: .1em;
	width: auto;
	margin-right: 36px;
	margin-top: 16px;
	margin-bottom: 18px;
}
#pNav a:link {
	color: #490149;
	text-decoration: none;
}
#footer {
	width: auto;
	bottom: 4px;
	position: relative;
	height: auto;
	padding-top: 6px;
	padding-bottom: 12px;
}
#footer p {
	color: #333365;
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
}
#footer a:link {
	color: #700170;
}
#footer a:hover {
	text-decoration: none;
	color: #FF0033;
}
#main img.about {
	float: right;
	margin: 6px 18px 6px 12px;
}
.thumbnail img {
	margin: 4px 0 4px 20px;
}

