/*@import url("base.css");*/
@import url("layout.css");
@import url("alerts.css");
/* The color T an without a space was changed to #D2B48C*/
/*** LOGO ***/

.logo {
font-size:  12px;
color:  #fff;
font-family: Arial;
padding:  0px;
height: 1%;
}

.logo p, .logo img {
padding:  0px;
margin:  0px;
float:left;
}

.logo a, .logo a:visited {
text-decoration:  none;
color:  #222;
margin: 0px;
padding: 0px;
}

.logo a:hover {
color: #D2B48C;
}

.logo br {
clear:left;
}


img {
border: none;
}

/*** QUICKLINS ***/

.quicklinks {
color:  #fff;
text-align: center;
font-size: 11px;
}

.quicklinks a, .quicklinks a:visited {
color:  #fff;
text-decoration:  none;
}

.quicklinks a:hover {
color: #D2B48C;
}

.quicklinks-inner {
background: url(graphics/tab-ends.gif) no-repeat left;
width:450px;
float:right;
padding: 0px 2px 5px 2px;
}

/*** SEARCH BAR ***/

.search {
text-align: right;
font-size: 80%;
color: #666;
padding:  0px 0px 8px 0px;
}

.search input, .search form {
margin: 0;
}

/*** NAVIGATION ***/

.navlist
{
margin: 0 0 10px 0;
padding: 6px 10px; 
font-size:  70%;
white-space: nowrap;
text-transform: uppercase;
font-weight: normal;
background-color: #362f2d;
text-align: center;
border-top: solid 1px #000;
border-bottom: solid 1px #000;
}

.navlist li
{
display: inline;
list-style-type: none;
margin: 0px;
padding: 0px;
background-image: none;
}

.navlist a { 
padding: 6px 10px; 
}

.navlist a:link, .navlist a:visited
{
color: #fff;
text-decoration: none;
}

.navlist a:hover
{
color: #222;
background-color: #D2B48C;
text-decoration: none;
}

/*** HOMEPAGE IMAGE ***/

.homepage-image {
	height: 335px;
	margin-top: 15px;
	margin-bottom: 13px;
	border: solid 10px #eee;
}

/*** HEADERS ***/

h3 {
	margin-bottom: 10px;
	border-bottom: double 3px #ddd;
}

/*** LISTS ***/

.bullet {

}

.bullet li {
	font-size: 80%;
	padding-left: 15px;
	background: url(graphics/li-bg.gif) no-repeat left;
	line-height: 16px;
}

.bullet a {
	color: #534741;
	text-decoration: none;
}

.bullet a:hover {
	color: #D2B48C;
}

#sidebar ul {
	margin-bottom: 41px;
}

/*** 2 COLUMN LIST ***/

.column ul {
  float: left;
  width: 1em; /* width is changed */
  margin: 0;
  padding: 0;
  list-style: none;
	border: solid 1px red;
}
 
.column li {
	float: left;
	width: 350px;
	margin: 0;
	font-size: 80%;
	padding-left: 15px;
	background: url(graphics/li-bg.gif) no-repeat left;
	line-height: 16px;
}

/*** CONTENT B ***/
#content-b p {
	font-size: 90%;
	margin-bottom: 8px;
}

#content-b h3 {
	padding-bottom: 4px;
}


/*** FOOTER ***/

#footer a, #footer a:visited {
color: #534741;
text-decoration: none;
font-weight:bold;
}

#footer a:hover {
	color: #D2B48C;
}


#footer p {        
margin:0;
padding:0;
}

#footersearch {
float:right;
position:relative;
font-weight:bold;
clear:both;
text-decoration:none;
color:#534741;
}


/*** RSS FEEDS ***/
 .feed {
  margin-left: 3px;
  padding: 0 0 0 19px;
  background: url("../graphics/rss-icon-14x14.png") no-repeat 0 50%;
}

#catalog_search a {
	color: #666;
	text-decoration: none;
	font-size: smaller;
	font-weight: normal;
}

#catalog_search a:hover {
	color: #C00; 
	font-size: smaller;
	font-weight: normal;
	text-decoration: underline;
}

