@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	background-repeat: repeat-x;
	background-image: url(../images/background.jpg);
	letter-spacing: 0.06em;



	line-height: 1
.em;
	line-height: 1.25em;
}
.textSmall {
	font-size: 80%;
}


#container {
	width: 955px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
html, body {
	height: 100%;
	margin-bottom: 1px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}


#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 80%;
	color: #bd8eef;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
#mainContent {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 25px;
} 
.nav a {
	padding-right: 30px;
	font-size: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -0.01em;
}

#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.center {
	text-align: center;
}
h1 {
	color: #be2a10;



	font-size: 11
.%;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	font-size: 110%;
}
#container #Content #sidebar1 p a img {
	text-decoration: none;
}

.PurpleText {
	color: #bd8eef;
	font-size: 110%;
	font-weight: bold;
}


h2 {
	color: #be2a10;
	font-size: 100%;
	font-weight: normal;
}
#TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible .center p img {
	padding-right: 10px;
	padding-left: 10px;
}

h3 {
	color: #BD8EEF;
}
h4 {
	color: #BD8EEF;
}
h5 {
	color: #BD8EEF;
}
h6 {
	color: #BD8EEF;
}
a {
	text-decoration: none;
}

a:link {
	color: #BD8EEF;
}
a:visited {
	color: #BD8EEF;
}
a:hover {
	color: #9247E4;
}
a:active {
	color: #9247E4;
}
#mainContent a:link,#sidebar1 a:link {
	color: #BD8EEF;
}
#mainContent a:visited,#sidebar1 a:visited {
	color: #BD8EEF;
}
#mainContent a:hover,#sidebar1 a:hover {
	color: #9247E4;
}
#mainContent a:active,#sidebar1 a:active {
	color: #9247E4;
}

#headerSidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	text-align: right;
}
table img   {
	text-align: center;
}
#container #Content #MainContent2 #table table tr td img {
	margin: 5px;
	padding: 5px;
}

#table table tr td img {
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FDFD13;
	border-right-color: #07F4FA;
	border-bottom-color: #3F0;
	border-left-color: #F50A28;
}

#MainContent2{
margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 25px;
}
#shopTable tr{
	vertical-align: top;

}
#shopTable2 {
	margin-left: 30px;
}
.alignLeft {
	text-align: left;
	vertical-align: top;
	border: thin solid #BE2910;
}


#pressReleases {
	text-align: center;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
#menus {
	font-family: "Comic Sans MS", cursive, Arial;
	padding-left: 30px;
}
.MenuHead {
	font-family: "Comic Sans MS", cursive, Arial;
	font-size: xx-large;
}


.text {
	padding-left: 30px;
}
.PurpleTextGeorgia {
	color: #bd8eef;
	font-size: 110%;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#slideshow_1   {
	border: 1px solid #F31E0E;
}
#sidebar1 p a:link           {
	text-decoration: none;
}

/*#contact      {
	background-image: url(../images/contact_page.jpg);
	background-repeat: no-repeat;
	background-position: 510px 10px;
}
.blackText {
	color: #000;
}*/
.purple {
	color: #000;
	background-color: #BD8EEF;
}
.inline {
	display: inline;
}
.alignCenter {
	text-align: center;
	vertical-align: top;
	border: thin solid #BE2910;
}
#menus table tr td {
	text-align: left;
	vertical-align: top;
}
#menus .prices{
	text-align: right;
}
.RedText1 {
	color: #be2a10;
	font-size: 200%;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.redBorder {
	border: thin solid #BE2910;
	padding: 5px;
}

