/* CSS Document */

body, p, h1, h2, h3, h4, div, ul, li {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	text-align: centre;
	background-repeat: no-repeat;
}


/* DIV */


#background {
	margin: 0 auto;
	text-align: left;
	width: 880px;
	height: 600px;
	padding-top: 1px;
	margin-top: 20px;
	background-repeat: no-repeat;
}

#container {
	margin: 154px 0px 0px 480px;
	width: 370px;
	position: relative;
}

#content {
	max-height: 176px;
	height: 176px;
	overflow: auto;
	padding: 15px;
}

#nav {
	margin-top: 15px;
	position: relative;

}

#footer {
	text-align: right;
	margin-top: 30px;
}

#credits {
	float: left; 
	margin: 560px 0 0 20px;
}

/* TEXT */


p {
	line-height: 1.4em;
	padding-bottom: 15px;
}

h1 {
	padding-bottom: 15px;
	letter-spacing: 1px;
	color: #ec008c;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 20px;
}

h2 {
	padding-bottom: 15px;
	font-weight: normal;
	font-size: 16px;
	color: #3c3c3c;
}

h3 {
	padding-bottom: 15px;
	letter-spacing: 1px;
	color: #3c3c3c;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 16px;
}

h4 {
	padding-bottom: 15px;
	letter-spacing: 1px;
	color: #ec008c;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
}

ul {
	padding-left: 15px;
	margin: 0px 0px 15px 15px;
	line-height: 1.6em;
	list-style: none;
	border-left: 2px dotted #aaa39e;
}


/* LINKS */


a {
	color: #000000;
	text-transform: underline;
}

a:visted {
	color: #3c3c3c;
	text-transform: underline;
}

a:active {
	color: #ec008c;
	text-transform: none;
}

a:hover {
	text-transform: none;
	color: #ec008c;
}


/* MISC */

hr {
	border: none 0;
	border-top: 1px solid #ec008c;
	width: 100%;
	height: 1px;
	padding-bottom: 15px;
	clear: both;
} 

.promo {
	float: right;
	margin: 0px 0px 20px 10px;
	border: 1px solid #ec008c;
}

.small {
	font-size: 9px;
	color: #3c3c3c;	
}

.tradinghours tr {
	vertcal-align: middle;
}

.tradinghours tr td {
	padding: 4px 0 4px 5px;
	border-bottom: 2px dotted #aaa39e;
}

