/*****************
 BODY FONT
*****************/

body, table {
	font-family:  verdana, georgia, arial, "Bitstream Vera Sans", geneva, helvetica, helve, sans-serif;
	font-size: 16px;
}


/**********************
 BODY FONT HACK FOR IE
**********************/

* html body, * html table  {
	font-family:  verdana, georgia, arial, "Bitstream Vera Sans", geneva, helvetica, helve, sans-serif;
	font-size: medium;
}

/**********************
LAYOUT
**********************/

body {
	margin: 0 0 0 0;
	padding: 0px;
	background: #fff url(images/bodyback.gif) fixed repeat-x top center;
}

br.breaker { clear: both; }

h1 { font-size: 1.6em; display: block; color: #000; font-weight: normal;margin-top: 15px; margin-bottom: 15px;}
h2 { font-size: 1.3em; color: #369; display: block; font-weight: normal; margin: 0; }
h3.sitemap { font-size: 1.3em; color: #369; display: block; font-weight: normal; margin: 0; }
h3 { font-size: 1.1em; color: #333; display: block; font-weight: bold; margin: 0; }

a{
	text-decoration: none;
	color: #2261DF;
}
a:hover{
	text-decoration: underline;
}
p{
	margin-top: 10px;
	margin-bottom: 15px;
}
img{
	border: none;
}
#borderbox{
	margin-left: auto;
	margin-right: auto;
	width: 755px;
}
#wrapper{
	width: 755px;
	margin-left: auto;
	margin-right: auto;
	font-size:0.8em;
	background-color: #fff;
	float: left;
}
	#header{
		float: left;
		height: 157px;
		width: 755px;
		background-image: url(images/header_back.jpg);
		background-repeat: no-repeat;
	}
		#logo{
			float: left;
			height: 116px;
			width: 311px;
			padding-left: 223px;
			margin-right: 25px;
			margin-top: 13px;
			margin-bottom: 43px;
		}
		#logo p{
			margin-top: -3px;
			margin-left: 4px;
		}
	#badge{
		float: left;
		width: 162px;
		height: 124px;
		margin-top: 15px;
	}
	#ourrange{
		float: left;
		width: 173px;
		height: 22px;
		background-color: #B3AD0C;
		color: #fff;
		font-weight: bold;
		padding-top: 6px;
		padding-left: 15px;
	}
	#mainmenu{
		float: left;
		background: #C30000 url(images/background_menuback.gif) repeat-y top left;
		height: 22px;
		width: 556px;
		padding-top: 6px;
		padding-left: 11px;
		color: #fff;
	}
		#mainmenu ul{
			margin: 0px;
			padding: 0px;
		}
		#mainmenu li{
			float: left;
			display: inline;
			list-style-type: none;
			background-image: url(images/dot.jpg);
			background-position: right 7px;
			background-repeat: no-repeat;
			padding-right: 14px;
			margin-left: 5px;
		}
		#datedisplay{
			font-size: 0.8em;
			padding: 0 10px;
			padding-top: 3px;
			text-align: right;
		}
			#mainmenu a{
				color: #fff;
				text-decoration: none;
				font-weight: bold;
			}
			#mainmenu a:hover{
				text-decoration: underline;
				color: #F6CF52;
			}
	#leftmenu{
		float: left;
		width: 188px;
		background-image: url(images/background_leftmenu.gif);
		background-position: left top;
		background-repeat: repeat-x;
	}
		#leftmenu ul{
			margin-top: 0px;
			margin-left: 15px;
			margin-bottom: 5px;
			padding: 0px;
		}
			#leftmenu li{	
				list-style-type: none;
				background:  url(images/background_leftoption.gif) no-repeat bottom left;
				padding-top: 5px;
				padding-bottom: 5px;
			}
				#leftmenu li a{
					text-decoration: none;
					color: #000;
					padding-left: 10px;
					display: block;
				}
				#leftmenu li a:hover{ 
					background-image: url(images/arrow.gif);
					background-position: 3px 5px;
					background-repeat: no-repeat;
				}
				.currentpage{
					font-weight: bold;
				}

	#maincontent{
		float: left;
		width: 536px;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 10px;
		padding-bottom: 22px;
		line-height: 1.7em;
	}
		.assistance{
			float: left;
			width: 500px;
			margin-top: 20px;
		}
	
	
		.feature {
			float: left;
			text-align: center;
			width: 170px;
		}
	
		.featureend {
			float: left;
			text-align: center;
			width: 170px;
		}
		
		.contentnav{
			margin-top: 10px;
			font-size: 0.9em;
			line-height: 1.2em;
		}
			.contentnav ul{
				margin: 0px;
				padding: 0px;
			}
				.contentnav li{
					list-style-type: none;
					height: 96px; 
					width: 251px;
					float: left;
				}
					.contentnav a{
						float: left;
						width: 140px;
						padding-top: 21px;
						padding-left: 16px;
						padding-bottom: 15px;
						text-decoration: none;
						font-weight: bold;
						margin-top: 15px;
						text-transform: uppercase;
						color: #000;
					}
					.contentnav a:hover{
						text-decoration: underline;
					}
					#enamel{
						margin-right: 30px;
						background-image: url(images/contentback/enamel.gif);
						background-position: left top;
						background-repeat: repeat-x;
					}
					#button{
						background-image: url(images/contentback/button.gif);
						background-position: left top;
						background-repeat: repeat-x;
					}
					#printed{
						margin-right: 30px;
						background-image: url(images/contentback/printed.gif);
						background-position: left top;
						background-repeat: repeat-x;
					}
					#relieved{
						background-image: url(images/contentback/relieved.gif);
						background-position: left top;
						background-repeat: repeat-x;
					}
					#glitter{
						margin-right: 30px;
						background-image: url(images/contentback/glitter.gif);
						background-position: left top;
						background-repeat: repeat-x;
					}
					#promotional{
						background-image: url(images/contentback/promotional.gif);
						background-position: left top;
						background-repeat: repeat-x;
					}
					#corporate{
						margin-right: 30px;
						background-image: url(images/contentback/corporate.gif);
						background-position: left top;
						background-repeat: repeat-x;
					}
					#charity{
						background-image: url(images/contentback/charity.gif);
						background-position: left top;
						background-repeat: repeat-x;
					}
					#lapel{
						margin-right: 30px;
						background-image: url(images/contentback/lapel.gif);
						background-position: left top;
						background-repeat: repeat-x;
					}
					#pin{
						background-image: url(images/contentback/pin.gif);
						background-position: left top;
						background-repeat: repeat-x;
					}
					#metal{
						margin-right: 30px;
						background-image: url(images/contentback/metal.gif);
						background-position: left top;
						background-repeat: repeat-x;
					}
					#bespoke{
						background-image: url(images/contentback/bespoke.gif);
						background-position: left top;
						background-repeat: repeat-x;
					}
					#executive{
						background-image: url(images/contentback/executive.gif);
						background-position: left top;
						background-repeat: repeat-x;
					}
					#shaped{
						margin-right: 30px;
						background-image: url(images/contentback/shaped.gif);
						background-position: left top;
						background-repeat: repeat-x;
					}
					#keyrings{	
						margin-right: 30px;
						background-image: url(images/contentback/keyrings.gif);
						background-position: left top;
						background-repeat: repeat-x;
						height: 90px;
					}
					#medals{
						background-image: url(images/contentback/medals.gif);
						background-position: left top;
						background-repeat: repeat-x;
					}
					#cufflinks{
						margin-right: 30px;
						background-image: url(images/contentback/cufflinks.gif);
						background-position: left top;
						background-repeat: repeat-x;
						height: 90px;
					}
					#tiepins{
						background-image: url(images/contentback/tiepins.gif);
						background-position: left top;
						background-repeat: repeat-x;
					}
					#tiebars{
						margin-right: 30px;
						background-image: url(images/contentback/tiebars.gif);
						background-position: left top;
						background-repeat: repeat-x;
						height: 90px;
					}
					#shopping{
						background-image: url(images/contentback/shopping.gif);
						background-position: left top;
						background-repeat: repeat-x;
					}

		.contentnavenamel{
			margin-top: 10px;
			font-size: 0.9em;
			line-height: 1.2em;
		}
			.contentnavenamel ul{
				margin: 0px;
				padding: 0px;
			}
				.contentnavenamel li{
					list-style-type: none;
					height: 80px; 
					width: 251px;
					float: left;
				}
					.contentnavenamel a{
						float: left;
						width: 145px;
						padding-left: 16px;
						padding-top: 8px;
						text-decoration: none;
						font-weight: bold;
						margin-top: 10px;
						text-transform: uppercase;
						color: #000;
					}
					.contentnavenamel a:hover{
						text-decoration: underline;
					}		
					#hardenamel{
						margin-right: 30px;
						background-image: url(images/contentback/hardenamel.gif);
						background-position: left top;
						background-repeat: repeat-x;
					}
					#newenamel{
						background-image: url(images/contentback/newenamel.gif);
						background-position: left top;
						background-repeat: repeat-x;
					}
					#softenamel{
						margin-right: 30px;
						background-image: url(images/contentback/softenamel.gif);
						background-position: left top;
						background-repeat: repeat-x;
					}
					#softenameliron{
						background-image: url(images/contentback/softironenamel.gif);
						background-position: left top;
						background-repeat: repeat-x;
					}
	#footer{
		float: left;
		width: 755px;
		text-align: center;
	}
		#footerbreak{
			height: 60px;
			border: 1px solid #AEAEAE;
			font-size: 0.9em;
			line-height: 1.4em;
		}
		
ul.sitemap {
	list-style: none;
	margin-left: 15px;
	padding-left: 0px;
}
		
ul.sitemap li {
	list-style-type: none;
}