﻿/* --- Style Sheet */
body {
	font-size: 12px;
	font-family: Verdana, Helvetica, Century Gothic;
	color: #000080;
	background: #C2D3DD url('images/body.jpg') repeat-x;
	margin: 0px 0px 0px 0px;
}
/* --- Default HTML Elements */
table {
	font-size: 12px;
}
img {
	border: 0px solid #fff;
	border-radius: 7px;
}
hr {
	color: #000;
	background-color: #000;
	height: 1px;
	border-width: 0px;
}
form {
	margin: 0px 0px 0px 0px;
}
/* --- Default Links */
a {
	color: #000080;
	text-decoration: underline;
}
a:visited {
	color: #000080;
}
a:hover {
	color: maroon;
	text-decoration: none;
}
a:active {
	color: red;
	text-decoration: none;
}
/* --- Outside Wrapper */
#OutterWrapper {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	border: 1px solid transparent;
	margin-top: 8px;
	border-radius: 19px;
	box-shadow: 4px 7px 19px #000;
}
/* --- Outside Container */
.BodyContainer {
	text-align: center;
	width: 960px;
	margin: auto auto auto auto;
}
/* --- Page Content Container DIV*/
.PageContainer {
	text-align: left;
	width: auto;
	color: #000080;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
}
/* --- Page Header -  Top of content pages */
#PageTitle {
	float: left;
	text-indent: 15px;
	font-weight: normal;
}
.PageHeader {
	width: auto;
	height: 35px;
	line-height: 35px;
	background: url('images/pageheader2.jpg') repeat-x #fff;
}
.PageHeader #PageTitle a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: maroon;
}
.PageHeader #PageTitle a:hover {
	border-top: 1px #595959 solid;
	border-bottom: 1px #595959 solid;	
}
/* --- Nav Row Top of all pages */
#NavRowTop {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	height: 40px;
	color: #c0c0c0;
	font-size: 14px;
	background: url('images/navrow.jpg') #151526 repeat-x;
	border-radius: 0 0 35px 35px;
}
#NavRowTop img {
	border: 0 transparent solid;
	border-radius: 0 0 0 0;
	box-shadow: 1px 1px 3px #222;
}
#NavRowTop a:active img {
	box-shadow: 0 0 0 transparent;
}
#NavRowTop table {
	width: 955px;
	height: 40px;
}
#NavRowTop td {
	line-height: 40px;
}
#NavRowTop td:hover {
	background-color: #21203E;
	border-radius: 5px;
}
#NavRowTop a {
	font-size: 14px;
	color: #c0c0c0;
	text-decoration: none;
}
#NavRowTop a:visited {
	color: #c0c0c0;
}
#NavRowTop a:hover {
	color: #E8E8C1;
	text-decoration: none;
}
#NavRowTop a:active {
	color: #fff;
}
/* --- Header - Top of all pages */
#Header {
	width: 958px;
	height: 110px;
	color: #c0c0c0;
	background-color: #010127;
	margin-top: 0px;
	margin-bottom: 0px;
	border-radius: 19px 19px 0 0;
	border: 1px #3F4261 solid;
}
/* --- Header - Logo Area */
#LogoArea {
	width: 558px;
	height: 100px;
	position: relative;
	float: left;
	background: url('images/logo_main.jpg') no-repeat transparent;
	margin-left: 25px;
}
#HeaderSearch {
	float: right;
	margin-right: 35px;
	margin-top: 25px;
	color: #c0c0c0;
	text-align: left;
}
/* --- Header - Navigation */
#NavRowHeader {
	display: inline;
	visibility: visible;
	text-align: left;
	padding-top: 0px;
	margin-bottom: 0px;
	line-height: 20px;
}
#NavRowHeader a {
	font-size: 10px;
	color: #f0f0f0;
	text-decoration: none;
}
#NavRowHeader a:visited {
	color: #f0f0f0;
}
#NavRowHeader a:hover {
	color: #fff;
	border-top: 1px #595959 solid;
	border-bottom: 1px #595959 solid;
	text-decoration: none;
}
#NavRowHeader a:active {
	color: yellow;
}
/* --- Header - Search Area */
#SearchForm {
	display: inline;
	visibility: visible;
	margin-top: 10px;
	text-align: center;
	font-weight: normal;
	font-size: 10px;
	color: #dfdfdf;
}
#SearchForm img {
	margin-bottom: 3px;
	height: 21px;
	width: 56px;
}
#SearchForm a {
	font-size: 10px;
	color: #dfdfdf;
	text-decoration: none;
}
#SearchForm a:visited {
	color: #dfdfdf;
}
#SearchForm a:hover {
	color: #fff;
	text-decoration: underline;
}
#SearchForm a:active {
	color: yellow;
}
#SearchInput {
	height: 17px;
	line-height: 17px;
	vertical-align: middle;
	background: #000;
	color: #f0f0f0;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Helvetica, Sans-Serif;
	padding-left: 3px;
	text-align: left;
	border-top: 1px #595959 solid;
	border-left: 0px #000 solid;
	border-right: 0px #000 solid;
	border-bottom: 1px #595959 solid;
}
#GoButton {
	width: 55px;
	height: 23px;
	vertical-align: middle;
}
/* --- Footer -  Bottom of all pages */
.FooterLinks {
	font-size: 12px;
}
#Footer {
	width: auto;
	height: 35px;
	line-height: 35px;
	color: #000080;
	font-weight: bold;
	font-size: 10px;
	background: url('images/pageheader2.jpg') repeat-x #fff;
	text-align: center;
	border-radius: 0 0 19px 19px;
}
#Footer a {
	font-size: 12px;
	color: #000080;
	text-decoration: none;
}
#Footer a:visited {
	color: #000080;
}
#Footer a:hover {
	color: maroon;
	border-top: 1px #595959 solid;
	border-bottom: 1px #595959 solid;
	text-decoration: none;
}
#Footer a:active {
	color: red;
}
#Copyright {
	text-align: center;
	width: auto;
	font-size: 10px;
	color: #000;
	margin-top: 20px;
	margin-bottom: 20px;
}
#Copyright a {
	font-size: 10px;
	color: #000;
	text-decoration: underline;
}
#Copyright a:visited {
	color: #000;
}
#Copyright a:hover {
	color: #800000;
	text-decoration: none;
}
#Copyright a:active {
	color: #000;
	text-decoration: none;
}
/* --- Inspect Page */
#InspectComment {
	margin-bottom: 15px;
}
#CommentText {
	font-size: 13px;
}
#ContactLink {
	margin-bottom: 10px;
}
#ContactLink a {
	color: #000080;
}
#ContactLink a:visited {
	color: #000080;
}
#ContactLink a:hover {
	color: maroon;
	border-top: 1px #595959 solid;
	border-bottom: 1px #595959 solid;
	text-decoration: none;
}
#ContactLink a:active {
	color: red;
}
#OnSaleText {
	font-size: 16px;
}
#InspectPrice {
	width: 645px;
	font-size: 14px;
	padding: 5px;
	border-radius: 5px;
	background-color: #010127;
	color: #fff;
	text-indent: 5px;
}
#InspectShipping {
	width: 100%;
	position: relative;
	padding: 5px 5px 5px 5px;
}
#InspectShipping a {
	color: #000080;
}
#InspectShipping a:hover {
	color: maroon;
	border-top: 1px #595959 solid;
	border-bottom: 1px #595959 solid;
	text-decoration: none;
}
#InspectButtons {
	position: relative;
	padding: 5px 5px 5px 0px;
	margin-bottom: 10px;
}
#InspectButtons input {
	font-size: 14px;
	color: maroon;
	position: relative;
	box-shadow: 2px 3px 5px #000;
}
#InspectButtons input:active {
	box-shadow: 0 0 0 transparent;
}
#InspectContent {
	width: 610px;
	font-size: 13px;
	background-color: #C9D2DE;
	position: relative;
	padding: 20px;
	border-top: #777 1px solid;
	border-left: #777 1px solid;
	border-right: #777 1px solid;
	border-bottom: #777 1px solid;
	border-radius: 9px 9px 9px 9px;	
	box-shadow: 2px 5px 9px #222;
}
#InspectContent table {
	font-size: 13px;
}
#InspectAttach {
	top: 15px;
	padding: 15px 15px 15px 0px;
	position: relative;
}
#InspectGallery {
	width: 95%;
	margin-top: 15px;
	position: relative;
}
#InspectGallery img {
	border-top: #333333 1px solid;
	border-left: #333333 1px solid;
	border-right: #333333 1px solid;
	border-bottom: #333333 1px solid;
}
#InspectGallery img:hover {
	border-top: #fff 1px solid;
	border-left: #fff 1px solid;
	border-right: #fff 1px solid;
	border-bottom: #fff 1px solid;
}
#InspectImage {
	margin-top: 10px;
	position: relative;
}
#InspectImage img {
	border-top: #777777 0px solid;
	border-left: #777777 0px solid;
	border-right: #777777 0px solid;
	border-bottom: #777777 0px solid;
	box-shadow: 0px 0px 11px #111;
}
#LOADING {
	display: none;
	width: 128px;
	height: 128px;
	position: absolute;
	background: url('images/loading.gif') no-repeat transparent;
}
#InspectNavArea {
	position: relative;
	margin-top: 15px;
	color: #000;
}
#InspectNavTitle {
	color: #000080;
	font-size: 14px;
	position: relative;
	padding: 2px 3px 4px 3px;
}
#InspectNavLinks {
	width: 645px;
	font-size: 14px;
	padding: 5px;
	border-radius: 5px;
	background-color: #010127;
	color: #fff;
	text-indent: 5px;
}
#PageContent #InspectNavArea a {
	color: #fff;
	text-decoration: none;
}
#PageContent #InspectNavArea a:visited {
	color: #fff;
}
#PageContent #InspectNavArea a:hover {
	text-decoration: underline;
}
#AdminRow {
	z-index: 1;
	position: fixed;
	font-size: 10px;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	right: 25px;
	top: 0px;
	color: #000;
	background-color: #fff;
	border: 1px #555 solid;
	border-radius: 0 0 4px 4px;
	box-shadow: 2px 3px 7px #000;
}
#AdminRow a {
	font-size: 11px;
	font-weight: normal;
	color: maroon;
}
/* --- Policy Page - Also used on many content areas */
.PolicyHeader {
	width: auto;
	color: #dfdfdf;
	background-color: #010127;
	line-height: 20px;
	text-align: left;
	padding-left: 5px;
	font-weight: normal;
	border-bottom: #fff 1px solid;
	border-radius: 5px 5px 0 0;
}
.PolicyHeader table {
	font-size: 12px;
	color: #fff;
}
.PolicyHeader a {
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}
.PolicyHeader a:visited {
	color: #fff;
}
.PolicyHeader a:hover {
	color: #dfdfdf;
	text-decoration: underline;
}
.PolicyHeader a:active {
	color: #fff;
	text-decoration: underline;
}
.PolicyContent {
	font-size: 13px;
	background-color: #C9D2DE;
	width: auto;
	position: relative;
	text-align: left;
	color: #000080;
	padding: 15px 15px 20px 15px;
	border-radius: 0 0 5px 5px;
	margin-bottom: 10px;
}
.PolicyContent table {
	color: #000080;
}
/* --- Main Page Table */
.MainPageTable {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: #000080;
}
/* --- Main Page Table Cell - Fixed width must equal CatColumn and BodyContainer*/
.MainPageCell {
	width: auto;
	text-align: left;
	color: #000;
	padding-top: 10px;
	background-color: #D5E1ED;
}
/* --- Catalog Column - Navigation */
#CatTitle {
	float: left;
	width: 225px;
	text-align: left;
	text-indent: 30px;
	margin-right: auto;
	font-weight: bold;
	font-size: 12px;
}
.CatColumn {
	width: 225px;
	color: #c0c0c0;
	background-color: #3F4261;
}
#CatDropdown {
	font-size: 14px;
	color: #000080;
	margin-top: -6px;
	margin-bottom: 5px;
}
#CatName {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.CatContent {
	font-family: Tahoma;
	font-size: 13px;
	color: #c0c0c0;
	top: 5px;
	text-align: left;
	text-indent: 25px;
	margin-top: 22px;
}
.CatContent div {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	padding-left: 5px;
	width: 210px;	
}
.CatContent div:hover {
	border-top: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;	
	border-bottom: 1px solid #c0c0c0;
	background: url('images/navrow.jpg') #151526 repeat-x;
	border-radius: 0 5px 5px 0; 
	box-shadow: 2px 5px 7px #000;	
}
.CatContent div:active {
	box-shadow: 0 0 0 transparent;	
}
.CatContent div:hover a {
	color: #fff;
}
.CatContent img {
	border: 0px #000 solid;
}
.CatLink {
	line-height: 26px;
}
.CatContent p {
	margin-bottom: 8px;
	margin-top: 5px;
}
.CatContent span {
	margin-bottom: 8px;
	margin-top: 5px;
	margin-left: 20px;
}
.CatContent a {
	font-size: 14px;
	color: #f0f0f0;
	font-weight: normal;
	text-decoration: none;
}
.CatContent a:visited {
	color: #f0f0f0;
}
.CatContent a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
.CatContent a:active {
	color: #000;
	text-decoration: none;
	border-top: #0077aa;
	border-bottom: #0077aa;
}
/* --- Data Record - Table*/
.TableRecord {
	font-size: 12px;
	color: #000;
	margin-top: 15px;
	margin-bottom: 0px;
}
.TableRecord img {
	border-right: 1px solid #777777;
	border-top: 1px solid #777777;
	border-left: 1px solid #777777;
	border-bottom: 1px solid #777777;
}
.TableRecord img:hover {
	box-shadow: 4px 7px 19px #000;	
}
.TableRecord img:active {
	box-shadow: 0 0 0 transparent;	
}
.TableRecord a {
	color: #000080;
	font-size: 14px;
	font-weight: normal;
	border-right: #fff 0px solid;
	border-top: 1px solid transparent;
	border-left: #fff 0px solid;
	border-bottom: 1px solid transparent;
}
.TableRecord a:visited {
	color: #000080;
}
.TableRecord a:hover {
	color: maroon;
	text-decoration: none;
}
.TableRecord a:active {
	color: red;
}
.RecordContent {
	margin-left: 10px;
}
#CatHeader {
	padding: 5px;
	border-radius: 5px;
	background-color: #010127;
	color: #fff;
	text-indent: 5px;
}
/* --- Control Link for TableRecord */
a.RecordControl {
	font-size: 10px;
	color: #000080;
}
.RecordDescription {
	font-size: 12px;
	color: #000;
}
.RecordNumber {
	font-size: 12px;
	color: #000;
}
.RecordPrice {
	color: #000080;
	font-size: 14px;
	font-weight: normal;
}
.RecordPrice a {
	font-size: 12px;
}
/* --- Featured Record Items */
#FeaturedItems {
	width: auto;
	height: 230px;
	margin-left: 0px;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 15px;
	border-top: 1px #222222 solid;
	border-bottom: 1px #222222 solid;
	border-left: 1px #222222 solid;
	border-right: 1px #222222 solid;
	background-color: #BBC2CE;
}
#FeaturedItems div a {
	color: #c0c0c0;
	text-decoration: none;
}
#FeaturedItems table {
	width: auto;
	font-size: 12px;
	color: #c0c0c0;
}
a.FeaturedLink {
	color: #c0c0c0;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
a.FeaturedLink:visited {
	color: #c0c0c0;
}
a.FeaturedLink:hover {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
a.FeaturedLink:active {
	color: #c0c0c0;
}
#FeaturedRecord {
	width: auto;
	background-color: #000;
	padding: 4px 20px 4px 4px;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	line-height: 13px;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
#FeaturedItems img {
	border-top: 1px #595959 solid;
	border-left: 1px #595959 solid;
	border-right: 1px #595959 solid;
	border-bottom: 1px #595959 solid;
}
#FeaturedItems div {
	width: auto;
	white-space: nowrap;
	overflow: hidden;
}
#FeaturedItems div:hover {
	background-color: #3F4261;
	border-top: 1px #595959 solid;
	border-left: 1px #595959 solid;
	border-right: 1px #595959 solid;
	border-bottom: 1px #595959 solid;
}
#FeaturedItems div:hover a {
	color: #fff;
}
#SlideFrameWrapper {
	background: #0D0B08 url("images/tblrecords.jpg");
	width: auto;
	position: relative;
	text-align: left;
	color: #ffffff;
	padding: 10px 10px 10px 10px;
	margin-right: 20px;
}
#PosterPic {
	margin-top: 10px;
	margin-left: 10px;
}
#PageContent {
	font-size: 13px;
	width: 98%;
	text-align: left;
	margin-bottom: 25px;
}
#PageContent a {
	color: maroon;
	text-decoration: underline;
}
#PageContent a:hover {
	color: blue;
	text-decoration: none;
}
#PageColumn {
	float: right;
	width: 180px;;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
	padding-right: 20px;
	padding-left: 25px;
}
#PageColumn a:hover {
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
	text-decoration: none;
}
/* --- Showcase / Highlight Items */
#SpotlightArea {
	float: none;
	width: 166px;
	text-align: left;
	padding: 5px 5px 5px 5px;
	border-right: #222222 0px solid;
	border-top: #222222 0px solid;
	border-left: #222222 0px solid;
	border-bottom: #222222 0px solid;
}
#SpotlightArea table {
	font-weight: bold;
	text-align: center;
}
#SpotlightArea img {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}
#SpotlightArea img:hover {
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}
.BoxTop {
	width: 415px;
	height: 20px;
	background: url('images/boxtop.jpg');
}
.BoxBottom {
	width: 415px;
	height: 20px;
	background: url('images/boxbottom.jpg');
}
#ShowcaseNine {
	width: 560px;
	text-align: left;
	background-color: #3F4261;
	padding: 15px 15px 15px 15px;
	border-radius: 9px;
	box-shadow: 0px 0px 9px #111;
	border: 1px #a0a0a0 solid;
	margin-left: 15px;
	margin-top: 15px;
}
#ShowcaseNine table {
	text-align: center;
	width: 100%;
}
#ShowcaseNine img {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-right: #000 1px solid;
	border-top: #000 1px solid;
	border-left: #000 1px solid;
	border-bottom: #000 1px solid;
	box-shadow: 3px 5px 9px #111;	
}
#ShowcaseNine img:active {
	box-shadow: 0 0 0 transparent;	
}
#QuickLinks {
	width: 190px;
	margin-right: 40px;
	padding: 10px 10px 10px 10px;
}
/* --- Special Form Elements */
.SmallButton {
	font: 7pt Verdana;
	color: #ffffff;
}
.AltHeader {
	padding: 5px;
	border-radius: 5px;
	background-color: #010127;
	color: #fff;
	text-indent: 5px;
	font-weight: normal;
}
#PageContent .AltHeader a {
	color: #c0c0c0;
	text-decoration: none;
	font-weight: normal;
}
#PageContent .AltHeader a:hover {
	text-decoration: underline;
	color: #fff;	
}
.AltHeader a {
	color: #c0c0c0;
	text-decoration: none;
	font-weight: normal;
}
.AltHeader a:hover {
	text-decoration: underline;
	color: #fff;	
}
/* --- Basket */
#BasketButtons {
	width: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}
