/* 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: #c1aad2;
	font: bold 21px  Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 1.8em;
	color: #c1aad2;
}

/* 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;
	background-color:  #331348;
		background-image: url(images/bg3.gif);
		background-position:right;
}

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

#main h2 {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-left: 5px;
	color: #c1aad2;
}
#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: 14px;
	color: #c1aad2;
	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;
}
.mceContentBody { background-image: none; background-color: #331348; color: #FFFFFF; } /*SnippetMaster editor bg color*/