@charset "utf-8";
/* CSS Document */

   html, body {
	margin: 0;
 	padding: 0;
	height: 100%;
 	text-align: left;
 }

body {
      background:#fff;
      margin:0;
      padding:0;
      color:#000;
      font:x-small/1.5em Georgia,Serif;
      voice-family: "\"}\""; voice-family:inherit;
	  font-size:small;
   
      } 
	  
#wrapper {
	text-align: center;
	position:relative;
	margin: 0 auto 0 auto;
	width:100%;
	min-height: 100%;
	height: auto !important;
    height: 100%;
} 



 
/****************************************************************/
/*************header and navigation******************************/
/****************************************************************/
   
    #header {
		text-align:center;
	 
      float:left;
      width:100%;
	  background-color:#c68a00;
      background:#c68a00 url("images/bg.gif") repeat-x top;
      font-size:93%;
      line-height:normal;
	  height:185px;

      }
 
    #header ul {
	position:absolute;
	top:126px;
	left:250px;
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }
    #header li {
      float:left;
      background:url("images/left_both.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      border-bottom:1px solid #765;
      }
    #header a {
      float:left;
      display:block;
      width:.1em;
      background:url("images/right_both.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#fff;
      }
    #header > ul a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #header a {float:none;}
    /* End IE5-Mac hack */
    #header a:hover {
      color:#333;
      }
    #home #nav-home, #bridles #nav-bridles,
    #girths #nav-girths, #breast #nav-breast,
    #acc #nav-acc,#contact #nav-contact{
      background-position:0 -150px;
      border-width:0;
      }
    #home #nav-home a, #bridles #nav-bridles a,
    #girths #nav-girths a, #breast #nav-breast a,
    #acc #nav-acc a, #contact #nav-contact{
      background-position:100% -150px;
      padding-bottom:5px;
      color:#333;
      }
    #header li:hover, #header li:hover a {
      background-position:0% -150px;
      color:#333;
      }
    #header li:hover a {
      background-position:100% -150px;
      }
/****************************************************************/
/*************contents ******************************************/
/****************************************************************/

#contents{
	margin-top:20px;
	margin-left:20%;
	margin-right:20%;
	text-align:center;


	}
#contentsLeft{
	padding-top:20px;
	text-align:left;
	width:500px;
	float:left;
	}
#contentsRight{
     padding-top:20px;
	float:right;
	text-align:left;
	width:200px;
	}
	
	
.indexContTitle{
 font-size:14px;
 font-weight:bold;
 }
 p{
 
 font-size:12px;
 	font-family:Verdana, Arial, Helvetica, sans-serif;}
  #footer{
	width: 100%;
  	background: #fff;

  	bottom: 0px !important;
  	bottom: 0px;
  	height: 25px;
  	text-align:center;
  	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;

}
#clearFloats{ clear:left}
#clearFloatsBoth{ clear:both}
/*******************************/
/*	product body				*/
/*****************************/
#productSection{
	margin-top:10px;
	margin-bottom:10px;
}

#productLeft{
	text-align:center;
	float:left;
	height:auto;
	width:250px;
}
#productRight{
float:right;
	text-align:left;
	height:auto;
	width:240px;
}
.productTitle{
	font-size:14px;
	font-weight:bold;
}