/* page structure formatting */

html {
	height: 100%;
}

body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #e3e9e3;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}

#pageHeight {
	height: 100%; 
	min-height: 100%;
}

#wrapper {
	height: auto;
	min-height: 100%;
	width: 896px;
	margin-left: auto;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/images/bits/border_3.gif);
	background-repeat: repeat-y;
	text-align: center;
}

* html #wrapper {
	height: 100%;
}

/* This is a fix to enable Firefox to idenitfy a page as 
   100% of the page height rather than the viewports height */
#wrapper:after {
	content: ".";  
	display: block; 
	clear: both; 
	background-image: url(/images/bits/bground2.gif);
	background-repeat: repeat-y;
	margin-left: 8px;
	color: white;
}

#content {
	width: 880px;
	background-color: white;
	height: auto;
	min-height: 100%;
	padding: 0px;
	margin: 0px;
	background-image: url(/images/bits/bground2.gif);
	background-repeat: repeat-y;
	text-align: left;
	margin-left: 8px;
}

* html #content {
	height: 100%;
	margin-left: 0px;
}

#body 
{
	padding: 0px;
}

#pagecontent 
{
	width: 580px;
	margin-top: -292px;
	margin-left: 150px;
}

* html #pagecontent {
	margin-top: 0px;
	margin-right: 10px;
}

#pagcontent p
{
	margin-right: 20px;
}

#sidepanel
{
	width: 120px;
	margin-top: -281px;
	float: right;
}

/* general styles */

h1 {
	display: inline;
	font-size: 15px;
	font-weight: bold;
	color: white;
	padding-left: 40px;
}

* html h1 {
	padding-left: 35px;
}

.formdiv {
	display: inline;
	margin: 0px;
	padding: 0px;
}

img.img {
	border: 3px double #e3e9e3;
}

.right {
	float: right;
}

h2 {
	font-weight: bold;
	color: white;
	font-size: 13px;
	background-color: #709272;
	margin-top: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 12px;
}

h3 {
	display: inline;
	color: #709272;
	font-weight: bold;
	font-size: 12px;
}

div.h3 {
	border-top: 1px solid #709272;
	padding: 0px;
	margin: 0px;
}

a {
	font-weight: bold;
	color: #71C26D;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#bottomlinks {
	margin-top: 70px;
	color: #709272;
	background: #fff url(/images/bits/dots.gif) bottom left repeat-x;
	height: 20px;
}

#bottomlinks a {
	color: #709272;
	font-weight: normal;
	font-size: 11px;
}

#copyright {
	background-color: white;
	font-size: 10px;
	color: #cccccc;
}

#copyright p {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

ol li {
	padding-bottom: 8px;
}

span.required {
	color: #709272;
}

p.error {
	color: red;
}

/* form styles */

input.searchbox {
	color: #bbbbbb;
	width: 80px;
	margin-left: 15px;
}

.button {
	border: none;
	background-color: #709272;
	padding: 3px;
	margin: 0px;
	color: white;
}

* html .button {
	padding: 0px;
}

table.form {
	background-color: #e3e9e3;
	font-size: 11px;
}

table.form th {
	border: 2px solid white;
	font-weight: normal;
	padding: 3px;
}

table.form th.break {
	background-color: #709272;
	color: white;
	height: 20px;
}

table.form th.head {
	background-color: #709272;
	color: white;
	font-weight: bold;
}

table.form td {
	border: 2px solid white;
	padding: 3px;
}

table.form td.sparse {
	padding: 0px;
	border: none;
}

table.form td.buttoncell {
	text-align: right;
}

/* top navigation formatting */

#header {
	width: 844px;
	background-color: #709272;
	padding: 4px 18px 5px;
	text-align: left;
	margin: 0px;
	margin-top: -2px;
}

#header a {
	color: white;
	text-decoration: none;
	display: inline;
	padding: 4px 14px 5px;
	border-left: 1px solid #e3e9e3;
	font-size: 12px;
	font-weight: bold;
}

