@charset "utf-8";
/* CSS Document - McKinlay Hoof Care - 2008*/


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*background-image:url(/images/background.gif);	*/
	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;
}
.twoColElsLtHdr #container { 
	width: 46em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #400101;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
/*.twoColElsLtHdr #header { 
	background: #c9ac69; 
 	padding: 0 10px;  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. 
} */
.twoColElsLtHdr #header h1 {
	position: relative;
	bottom: 50px;
	left: 300px; 
	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*/ 
}
.twoColElsLtHdr #sidebar1 {
	float: left;
	margin: 1em 1em 1em 0; 
	width: 12em; /* since this element is floated, a width must be given */
	background: #707365; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.twoColElsLtHdr #sidebar1 h3 {
	font-size: 100%;
	font-style: italic;
}
.twoColElsLtHdr #sidebar1 p {
	font-size: 90%;
	text-align: center;
}
.twoColElsLtHdr #sidebar1 em {
	font-size: 100%;
	font-weight:500;
}
.twoColElsLtHdr #sidebar1 img {
	border: #000000 solid 1px;
	margin-left: 7px;
	margin-right: 5px;
}
/* Lines 59-121 create the rt side nav buttons with roll over effect*/
.twoColElsLtHdr #navlist
{
color: #4a0000;
background: #7f0000;
border-bottom: 0.2em solid #000000;
border-right: 0.2em solid #000000;
padding: 0 1px;
margin-left: 0;
width: 12em;
font: normal 0.8em Verdana, sans-serif;
}
#navlist li
{
list-style: none;
margin: 0;
font-size: 1em;
}
#navlist a
{
display: block;
text-decoration: none;
margin-bottom: 0.5em;
margin-top: 0.5em;
color: black;
background: #bfb999;
border-width: 1px;
border-style: solid;
border-color: #cccccc  #780000  #400101  #a67c52;
border-left: 1em solid #000000;
padding: 0.25em 0.5em 0.4em 0.75em;
}
#navlist a#current { border-color: #cccccc #780000 #400101 #ff0000; 
}
#navlist a
{
width: 99%;
/* only necessary for Internet Explorer */
}
/*#navlist a
{
voice-family: "\"}\"";
voice-family: inherit;
width: 9.6em;
 Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode 
}*/
#navcontainer, #navlist a
{
width: auto;
/* only necessary if you use the hacks above for the Internet Explorer*/ 
}
#navlist a:hover, #navlist a#current:hover
{
background: #5D8E76 ;
border-color: #035946 #F7F2E2 #759D5A #d4e3bd;
padding: 0.4em 0.35em 0.25em 0.9em;
}
#navlist a:active, #navlist a#current:active
{
background: #72AA8B;
border-color: #035946 #F7F2E2 #759D5A #d4e3bd;
padding: 0.4em 0.35em 0.25em 0.9em;
}
/*  In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.twoColElsLtHdr #mainContainer {
	margin: 0em 0em 0em 13em;  /*the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	background: #F7F2E2;
	/*padding: 1em;*/
}
.twoColElsLtHdr #mainContent {
	margin: 1em 0em 0em 0em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	background: #F7F2E2;
	padding: 1em;
} 
.twoColElsLtHdr #mainContent h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 200%;
	color:#FF0000;
}
.twoColElsLtHdr #mainContent h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: larger;
	font-style: italic;
}
.twoColElsLtHdr #mainContent h6{
	text-align:center;
	font-size: 150%;
	font-weight: 600;
	color:#539074;
}
.twoColElsLtHdr #mainContent ul{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
.twoColElsLtHdr #mainContent li {
	padding-left: 2em;
	background-image: url(/images/yashaShoeBullet.png);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	line-height:1.4;
	font-size:small
}
.twoColElsLtHdr #mainInsetBox {
float:right;
margin-left:.5em;
margin-bottom:.5em;
	padding-left: 0;
}
.twoColElsLtHdr #footer {
	padding: 0px 0px 0px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#737065;
} 
.twoColElsLtHdr #footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0px 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:9px;
	font-style:italic;
}
/*.twoColElsLtHdr #footer a {
	position: relative;
	left: 0px; 
} */

