/* Created by TopStyle Pro Trial Version - www.bradsoft.com */
body
{
	background: url("images/newlogo/background.gif") repeat;
	margin: 0px;
}
/* The Main Body Box - Centers all content on the page */
.main
{
	width: 750px;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	text-align: left;
	background: White;
	color: #221155;
	border-left: solid #221155 2px;
	border-right: solid #221155 2px;
}
/* The Header Box with the logo, etc. */
.header
{
	float: left;
	height: 90px;
	width: 350px;
	text-align: center;
	margin-top: 5px;
}
.header-right
{
	float: right;
	height: 50px;
	width: 400px;
 	text-align: center;
	margin-top: 30px;
	font-family: 'Trebuchet MS', Tahoma, Arial; 
	/* font-style: italic; */
	font-weight: bold;
	font-size: medium;
	color: #442244;
}
a.header-link
{
	color: Navy;
}
a.header-link:hover
{
	color: #FF8C00;
	text-decoration: none;
}
/* The Footer Box with copyright etc. */
.prefooter
{
	background-color: #D6D6D6;
	border-top: solid #221155 2px;
	font-family: 'Trebuchet MS', 'Tahoma', 'Arial';
	font-size: .9em;
	text-align: center;
	padding: 5px;
}
.footer
{
	color: white;
	background-color: #221155;
	font-family: 'Tahoma', 'Arial';
	font-size: .75em;
	text-align: center;
	padding: 5px;
	padding-top: 8px;
}
.footer-links
{
	color: #D8BFD8;
}
a.footer-links:hover
{
	color: #221155;
	background: #D8BFD8;
}
.thankyou
{
	color: #D8BFD8;
	font-family: 'Trebuchet MS', Tahoma;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
}
.copyright
{
	position: relative;
	color: white;
	font-family: 'Tahoma', 'Arial';
	font-size: .7em;
	text-align: center;
	margin-top: 8px;
}
/* The Top Tab Menu Box - Contains all the top level tabs */
.tabmenu
{
	clear: both;
	border-bottom: #221155 solid 2px;
	text-align: center;
	text-decoration: none;
	padding-top: 10px;
	z-index: 1;
}
a.tabmenu
{
	color: white;
	background-color: #442244;
	font-family: "Trebuchet MS", Tahoma;
	font-weight: bold;
	font-size: .85em;
	border: solid #221155 2px;
	margin: auto;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
}
a.tabmenu-current
{
	color: #442244;
	background-color: #D6D6D6;
	font-family: "Trebuchet MS", Tahoma;
	font-weight: bold;
	font-size: .85em;
	text-decoration: none;
	border: solid #221155 2px;
	border-bottom: solid #D6D6D6 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	z-index: 0;
}
a.tabmenu:hover
{
	color: #442244;
	background-color: #D6D6D6;
	text-decoration: underline;
}
a.tabmenu-current:hover
{
	color: #442244;
	text-decoration: underline;
}
/* The Second Level Tab Menu Box - Contains sub level tabs */
.subtabmenu-main
{
	text-align: center;
	background-color: #D6D6D6;
	border-bottom: solid #221155 2px;
	padding-top: 8px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
a.subtabmenu
{
	color: #221155;
	background-color: #D6D6D6;
	text-decoration: none;
	font-family: "Trebuchet MS", Tahoma;
	font-size: .75em;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 0px;
	vertical-align: bottom;
}
a.subtabmenu-current
{
	color: #221155;
	background-color: White;
	border: solid #221155 2px;
	border-bottom: solid white 3px;
	font-family: "Trebuchet MS", Tahoma;
	font-size: .75em;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 0px;
	vertical-align: bottom;
}
a.subtabmenu:hover
{
	color: #221155;
	background-color: white;
	border: solid #221155 2px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: bottom;
	text-decoration: underline;
}
a.subtabmenu-current:hover
{
	color: #221155;
	text-decoration: underline;
}
/* The content of the page */
.bodycontent
{
	top: auto;
	background-color: White;
	font-family: "Trebuchet MS", "Times New Roman", sans-serif;
	font-size: .95em;
/*	border-left: solid #221155 2px;
	border-right: solid #221155 2px; */
	padding: 10px;
	vertical-align: top;
	z-index: 2;	
}
h1, h2
{
	color: #FF8C00;
	text-align: center;
	font-family: Tahoma, Arial;
	font-size: 1.6em;
	margin: 0px;
}
h3
{
	color: #221155;
	text-align: center;
	font-family: Tahoma, Arial;
	margin: 5px;
}
h4
{
	color: #221155;
	text-align: center;
	font-family: Tahoma, Arial;
	margin: 0px;
}
h5
{
	color: #221155;
	text-align: center;
	font-family: Tahoma, Arial;
	font-weight: bold;
	margin: 2px;
}
hr
{
	border: solid thin #221155;
	margin: 15px 10px 15px 10px;
}
p
{
	color: #442244;
	margin: 10px;
}
li
{
	color: #221155;
	font-family: Tahoma;
	padding: .2em;
}
li a
{
	font-weight: bold;
}
li img
{
	padding: .4em;
}
a
{
	color: #221155;
}
a:hover
{
	color: #FF8C00;
	text-decoration: none;
}
img
{
	text-decoration: none;
	border: 0;
	padding-right: 5px;
}
.blue
{
	color: #221155;
}
.purple
{
	color: #442244;
}
.left
{
	text-align: left;
}
.center
{
	text-align: center;
}
.right
{
	text-align: right;
}
.float-left
{
	float: left;
	padding: 5px;
}
.float-right
{
	float: right;
	padding: 5px;
	text-align: center;
}
.shop-grid
{
	border: solid #221155 2px;
	padding: 10px;
}
.shop-grid-header
{
	background-color: #221155;
	color: white;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: .85em;
	font-weight: bold;
	padding: 3px;
}
.shop-grid-item
{
	background-color: white;
	color: #221155;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: .85em;
	padding: 3px;
	vertical-align: middle;
}
.shop-grid-item-alt
{
	background-color: #D6D6D6;
	color: #221155;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: .85em;
	padding: 3px;
	vertical-align: middle;
}
.addtocartbutton
{
	text-align: center;
	margin-bottom: -20px;
}
.table_header
{
	background-color: #D6D6D6;
}
table
{
	width: 100%;
}
.subFooter
{
	font-size: small;
}
table.social
{
	width: 50%;
}
table.social img
{
	vertical-align: middle;
}
