﻿@charset "utf-8";
/* CSS Document */

/* modified 6-28-10 added #maincontact_testimonia
/**************** Index Page ***************/ 
/*** ***/
/****************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	background-image: url(images/bkg_stripe.gif);
	line-height: 14px;
}

img {
	text-decoration: none;
	border:none;
}
 
a:link {
	color: #00648C;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color: #00648C;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color: #00648C;
	text-decoration:underline;
	font-weight:bold;
}
a:active {
	color: #00648C;
	text-decoration:underline;
	font-weight:bold;
}
.ongray a:link {
	color: #FFD731;
	text-decoration:none;
	font-weight:bold;
}
.ongray a:visited {
	color: #FFD731;
	text-decoration:none;
	font-weight:bold;
}
.ongray a:hover {
	color: #FF9900;
	text-decoration:none;
	font-weight:bold;
}
.ongray a:active {
	color: #FF9900;
	text-decoration:none;
	font-weight:bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	text-transform:capitalize;
	/* text-transform: uppercase; CHANGED BY SM */
	/* background-color: #C0C0C0; CHANGED BY JA */
	color:#DB643C;
	margin-top: 0px;
	margin-right: -10px;
	margin-bottom: -2px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;	
	/* border: 1px solid #000000; CHANGED BY JA */
	line-height: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 8px;
}
.center {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 15px;
}
#wrapper {
	width: 952px;
	border: 1px solid #000000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	height: 100%;
	background-image: url(images/faux_background.gif);
	z-index: 1;
}


#header {
	position: relative;
	height: 125px;
	width: 952px;
	background-image: url(images/banner_background.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: repeat-x;
}
#header #logo {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 125px;
	width: 188px;
	margin: 0px;
	padding: 0px;
	border: none;
	text-align: center;
}
#header #hours {
	position: absolute;
	top: 25px;
	left: 215px;
	width: 250px;
	height: auto;
}
#header p {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 18px;
}
#header #order {
	position:absolute;
	top:15px;
	right:20px;
	width: 136px;
	height:60px;
	margin:0;
	padding: 0;
}
#header #cart {
	position:absolute;
	top:25px;
	right:150px;
	width: 250px;
	height:60px;
	margin:0;
	padding: 0;
}
#cart a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFD731;
	text-decoration: none;
}
#cart a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFD731;
	text-decoration: none;
}
#cart a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF9900;
	text-decoration: none;
}
#cart a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF9900;
	text-decoration: none;
}
#header #search {
	position:absolute;
	bottom:7px;
	right:30px;
	width: 250px;
	height:auto;
	margin:0;
	padding: 0;
	text-align:right;
}
#button2 {
	background:url(images/search_btn.png) no-repeat;
	cursor:pointer;
	width: 60px;
	height: 20px;
	border: none;
}
#tabs {
	position: absolute;
	left:182px;
	bottom: 2px;
	float:left;
	width:750px;
	padding-bottom: 1px;
	line-height:normal;
}
#tabs ul {
	margin:0;
	padding:0;
	list-style:none;
}
#tabs li {
	display:inline;
	width:100px;
	height:28px;
	margin:0;



	padding:0;
}
#tabs a {
	float:left;
	margin:0;
	text-decoration:none;
	background: url(images/nav_tab.gif) no-repeat right top;
}
#tabs a span {
	display:block;
	width: 100px;
	height: 28px;
	padding: 0 0 0 10px;
	color:#000000;
	font-weight:bold;
	text-align:center;
	line-height: 28px;
}
#tabs a:hover {
	background-position:100% -28px;
}
#tabs a:hover span {
	background-position:100% -28px;
}
.thispage{
	display:block;
	width: 100px;
	height: 28px;
	padding: 0 0 0 10px;
	color:#000000;
	font-weight:bold;
	text-align:center;
	line-height: 28px;
	float:left;
	margin:0;
	background: url(images/nav_tab_on.gif) no-repeat right top;
}
#topnav  {
	height: auto;
	width: auto;
	background-color: #FF3300;
	padding: 0px;
	overflow: hidden;
	float: right;
}

