@charset "utf-8";
/* CSS Document */

/*
---------------------------------------
Project: Broadway Heritage Plc
Copyright 2009: bendesmond.com
Creation Date: 29 July 2009
---------------------------------------
*/


/* Page Setup */
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	margin: 0px;
	padding: 0px;
	background: #1f253b;
}
#universe {
	width: 960px;
	margin: 0px auto 0px auto;
	text-align: left;
}
#header {
	width: 960px;
}
#logo {
	float: left;
	width: 122px;
	margin: 16px 0px 0px 7px;
}


/* Main Navigation */

#mainmenu {
	float: right;
	height: 115px;
	background: url(../images/bw-menu-bg.png) left top repeat-x;
}
#mainmenu-end {
	float: right;
	width: 10px;
	height: 115px;
	background: url(../images/bw-menu-bg-end.png) left top no-repeat;
}
#mainmenu ul {
	margin: 0px 0px 0px 5px;
	padding: 0px;
	height: 115px;
	font-family: Palatino, "Times New Roman", Times, serif;
	list-style: none;
}
#mainmenu li {
	float: left;
}
#mainmenu li a {
	display: block;
	float: left;
	padding: 30px 10px 0px 10px;
	margin: 0 5px;
	font-size: 1.6em;
	line-height: 115px;
	color: #ffffff;
	text-decoration: none;
	height: 115px;
	background: url(../images/mainmenu-divider.gif) right top repeat-y;
}
#mainmenu li a:hover {
	color: #ffffff;
	background: url(../images/bw-menu-hover.png) right top repeat-x;
}
#mainmenu li li a {
	display: inherit;
	height: 115px;
	background: url(../images/bw-menu-bg2.png) left top repeat-x;
}
#menubg {
	display: inline;
	height: 115px;
	background: url(../images/bw-menu-bg2.png) left top repeat-x;
}
#mainmenu li a:link.current, #mainmenu li a:visited.current {
	background: url(../images/bw-menu-hover.png) right top repeat-x;
}

#mainmenu li a:hover.current {
	background: url(../images/bw-menu-hover.png) right top repeat-x;
}




#content p {
	/*width: 340px;*/
	color: #ffffff;
	font-size: 1.2em;
	line-height: 1.4em;
}
#content table {
	color: #ffffff;
	font-size: 1.2em;
	line-height: 1.4em;
}
#content h1 {
	/*margin: 0px;*/
	color: #1f253b;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	text-align: right;
	text-transform: uppercase;
}
#content h2 {
	margin: 0px;
	color: #1f253b;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content h3 {
	margin: 0px;
	color: #cdd1e1;
	font-weight: normal;
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content h4 {
	width: 340px;
	color: #ffffff;
	font-size: 1.2em;
	line-height: 1.4em;
}
a {
	text-decoration: none;
}
#content-left a, #content-right a, #content-single a, #content td a {
	color: #1ef203;
	text-decoration: none;
}
#content-left a:hover, #content-right a:hover, #content-single a:hover, #content td a:hover {
	color: #1ef203;
	text-decoration: underline;
}
/*#content-right a, #content td a {
	color: #1ef203;
	text-decoration: none;
}
#content-right a:hover, #content td a:hover {
	color: #1ef203;
	text-decoration: underline;
}*/
.contact {
	clear: both;
}
.section {
	color: #ffffff;
	font-size: 70%;
	text-transform: uppercase;
}
#content-title {
	clear: both;
}
#content-left {
	float: left;
}
#content-right {
	float: left;
}
#content-footer {
	clear: both;
}

.image-left {
	float: left;
	padding-right: 10px;
}
.image-right {
	float: right;
	padding-left: 10px;
}
.image-left-prb {
	float: left;
	padding: 0px 10px 10px 0px;
}
.image-right-prb {
	float: right;
	padding: 0px 0px 10px 10px;
}


/* Footer */
#footer {
	clear: both;
	font-size: 90%;
	text-align: right;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
