/* overall font settings for site */
body,p,div,th,td,p,input,select,textarea {
		font-family: Verdana, Arial, Helvetica, Sans-serif;
		color: #000092;
}
body {
	background-color: #F0F3FF;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	font-size:75%;
}
/* links */
a:link {
	color: #043698;
	text-decoration: none;
}
a:visited {
	color: #043698;
	text-decoration: none;
}
a:hover {
	color: #E00000;
	text-decoration: underline;
}
a:active  {
	color: #043698;
	text-decoration: none;
}
/* headings */
h1 {
	margin: 0;
	font-size: 1.8em;
	color : #6C0C88;
	font-weight: normal;
}
h2 {
	margin: 0;
	font-size: 1.8em;
	color : #6C0C88;
	font-weight: normal;
	margin-bottom: 16px;
}
h3 {
	margin: 0;
	font-size: 1.6em;
	color : #6C0C88;
	font-weight: normal;
}
h4 {
	margin: 0;
	font-size: 1.2em;
	color : #6C0C88;
	font-weight: normal;
}
/* other HTML tag overrides */
li {
	padding-bottom: 12px;
	line-height: 130%;
}
img {
	border: 0px none;
}
fieldset {
	margin: 0;
	border: 0;
	padding: 0;
}
legend {
	display: none;
}
dl {
	margin: 0;
	padding: 0;
}
dt {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #006AD5;
	padding-bottom: 6px;
	padding-top: 6px;
	font-weight: normal;
	font-size: 1.3em;
}
dd {
	padding-bottom: 6px;
}
form {
	display: inline;
	}
textarea {
	font-size: 1em;
}
/* main site layout */
#container {
	background-image: url(../images/sidebar.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
#header {
	min-width: 610px;
	background-color: #88D9F7;
}
#headerdiv {
	position: relative;
	margin-left: 199px;
	top: 0px;
	display: block;
	border-bottom: 2px solid #7E2993;
	height: 0px;
	margin-bottom: -2px;
}
#banner {
	width: 680px;
	height: 130px;
	position: relative;
}
#banner span {
	background: url(../images/caseyscreations.jpg) no-repeat left top;
	position: absolute;
	width: 100%;
	height: 100%;
}
#banner a {
	display:block;
	height: 100%;
}
#banner:hover {
	text-decoration: none;
}
#mainarea {
	background-image: url(../images/sidebar.jpg);
	background-repeat: repeat-y;
	height: 100%;
	max-width: 1028px;
	min-height: 600px;
}
#column0 {
	background-image: url(../images/sidebar.jpg);
	background-repeat: repeat-y;
	margin-top: 4px;
	padding:4px;
	width: 196px;
	float: left;
}
#column1 {
	margin-left: 204px;
	background-color:#FFFFFF;
	padding: 0;
	padding-left: 26px;
	padding-right: 12px;
	padding-top: 24px;
	padding-bottom: 12px;
	min-width: 378px;
}
#column1 p {
	margin: 0;
	padding: 0;
	padding-bottom: 12px;
	line-height: 140%;
	max-width: 500px;
}
#column1 h1, #column1 h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #6C0C88;
	margin-top: 8px;
	max-width: 500px;
}
#column1 h3, #column1 h4 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #6C0C88;
	max-width: 500px;
	margin-top: 8px;
	margin-bottom: 8px;
}
#column1 a {
	text-decoration: underline;
}
#column1 dl, #column1 ul, #column1 form {
	max-width: 500px;
}
#column1 ul {
	margin-top: 0;
	margin-bottom: 6px;
}
#column1 li {
	padding-bottom: 6px;
}
.sysmsg {
	padding: 12px;
	border: 1px solid red;
	background-color: #FFF9E6;
	max-width: 450px;
}