#topcartsearch {
	height: 120px;
	width: 300px;
	margin-left: 100px;
	margin-top: 0px;
	background-color: #434d5d;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	padding-right: 250px;
}

#content-top {
	background-color: #00FF66;
	width: 940px;
	text-align: left;
}
#leftcolumn {
	background-color: #747E8F;
	padding-right: 4px;
	padding-left: 4px;
	width: 181px;
	height: 100%;
	text-align: center;
	margin: 0px;
	float: left;
	top: 145px;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#maincontent {
	overflow: hidden;
	background-color: #eeeeee;
	width: 760px;
	height: 100%;
	padding: 0px;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	float: right;
}
#maincontent img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#maincontent a {
	text-decoration: none;
}

#maincontent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	text-transform:capitalize;
	/* text-transform: uppercase; CHANGED BY SM */
	/* background-color: #C0C0C0; CHANGED BY JA */
	margin-top: 0px;
	margin-right: -10px;
	margin-bottom: -2px;
	margin-left: -15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;	
	/* border: 1px solid #000000; CHANGED BY JA */
	line-height: normal; /* 110%*/
	color:#DB643C;
}
#maincontent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	color:#000000;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/*letter-spacing: 1px;*/
}

/***************  INDEX PAGE ************/

#maincontentindex {
	/*position: relative;
	top:0px;*/
	overflow: hidden;
	background-color: #eeeeee;
	width: 760px;
	vertical-align: top;
	float: right;
	margin: 0px;
	padding: 0px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
	z-index:2;
}
#maincontentindex h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/*letter-spacing: 1px;*/
	line-height:110%;
	color:#DB643C;


}
#maincontentindex h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	color:#000000;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/*letter-spacing: 1px;*/
}

#maincontentindex img {
	position:relative;
}

#maintextindex {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #eeeeee;
	text-align: left;
	font-size: 14px;
	/*letter-spacing: 0px;*/
	height: 100%;
	width: 569px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-left: 4px;
	float: left;
	vertical-align: top;
	display: inline;
	margin-top: 10px;
}


#maincontent2 {
	background-color: #eeeeee;
	width: 762px;
	height: 100%;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#opener {
	z-index: 1;
}

#sale {
	overflow: auto;
	width: 530px;
	border: 1px solid #c3c3c3;
	/*	margin: 30px 10px 30px 10px;*/
	background-image: url(images/grad_head.gif);
	background-repeat: repeat-x;
}
#saleheader {
	left:0;
	height: 34px;
	padding: 0;
	margin: 0;
	background-color:#F4F1C4;
	text-align: center;

}
#saleheader h1 {
	text-transform: uppercase;
	color:#00648C;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	padding-top: 8px;
	margin: 0;
}
#salebody {
	background-color:#FFFFFF;
	padding: 15px;
	margin: 0;
}

#salebody h2 {
	text-transform: none;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	line-height: 18px;
	
}

#photo {
	height: 262px;
	background-color: #9999CC;
	width: 762px;
	margin-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 0px;
	margin-bottom: 0px;
	float: right;
	padding: 0px;
	clear: left;
}

#maintext {
	background-color: #eeeeee;
	text-align: left;
	height: 100%;
	width: 550px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-left: 4px;
	float: left;
	vertical-align: top;
	display: inline;
	margin-top: 10px;
}

#mainright  {
	background-color: #eeeeee;
	text-align: center;
	height: 100%;
	width: 160px;
	padding: 0 0 2000px 0;
	float: right;
	margin: 20px 0 -2000px 0;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #c3c3c3;
}

.leftcolumnlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 18px;
}
#miscright {
	background-color: #FFFFFF;
	text-align: center;
	height: 100%;
	width: 166px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2000px;
	margin: 0 0 -2000px 0;
	vertical-align: top;
	float: right;
	clear: none;
}
#content-bottom {
	background-color: #747E8F;
	text-align: center;
	padding-top: 10px;
	padding-left: 10px;
	width: 161px;
	padding-right: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #434d5d;
	border-right-color: #434d5d;
	border-bottom-color: #434d5d;
	border-left-color: #434d5d;
}

