

/* Style Sheet Churchills Western Tack & Apparel  */

/* Body Stuff */

Body	{
	margin:0px;
	padding-left:50px;
	background-color: #010204;
	height:100%;
	

}

.sale {
color: #FF0000;
font-weight: bold;
}

#content
{
width: 700px;
margin: 0 auto
} 

.main_content {
	float: left;
	margin-top: 4px;
	margin-bottom:10px;
	display: block;
   	margin-right:55px;
	margin-left:20px;
}

.main_content p {
	font-size: 14px;
	font-family: arial;
	color: #170800;
	font-weight: bold;
	margin-right:10px;
	
}
.main_content a {
	color: #7A2C12;
	text-decoration: none;
	
}

.main_content a:hover {
       color: #6B9DA1;
	text-decoration: none;
	}	


/* Headings */


h2	{
	font-family:tahoma;
	font-size:14px;
	color:#170800;
	padding-left: 10px;
	padding-top: 0px;
	text-align:left;
	font-weight:bold;
}

h5	{
	padding-right: 0px;
	font-family: tahoma;
	font-size:9pt;
	color: #010204;
	font-weight : bold;
	text-align:left;
}

/* Left  Menu Stuff */

#left 	{	
	padding-right: 25px;
	font-family: tahoma;
	font-size:9.5pt;
	color:#010204;
	font-weight : bold;
	text-align:right;
}
#left a {
	color:#781116;
	text-decoration: none;
}

#left a:hover {
	color: #6B9DA1;
        text-decoration: none;
}


/* Address Stuff */

#address {
	text-align:center; 
	font-family:tahoma;
	color: #ffffff;
	font-weight : bold;
        padding-top: 12px;
	padding-bottom: 14px;
	font-size: 10.5px;
        display: block;
}

#address a {
	color: #6B9C99;
	text-decoration: none;
	
}

#address a:hover {color: #ffffff;
	}

/* Bottom Stuff */

#bottom p {
	
	padding-right: 400px;
        padding-bottom: 0px;
	text-align:center;
	font-family: tahoma;
	font-size:8pt;
	color : #DACEB6;
	text-decoration: none;
	}

#bottom a {
	color: #6B9C99;
	text-decoration: none;
	
}

#bottom a:hover {color: #ffffff;
	}

