body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	background-color: #ffffff;
	color: #000000;
	margin: 0px;
}

a:link {
	color: #726045;
	text-decoration: none;
}
a:visited {
	color: #726045;
	text-decoration: none;
}
a:hover {
	color: #726045;
	text-decoration: underline;
}
a:active {
	color: #726045;
	text-decoration: underline;
}

input, select, textarea {
	font-size: 11px;
}

.shoppingcart {
	color: #932923;
}

a.contactus {
	margin-right: 15px;
	font-size: 10px;
	font-weight: bold;
}

.copyright {
	padding-left: 15px;
	font-size: 9px;
	color: #726045;
}

.usernamepassword {
	color: #BCD4F7;
}

a.forgotpassword {
	font-size: 9px;
	color: #BCD4F7;
	text-decoration: underline;
}

a.logout {
	color: #BCD4F7;
}

table#body {
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	height: 450px;
	width: 957px;
}

table.home_search td {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.vertical_dots {
	background-image: url('/images/dots.gif');
	background-repeat: repeat-y;
}

.horizontal_dots {
	background-image: url('/images/dots.gif');
	background-repeat: repeat-x;
}


div.main_category {
	color: #556296;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

ul.main_category_list {
	padding-left: 15px;
	margin-top: 5px;
}

ul.main_category_list li {
	color: #726045;
}

.FrontSelect {
	width: 188px;
}






div#header {
	height: 40px;
	float: left;
}

.Logo {
	font-weight: bold;
	font-size: 32px;
	cursor: pointer;
}

.Slogan {
	font-size: 24px;
}

div#topLoginBox {
	float: right;
	padding: 5px;
	color: white;
	background-color: #7799CC;
	margin: 5px;
}

div#topLoginBox hr {
	color: white;
	background-color: white;
	border: 0px;
}

a.white {
	color: white;
}

div#menuBar {
	padding-top: 50px;
	padding-bottom: 30px;
}

.MenuItem {
	font-size: 14px;
	font-weight: bold;
	color: white;
	background-color: #7799CC;
	float: left;
	width: 120px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 2px solid #fffaf5;
	cursor: pointer;
}

.MenuItemBox {
	font-size: 14px;
	font-weight: bold;
	color: white;
	background-color: #7799CC;
	float: left;
	width: 120px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 2px solid white;
	cursor: pointer;
	margin: 5px;
}

div#menuBarBottom {
	text-align: center;
	width: 680px;
}

.MenuItemBottom {
	font-size: 12px;
	color: white;
	background-color: #7799CC;
	float: left;
	width: 90px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #fffaf5;
	cursor: pointer;
}

.MenuItemAdmin {
	font-size: 12px;
	color: white;
	background-color: #546298;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #fffaf5;
	cursor: pointer;
}

.MenuTab {
	float: left;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
	background-color: #546298;
	color: white;
	border: 3px solid #ffffff;
}

.MenuTabSelected {
	float: left;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
	border: 3px solid #ffffff;
}

.Required {
	font-weight: bold;
	width: 570px;
}

.NormalWidth {
	width: 570px;
}

.ExtendedWidth {
	width: 800px;
}

div.Notice {
	color: #556699;
}

div.Error {
	color: red;
}

#errorExplanation {
	width: 400px;
	border: 2px solid red;
	padding: 7px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	margin-top: 20px;
	background-color: #7799CC;
}

#errorExplanation h2 {
	text-align: left;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
	font-size: 12px;
	margin: -7px;
	background-color: #c00;
	color: #fff;
}

#errorExplanation p {
	color: #fff;
	margin-bottom: 0;
	padding: 5px;
}

#errorExplanation ul li {
	font-size: 12px;
	list-style: square;
	color: #fff;
}

.fieldWithErrors {
	border: 1px solid red;
}

.pagination {
	text-align: center;
	padding: .3em;
}
.pagination a, .pagination span {
	padding: .2em .5em;
}
.pagination span.disabled {
	color: #AAA;
}
.pagination span.current {
    font-weight: bold;
    color: black;
}
.pagination a {
	border: 1px solid #DDDDDD;
	color: #556699;
	text-decoration: none;
}
.pagination a:hover, .pagination a:focus {
	border-color: #7799CC;
	background: #7799CC;
	color: white;
}
.pagination .page_info {
	color: #aaa;
	padding-top: .8em;
}
.pagination .prev_page, .pagination .next_page {
	border-width: 2px;
}
.pagination .prev_page {
	margin-right: 1em;
}
.pagination .next_page {
	margin-left: 1em;
}

.Heading {
	font-size: 18px;
	font-weight: bold;
}

div.ItemImage {
	width: 700px;
	text-align: center;
}

div.ItemHeading {
	font-weight: bold;
	padding-top: 10px;
}

.HeadingSmall {
	font-weight: bold;
}

.SmallTxt {
	font-size: 10px;
	font-weight: normal;
}

.AdminTable {
	width: 900px;
	border: 0px;
	
}
.AdminTable tr.Row {
	
}
.AdminTable tr.AltRow {
	background-color: #ddddff;
}

div#faq .Category {
	font-size: 14px;
	font-weight: bold;
}

div#faq .Question {
	font-weight: bold;
	padding-top: 10px;
}

div#faq .Answer {
	padding-left: 20px;
}

.Events .Dates {
	font-weight: bold;
}

.AdminBox {
	border: 2px solid #7799CC;
	padding: 10px;
	max-height: 200px;
	overflow: auto;
}

.green {
	color: green;
}

.red {
	color: red;
}

.MainGalleryWidth {
	width: 630px;
}

div#popupBig {
	position: absolute;
	width: 940px;
	height: 455px;
	margin: 20px;
	padding: 5px;
	background-color: #fffaf5;
	border: 5px solid #7799CC;
	overflow: auto;
	display: none;
	z-index: 1000;
}

div#popupBig div#popupBigInner {
	padding: 15px;
	width: 900px;
	height: 410px;
}

div#popupBig div#loadingInner {
	width: 935px;
	height: 42px;
	padding-top: 199px;
	padding-bottom: 199px;
	text-align: center;
}

div#paypalPopup {
	position: absolute;
	width: 450px;
	height: 300px;
	padding: 5px;
	background-color: #fffaf5;
	border: 5px solid #7799CC;
	overflow: auto;
	display: none;
	z-index: 1000;
}

div#paypalPopup div#paypalPopupInner {
	padding: 10px;
	width: 410px;
	height: 255px;
}

div#paypalPopup div#paypalLoadingInner {
	width: 445px;
	height: 42px;
	padding-top: 120px;
	padding-bottom: 120px;
	text-align: center;
}

#close_link {
	position: absolute;
	display: none;
	z-index: 1001;
}

.opacityit {
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

div#screen_opacity {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 500;
	overflow: auto;
	height: 100%;
	width: 100%;
	background-color: #333333;
	display: none;
}
