/***********************************************/
/* CSS Styles PeggyCappy.com, PeggyCappy.net   */
/* yogafortherestofus.com, yogaforallofus.com  */
/***********************************************/
body {
	font-size: 90%;
	margin: 0;
	padding: 15px;
	height: auto;
	width: auto;
	text-align: center;
	color: #000000;
	background-image: url(images/siteart/bodybg2.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container {
	width: 780px;
	text-align: left;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: outset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: outset;
	border-top-color: #DEDDF9;
	border-right-color: #DEDDF9;
	border-bottom-color: #DEDDF9;
	border-left-color: #DEDDF9;
	margin-right: auto;
	margin-left: auto;
}
.twoColFixLtHdr #header {
	background: #DDDDDD;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #masthead {
    width: 780px;
	height: 192px;
	background:#FFFFFF;
}

.twoColFixLtHdr #masthead1 {
    
	float: left;
}

.twoColFixLtHdr #masthead2 {
        width: 190px;
		height: 192px;
	float: right;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 165px;
	padding: 5px;
}
.twoColFixLtHdr #mainContent {
/*	background-image:url(images/bodybg2.jpg); */
	padding-right: 10px;
	padding-left: 10px;
	float: right;
	width: 580px;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.topnav {
	font-size: 14px;
	text-align: center;
	font-family: Verdana, Tahoma, sans-serif;
	background-image: url(images/siteart/bodybg2.jpg);
}
.newslettersignup {
	font-size: 140%;
	font-weight: bold;
	color: #333399;
}
.formbutton {
	background-color: #669999;
	border: 1px solid #5C8B8B;
	font-size: 75%;
	font-weight: bold;
	color: #FFFFFF;
}
.another {
	background-color:#B5B5CE;
	height:40px;
}
a {
	color: #006699;
	text-decoration: none;
}
a:link {
	color: #1d1a81;
	text-decoration: none;
}
a:visited {
	color: #3A3D98;
	text-decoration: none;
}
a:hover {
	color: #141153;
	text-decoration: underline;
}
a:active {
	color: #1D1F84;
	text-decoration: none;
}
.sidemenu {
	margin-right: 10px;
}
h1 {
	font-size: 120%;
	color: #1d2081;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 15px;
	text-align: center;
}
h2 {
	font-size: 100%;
	color: #1d2081;
	margin-right: 15px;
	margin-left: 15px;
	text-align: center;
}
h3 {
	font-size: 100%;
	color: #1d2081;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	color: #1d2081;
	margin: 0px;
	padding: 10px;
}
h5 {
	font-size: 75%;
	color: #FFFFFF;
}
h6 {
	font-size: 75%;
	color: #666666;
	font-weight: lighter;
}
input {
	font-size: 90%;
	color: #333399;
	background-color: #E2E8F8;
	border: 1px solid #8287AD;
}
.faqquestion {
	font-size: 18px;
	line-height: 5px;
	padding-left: 10px;
}
.redbold {
	color: #FF0000;
	font-size: 150%;
}
.onsale {
	color: #FF0000;
	font-size: 120%;
}
.onsaleprice {
	color: #FF0000;
	font-size: 100%;
}
.strike {
	font-size: 80%;
	text-decoration: line-through;
}
ul {
	list-style-type: square;
}
ul ul {
	list-style-type: disc;
}
ul ul ul {
	list-style-type: none;
}
label {
	font-size: 100%;
	font-weight: bold;
	color: #334d55;
}

/***********************************************/
/* Components                                  */
/***********************************************/

.story {
	clear: both;
	font-size: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.story p {
	padding: 0px 0px 10px 0px;
}
/************* #siteInfo styles ***************/
#siteInfo img {
	padding: 2px 2px 2px 2px;/*	vertical-align: middle; */
}
/*********** #sectionLinks styles ***********/
#sectionLinks {
	position: relative;
	margin: 0px;
	border-bottom: 1px solid #ffffff;
	font-size: 95%;
	visibility: visible;
	text-align: right;
	padding: 0px;
}
#sectionLinks h3 {
	padding: 10px 0px 2px 10px;
}
#sectionLinks a {
	display: block;
	border-top: 1px solid #ffffff;
	padding: 2px 0px 2px 10px;
}
#sectionLinks a:hover {
	background-color: #b0b6da;
}
/************** #sidebar styles **************/

.buydirect {
	color: #0080c0;
	font-size: 130%;
}
.buyamazon {
	color: #0080c0;
	font-size: 90%;
}
