/*Style sheet for Strictly Show Horses - created Sept 10, 2009*/

            
   /* Body tags & elements */
               
body         {
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
        background: #55290A url('images/back.jpg') no-repeat;
}


               
#main p {
		font-size:13px;
       	 text-align: justify;
		margin-left:15px;
		margin-right:15px;
		color: #451B00;
       		 font-family: Trebuchet, Helvetica, sans-serif;
	}

/* Headings */



h2{
font-family: Trebuchet, Helvetica, sans-serif;
font-size:13px;
color: #9E5C2E;
text-decoration:none;
text-align:left;
padding-left: 26px;
font-weight:bold;
margin:0px;
}



/* Left address content */

#left{
	font-family: Trebuchet, Helvetica, sans-serif;
	font-size:8.5pt;
	padding-left: 4px;
	padding-right: 4px;
	color: #451B00;
	font-weight : bold;
	text-align:center;
}

/*-------Menu stuff------*/

.menu{
width: 170px; 
}

.menu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; 
}

.menu ul li{
padding-bottom: 2px; 
}

.menu ul li a{
color : #451C00;
background: url('images/dot.gif') no-repeat center right; 
display: block;
padding: 2px 0;
padding-left: 25px; 
text-decoration: none;
font-weight: bold;
font-family: Trebuchet, Helvetica, sans-serif;
border-bottom: 1px solid #461C00;
font-size: 90%;
}

.menu ul li a:visited{
color : #451C00;
}

.menu ul li a:hover{ 
color: #461C00;
background-color: #F1E3CA;
}

.menu h3 {
	color : olive;
	background: url('images/dot.gif') no-repeat center right; 
	display: block;
	margin-bottom: 8px; 
	padding-bottom: 2px; 
	padding-left: 25px; 
	text-decoration: none;
	font-weight: bold;
	font-family: Trebuchet, Helvetica, sans-serif;
	border-bottom: 1px solid #461C00;
	font-size: 70%;
}


/* Bottom Menu */

#bottom_menu p {
	color: #451B00;
	text-align:center;
	font-size:83%;
	padding: 0,0,0,0;
	}
#bottom_menu a {
	color: #451B00;
	text-decoration: none;
	font-size:83%;
   }
#bottom_menu a:hover {
	color: #000000;
	background-color: #FAF4D8;

}


/* Footer */

#footer {
	font-family: Trebuchet, Helvetica, sans-serif;
	font-size:8pt;
	color : #EFCA8E;
	
}
#footer a {
	color: #EFCA8E;
    font-size:7pt;
	text-decoration: underline;
	
}
#footer a:hover {color: #EFCA8E;
}




              
/* Links */

A:link {
	color: #451B00;
	text-decoration: none;
}
A:visited {
	color: #451B00;
	text-decoration: none;
}
A:active {
	color:#451B00;
	text-decoration: none;
}
A:hover {
	color: #000000;
	text-decoration: none;
	background-color: #F6B366;
	
}
