/* global custom settings */
html { font-family: "Lucida Grande","Trebuchet MS";  }


/* header */
#header { min-height: 0px; height: 81px; }
#header .col-wrap .col-right form { margin-right: 10px; }

/* navigation */
#navigation a:link,
#navigation a:visited,
#navigation a:hover { font-weight: bold; }
#navigation { height: 37px; }
#navigation div ul.menu { margin: 10px 10px 0px; }

/* footer */
#footer { text-align: center; padding: 0px 15px; margin-top: 0px; padding: 15px; }

/* site container */
div.panel { width: 194px; }
div.panel h4 { padding: 5px; font-weight: normal; font-size: 12px; }
div.panel div.content { padding: 5px; font-size: 11px; }

/** buttons **/
input.button, input.reset, input.submit
{
	font-size: 10px;
	font-family: Verdana,sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	padding: 2px 5px;
}

.page-cart input.button-checkout { padding: 3px; font-size: 1.1em; text-transform: capitalize; }

/** images **/
.page .image-logo { margin-top: 15px; }
.page .image-home { margin-left: 10px; }


/** catalog views **/


/** product elements **/



/** headings and paragraphs **/
h3 { border-bottom: 1px solid #ccc; }



/** page specific **/
.page-home div h1 { display: none; }
