﻿/* CSS layout */
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #000000;
}

#big_container {
	margin: 0px auto -1px auto;
	position: relative;
	width: 98%;
	min-width: 750px;
	background-color: #9481A0;
}
#shop_container {
	margin: 0px auto -1px auto;
	position: relative;
	width: 98%;
	min-width: 750px;
	background-color: #9481A0;
}

#header {
	margin:0; 
	padding:0;
	background-image: url('images/purple-gradient-slice.jpg');
	height: 140px;
	background-repeat: repeat-x;
}

#old_top_nav {
	background-image: url('images/nav-bkg.gif');
	line-height: 50px;
	border-width: 0px;
	padding: 0px;
	border-style: none;
	font-weight: bolder;
	text-align: center;
	margin: 0px;
	background-repeat: repeat-x;
}
#top_nav {
	border-color: #ffdeff;
	border-width: 2px 0px 2px 0px;
	padding: 5px;
	font-weight: bolder;
	text-align: center;
	margin: 5px 0px 5px 0px;
	background-color: #9481A0;
	border-top-style: solid;
	border-bottom-style: solid;
}

#top_nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#top_nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#top_nav a:focus {
	color:#ffdeff;
	text-decoration:underline;
}
#top_nav a:hover {
	color:#FFCCFF;
	text-decoration:underline;
}
#top_nav a:active {
	color:red;
}
	
#footer {
	background: #9481A0;
	background-image: url('images/pink-line.gif');
	background-repeat: repeat-x;
	font-size: smaller;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:focus {
	color:#ffdeff;
	text-decoration:underline;
}
#footer a:hover {
	color:#FFCCFF;
	text-decoration:underline;
}
#footer a:active {
	color:red;
}
#footer p {
	font-weight: bold;
	letter-spacing: 0.1em;
}

#main1 {
	background-position: left top;
	margin: 0;
	padding: 0;
	background: white;
	background-image: url('images/purple-back.gif');
	background-repeat: repeat-y;
}
#main2 {
	background-position: right top;
	margin: 0;
	padding: 0;
	background-image: url('images/purple-back.gif');
	background-repeat: repeat-y;
}
#left {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
}
#left img {
	padding-left:3px;
}
#left a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#left a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#left a:focus {
	color:#ffdeff;
	text-decoration:underline;
}
#left a:hover {
	color:#FFCCFF;
	text-decoration:underline;
}
#left a:active {
	color:red;
}
#left p {
	font-weight:bolder;
}
#right {
	float: right;
	width: 200px;
	margin: 0;
	padding: 0;
	background-color: #9481A0;
}

#right a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#right a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#right a:focus {
	color:#ffdeff;
	text-decoration:underline;
}
#right a:hover {
	color:#FFCCFF;
	text-decoration:underline;
}
#right a:active {
	color:red;
}

#middle {
	margin: 0 200px;
	background: white;
	height: 100%;
}
#middle2 {
	margin: 0 0px 0 200px;
	background: white;
	height: 100%;
}

#ashop_middle {
	background:white;
}
img {
	border:0;
}
.column-in {
	margin:0; padding:0.5em 1em;
}
.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}
		
td.stilogo {
	width: 320px;
}

h1 {
	/* color: #82468F; */
	font-size:x-large;
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	color: #82468F; 
	font-weight: bold; 
	font-size: large; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	color:#333333;
	font-size: large;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h4 {
	color: #ffdeff; 
	font-size:medium;
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h5 {
	font-size:medium;
}
.center {
	text-align:center;
}
a:hover {
	text-decoration:none;
	color:#CC33FF;
}
a:focus {
	text-decoration:none;
	color:#CC33FF;
}
.sm_right {
	font-size: x-small;
	text-align: right;
}
hr {
	color: #FFdeFF;
	background-color: #FFdeFF;
	height:3px; 
	border-style:solid; 
	border-width:1px 0 0 0;
	border-color:#FFdeFF;
}
.videobox {
	border: medium ridge #C0C0C0;
	width: 450px;
	height: 331px;
	text-align: center;
	background-color: #C0C0C0;
}
.whitebg {
	background-color: #FFFFFF;
}
.indent {
	margin-left: 40px;
}
.bigtext {
	font-size: medium;
}