@charset "UTF-8";
body  {
	background: #d7d1c4 url(../images/swirlBG3.png);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a {
	color: #069;
}
a:hover {
	color: #5C5545;
}
.twoColFixRtHdr #container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/BG-graphic.png) repeat-y center;
	margin: 0 auto;
	text-align: left;
	padding-top: 12px;
	padding-right: 12px;
	padding-left: 12px;
} 
.twoColFixRtHdr #header {
	height: 135px;
	margin: 0px auto;
	display: block;
	width: 1014px;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(../images/SidebarBoxBG.png) repeat-y center;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #5C5545;
}
.twoColFixRtHdr #sidebar1 #sidebar1top {
	background: url(../images/SidebarBoxTop.png) no-repeat center top;
	height: 20px;
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #sidebar1 #sidebar1content {
	padding-left: 22px;
}
/* END styles for signup form */
.twoColFixRtHdr #sidebar1 #sidebar1bottom {
	background: url(../images/SidebarBoxBottom.png) no-repeat center bottom;
	height: 20px;
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #maincontentImg {
	margin-right: 305px;
	height: 340px;
	background: url(../images/SliderBox.png) no-repeat right top;
	padding-top: 10px;
	padding-left: 29px;
}
#maincontentImg .pics , #maincontentImg .pics img{
	height: 325px;
	width: 640px;
	overflow: hidden;
}
.twoColFixRtHdr #sidebar1 #qualitySeal {
	background: #FFF url(../images/Quality-Guaranteed.jpg) no-repeat center center;
	height: 200px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 305px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 0 25px;
} 
.twoColFixRtHdr #footer {
	background:url(../images/BG-bottom-graphic.png) no-repeat center;
	height: 24px;
	margin: 0px auto;
	width: 1014px;
} 
.twoColFixRtHdr #nav {
	height: 27px;
	padding-top: 7px;
	background: url(../images/SiteHeader.jpg) no-repeat center bottom;
}
.twoColFixRtHdr #headerWrap {
	background: url(../images/swirlBG-dk.png);
}
.twoColFixRtHdr #copyright p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .7em;
	color: #5C5545;
	padding: 0px 0px 15px;
}
.twoColFixRtHdr #flipSidebar {
	width: 321px;
	margin-right: 650px;
	padding-left: 10px;
}
.twoColFixRtHdr #mainContentFlip {
	float: right;
	width: 625px;
	padding-right: 15px;
}
#header h1 {
	height: 100px;
	text-indent: -9999px;
	background: url(../images/SiteHeader.jpg) no-repeat center top;
}
#header #nav #end {
	background: url(../images/navDivider-solid.png) no-repeat right center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}#nav ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
}
#nav li {
	display: inline;
}
#nav li  a   {
	color: #B1A889;
	text-decoration: none;
	display: inline-block;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 1px;
}
#nav a span {
	background: url(../images/navDivider.png) no-repeat right center;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#end   {
	background: url(../images/navDivider-solid.png);
}
#nav li a:hover {
	background: url(../images/carrot_OFF.png) no-repeat center bottom;
	color: #FFF;
}
#nav ul .on a {
	background: url(../images/carrot.png) no-repeat center bottom;
	color: #FFF;
}
/* START styles for signup form */
#subscribeForm {
	font-family: Arial;
	font-size: 12px;
	color: #000;
}
#subscribeForm table {
	margin-bottom: 10px;
}
/**
         * @tab Body
         * @section default text
         * @tip This is the default text style for the body of your list form.
         */
#subscribeForm .formText   {
	/*@editable*/ line-height:150%;
	/*@editable*/ font-family:Arial;
	/*@editable*/ font-size: 12px;
	/*@editable*/ color: #000;
	vertical-align: top;
        }
#subscribeForm .addressfield {
	font-size: 11px;
	font-style: italic;
	line-height: 2.5em;
}
#subscribeForm .formText strong {
	font-weight: bold;
}
#subscribeForm td {
	padding: 10px 0px 10px 5px;
	border-bottom: 1px solid #AEA484;
	vertical-align: top;
}
#subscribeForm .tiny.required {
	font-style: italic;
}

        /**
         * @tab Alerts/Errors
         * @section alerts
         * @tip This is the style for the "There are errors below." warning that appears if invalid data is entered.
         */
        .alert {
            /*@editable*/ font-size:20px;
            /*@editable*/ line-height:200%;
            /*@editable*/ color:#FF0000;
            /*@editable*/ font-family:Arial;
            /*@editable*/ font-weight:bold;
        }

        /**
         * @tab Alerts/Errors
         * @section errors
         * @tip This is the style for the error messages that appear beneath each form fields with invalid data.  Use colors that will attract attention.
         */
        div.errorText {
            /*@editable*/ font-size: 12px;
            /*@editable*/ line-height:150%;
            /*@editable*/ font-weight:bold;
            /*@editable*/ color:#FF0000;
            /*@editable*/ font-family:Arial;
            /*@editable*/ background-color:#FFEEEE;
            /*@editable*/ padding:5px;
            /*@editable*/ margin:3px;
        }
#mainContent p , #mainContentFlip p{
	font-size: .95em;
	line-height: 1.5em;
	color: #5B5444;
	margin-top: 10px;
	margin-bottom: 20px;
}
#mainContent ul , #mainContentFlip ul{
	margin-left: 15px;
}
#mainContent ul li , #mainContentFlip ul li{
	font-size: .95em;
	line-height: 1.5em;
	color: #5B5444;
	list-style: circle;
}
#mainContent blockquote {
	font-size: .95em;
	line-height: 1.5em;
	color: #5B5444;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 10px 15px;
	background: #efebe3;
}
#mainContent h1 {
	font-size: 2em;
	color: #4F9D3A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
#mainContent h2   {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	color: #4F9D3A;
	margin: 10px 0px 20px;
	line-height: 1.5em;
	font-weight: normal;
}
#mainContentFlip h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	color: #4F9D3A;
	margin: 0px 0px 10px;
	line-height: 1.5em;
	font-weight: normal;
}
#mainContent h3 , #mainContentFlip h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #4F9D3A;
	margin: 20px 0px;
	line-height: 1.5em;
	font-weight: normal;
}
#mainContent #restrictions {
	font-size: 0.5em;
	font-weight: normal;
	color: #5B5444;
	font-style: italic;
}
#mainContent h6{
	font-size: 0.7em;
	font-weight: normal;
	color: #5B5444;
}
#sidebar1 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #4F9D3A;
	font-weight: normal;
	line-height: 1.5em;
	padding-left: 5px;
	padding-right: 30px;
}
#sidebar1 p {
	font-size: .95em;
	line-height: 1.5em;
	color: #5B5444;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 30px;
	padding-left: 5px;
}
.smallPrint  {
	font-size: .7em;
	font-style: italic;
	line-height: 1.3em;
}
#maincontentImg s1 {
	height: 325px;
	width: 640px;
	overflow: hidden;
}