#header a.last {
	border-right: 1px solid #e3e9e3;
}

#header a:hover
{
	background: #e3e9e3;
	color: #709272;
}

#header a.on
{
	background: #e3e9e3;
	color: #709272;
}

/* search / header bar formatting */


#search {
	width: 880px;
	background-color: white;
	padding-top: 40px;
	padding-bottom: 40px;
}

#search #searchstrip {
	background-color: #e3e9e3;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(/images/bits/h12.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.searchbutton {
	width: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: none;
	background-color: #709272;
	margin: 0px;
	color: white;
}

* html .searchbutton {
	padding-top: 0px;
}

#searchForm {
	display: inline;
}

/* left hand nav bar styles */

#nav {
	background-color: #709272;
	width: 120px;
}

.menu {
	width:120px;
	list-style:none;
	padding: 0px;
	margin: 0px;
	margin-top: 50px;
}

.menu li {
	display: block;
	position:relative;
	padding:0px;
	width: 120px;
	z-index:9;
	border-top: 1px solid #e3e9e3;
}

.menu li.last {
	border-bottom: 1px solid #e3e9e3;
}	

* html .menu li {
	margin-bottom: -2px;
	margin-top: 2px;
}

.menu li a {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	text-decoration:none;
	font-size: 11px;
	font-weight: normal;
	color:white;
	width: 105px;
	z-index: 10;
}

.menu li>a { width:auto; }

.menu li a:hover {
	background-color:#e3e9e3;
	color: #709272;
}

.menu li a.on {
	background-color:#e3e9e3;
	color: #709272;
}

.menu li:hover {
	background-color:#e3e9e3;
}

.menu li.on {
	background-color:#e3e9e3;
}

/* Styles for popout navs */

.popout {
	position: absolute;
	background-color: #e3e9e3;
	color: #709272;
	width: 160px;
	margin-left: 120px;
	margin-top: -221px;
	display: none;
	border-right: 1px solid #709272;
	filter: alpha(opacity=95); 
	opacity: .95;
	-moz-opacity: 0.95;
}

.popout .menu {
	margin-top: 0px;
}

.popout .menu li {
	border-top: 1px solid #709272;
	width: 160px;
}

*html .popout .menu li.first {
	margin-top: 0px;
}

.popout .menu li.last {
	border-bottom: 1px solid #709272;
	margin-bottom: 0px;
}

.popout .menu li a
{
	font-weight: normal;
	color: #709272;
	width: 160px;
}

.popout .menu li>a { width:auto; }

.popout .menu li a:hover {
	background-color:#709272;
	color: #e3e9e3;
}

/* nav positions - each left nav link is 22 high... */

#menu_spacer { height: 0px; margin-top: -12px; }
#menu_businessgifts { margin-top: -231px; }
#menu_clocks { margin-top: -210px; }
#menu_corporateawards { margin-top: -188px; }
#menu_glassware { margin-top: -177px; }
#menu_medals { margin-top: -155px; }
#menu_pewter { margin-top: -111px; }
#menu_resin { margin-top: -89px; }
#menu_silverware { margin-top: -67px; }
#menu_trophies { margin-top: -45px; }

/* Section page classes */

table.sectionlinks th { 
	border: 2px solid #709272;
	border-bottom: none;
	width: 100px;
	background-color: #e3e9e3;
}

table.sectionlinks th a img {
	border: 0px;
}

table.sectionlinks td { 
	border: 2px solid #709272;
	border-top: none;
	background-color: #e3e9e3;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100px;
	font-size: 10px;
}


table.sectionlinks td a {
	color: black;
	text-decoration: none;
	font-weight: normal;
}

table.sectionlinks td a:hover {
	text-decoration: underline;
}

table.sectionlinks td.spacer { 
	border: none;
	background-color: white;
	width: 13px;
	padding: 0px;
	margin: 0px;
}

