



body {
	background-color: #330066;
	margin: 0px;
	padding: 0px;
}


a{	color: #F7D84A;
	text-decoration: underline;}

a:hover {
	color: #FFFF99;
	text-decoration: none;
}

#containerwrap {
	width: 770px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	text-align: center;
	border: 0px solid #000000;
}

#top {
	height: 200px;
	width: 770px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #51dbfc;
	text-align: left;
}

#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	margin-left: 215px; /*Set left margin to LeftColumnWidth*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F7D84A;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
}




#sidenav{
	float: left;
	width: 215px; /*Width of left column*/
	margin-left: -770px; /*Set left margin to -(MainContainerWidth)*/
	vertical-align: top;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
	color: #F7D84A;
	padding-left: 5px;
	padding-top: 10px;
}

#sidenav a{
	color: #F7D84A;
	text-decoration: none;
	background-image: none;
	font-style: bold;

}

#sidenav a:hover{
	color: #CCCC33;
	text-decoration: none;
	font-style: bold;
}


#footer{
	clear: left;
	width: 100%;
	height: 20px;
	background: none;
	color: #51dbfc;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px 0;
	vertical-align: bottom;
}

#footer a{
	color: #999999;
	text-decoration: underline;
}

#footer a:hover{
	    color: #cccccc; 
		text-decoration: underline;
}

h1 {
	font-size: 16px;
	color: #51dbfc;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
.pcells td {
	padding-bottom: 12px;
}

.store a{
        color: #F7D84A;
        text-decoration: none; 
        font-style: bold;
 
}

.store a:hover{
        color: #CCB342;
        text-decoration: none;
        font-style: bold;
}


.imgThumb {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-top-style: none;
	border-left-style: none;
}

.homeTable td {
	text-align: center;
	padding-bottom: 15px;
}
#leftbarContent {
	width: 150px;
	float: left;
	margin-left: 18px;
}

.headerLink a{
	text-decoration: none !important;
}

.headerLink a:hover {
	text-decoration: none !important;
	background-color: #330066!important;
}


.displayproduct th{
	background-color: #552E7D;
}



.displayproduct table{
	border: 1px solid #552E7D;
	margin-bottom: 10px;
	width: 100%;
}

.displayproduct td table td{
	padding: 10px;
	text-align: left;
}

.productTitle {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #552E7D;
	padding-top: 10px;
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
}

.productNav {
	padding-bottom: 10px;
}

.productNav a {
	color: #CC339B;
}

.productNav a:hover {
	color: #D67BB9;
}

.also li {
	display: inline;
	padding:0;
	margin:0;
}
.also li:before { content:" -- ";}
.also li:first-child:before { content:"";}

