/*

/*--- LAYOUT BASICS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~---*/
h3	{
	margin: 0 5px 0 5px;
	padding: 0;
	border: 0;
	font-size: x-small;
	font-weight: bold;
	color: #aaaaaa;
}
h4	{
	margin: 0 0px 0 5px;
	padding: 0;
	border: 0;
	font-size: x-small;
	font-weight: normal;
	color: #aaaaaa;
}
p a:link,
p a:active,
p a:visited	{
	color: black;
	text-decoration: none;
}
p a:hover	{
	color: #aaaaaa;
}
.text {
	margin: 2px 0 6px 3px;
	padding: 2px 0 0 2px;
	border: 1px solid #363636;
	background:  url("images/inputTextBg.gif") top left repeat-x;
	height: 16px;
	font-size: x-small;
	font-weight: normal;
	color: #aaaaaa;
}
.newsletterInput	{
	margin: 2px 0 6px 3px;
	padding: 2px 0 0 2px;
	border: 1px solid #363636;
	background:  url("images/inputTextBg.gif") top left repeat-x;
	height: 16px;
	font-size: x-small;
	font-weight: normal;
	color: #aaaaaa;
	display: block;
	width: 278px;
}
/*--- HEADER ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~---*/
#header {
	margin: 0 auto;
	padding: 0px;

	border: 0;
	width: 668px;
	height: 95px;
	background: #282828 url("images/logoAshton.gif") no-repeat;
	background-position: 410px 5px ;
	text-align: left;
	font-size: 11px;
}
/*--- NAVIGATION ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~---*/
dl dd a:hover	{
	color: #aaaaaa;
	background: url("images/buttonBg_upside.gif") top center repeat-x;
}
#navigation {
	padding: 67px 0 0 0;
	margin: 0;
	height: 26px;
	background:  url("images/logoBelowAshton.gif") bottom left no-repeat;
	text-align: left;
	font-size: 11px;	
	cursor: default;
}
#navigation ul li a:hover {
	padding: 0 0 13px 0;
	color: #FFFFFF;
	text-decoration: none;
	background:  url("images/navLightSilver.gif") bottom repeat-x;
	cursor: pointer;
}
#arrow ul li	{
	color: silver;
padding: 10px;
font-size: 12px;
	list-style-image: url("images/liSilver.gif");
}