/* side navigation */
#sidetop {
	height: 24px;
}
#sidemiddle {
	padding-left: 4px;
	padding-right: 4px;
	font-size: 0.8em;
}
#sidebottom {
	padding-top: 32px;
	text-align: center;
	height: 0px;
}
#sidebottom a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sidemenu {
}
.sidemenu ul
{
	margin: 0;
	padding: 0;
	list-style-type:none;
	padding-bottom: 6px;
}
.sidemenu li
{
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 6px;
	margin-right: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F8F8F8;
	background-repeat: no-repeat;
	background-position: 0 2px;
}
.sideitem, .sidecurrent
{
	font-size: 1.8em;
}
.subnav {
	margin-top: 6px;
}
.subitem
{
	font-size: 1.2em;
}
.sidemenu a
{
	padding: 2px 3px 5px 0px;
	display: block;
	line-height: 100%;
}
.sidemenu a:link, .sidemenu a:visited {
	text-decoration: none;
	color: #F8F8F8;
}
.sidemenu a:hover {
	background-color: #7E2993;
	color: #F8F8F8;
	margin-left: -8px;
	padding-left: 8px;
}
.sideline {
	padding: 0px;
	margin: 0px;
	margin-right: 5px;
	margin-left: -2px;
	margin-bottom: 10px;
	display: block;
	height: 1px;
	border-bottom: #F8F8F8 dotted 1px;
}
.sidecurrent {
	background-color: #FFFFFF;
	width: 190px;
}
.sidecurrent a, .sidecurrent a:link, .sidecurrent a:visited {
	color: #6C0C88;
}
.sidecurrent a:hover {
	color: #F8F8F8;
	margin-right: 12px;
}

/* menu tabs navigation */
#menubar {
	position: absolute;
	height: 30px;
	left: 208px;
	top: 112px;
	min-width: 506px;
	z-index: 1;
}
#navmenu {
	display: block;
	height: 30px;
}
#navmenu ul {
	margin:0;
	padding:0;
	list-style:none;
	white-space: nowrap;
	}
#navmenu li {
	float: left;
	margin: 0;
	padding: 0;
	height: 30px;
	padding-left: 10px;
}
#navmenu span {
	float: left;
	margin: 0;
	padding: 0;
	height: 30px;
	}
#navmenu a {
	display:block;
	color: #555555;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 120%;
	white-space: nowrap;
	height: 30px;
	}
#navmenu a:hover {
	color: #E00000;
	text-decoration: none;
}
li.navcurrent {
	background: url(../images/tableft_current.png) no-repeat left top;
}
li.navitem {
	background: url(../images/tableft.png) no-repeat left top;
}
span.navcurrent {
	background: url(../images/tabright_current.png) no-repeat right top;
}
span.navitem {
	background: url(../images/tabright.png) no-repeat right top;
}
#navmenu .navcurrent a {
	color: #6C0C88;
	cursor: default;
}

