body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 00px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 1.3em;
	color: #333333;
}
h2 {
	font-size: 1.1em;
}
h3 {
	font-style:italic;
	font-size: 1.1em;
}
.navbox {
	width: 18%;
	height: 70px;
	line-height: 1.0;
}
h1 {
	margin: 0px;
	padding: 0px;
}
.contentbox {
	width: 59%;
	vertical-align: top;
}
.header {
	margin-bottom: 20px;
	margin-top: 20px;
}
.content {
	margin-top: 20px;
	margin-bottom: 20px;
}
.straplinebox {
	text-align: right;
}
.strapline {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.3em;
	margin: 0px;
	padding: 0px;
}
.brand {
	font-weight: normal;
	font-size: 2em;
}

/* Main nav boxes (normal state) */

.about_us_main_nav,.hi_fi_main_nav,.custom_main_nav,.news_main_nav,.contact_main_nav {
	display: block;
	height: 50px;
	padding: 10px;
	border: 1px solid #999999;
	color: #333333;
}

/* Main nav boxes (hover state) */
a.about_us_main_nav:hover {
	background-color: #990033;
	text-decoration: none;
	color: #FFFFFF;
}

a.hi_fi_main_nav:hover {
	background-color: #336699;
	text-decoration: none;
	color: #FFFFFF;
}

a.custom_main_nav:hover {
	background-color: #663366;
	text-decoration: none;
	color: #FFFFFF;
}

a.news_main_nav:hover {
	background-color: #006666;
	text-decoration: none;
	color: #FFFFFF;
}

a.contact_main_nav:hover {
	background-color: #003399;
	text-decoration: none;
	color: #FFFFFF;
}

/* Section colour declarations */

.about_us {
	color: #990033;
}

.about_us_current {
	background-color: #990033;
	text-decoration: none;
	display: block;
	height: 50px;
	padding: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.hi_fi {
	color: #336699;
}
.hi_fi_current {
	height: 50px;
	padding: 10px;
	display: block;
	color: #FFFFFF;
	background-color: #336699;
	font-weight: bold;
}

.custom {
	color: #663366;
}
.custom_current {
	height: 50px;
	padding: 10px;
	display: block;
	color: #FFFFFF;
	background-color: #663366;
	font-weight: bold;
}

.news {
	color: #006666;
}
.news_current {
	height: 50px;
	padding: 10px;
	display: block;
	color: #FFFFFF;
	background-color: #006666;
	font-weight: bold;
}

.contact {
	color: #003399;
}
.contact_current {
	height: 50px;
	padding: 10px;
	display: block;
	color: #FFFFFF;
	background-color: #003399;
	font-weight: bold;
}

/* Link redefinitions */

a.about_us,a.hi_fi,a.custom,a.news,a.contact {
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
a.about_us:hover,a.hi_fi:hover,a.custom:hover,a.news:hover,a.contact:hover {
	border-bottom-style: solid;
}

.footer {
	padding: 10px;
	font-size: 0.7em;
}
.left {
	float: left;
}
.right {
	float: right;
	padding-left: 10px;
}
.imagebox {
	width: 18%;
	height: 70px;
	vertical-align: top;
	text-align: center;
}
.subnavbox {
	width: 18%;
	height: 70px;
	vertical-align: top;
}
.external_site {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	color: #333333;
}
a.external_site:hover {
	border-bottom-style: solid;
	text-decoration: none;
}
.caption {
	font-style: italic;
	text-align: center;
}
