/* CSS Document */
body {
	min-width:640px;
	font-size: 0.8em;
	background-color: #330033;
	font-family: Verdana;
	color: #CDBCFE;
	}
	
h3 {
	font-weight: bold;
	color: #CCFFFF;
	}
p {
	text-indent: 2em;
	}
hr.ridged {
border:1px outset #66FFFF;
height:6px;
text-align: right;
width:80%;
}
a:link, a:visited {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	}
a:hover {
	color: #00FFFF;
	text-decoration: none;
	}

/* LAYOUT ELEMENTS */
#website {
position: absolute;
	left: 0px;
	top: 0px;
	}
#header,#menu,#sub-section,#footer {
	overflow:hidden;
	display: inline;
	position: relative;
	}
#header {
	width: 61%;
	top: 10px;
	left: 25%;
	display: block;
	}
#footer {
	width:63%;
	height: 2em;
	bottom: 10px;
	bottom: 0;
	left: 20%;
	position: absolute;
	display: block;
	font-weight: bold;
	font-size: .75em;
	}
#menu,#content,#rightcornerstone {
	float:left;
	}
#menu {
	width:17%;
	left: 7%;
	top: 27%;
	position: absolute;
	}
#content {
	width:69%;
	position: absolute;
	top: 20%;
	left: 23%;
	height: 64%;
	overflow: auto;
	z-index: 2;
	}

#pagelisting {
	margin-bottom: 5px;
	margin-top: 5px;
	}
#leftcornerstone {
	width: 20%;
	display: table-cell;
	height: auto;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
    }
#rightcornerstone {
	width: 23%;
	display: table-cell;
	height: auto;
	float: right;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
    }

/* IMPORTANT DATA TABLE, CELL AND AREA STYLES */	
.productclear {
	background-color: transparent;
	border: none;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	}
.productltpurple {
	background-color: #D5BFFF;
	border: none;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	color: #330033;
	}
.accessories {
	background-color: #C6AAFF;
	border: none;
	color: #330033;
	width: 130px;
	margin-right: 20px;
	vertical-align:top;
	}
.itemrow {
	margin-right:auto;
	margin-left: auto;
	width: 80%;
	}
.productltpurple a, a:link {
	color: #07B19C;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	}
.productltpurple a:hover {
	color: #330033;
	text-decoration: none;
	}
.bigthumbcell {
	width: 150px;
	overflow: hidden;
	vertical-align: top;
}	
.bigthumb {
	max-width: 150px;
	width: 9em;
	border: 0;
	}
.productdesc {
	padding-right: 5px;
	height: 125px;
	padding-top: 40px;
	}
.thumbnailrow {
	height: 100px;
	}
.price {
	font-style: oblique;
	font-weight: bolder;
	color: #00CC33;
	text-align: right;
	padding-right: 10px;
	}

/* ORDER QUEUE STYLES */	
.queue { 
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
.queueheadline {
	background-color: #CDBCFE;
	color: #330033;
	font-weight: bold;
	}
.queueitem {
	color: #61FCBE;
	}
	
/* STRETCHY IMAGE STYLING */	
.stretchymenu {
	max-width:130px;
	width: 85%;
	border: 0;
	}
.stretchytitle {
	max-width:891px;
	width:69%;
	border: 0;
	}
.stretchyheaderimage {
	width:30%;
	max-width: 400px;
	}
.stretchythumb {
	width:5em;
	max-width: 100px;
	border: 0;
	}
.payment {
	text-align: right;
	}
.bannerads {
	text-align: center;
	}
.bannerads img {
	border: 0;
}
/* PAGE INDEX ABOVE GALLERY */
a.pagelink:link {
border: 1px solid #4AE89D;
background: #C0A8EA;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom:2px;
margin-right: 6px;
color: #200040;
}
a.pagelink:hover {
border: 1px solid #8000FF;
background:#660099;
color: #DFB9FF;
}
a.pagelink:visited {
	border: 1px solid #C0A8EA;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom:2px;
	margin-right: 6px;
	color: #200040;
	background-color: #4AE89D;
}
div#my_banners {
text-align:center;
}