/* Copyright and bottom info */
#footer {
	background-image: url(../images/sidefooter.jpg);
	background-repeat: repeat-y;
	display: block;
	clear: both;
	width: 100%;
	height: 20px;
	background-color: #94A4F8;
}
#footerdiv {
	display: block;
	background-color: #7E2993;
	height: 1px;
	margin-left: 198px;
}
.copyright,.copyright_right		{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F8F8F8;
	font-size: 0.8em;
	letter-spacing: -1px;
	text-align: center;
	padding-top: 3px;
	padding-right: 12px;
	float: left;
	margin-left: 200px;
}
.copyright a		{
	color: #F8F8F8;
	text-decoration: none;
}
.copyright a:hover		{
	color: #000000;
	text-decoration: none;
}
.copyright_right {
	margin-left: 0;
	float: right;
}
/* other site-specific styles */
.leftimage {
	float: left;
	margin-right: 12px;
	margin-bottom: 6px;
}
.rightimage {
	float: right;
	margin-left: 12px;
	margin-bottom: 6px;
	margin-right: 32px;
}
.clearimage {
	clear: both;
}
#flashimage {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 220px;
}
#rightGallery {
	float: right;
	width: 260px;
}
#rightGallery a {
	display: block;
	text-align: right;
}
#testimonial {
	clear: left;
	font-style: italic;
	background: url(../images/leftquote.png) no-repeat 11px 15px;
	background-color: #F0F3FF;
	border: 1px dotted #7E2993;
	padding-top: 16px;
	padding-bottom: 4px;
	padding-left: 24px;
	padding-right: 20px;
	max-width: 360px;
}
#testimonial span {
	display: block;
	font-style: normal;
	padding-top: 2px;
	padding-bottom: 10px;
}
#testimonial em {
	display:inline-block;
	width: 20px;
	background: url(../images/rightquote.png) no-repeat 4px 1px;
}
#shipping {
	display: block;
	clear: left;
	padding-top: 22px;
	font-style: italic;
	font-size: 1.4em;
}
#shipping span {
	color: red;
	font-weight: bold;
}
/* styles for shopping pages */
.shopsection h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 2.0em;
	font-style: italic;
	margin-bottom: 0;
}
.shopsection h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 6px;
	font-weight: normal;
	font-size: 1.2em;
	font-style: italic;
	margin-bottom: 12px;
}
.sectionend, .sectionendnone {
	clear: both;
	padding-top: 6px;
	margin-bottom: 24px;
	padding-bottom: 6px;
	margin-left: -20px;
	text-align: right;
	font-size: 0.9em;
	color : #6C0C88;
	font-style: italic;
}
.sectionend {
	border-bottom: 1px dotted #6C0C88;
}
.sectionendnone {
	margin-bottom: 0;
	padding-bottom: 0;
}
.sectionend a, .sectionendnone a {
	color : #6C0C88;
}
.shopright {
	float: right;
	text-align: right;
	font-style: italic;
	font-size: 0.9em;
	color : #6C0C88;
}
.shopright span {
	text-decoration: underline;
}
.shopright a {
	color : #6C0C88;
}
.product {
	float: left;
	margin-right: 16px;
	width: 196px;
}
.productimg {
	position: relative;
	height: 320px;
	margin-left: -6px;
}
.productimg img {
	position: absolute;
	bottom: 0;
}
.prodname {
	display: block;
	margin-bottom: 12px;
}
.prodid {
	display: -moz-inline-box;
	display: inline-block;
	width: 94px;
}
.prodfullprice {
	text-decoration: line-through;
}
.prodprice {
}
.outofstock {
	color: red;
	font-weight: bold;
}
.sale {
	display: -moz-inline-box;
	display: inline-block;
	width: 94px;
	color: red;
}
.saleprice {
	color: red;
}
.prodcolor {
	display: -moz-inline-box;
	display: inline-block;
	width: 94px;
	margin-top: 12px;
	margin-bottom: 7px;
}
.otherfield {
	display: -moz-inline-box;
	display: inline-block;
	margin-top: 6px;
	margin-bottom: 0px;
}
.colorimg {
	width: 28px;
	height: 28px;
	margin-top: 6px;
	vertical-align: text-bottom;
}
.colorselect {
	display: block;
	width: 88%;
}
.otherselect {
	display: block;
	width: 88%;
}
.viewcart {
	margin-bottom: 2px;
}
.addcart {
	margin-top: 8px;
}
/* styles for color chart */
.colorchart {
	display: block;
	overflow: hidden;
	margin-bottom: 32px;
}
.colorrow {
	display: block;
	clear: left;
	padding-top: 16px;
}
.colorgrid {
	float: left;
	width: 100px;
	text-align: center;
}
/* styles for how-to-wear */
.howtowear {
	display: block;
	overflow: hidden;
	margin-bottom: 12px;
}
.wearstep {
	float: left;
	width: 180px;
	padding-right: 20px;
}
/* styles for FAQ page */
.question {
	color: #6C0C88;
	font-size: 1.4em;
	padding-bottom: 6px;
}
.answer {
	padding-bottom: 20px;
	padding-left: 24px;
	line-height: 130%;
	max-width: 500px;
}
/* styles for show schedule */
.show {
	margin-bottom: 12px;
	overflow: hidden;
	max-width: 580px;
}
.showdate {
	float: left;
	font-style: italic;
}
.showcity {
	float: right;
}
.showname {
	clear: both;
	font-weight: bold;
}
.showtime {
	clear: both;
	float: left;
}
.showaddr {
	clear: right;
	float: right;
}
.showother {
	clear: both;
}
/* styles for forms */
.formline {
	margin: 2px;
	max-width: 500px;
}
.labelleft {
	float: left;
	width: 90px;
	overflow: hidden;
	text-align: right;
	padding-right: 10px;
}
.labelright {
	margin-left: 100px;
	padding-bottom: 6px;
	max-width: 450px;
}
.labelright textarea {
	position: relative;
	padding-top: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
	padding-right: 2px;
	width: 95%;
}
/* styles for link page */
.linkblock {
	margin-bottom: 20px;
	overflow: hidden;
	max-width: 580px;
}
.linkname {
	font-weight: bold;
}
.linkimg {
	float: right;
}
.linkdesc {
	margin-left: 20px;
}
/* overrides for printing */
@media print {
	body { background-color: white;  }
	#banner { display: none; }
	#bannertext { display: block; }
	#logo {
		left: 0px;
		top: 0px;
	}
	#navmenu { display: none; }
	#column0 { display: none; }
	#mainarea { margin-top: 60px; }
	#column1 { margin-left: 0px; }
}