/* Sitemap styles */

div.maplink {
	border-bottom: 1px solid #709272;
	background-color: #e3e9e3;
	padding: 5px;
	margin: 0px;
	width: 95%;
}

div.top {
	border-top: 1px solid #709272;
}

div.indent1 {
	background-color: white;
}

div.indent1 a {
	margin-left: 20px;
}

div.maplink a {
	color: black;
	font-size: 11px;
	font-weight: normal;
}


/* Basket Styles */


table.form td.basket input.button {
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* Section page styles */

div.product {
	border: solid 1px #709272; 
	height: 124px; 
	background-color: #e3e9e3;
}

div.product div.stockno {
	 color: white; 
	 background-color: #709272; 
	 padding: 5px; 
	 font-weight: bold;
}

div.product div.productdetail {
	 display: inline; 
	 /*float: left;*/ 
	 background-color: #e3e9e3; 
	 font-size: 10px; 
	 padding-right: 5px;
}

img.productimage {
	 margin-right: 10px;
	 border: none;
	 text-align: left;
	 float: left;
}

#products td.product {
	width: 47%;
}

#products td.spacer {
	width: 6%;
}


/* Product page styles */

table.product {
	width: 580px;
}

img.product {
	border: 3px; 
	margin: 10px;	
	float: right;
}

#productdetail {
	margin-bottom: 40px; 
}

table.productpage tr.proddetail {
	background-color: #e3e9e3;
}

table.productpage tr.proddetail td.text {
	 padding: 10px; 
	 vertical-align: top;
}
	

/* Search styles */

div.search {
	background-color: #e3e9e3;
	border-top: solid 1px #709272;
	border-bottom: solid 1px #709272;
	margin: 0px; 
	padding-left: 10px; 
	padding-top: 10px; 
	padding-bottom: 10px;
	margin-bottom: 7px;
}

img.search {
	border: solid 1px #709272;
	margin-right: 20px; 
}


/* Home page styles */

#hometop {
	background: #e3e9e3 url(/images/home/trophy.jpg) top right no-repeat;
	border-top: solid 1px #709272;
	border-bottom: solid 1px #709272;
	width: 580px;
	height: 275px;
}

#hometextimage {
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 15px;
}

p.hometext {
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 0px;
	width: 320px;
}

#homelist {
	margin-top: 0px;
	border-bottom: solid 1px #709272;
}

#homelist ul li {
	color: #709272;
	font-weight: bold;
	margin-bottom: 17px;
}

#sectiontext {
	color: #709272;
	font-weight: bold;
}

table.homesections {
	margin: 0px;
	padding: 0px;
	width: 580px;
}

.left {
	border-right: solid 1px #709272;
}

table.homesections tr th {
	margin: 0px;
	padding: 0px;
}

table.homesections tr th a {
	margin: 0px;
	padding: 0px;
	border: none;
	margin-bottom: -2px;
}

table.homesections tr th a img {
	margin: 0px;
	padding: 0px;
	border: none;
	margin-bottom: -2px;
}

table.homesections tr td {
	text-align: center;
	border-top: solid 1px #709272;
	border-bottom: solid 1px #709272;
	margin: 0px;
	padding: 0px;
}

table.homesections tr td p {
	margin-top: 15px;
	margin-bottom: 15px;
}

table.homesections tr td p a {
	color: #709272;
}


/* engraving page styles */

#engravingselector {
	background-color: #e3e9e3;
	border-top: solid 1px #709272;
	border-bottom: solid 1px #709272;
	width: 580px;
	height: 1000px;
}

#engravingproducts {
	float: left;
	padding-top: 10px;
	padding-right: 5px;
	background-color: white;
	width: 180px;
	height: 1000px;
}

#engravingdetails {
	padding-top: 10px;
	float: right;
	width: 390px;
	height: 1000px;
}