body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	background: #BD91E5;
	color: #333333;
}
#pageL {
	width: 992px;
	margin: 0 auto 0 auto;
	background: url(/images/bgL.gif) left top repeat-y;
}
#pageR {
	width: 962px;
	background: url(/images/bgR.gif) right top repeat-y;
	padding: 0 15px 0 17px;
}
#page {
	width: 900px;
	background: #FAF5FF url(/images/pageBG.jpg) left top repeat-x;
	padding: 0 30px 0 30px;
}
/*
*  HEADER
*/
#header {
	width: 900px;
	height: 232px;
	background: url(images/collage.jpg) left bottom no-repeat;
	margin-bottom: 10px;
}
#header img {
	float: left;
	margin-left: 10px;
}
#header table {
	float: right;
}
#header td p {
	margin: 5px 0 0 0;
	font-size: 120%;
	font-weight: bold;
	color: #333333;
	line-height: 1.8;
	text-align: left;
}
#header p a:link, #header p a:visited {
	color: #333333;
	text-decoration: none;
}
#header p a:hover {
	color: #FF7F00;
}
#header td p .viewcart {
	padding: 15px 25px 8px 38px;
	background: url(images/cart.gif) left bottom no-repeat;
}
#header td p #austdollars {
	font-weight: normal;
	font-size: 80%;
}
#header td p .phone {
	padding: 15px 25px 8px 38px;
	background: url(images/phone.gif) left bottom no-repeat;
}
#header td p #heademail {
	padding: 15px 10px 8px 38px;
	background: url(images/email.gif) left bottom no-repeat;
}
/*
*  MENU
*/
#menu {
	width: 900px;
	background: #8D59B3 url(/images/menuT.gif) left top repeat-x;
	margin-bottom: 10px;
}
#menuI {
	width: 900px;
	background: url(/images/menuB.gif) left bottom repeat-x;
}
#menu a {
	display: block;
	height: 100%;
	border-left: solid 1px #4D187C;
	border-right: solid 1px #B999D1;
	padding: 6px 15px 6px 15px;
	font-size: 110%;
	font-weight: bold;
}
#menu a:link, #menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #7030A0;
	background: #E3CDFA url(/images/menuH.gif) left bottom repeat-x;;
}
.popmenu {
	display: none;
	position: absolute;
	z-index:1;
	text-align: left;
	width: 150px;
	padding-bottom: 3px;
	background: url(/images/dropB.gif) left bottom no-repeat;
}
.popmenuI {
	background: #DCC0F9;
}
.popmenu a {
	display: block;
	padding: 2px 3px 2px 6px;
	font-size: 100%;
	font-weight: bold;
	width: 141px;
}
.popmenu a:link, .popmenu a:visited {
	color: #7030A0;
	text-decoration: none;
}
.popmenu a:hover {
	background: #BD91E5;
	color: #333333;
}
/*
*  MAIN
*/
#main {
	position: relative;
	width: 900px;
	text-align: left;
}
/*
*  CONTENT
*/
#content {
	padding: 20px 209px 10px 209px;
}
#content h1 {
	xfont-family: Calibri, Arial, Helvetica, sans-serif;
	xfont-size: 190%;
	font-size: 130%;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 5px;
}
#content h2 {
	xfont-family: Calibri, Arial, Helvetica, sans-serif;
	xfont-size: 160%;
	font-size: 115%;
	color: #FF7F00;
	font-style: italic;
	margin: 10px 10px 10px 10px;
}
#content h3 {
	xfont-family: Calibri, Arial, Helvetica, sans-serif;
	xfont-size: 160%;
	font-size: 105%;
	color: #7030A0;
	margin-top: 10px;
	margin-bottom: 5px;
}
#content h4 {
	xfont-size: 160%;
	font-size: 105%;
	color: #BD91E5;
	margin-top: 10px;
	margin-bottom: 5px;
}
#content h5 {
	xfont-family: Calibri, Arial, Helvetica, sans-serif;
	xfont-size: 120%;
	font-size: 105%;
	color: #7030A0;
	margin-top: 10px;
	margin-bottom: 0;
}
#content h6 {
	xfont-size: 120%;
	font-size: 105%;
	color: #BD91E5;
	margin-top: 10px;
	margin-bottom: 0;
}
#content p {
	margin-top: 0;
	margin-bottom: 10px;
}
#content ul {
	padding: 0;
	margin: 0 0 10px 15px;
}
#content ol {
	margin-top: 0;
	margin-bottom: 10px;
}
#content blockquote {
	float: right;
	width: 100px;
	border: dotted 1px #FF7F00;
	margin: 3px;
	padding: 5px;
}
#content blockquote p {
	margin-top: 0;
	margin-bottom: 0;
}
#content a:link {
	color: #7030A0;
}
#content a:visited {
	color: #333333;
}
#content a:hover {
	color: #FF7F00;
}
#content .redtext {
	color: #FF0000;
}
#content .bluetext {
	color: #0000FF;
}
#content .largetext {
	font-size: 200%;
}
#content .largertext {
	font-size: 250%;
}
#content img {
	border: 0px;
}
#content hr {
	margin-top: 20px;
	height: 10px;
	background: url(images/bar.gif) left top repeat-x;
}
#content .imgleft {
	float: left;
	margin: 0 10px 5px 0;
}
#content .imgright {
	float: right;
	margin: 0 0 5px 10px;
}
#content .imgborder {
	border: solid 1px #000000;
}
.clearfloats {
	clear: both
}
.clearright {
	clear: right
}
.clearleft {
	clear: left
}
.cols {
	text-align: center;
}
.col1 {
	width: 65%;
	margin: 10px auto 0 auto;
	text-align: left;
}
.col2, .col2n, .col3, .col3n {
	float: left;
	margin-top: 10px;
	text-align: left;
}
.col3, .col3n {
	width: 31%;
}
.col2, .col2n {
	width: 48%;
}
.col2, .col3 {
	margin-right: 2%;
}
/*
*  LEFTBAR
*/
#leftbar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	background: #DCC0F9 url(/images/panelT.gif) left top no-repeat;
}
#leftbarI {
	width: 170px;
	background: url(/images/panelB.gif) left bottom no-repeat;
	padding: 5px;
}
#submenu {
	width: 170px;
}
#submenu h2 {
	margin: 0;
	padding: 3px 0 3px 3px;
	font-size: 16px;
}
#submenu h2 a:link, #submenu h2 a:visited {
	color: #333333;
	text-decoration: none;
}
#submenu h2 a:hover {
	color: #FFFFFF;
}
#submenu ul {
	margin: 0px;
	padding: 0px;
}
#submenu li {
	list-style: none;
}
#submenu ul p {
	margin: 3px 0 3px 0;
	xbackground: #7030A0;
	xcolor: #FFFFFF;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}
