/* SITE-SPECIFIC STYLES */

#bigcontainer {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	background: #fff;
	border: solid 1px #fff;
}

#banner {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}

#buttoncontainer {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 87px;
	height: 102px;
	float: left;
	text-align: center;
}

#content {
	position: relative;
	margin: 10px auto;
	padding: 0 10px 5px 10px;
	width: 834px;
	float: right;
	font-size: 12px;
	font-family: Arial, sans-serif;
	min-height: 300px;
}

/* SHOPPING CART */

#cartcontainer {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 148px;
	height: 102px;
	float: left;
}

#cartcontainer table td {
	color: #3c0e43;
	font-size: 12px;
	font-weight: bold;
	padding: 1px 3px;
	margin: 0;
}

#cartcontainer table td a {
	text-decoration: none;
	color: #3c0e43;
	font-weight: bold;
	font-size: 12px;
}

#cartcontainer table td a:hover {
	text-decoration: underline;
}

/* NAVIGATION */

#navigation {
	position: relative;
	margin: 10px auto 0 auto;
	padding: 0 0 0 10px;
	width: 136px;
	float: left;
}

#navigation ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation ul li {
	position: relative;
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	background: url(images/arrow.jpg) left no-repeat;
}

#navigation ul li a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #3c0e43;
	font-weight: bold;
	font-size: 12px;
}

#navigation ul li a:hover {
	color: #9967a1;
}

/* GENERIC STYLES */

body {
  margin:0px 0px 9px 0px;
  padding:0;
  color: #000000;
  background: #3c0e43;
  font-family: Arial, sans-serif;
}

#h1container {
  padding: 3px;
  margin: 0 auto;
  width: 1000px;
  color: #000000;
  background: inherit;
  border: 0px;
} 

#container {
  margin: 0 auto;
  width: 770px;
  padding: 0px;
  color: #000000;
  background: inherit;
  font-size: 12px; 
  font-family: Arial, sans-serif; 
  font-weight: normal; 
  border: 0px;
} 

#copyright {
  margin: 0 auto;
  width: 1000px;
  text-align: center;
  color: #fff; 
  background: inherit;
  font-size: 11px; 
  font-family: Arial, sans-serif; 
  font-weight: normal; 
} 

A.pagelink {
  background: inherit;
  color: #298BFF; 
  font-size: 12px; 
  font-family: Arial, sans-serif; 
  font-weight: normal; 
  text-decoration: underline; 
} 

A:hover.pagelink {
  background: inherit;
  color: #77c40a; 
  font-size: 12px; 
  font-family: Arial, sans-serif; 
  font-weight: normal; 
  text-decoration: underline; 
}

A.sitemaplink {
  background: inherit;
  color: #ffffff; 
  font-size: 11px; 
  font-family: Arial, sans-serif; 
  font-weight: normal; 
  text-decoration: none; 
} 

A:hover.sitemaplink {
  background: inherit;
  color: #FCBF05; 
  font-size: 11px; 
  font-family: Arial, sans-serif; 
  font-weight: normal; 
  text-decoration: underline; 
}

A.webhublink { 
  background: inherit;
  color: #acfa2e; 
  font-size: 11px; 
  font-family: Arial, sans-serif; 
  font-weight: normal; 
  text-decoration: underline; 
}

A:hover.webhublink { 
  background: inherit;
  color: #B6E0FF; 
  font-size: 11px; 
  font-family: Arial, sans-serif; 
  font-weight: normal; 
  text-decoration: underline; 
}

A.statslink {
  background: inherit;
  color: #ff0000; 
  font-size: 10px; 
  font-family: Arial, sans-serif; 
  font-weight: normal; 
  text-decoration: none; 
} 

A:hover.statslink {
  background: inherit;
  color: #70c21b; 
  font-size: 10px; 
  font-family: Arial, sans-serif; 
  font-weight: normal; 
  text-decoration: underline; 
}

img.middle {
  vertical-align: middle;
}

p {
  text-align: justify;
  text-indent:0px;
  margin-top: 0px; 
  margin-bottom: 10px; 
  margin-left: 1px; 
  margin-right: 1px;
}

h1 {
  font-family: Arial, sans-serif;
  font-size: 10px;
  background-color: inherit;
  color: #dddddd;
  margin: 0px;
  padding: 2px;
  text-align: right; 
}

h2 {
  font-family: Arial, sans-serif;
  font-size: 16px;
  background-color: inherit;
  color: #3c0e43;
  margin: 0 0 1em 0;
  padding: 0px;
}

h3 {
  font-family: Arial, sans-serif;
  font-size: 14px;
  background-color: inherit;
  color: #0F3F6F;
  margin: 0px;
  padding: 0px;
  padding-bottom: 5px;
}

form {
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0px;
}

input {
  font-family: Arial, sans-serif; 
  font-size: 11px; 
  font-weight: normal; 
  color: #000000;
  background-color: inherit; 
  padding: 1px;
}

select {
  font-family: Arial, sans-serif; 
  font-size: 11px; 
  font-weight: normal; 
  color: #000000;
  background-color: inherit; 
  padding: 1px;
}

textarea {
  font-family: Arial, sans-serif; 
  font-size: 11px; 
  font-weight: normal; 
  color: #000000;
  background-color: inherit; 
  padding: 1px;
}

table {
  margin-left: auto;
  margin-right: auto;
}

ul {
  margin: 0px;
  padding: 0px 0px 0px 15px;
}

ol {
  margin: 0px;
  padding: 0px 0px 0px 15px;
}

li {
  margin: 0px;
  padding: 0px 0px 0px 15px;
}

.floatright { 
  float: right; 
  margin: 3px 3px 3px 10px;
}

.floatleft { 
  float: left; 
  margin: 3px 10px 3px 3px; 
}

.center {
  text-align: center; 
}

.left { 
  text-align: left;
} 

.right { 
  text-align: right; 
}

.italic {
  font-style: italic;
}

.bold { 
  font-weight: bold; 
}

.red { 
  color: #C30000;
}

.errorheading { 
  font-family: Arial, sans-serif; 
  font-size: 30px; 
  font-weight: bold; 
  font-style: normal; 
  text-decoration: none; 
  background: inherit;
  color: red; 
}

.errortext { 
  font-family: Arial, sans-serif; 
  font-size: 14px; 
  font-weight: bold; 
  font-style: normal; 
  text-decoration: none; 
  background: inherit;
  color: #000000; 
}

.fineprint { 
  font-family: Arial, sans-serif; 
  font-size: 10px; 
  font-weight: normal; 
  font-style: italic; 
  text-decoration: none; 
  background: inherit;
  color: #aaaaaa; 
}

.stats {
  font-family: Arial, sans-serif; 
  font-size: 11px; 
  font-weight: normal; 
  text-decoration: none; 
} 

.referer { 
  font-family: Arial, sans-serif; 
  font-size: 12px; 
  font-weight: normal; 
  text-decoration: none; 
  background: inherit;
  color: #ff0000; 
}

div.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}