/* Master link colors */
a:link, a:visited {
	color: #A30046;
}
a:hover, a:active {
	color: #5A471B;
}


/* Site Headers */

h1, .lrgHdr{
	font-size: 21px;
	font-weight: bold;
	color: #A30046;
	margin-bottom: 10px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
h2, .medHdr {
	font-size: 18px;
	font-weight: bold;
	color: #A30046;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h3, .smHdr {
	font-size: 15px;
	font-weight: bold;
	color: #A30046;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h3 a {
	text-decoration: none;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #5A471B;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h5 {
	font-size: 11px;
	font-weight: bold;
	color: #5A471B;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

/* Content text */

.bodyText {
	font-size: 12px;
}
.medText {
	font-size: 11px;
}
.smText {
	font-size: 10px;
}

/* Content Stuff */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #E5DFD9;
	margin: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
.addressPadding {
	padding-bottom: 20px;
}
.bodyArea {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.bodyBg {
}
.contentArea {
	font-size: 12px;
	min-height: 420px;
	color: #5A471B;
	background-color: #FFFFFF;
	background-image: url(/mainimages/contentBg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.contentPadding {
	padding-top: 35px;
	padding-bottom: 80px;
	padding-left: 80px;
	padding-right: 80px;
}
.contentPadding p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.contentPaddingManage {
	padding-top: 35px;
	padding-bottom: 80px;
	padding-left: 20px;
	padding-right: 20px;
}
.contentPaddingManage p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.cartBox {
	background-color: #E5DFD9;
	background-image: url(/mainimages/cartBoxLeft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
}
#carttext {
	padding-top: 3px;
	padding-left: 15px;
	text-align: center;
	padding-right: 15px;
	padding-bottom: 3px;
}
.copyright {
	font-size: 9px;
	color: #50401C;
	background-image: url(/mainimages/copyrightBg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
}
.errors {
	font-size: 13px;
	color: #BB0000;
}
.imageColumn {
	padding-top: 4px;
	padding-right: 15px;
}
.logoSpacing {
	padding-bottom: 20px;
}
.navBar {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 40px;
	padding-top: 32px;
}
.photoLeft {
	padding-right: 20px;
	padding-bottom: 10px;
	float: left;
}
.photoRight {
	padding-bottom: 10px;
	padding-left: 20px;
	float: right;
}
.sidebarPadding {
}
.tableBorderCart {
	font-size: 12px;
	padding: 5px;
}
.tableBorder {
	font-size: 12px;
	padding: 5px;
	border: 1px solid #E5DFD9;
}
.tableCell1 {
	padding: 8px;
}
.tableCell1Col {
	padding: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E5DFD9;
}
.tableCell2 {
	padding: 8px;
	background-color: #E5DFD9;
}
.tableCell2Col {
	padding: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E5DFD9;
	background-color: #E5DFD9;
}
.tableFooter {
	padding: 3px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #A30046;
}
.tableFooter2 {
	padding: 3px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #A30046;
	background-color: #E5DFD9;
}
.tableHeader {
	background-color: #A30046;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.tableHeader a:link, .tableHeader a:visited {
	color: #E5DFD9;
}
.tableHeader a:hover, .tableHeader a:active {
	color: #E5DFD9;
}
.tableHeaderCol {
	background-color: #A30046;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.tableHeaderCol a:link, .tableHeaderCol a:visited {
	color: #E5DFD9;
}
.tableHeaderCol a:hover, .tableHeaderCol a:active {
	color: #E5DFD9;
}
.tableHeader2 {
	background-color: #5A471B;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
/* Used for management*/
.tableHeader2 a:link, .tableHeader2 a:visited {
	color: #E5DFD9;
}
.tableHeader2 a:hover, .tableHeader2 a:active {
	color: #E5DFD9;
}
/* end */


.tableHeader2Col {
	background-color: #5A471B;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
}
/* Used for management*/
.tableHeader2Col a:link, .tableHeader2Col a:visited {
	color: #E5DFD9;
}
.tableHeader2Col a:hover, .tableHeader2Col a:active {
	color: #E5DFD9;
}
/* end */
.tableHeader3 {
	background-color: #A5967A;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-decoration:none
}

.tableHeader3Col {
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
	background-color: #A5967A;
}
.tableRowAttention a:link, .tableRowAttention a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.tableRowAttention a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.tableRowAttention a:active {
	color: #EEEEEE;
	text-decoration: none;
}
.tableRowAttention {
	background-color: #920035;
	padding: 5px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.tableRowAttentionCol {
	background-color: #CC3333;
	padding: 5px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #555555;
}
.tableRow1 {
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5DFD9;
}
.tableRow1Col {
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5DFD9;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E5DFD9;
}
.tableRow2 {
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A5967A;
	background-color: #E5DFD9;
}
.tableRow2Col {
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A5967A;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E5DFD9;
	background-color: #E5DFD9;
}
.tableStyle {
	font-size: 11px;
	border-top: 1px solid #E5DFD9;
	border-left: 1px solid #E5DFD9;
	margin-bottom: 15px;
}
.tableStyle td {
	padding: 4px 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E5DFD9;
	border-bottom-color: #E5DFD9;
}
.tableStyle th {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #A30046;
	text-align: left;
	padding: 8px;
}
.tableStyle th a {
	font-size: 11px;
	font-weight: normal;
	float: right;
	display: block;
	padding: 2px 5px;
	clear: left;
	margin-left: 20px;
	border: 1px solid #FFFFFF;
}
.tableStyle th a:active {
	color: #FFFFFF;
	background-color: #5A471B;
}
.tableStyle th a:hover {
	color: #FFFFFF;
	background-color: #5A471B;
}
.tableStyle th a:link, #tableStyle th a:visited {
	color: #FFFFFF;
	background-color: #A5967A;
}
.textColumn {
	width: 338px;
}
.topbarBg {
	background-color: #A30046;
	height: 63px;
}
.tableRowAttentionBubbles {
	background-color: #FFD4C8;
	padding: 4px 5px 4px 5px;
	color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}


 /* Management Menu */
 /*/ To edit the manage menu text colors edit
*  #p7PMnav a {} //font color for menu
*  #p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {} //font hover,ect
*  #p7PMnav .p7PMmark {} // current page marker
/*/

 .manageMainMenuBorder {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 12px;
     color:#FFFFFF
     padding: 0px;
     border: 1px solid #000000;
 }

 .manageMainMenu{
     background-color: #EEEEEE;
     color:#FFFFFF;
     padding: 3px;
 }

 .manageMainMenu a:hover{
     background-color: #FFFFFF;
     color:#FFFFFF;
     letter-spacing: 0.01px;
 }

 .manageSubMenu{
     background-color: #EEEEEE;
     padding: 3px;
     border-bottom-width: 1px;
     border-bottom-style: solid;
     border-bottom-color: #BBBBBB;
 }
.manageBox {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #222222;
	min-width: 700px;
}
.featuredBox {
	background-color: #E7E2DC;
	padding: 15px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.featuredBox ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 11px;
}
.featuredBox h4 {
	color: #A30046;
	font-size: 13px;
}