#submenu ul .item {
	display: block;
	text-decoration: none;
	width: 164px;
	padding: 3px 3px 3px 3px;
}
#submenu ul a:link, #submenu ul a:visited {
	xcolor: #FFFFFF;
	color: #333333;
}
#submenu ul a.current:link, #submenu ul a.current:visited {
	color: #DCC0F9;
}
#submenu ul a:hover {
	xcolor: #DCC0F9;
	color: #ffffff;
}
#submenu ul li {
	padding-bottom: 2px;
	border-bottom: solid 1px #333333;
}
#submenu ul ul li {
	border-bottom: none;
	display: inline;
}
#submenu ul ul p {
	margin: 0;
	background: none;
	color: #333333;
	font-size: 14px;
}
#submenu ul ul .item {
	width: 159px;
	padding: 3px 3px 3px 8px;
}
#submenu ul ul a:link, #submenu ul ul a:visited {
	color: #333333;
}
#submenu ul ul a.current:link, #submenu ul ul a.current:visited {
	color: #FFFFFF;
}
#submenu ul ul a:hover {
	color: #FFFFFF;
}
#submenu ul ul ul p {
	font-size: 12px;
	font-weight: normal;
}
#submenu ul ul ul .item {
	width: 154px;
	padding: 3px 3px 3px 13px;
}
/*
*  RIGHT BAR
*/
#rightbar {
	position: absolute;
	top: 0px;
	right: 0;
	width: 180px;
}
.feature {
	width: 180px;
	margin-bottom: 10px;
	background: #DCC0F9 url(/images/panelT.gif) left top no-repeat;
}
.featureI {
	width: 170px;
	background: url(/images/panelB.gif) left bottom no-repeat;
	padding: 5px;
}
.feature h2 {
	margin: 0;
	font-size: 100%;
	padding: 3px 7px 73px 7px;
	background-color: #7030A0;
	background-position: bottom left;
	background-repeat: no-repeat;
}
.feature h2 a:link, .feature h2 a:visited {
	color: #FAF5FF;
	text-decoration: none;
}
.feature h2 a:hover {
	color: #FF7F00;
}
.feature p {
	margin: 10px 0 0 0;
	font-size: 100%;
	color: #7030A0;
}
.feature p.more {
	text-align: right;
}
.feature p a {
	padding-right: 8px;
}
.feature p a:link, .feature p a:visited {
	color: #7030A0;
	text-decoration: none;
	background: url(/images/arrow.gif) right 65% no-repeat;
}
.feature p a:hover {
	color: #FF7F00;
	background: url(/images/arrowH.gif) right 65% no-repeat;
}
#plus {
	width: 170px;
	padding: 5px;
}
/*
*  FOOTER
*/
#footer {
	visibility: hidden;
}
#footer hr {
	margin-top: 20px;
	height: 8px;
	background: url(images/bar.gif) left top repeat-x;
}
#footer p {
	margin-top: 0;
	margin-bottom: 10px;
}
#footer td {
	color: #BD91E5;
	font-size: 80%;
	padding: 5px 0 5px 0;
}
#footer a {
	padding: 0 5px 0 5px;
}
#footer a:link, #footer a:visited {
	color: #BD91E5;
	text-decoration: none;
}
#footer a:hover {
	color: #FF7F00;
	text-decoration: none;
}
/*
*  RESPONSE FORM
*/
#response {
	padding: 0.5em;
	width: 90%;
	xbackground: #92CBFF;
}
#response div {
	clear: both;
	padding: 3px 0 0 0;
}
#form-error {
	color: red;
	font-weight: bold;
}
#response label {
	float: left;
	width: 10em;
	text-align: right;
	font-size: 100%;
	font-weight: bold;
}
#response input.submit {
	float: left;
	width: 7em;
	text-align: center;
}
#response input:focus, #response textarea:focus {
	background-color: #dedede;
}
#response .element {
	float: left;
}
/*
*  LIST PRODUCTS
*/
#listing {
	margin: 20px 0 0 0;
}
#listing .item {
	float: left;
	width: 160px;
}
#listing .item p {
	margin: 0;
	text-align: center;
}
#listing .item img {
}
#listing .item a:link, #listing .item a:visited {
	color: #333333;
	text-decoration: none;
}
#listing .item a:hover {
	color: #FF7F00;
}
#listing .item a:link img, #listing .item a:visited img {
	border-top: solid 1px #E0CCEE;
	border-right: solid 1px #7030A0;
	border-bottom: solid 1px #7030A0;
	border-left: solid 1px #E0CCEE;
}
#listing .item a:hover img {
	border-top: solid 1px #FED5AD;
	border-right: solid 1px #FF7F00;
	border-bottom: solid 1px #FF7F00;
	border-left: solid 1px #FED5AD;
}
.strike {
	text-decoration:line-through;
}
/*
*  DISPLAY SINGLE PRODUCT
*/
#product {
	width: 671px;
}
#image450 {
	position: relative;
}
#image450 img {
	position: absolute;
	top: 0px;
	right: 0px;
	border: solid 1px #7030A0;
}
#image100 img {
	display: block;
	float: left;
	margin: 0 4px 4px 0;
}
#image100 a:link img, #image100 a:visited img {
	border: solid 1px #7030A0;
}
#image100 a:hover img {
	border: solid 1px #FF7F00;
}