#BasketButtons input {
	font-size: 12px;
}
#BasketMessage {
	width: auto;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
}
#BasketTotals {
	width: 280px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: 15px;
	text-align: right;
	font-size: 12px;
}
#BasketTotals table {
	width: 100%;
	text-align: right;
	margin-left: auto;
	border: 0px black solid;
}
#BasketTotals td {
	text-align: right;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	white-space: nowrap;
}
#BasketEmpty {
	font-size: 14px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* --- Basket Records */
#BasketRecord {
	width: auto;
	line-height: normal;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 12px;
}
#BasketRecord input {
	font: 12px Tahoma;
	color: #000000;
}
#BasketRecord a {
	color: #000080;
}
#BasketRecord table {
	margin-top: 0px;
	margin-bottom: 0px;
}
/* --- Paging Links */
#PagingLinks {
	font-size: 12px;
	color: #000;
	margin-top: 15px;
}
/* --- PreviewContainer */
#PreviewContainer {
	background: #009999;
}
/* --- Online counter.asp */
#AppCounter {
	height: 15px;
	text-align: right;
	background: #f8f8f8;
	color: #000080;
	font-size: 12px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#FavoriteLinks {
	width: auto;
	margin-left: auto;
	margin-right: 30px;
	margin-bottom: 10px;
	font-weight: normal;
}
#FavoriteLinks a {
	font-size: 14px;
	font-family: Tahoma;
	color: #000080;
	font-weight: bold;
}
#FavoriteLinks a:hover {
	color: maroon;
	border-top: 1px #595959 solid;
	border-bottom: 1px #595959 solid;
	text-decoration: none;
}
#SmallBanner {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 35px;
}
#UpdateDate {
	font-weight: normal;
}
#SiteSeal {
	text-align: left;
	margin-top: 25px;
	margin-bottom: 5px;
	margin-left: 25px;
	color: #c0c0c0;
	margin-right: 25px;
}
a.ToolTip span {
	width: auto;
	font-family: Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #f0f0f0;
	display: none;
	padding: 5px 5px 5px 5px;
	margin-top: 0px;
	margin-left: 0px;
	border: 1px solid #595959;
	background-color: #010127;
	box-shadow: 2px 3px 5px #000;
	border-radius: 5px;
}
a.ToolTip:hover span {
	z-index: 1;
	display: inline;
	position: absolute;
}
#SlideFrame {
	float: left;
	margin-right: 15px;
}
/* --- Invoice Page */
#InvoiceWrapper {
	width: 98%;
}
#InvoiceWrapper table {
	width: 100%;
}
#InvoiceWrapper td {
	white-space: nowrap;
}
#StatsContent {
	height: 120px;
	line-height: 20px;
	background: url("images/bkg_stats.jpg") no-repeat;
	z-index: 2;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	color: #c0c0c0;
	padding: 10px 15px 15px 35px;
}
#SlidePic {
	border-top: 1px solid #595959;
	border-left: 1px solid #595959;
	border-right: 1px solid #595959;
	border-bottom: 1px solid #595959;
}
#ContactContent {
	float: right;
}
.ContentHeader {
	padding: 5px;
	border-radius: 5px;
	background-color: #010127;
	color: #fff;
	text-indent: 5px;
	font-weight: bold;
}

