body {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 94%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #F0F0F0;
}
h1 {
	font-size: 182%;
	font-style: italic;
	margin-top: 8px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	color: #663399;
	padding: 0px;
}

h2 {
	font-size: 157%;
	font-style: italic;
	margin-top: 8px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	margin-bottom: 0px;
	color: #663399;
}

h3 {
	font-size: 132%;
	font-style: italic;
	margin-top: 8px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	color: #663399;
	margin-bottom: 0px;
	font-weight: normal;
}
h4 {
	font-size: 107%;
	font-style: italic;
	margin-top: 3px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	margin-bottom: 0px;
	color: #663399;
}
h5 {
	font-size: 82%;
	font-style: italic;
	margin-top: 3px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	margin-bottom: 0px;
	color: #663399;
}
h6 {
	font-size: 57%;
	font-style: italic;
	margin-top: 3px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	margin-bottom: 0px;
	color: #663399;
}
p {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-size: 94%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}
a {
	text-decoration: none;
	color: #3366FF;
}
.underline {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.und {
	text-decoration: underline;
}

.author {
	font-weight: bold;
	font-style: italic;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 100%;
}
.menubar {
	height: 40px;
	font-weight: bold;
	font-style: italic;
	margin-left: 9px;
	margin-right: 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-color: #663399;
}
.menubar ul {
	width: 745px;
	height: 40px;
	list-style-type: none;
	padding: 0px;
	text-align: center;
	background-image: url(/inc/images/design/menu/menubar.jpg);
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
}
.menubar ul li {
	float: left;
	height: 40px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
}
.menubar ul li a {
	text-decoration: none;
	line-height: 2.4em;
	display: block;
	margin: 0px;
	color: #000000;
	font-size: 16px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.menubar ul li a:hover {
	text-decoration: none;
	line-height: 2.5em;
	display: block;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: -1px;
	margin: 0px;
	color: #FFFFFF;
	font-size: 16px;
}
.dropmenudiv{
	position:absolute; /*THEME CHANGE HERE*/
	border-bottom-width: 0px;
	z-index:100;
	width: 180px;
	visibility: hidden;
	/*filter:progid:DXImageTransform.Microsoft.Glow(color=#B0B0B0, Strength=7);*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-size: 82%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 2.1em;
	top: 0;
	padding: 0px;
	margin-top: -1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -1px;
	background-color: #E5E5E5;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
	font-style: italic;
}
.dropmenudiv a{
	display: block;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-align: center;
	padding: 0px;
	border-bottom-color: #666666;
}
.dropmenudiv a:hover {
	color: #DFCFEF;
	background-color: #666666;
}
.dropmenudiv a:active {
	background-color: #FFFFFF;
	color: #663399;
}
* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}
.borderright {
	float: right;
	margin: 10px;
	padding: 1px;
	border: 1px solid #999999;
	background-color: #DFCFEF;
}
.borderright img {
	border: 1px solid #663399;
}
.borderleft{
	float: right;
	margin: 10px;
	padding: 1px;
	border: 1px solid #999999;
	background-color: #DFCFEF;
}
.borderleft img {
	border: 1px solid #663399;
}
.floatleft {
	float: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
}
.homelogo {
	float: right;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0px;
}
.divtitle {
	font-style: italic;
	font-weight: bold;
	color: #663399;
	margin: 0px;
	padding: 0px;
	line-height: 1.4em;
}
.ind100 {
	text-indent: 100px;
}
.aurafloat {
	float:left;
	margin-left: 10px;
}
.aurafloat img {
	border: 1px solid #663399;
	margin-right: 20px;
	margin-bottom: 20px;
}
.img {
	border: 1px solid #663399;
	margin: 10px;
}
.imgfloatleft {
	border: 1px solid #663399;
	float: left;
	clear: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.imgfloatright {
	border: 1px solid #663399;
	clear: right;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#container {
	font-size: 94%;
	width: 763px;
	font-family: Arial, Helvetica, sans-serif;
}
#headtop {
	height: 109px;
	background-image: url(/inc/images/design/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#mid {
	background-image: url(/inc/images/design/middle.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 763px;
	padding: 0px;
	margin: 0px;
}
#breadcrumb {
	font-size: 82%;
	margin-top: 0px;
	margin-right: 9px;
	margin-bottom: 3px;
	margin-left: 9px;
	text-align: left;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #DFCFEF;
	border-bottom-color: #663399;
}
#content {
	text-align: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#content a:hover {
	color: #663399;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #663399;
}
#homequick ul {
	margin-top: 5px;
	margin-left: 0px;
	font-size: 94%;
	line-height: 1.6em;
	letter-spacing: 0.03em;
	list-style-type: none;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	background-image: url(/inc/images/heart1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#top {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-right: 9px;
	margin-left: 9px;
	border-top-width: 1px;
	border-top-style: solid;
	text-align: left;
	padding-top: 4px;
	font-size: 82%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 6px;
	clear: left;
	background-color: #DFCFEF;
	border-top-color: #663399;
	border-bottom-color: #663399;
}
#foot {
	background-image: url(/inc/images/design/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 35px;
	font-style: italic;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#browser {
	font-size: 88%;
	color: #666666;
}
#scrollframe {
	width: 220px;
	float: left;
	height: 139px;
	border: 1px solid #663399;
	text-align: center;
	margin-bottom: 15px;
	background-color: #DFCFEF;
	margin-right: 20px;
	margin-top: 30px;
	margin-left: 4px;
}
#scrollbox {
	font-size: 94%;
	background-color: #D5E5FE;
	height: 118px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #663399;
	width: 220px;
	background-image: url(/inc/images/design/scroller.jpg);
	background-repeat: repeat-x;
}
#scrollbox a {
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-weight: bold;
}
#pscroller1{
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 82%;
	padding: 0px;
	line-height: 1.5;
	height: 97px;
	width: 200px;
	margin: 10px;
	text-align: left;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 94%;
}
.floatright {

	float: right;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.price {
	font-weight: bold;
	color: #663399;
	font-size: 132%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: italic;
}
#content a img:hover {
	text-decoration: none;
}
#content #shop a:hover {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.imgnobord {
	margin: 10px;
}

.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #663399;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #663399;
	padding-left: 2px;
}

.alert {
	color: #FF0000;
}

.formback {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #663399;
	background-color: #F5F1FA;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #663399;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #663399;
	font-size: 100%;
	padding-left: 2px;
}

.button {
	margin-top: 5px;
	left: -5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content ul li {
	list-style-type: disc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 94%;
	margin-bottom: 6px;
	margin-top: 0px;
	margin-right: 6px;
	margin-left: 0px;
}
#homequick ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
