
/**
 * Hockridge.css
 *
 * Style sheet for www.hockridge.com.
 *
 */
 

/**
 * Body Style
 */
body {
	background-color: #E1D9C4;
}

/**
 * Container Style
 */
#container {
	margin: 10px auto 10px auto;
	border: 1px solid #000;
	background-color: #ffffff;
}

/**
 * Header Style
 */
#header {
	background-image: url('title.jpg');
}

/**
 * Topbar Style
 */
#topbar {
	padding: 0px 2px 0px 2px;
}
#topbar div, #topbar div form {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
#topbar div input, #topbar div a img {
	vertical-align: middle;
}

/**
 * Content Styles
 */

#content {
	margin: 0px;
	padding: 0px;
}

/**
 * Menu Styles
 */
#menu {
	width: 100%;
	padding: 0px 2px;
}

#menu ul{ /** Menu UL tag */
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div.dropdown { /** Menu Drop Down Menu DIV tag */
	display: none;
	padding: 0px 0px 0px 15px;
}

a img { /** PLUS MINUS icon */
	verticle-align: bottom;
}

a.imagelink img {
	border: 1px #000000 solid;
}

a.imagelink img:hover {
	border: 1px #E1D9C4 solid;
}

li h2 { /** Menu H2 Tags */ 
	display: inline;
	cursor: pointer;
	margin: 4px 0px 4px 0px;
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

li a { /* Menu Links */
	margin: 0px 0px 0px 0px;
	font-family: verdana;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}

li a:hover, a:active {
	text-decoration: underline;
}


/** Main Page P tags */
p {
	width: 600px;
	border: 0px dotted #E1D9C4; border-bottom-width: 1px;
	padding: 0px 0px 5px 10px;
	font-family: 'Times New Roman';
	font-size: 12pt;
}

p.newsitem {
	width: 600px;
	border: 0px dotted #E1D9C4; border-bottom-width: 1px;
	padding: 0px 0px 5px 10px;
	font-size: 12pt;
	font-family: 'Times New Roman';
}

p.newsitem span {
	padding: 0px 0px 5px -10px;
	font-size: 12pt;
	font-style: italic;
	text-decoration: underline;
}

p.newsitem span.center {
	display: block;
	margin: 0px 0px 0px 290px;
	text-align: center;
}



/** H3 TAGS */
h3 {
	width: 610px;
	border: 0px solid #000000; border-bottom-width: 1px;
	margin: 0px auto 8px 0px;
	font-family: 'Times New Roman';
	font-size: 15pt;
	font-weight: normal;
	text-decoration: none;
}

/** SELECT tag for the SORT BY function **/
.sortby, select {
	font-size: 8pt;
}

/** CATELOGUE page selector links */
table.pagemenu a {
	font-family: verdana;
	font-size: 10pt;
	text-decoration: none;
}


/**
 * FOOTER STYLES
 */
#footer {
	color: #000000;
	font-family: verdana;
	font-size: 8pt;
}

#footer a, a.pagelink {
	color: #000000;
	font-family: verdana;
	font-size: 8pt;
	text-decoration: none;
}

a.pagelink:hover {
	text-decoration: underline;
}

a.pagelinkcurrent {
	color: #000000;
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

a.pagelinkcurrent:hover {
	text-decoration: underline;
}

#footer a:hover, #menulist a:active {
	text-decoration: line-through;
}

/**
 * Item Styles
 */
tr.listeditem {
	border: 0px #c4c4c4 solid;
	border-bottom-width: 1px;
}

tr.listeditem:hover {
	background-color: #FAF5F0;
}
  
  
