body {
	background: url("/Images/body_bg.gif") #E0E0E0 repeat-y top left;
	margin: 0;
	padding: 0;
}

a:link, a:active, a:visited {
	font-weight: bold;
	color: #0000FF;
}

a:hover {
	
	color: #70080F;
}

UL,OL {
	margin-top: 0px;
	margin-bottom: 0px;
}

a img {
	border: 0;
}

br.clear {
	clear: both;
}

/*--- Edit.com Custom Text Styles ---*/

BODY, TD, .NormalText {
	font-family: Arial, sans-serif; 
	font-size: 13px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}

.PageTitle, h1 {
	color: #800000;
	font-size: 24px;
	font-weight: bold;
}

div#content h1 {
	margin-top: 0;
}

.HeaderText {
	font-size: 16px;
	font-weight: bold;
}

.LargeText {
	font-size: 15px;
}

.RedText {
	color: #800000;
}

.BrightRedText {
	color: #FF0000
}

.BlueText {
	color: #003399;
	/*color: #0000FF;*/
}

/*--- IMG Styles ---*/

img.Border {
	border: 1px solid #000;
}

/*--- TD Styles ---*/

td.YellowBackground {
	background-color: #FFFF66;
	padding: 10px;
}

td.LightBrownBackground {
	background-color: #E0D4C4;
	padding: 10px;
}

/*--- Table Styles ---*/

table.tblProducts th {
	text-align: left;
}

table.tblProducts td {
	vertical-align: top;
	border-bottom: 1px solid #000;
}

table.tblProducts img {
	border: 1px solid #000;
}

table.tblProducts td.price {
	text-align: center;
	font-weight: bold;
}


/*--- Nav Layout ---*/

div#nav-buttons {
	width: 138px;
	margin-bottom: 20px;
}

div#nav-buttons a {
	display: block;
	width: 138px;
	height: 31px;
	margin: 0;
	float: left;
}

/* Fix IE. Hide from IE Mac \*/
* html div#nav-buttons a { float: left; height: 1%; }
/* End */

div#leftNav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

div#leftNav ul a {
	text-decoration: none;
	display: block;
	padding: 5px 0 5px 10px;
}

div#leftNav ul a:hover {
	background-color: #E8E8E8;
}

/*--- Layout ---*/

div#frame {
	width: 775px;
}

div#header {
	float: left;
	width: 765px;
	height: 129px;
}

div#header h1 {
	font-size: 42px;
	text-align: center;
}

div#body {
	float: left;
}

div#leftNav {
	width: 138px;
	float: left;
	text-align: center;
}

div#content {
	width: 592px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}

div#footer, div#copyright {
	float: left;
	width: 595px;
	margin-top: 20px;
	margin-left: 158px;
	margin-bottom: 20px;
	padding-top: 20px;
	text-align: center;
	border-top: 2px solid #800000;
}

* html div#footer, * html div#copyright {
	margin-left: 79px;
}

div#copyright {
	font-size: 10px;
}

div#RightSideBar {
	position: absolute;
	top: 129px;
	left: 775px;
	z-index: 0;
}

p#breadcrumbs {
	margin-top: 0px;
}