#content-bottom .mission {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	background-color: #FFFFCC;
	padding: 5px;
	line-height: 18px;
	float: left;
}

#basic-accordion{
	width:176px;
	background-color: #747E8F;
	text-align: left;
	background-position: top;
	height: 100%;
	float: left;
	margin: 3px 0 10px 0;
	padding: 5px 1px 5px 2px;
}

#basic-accordion .menuheader
 {
	color:#000000;
	cursor:pointer;
	background-color: #747e8f;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	padding: 5px;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
#basic-accordion .header_highlight{
	background-color: #747e8f;
	color: #000000;
}
#basic-accordion .accordian_top {
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
#basic-accordion .accordion_child{
	padding:3px;
	background:#EEE;
	text-decoration: none;
}
#basic-accordion .accordion_child  ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
#basic-accordion .accordion_child  li {
	margin-left: -22px;
}
#basic-accordion .accordion_child  a {
	text-decoration: none;
	color: #333333;
}
#basic-accordion .accordion_child  a:link {
	background-color: #FFFFCC;
}
#basic-accordion .accordion_child  a:visited {
	background-color: #FFFFCC;
}
#basic-accordion .accordion_child  a:hover {
	background-color: #CCCCCC;
}
#basic-accordion .accordion_headings{
	padding:5px;
	color:#FFFFFF;
	cursor:pointer;
	background-color: #747e8f;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#basic-accordion .accordion_headings  a:link {
	background-color: #747e8f;
	color: #FFFFFF;
	text-decoration: none;
}
#basic-accordion .accordion_headings  a:visited {
	background-color: #747e8f;
	color: #FFFFFF;
	text-decoration: none;
}
#basic-accordion .accordion_headings  a:hover{
	background-color: #747e8f;
	color: #f8f2b8;
	text-decoration: none;
}
#rightcolumn {
	width: 762px;
	height: 100%;
	z-index: 1;
	margin-left: 190px;
	float: left;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #c3c3c3;
}
#searcharea {
	height: 35px;
	width: 146px;
	border: medium dotted #CCFF33;
	margin-left: 10px;
	visibility: visible;
	z-index: 1;
	margin-right: 10px;
	vertical-align: top;
	margin-top: 250px;
	margin-bottom: 35px;
}

#boxedtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFCC;
	text-align: center;
	width: 147px;
	height: 100%;
	margin-right: 12px;
	margin-bottom: 10px;
	margin-left: 14px;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
}
.mission {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
#yellowright {
	text-align: center;
	height: 100%;
	width: 166px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
	padding-bottom: 2000px;
	margin: 0 0 -2000px 0;
	vertical-align: top;
	float: right;
	clear: none;
}

#logoright {
	background-color: #EEEEEE;
	text-align: center;
	height: 100%;
	width: 142px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#makeover_menu a:hover {
	color: #F2C339;
}

#makeover_menu a:active {
	color: #F2C339;
}
#makeover_menu .activepage {
	color: #F2C339;
	font-weight:bold;
}
	
#mainmakeovers {
	background-color: #eeeeee;
	text-align: left;
	height: 100%;
	width: 550px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-left: 4px;
}


#textcontent {
	background-color: #EEEEEE;
	text-align: left;
	border: thin dashed #CC9933;
	width: 520px;
	padding: 5px;
	margin-left: 200px;
}

#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:left;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#footer {
	background-color: #747E8F;
	text-align: center;
	height: 100%;
	width: 952px;
	margin-right: auto;
	margin-left: auto;
	/* padding-top: 15px; */
	padding-top: 25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-bottom-color: #000000;
	clear: both;
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

#footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFCC;
	text-decoration: none;
}

#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
#maincontact {
	background-color: #eeeeee;
	text-align: left;
	height: 100%;
	width: 560px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}

