/* reset browser styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
ol { 
  margin-left: 1.4em; 
  list-style: decimal; 
}
ul { 
  margin-left: 1.4em; 
  text-decoration: none;
}
img {
  border: 0;
}
/* end reset browser styles */

/* BASIC */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 145%; 
	color: #ffffff; 
	background-color: #ffffff;
	text-align: center; 
}

h1 {
	font-size: 1.9em;
	color: #565656;
	padding-top: 15px;
	margin-bottom: 10px;
	font: bold 21px  Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 1.8em;
	border-bottom: 1px solid #106A9B;
	margin-bottom: 5px;
	color: #663900;
}

/* LINKS */
a {
 	color: #c1aad2;
	font-weight: bold;
	text-decoration: none;
}
a:link {
 	color: #c1aad2;
	text-decoration: none;
}
a:visited{
 	color: #c1aad2;
	text-decoration: none;
}
a:hover{
	color: #6b5364;
	
}

/* LISTS*/
ul {
	margin-left: 15px;
	padding: 2px;
	text-decoration: none;
}

li {
	padding: 2px;
	text-decoration: none;
}


/* WRAPPER: wraps entire contents of page */
#wrapper {
	width: 100%;
	background-color: #ffffff;
		margin: 0 auto; 
	text-align: left;
}


/* BANNER */

#banner {
	width: 960px;
	margin: 0 auto;
	background-color: #331348;
	background-image: url(images/bg3.gif);
	background-position:right;
	position: relative;
}

#banner a {
	border-bottom: hidden;
}
#banner #cartmenu {
	position: absolute;
	right: 30px;
	top: 35px;
}

/* TOP NAVIGATION */
#banner #navigationtop {
	padding-bottom: 5px;
	right: 30px;
	top: 60px;	
	text-align: right;
	position: absolute;
}
#banner #navigationtop a {
 	color: #b9a8c4;
	font-weight: bold;
	border-right: 1px dotted #b9a8c4;
	border-bottom: none;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	text-decoration: none;
}
#banner #navigationtop a:visited {
 	color: #b9a8c4;
	font-weight: bold;
	border-right: 1px dotted #b9a8c4;
	border-bottom: none;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	text-decoration: none;
}
#banner #navigationtop a:hover {
 	color: #ffffff;
	font-weight: bold;
	border-right: 1px dotted #b9a8c4;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	text-decoration: none;
}

/* INNER WRAPPERS */

#backgroundwrapper {
	width: 960px;
	margin: 0 auto;
	background-color:  #331348;
	
	}

#contentwrapper {
	width: 960px;
	margin: 0 auto;
	background-color:  #331348;
}

/* VERTICAL LEFT NAV BAR */

#sidebar {
	float: left;
	width: 140px;
	margin-top: 10px;
	padding-top: 30px;
	clear: left;
}
#sidebar ul {
	border-top: 1px dotted #b9a8c4;
}

#sidebar li {
	margin: 2px 0;
	padding-bottom: 3px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	display: block;
	border-bottom: 1px dotted #b9a8c4;
	letter-spacing: 1.5px;
}

/* MAIN IMAGE */
#mainimage {
	float: left;
	width: 250px;
	margin-left: 10px;
}

/* MAIN CONTENT */

#main {
	margin-left: 200px;
	padding-left: 25px;
	padding-right: 100px;
	text-align: justify;
	height: 900px;
	background-color:  #331348;
		background-image: url(images/bg3.gif);
		background-position:right;
}

#main h1 {
	color: #FFFFFF;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom: 10px;
	font: 18px  "Century Gothic", Helvetica, sans-serif;
	}

#main h2 {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 1px dotted #FFFFFF;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #D21F54;
}
#main h3 {
	font-size: 1.4em;
	font-weight: bold;
	padding: 5px 15px 5px 0;
	margin-bottom: 15px;
	color: #FFFFFF;
}

#main p {
	font-size: 12px;
	padding-left: 5px;
	text-align: justify;
}
/* MAIN BODY LINKS */

#main a:link {
 	color: #b59eae;
	font-weight: bold;
	text-decoration: none;
}
#main a:visited{
 color: #b59eae;
	font-weight: bold;
	text-decoration: none;
}
#main a:hover{
	color: #6b5364;
	font-weight: bold;
	text-decoration: none;
}
#main ul {
	font-size: 12px;
	padding-left: 25px;
	padding-right: 10px;
	list-style-type: disc;
}
#main li {
	font-size: 12px;
	color: #e0d3dc;
	font-weight: bold;
}
#main .contact {
	font-size: 10px; 
	line-height: 145%; 
	color: #626e64; 
}
#table_border {

border: 1px solid #6b5364;

}
.largeword {
	font-size: 16px;
	color: #e0d3dc;
	font-weight: bold;
}

/* FOOTER / COPYRIGHT INFO */
#copyright {
	padding-top: 20px;
	background-image: url(images/footer2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	font-size: 10px;
	line-height: 100%;
	text-align: center;
	color: #b5ab9f;
	clear: both;
}

.tab-on {
  color: #FFFFFF;
  text-decoration: none;
}
.small {
  color: #00447c;
		font-family:   Palatino Linotype, Times New Roman, Arial, Verdana, Garamond,  sans-serif;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
}
.footer {
  font-size: 10px;
  color: #8c7d76;
}
.lite {
  color: #dbbc72;
}

.title {
  font-size: 100%;
  font-weight: bold;
  margin-left: 30px;
  margin-right: 30px;
  color: #ffffff;
}
.title2 {
  font-size: 10pt;
  font-weight: bold;
  color: #c1aad2;
}
.title3 {
  font-size: 18px;
  font-weight: bold;
  color: #c1aad2;
}
.title4 {
  font-size: 12px;
  font-weight: bold;
  color: #c1aad2;
}
.tbl-title {
  font-weight: bold;
  color: #FFFFFF;
 }
.tbl-head {
  font-weight: bold;
		font-size: medium;
   color: #c1aad2;
   background-color: #331348;
}
.tbl-head2 {
  font-weight: bold;
    color: #FFFFFF;
}
.border {
  background-color: #4a2661;
}
.color1 {
  background-color: #331348;
   color: #FFFFFF;
}
.color2 {
  background-color: #331348;
   color: #FFFFFF;
}
form {
  margin: 0px;
  padding: 0px;
}
img {
  border-style: none;
  border-width; 0px;

