/* CSS Document */

/* 

THINGS TO CHANGE
* background image			inside the html, html>body, body
* header graphic			inside #header
* sidebar					inside #content
* footer					inside #footer

*/


/* --------------------- REDEFINED TAGS -------------------------------- */
html, html>body, body 	{padding: 0px;margin: 0px;}
body 					{background: #3F1602 url(/images/sunsethorse.jpg) repeat-x scroll left top; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000;}
a:link, 
	a:visited, 
	a:active 			{text-decoration: underline;color: #000;}
	a:hover 			{text-decoration: none;color: #000;}
a img 					{border: none;}
h4 						{font-size: 16px; padding: 3px 0 3px 0; margin: 3px 0 3px 0;}
	h4 a:link, h4 a:visited, h4 a:active {text-decoration: none;}
	h4 a:hover			{text-decoration: underline;}
h5 						{font-size: 14px;padding: 3px 0 3px 0;margin: 3px 0 3px 0;}

form					{padding: 0px; margin: 0px;}
input.text				{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color:#000; width: 165px; border: 1px solid #CBB8A7; vertical-align:middle;}
input.submit			{border: 1px solid #CBB8A7; background: none; color: #CBB8A7; padding: 5px; text-transform: uppercase; vertical-align:middle;}

/* --------------------- LAYOUT STYLES --------------------------------- */
#header 				{background: url('../images/ec-header-clear.gif') left top no-repeat; height: 212px;}
#search					{padding: 2px 5px; margin: 0px; background: #f2efe9;}
#content 				{background: url('../images/ec-side.jpg') left top repeat-y; min-height: 500px; height: auto !important; height: 500px; padding-bottom: 10px;}
#sidebar				{width: 160px; padding-left: 20px; font-size: 11px; text-align: left;}
	#navigation			{margin-right: auto; margin-top: 0px;}
	#navigation > ul		{background: url('../images/ec-nav-catalog-bg.gif') left bottom no-repeat; margin: 0; padding: 0 0 2px 2px;}
	#navigation h5			{background: url('../images/ec-nav-catalog-bg.gif') left top no-repeat; padding: 0 0 0 0; margin: 0px;}
	#navigation ul li		{list-style-type: none; padding: 0 0 0 5px; margin: 0; background: #FFF url('../images/ec-main-top.gif') left top no-repeat; font-weight: bold;}
	#navigation ul li.selected {background: #FFCA74; color: #000;}
	#navigation ul li.level2 {padding-left: 25px;}
	#navigation ul li ul	{margin: 0px; padding: 0px;}
	#navigation ul li ul li {list-style-type: none; padding: 0 0 0 15px; margin: 0 0 0 -5px; font-weight: normal;}
	#navigation a:link,
	#navigation a:visited,
	#navigation a:active	{color: #000; text-decoration: none;}
	#navigation a:hover		{color: #E00813; text-decoration: none;}
#auction				{background: url('../images/ec-main-top.gif') left top no-repeat; margin: 0 0 0 1px; padding: 0 0 0 23px;}
#footer 				{margin: 0px; font-size: 10px; text-align: center; clear: both; background: #f2efe9; height: 30px; padding: 10px 0 10px 0;}
	#footer a:link, 
	#footer a:active, 
	#footer a:visited 	{color: #000;text-decoration: underline;}
	#footer a:hover 	      {color: #000;text-decoration: none;}