#maincontact_letter {
		
	font-size: medium;
	background-color: #eeeeee;
	text-align: left;
	height: 100%;
	width: 560px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	line-height: 20px;
}

#maincontact_testimonial {
		
	font-size: small;
	background-color: #eeeeee;
	text-align: left;
	height: 100%;
	width: 560px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	line-height: 20px;
}


#mainproducts {
	background-color: #eeeeee;
	text-align: left;
	height: 100%;
	width: 725px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-left: 2px;
}

.more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #5B5B5B;
	text-decoration: none;
	letter-spacing: .15em;
}

.more a {
	text-decoration: none;
	color: #5D5D5D;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
	line-height: 20px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	text-decoration: none;
	color: #9933CC;
	line-height: 28px;
}
h5 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #996699;
	text-decoration: none;
}
#mainresults {
	background-color: #eeeeee;
	text-align: left;
	height: 100%;
	width: 600px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-left: 15px;
	float: left;
	vertical-align: top;
	background-position: top;
}

table#tableSearchResults td {
	vertical-align:top;
	padding: 0px 20px 20px 20px;
}

#maintext td {
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
#maintext h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	margin-bottom: -6px;
	margin-top: 0px;
	line-height: 12px;
	padding-bottom: 0px;
	padding-top: 0px;
}


table#tableSearchResults h1 {
margin: 0px 0px 0px 0px;
}

table#tableSearchResults p {
margin: 0px 0px 0px 0px;
padding:  0px 0px 0px 0px;
}
h4 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
	line-height: 20px;
}
#mainsite {
	background-color: #eeeeee;
	text-align: left;
	height: 100%;
	width: 558px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-left: 2px;
}
#mainsite h3 {
}
#mainsite h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 12px;
	line-height: 14px;
}

#mainsite h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #999999;
	font-weight: bold;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainsite h4 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
#mainsite h4 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}

#mainsite a {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

#mainsite h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	color: #999999;
}
#mainsite h3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	margin-bottom: 4px;
}
table#tableProductDetails {
	width: 660px;
}
table#tableProductDetails td {
	vertical-align: top;
}
#mainabout {
	background-color: #eeeeee;
	text-align: left;
	height: 100%;
	width: 555px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 2000px;
	padding-left: 15px;
	margin-top: 10px;
	margin-left: 4px;
	margin-bottom: -2000px;
	float: left;
	vertical-align: top;
	display: inline;
}
#mainabout li {
	display: inline;
	padding-right: 15px;
	font-size: 12px;
	line-height: 12px;
}

.setbold {
	font-weight: bold;
}

.setitalic {
	font-style:italic;
}
.txtred {
	color:#E00;
}
.redlink a{
	color:#ff0000;
	font-weight:bold;
}
.redlink a:hover, a:active{
	color:#ff0000;
	font-weight:bold;
	text-decoration:underline;
}

/* oldprice is displayed when there is a discount */
.oldprice {
	text-decoration: line-through;
}
.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}

/**************** Testimonial Page ***************/ 


#mainabout_testimonials {
	background-color: #eeeeee;
	text-align: left;
	height: 100%;
	width: 555px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-left: 4px;
	float: left;
	vertical-align: top;
	display: inline;
	margin-top: 10px;
}
.testimonials {
	/*   CHANGED FROM font-family: Georgia, "Times New Roman", Times, serif; to san-serif  */
	font-family: Arial, Helvetica, sans-serif;
	/*   CHANGED FROM font-size: 12px to size 12  */
	font-size: 12px;
	/*   CHANGED FROM italic to normal font-style: italic;  */
	font-style:normal;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 15px;
	text-align: left;
}
.sidebartestimonials {
	/*   CHANGED FROM font-family: Georgia, "Times New Roman", Times, serif; to san-serif  */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* original font-style: italic; */
	font-style:normal;
	line-height: 16px;
	font-weight: bold;
	/* original color: #666666; */
	color:#0E2D62;
	width: 140px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #000000;
	border-bottom-color: #000000;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}

