/*link styles*/
a:link {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFF00;
	text-decoration: none;
}

a:visited {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFF00;
	text-decoration: none;
}

a:hover {

	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: underline;
}

a:active {

	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFF00;
	text-decoration: none;
}

a.admin:link {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}

a.admin:visited {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}

a.admin:hover {

	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #cccccc;
	text-decoration: underline;
}

a.admin:active {

	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}

/*html styles*/
body  {
    background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

body.adminbody  {
    background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {
	padding: 0;
	margin: 0;
}

select {
	FONT-FAMILY : Verdana;
	color : #FFFFFF;
	font-size: 12px;
	background-color : #8C8EB5;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

option{
	FONT-FAMILY : verdana;
	color : #FFFFFF;
	font-size: 12px;
	background-color: #8C8EB5;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

input   {
	FONT-FAMILY : Verdana;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #8C8EB5;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
} 

textarea {
	FONT-FAMILY : verdana;
	color : #FFFFFF;
	font-size: 12px;
	background-color : #8C8EB5;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

/*brp styles*/

/*container*/
#british-rat-pack {
	margin: auto;
	padding: 0;
	width: 916px;
	height: 578px;
}

/*1st layer*/
/*logo*/
.brit-rat-pack {
	float: left;
	width: 303px;
	height: 94px;
	margin: 0; 
	padding: 0;
}

/*logo link*/
.brit-rat-pack a {
	background: url("images/html/interface/brit-rat-pack.jpg") top left no-repeat;
	display: block;
	width: 303px;
	height: 94px;
	margin: 0; 
	padding: 0;
}

.pack {
	float: right;
	width: 487px;
	height: 94px;
	margin: 0; 
	padding: 0;
	background: url("images/html/interface/pack.jpg") top right no-repeat;
}

.brit {
	background: url("images/html/interface/brit.jpg") top left no-repeat;
	margin: 0;
	margin-left: 303px;
	height: 94px;
}

/*2nd layer*/
.swing {
	float: left;
	width: 361px;
	height: 123px;
	margin: 0; 
	padding: 0;
	background: url("images/html/interface/swing.jpg") top right no-repeat;
}

.swing-other {
	float: left;
	width: 361px;
	height: 123px;
	margin: 0; 
	padding: 0;
	background: url("images/html/texts/swing.jpg") top right no-repeat;
}

.swing-band {
	float: right;
	width: 9px;
	height: 123px;
	margin: 0; 
	padding: 0;
	background: url("images/html/interface/swing-band.jpg") top right no-repeat;
}

/*container*/
.rat {
	margin: 0 361px;
	height: 123px;
}

/*menu container*/
.brit-pack {
	float: left;
	width: 179px;
	height: 123px;
	margin: 0; 
	padding: 0;
}

/*content container*/
.british-pack {
	margin: 0 179px;
	height: 123px;
}

/*menu list*/
#menu {
	margin: 0; 
	padding: 0;
	line-height: 1em; 
	font-size: 1em;
	list-style: none;
}

/* buttons */
/* repertoire button */
a.repertoire {
	background: url("images/html/menu/repertoire.jpg");
	display: block;
	width: 179px;
	height: 58px;
	text-decoration: none;
}

a.repertoire:hover {
	background-position: -179px 0;
}

a.repertoire-active {
	background: url("images/html/menu/repertoire.jpg");
	display: block;
	width: 179px;
	height: 58px;
	text-decoration: none;
	background-position: -179px 0;
}

/* contact button */
a.contact {
	background: url("images/html/menu/booking-enquiries.jpg");
	display: block;
	width: 179px;
	height: 65px;
	text-decoration: none;
}

a.contact:hover {
	background-position: -179px 0;
}

a.contact-active {
	background: url("images/html/menu/booking-enquiries.jpg");
	display: block;
	width: 179px;
	height: 65px;
	text-decoration: none;
	background-position: -179px 0;
}


/*scrolling div*/
.content {
	width: 367px;
	height: 114px;
	overflow: auto;
	border-width: 0;
	background: url("images/html/interface/british-rat-pack.jpg");
}

.tony-content {
	width: 367px;
	height: 114px;
	background: url("images/html/tony/british-rat-pack.jpg");
}

.content-padding {
	width: 330px;
	padding: 5px;
}

.jazz {
	background: url("images/html/interface/brit-pack.jpg") top left no-repeat;
	width: 367px;
	height: 9px;
}

/*3rd layer*/
/*band member container*/
.singer {
	width: 916px;
	height: 361px;
}

.singer ul {
	margin: 0;
	padding: 0;
	line-height: 1em; 
	font-size: 1em;
	list-style: none;
}

.singer ul li {
	width: auto;
	float: left;
	display: block;
	line-height: 1em; 
	font-size: 1em;
	list-style: none;
}

/*band member buttons*/
/*tony-martin button*/
a.tony-martin {
	background: url("images/html/menu/tony-martin.jpg");
	display: block;
	width: 213px;
	height: 361px;
	text-decoration: none;
	margin-top: 0px;
}

a.tony-martin:hover {
	background-position: -213px 0;
}

a.tony-martin-active {
	background: url("images/html/tony/tony-active.jpg");
	display: block;
	width: 213px;
	height: 278px;
	text-decoration: none;
	margin-top: 0px;
}

/*sasha-solette button*/
a.sasha-solette {
	background: url("images/html/menu/sasha-solette.jpg");
	display: block;
	width: 231px;
	height: 361px;
	text-decoration: none;
	margin-top: 0px;
}

a.sasha-solette:hover {
	background-position: -231px 0;
}

/*riccardo button*/
a.riccardo {
	background: url("images/html/menu/riccardo.jpg");
	display: block;
	width: 277px;
	height: 361px;
	text-decoration: none;
	margin-top: 0px;
}

a.riccardo:hover {
	background-position: -277px 0;
}

/*paul-hayden button*/
a.paul-hayden {
	background: url("images/html/menu/paul-hayden.jpg");
	display: block;
	width: 195px;
	height: 361px;
	text-decoration: none;
	margin-top: 0px;
}

a.paul-hayden:hover {
	background-position: -195px 0;
}

/*footer*/
.footer {
	text-align: center;
	width: 100%;
	margin: 20px auto;
}

.blog-footer {
	text-align: center;
	width: 100%;
	margin: 20px auto;
}

.index {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
}

/*tony-martin*/
.singer-tony-martin {
	width: 213px;
	height: 278px;
}

.singer-tony-martin ul {
	margin: 0;
	padding: 0;
	line-height: 1em; 
	font-size: 1em;
	list-style: none;
}

.singer-tony-martin ul li {
	width: auto;
	float: left;
	display: block;
	line-height: 1em; 
	font-size: 1em;
	list-style: none;
}

/* hide alt text*/
.alt-text {
	display: none;
}

.clear {
	clear: both;
}

/*admin styles*/
.adminheader {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

.admindate {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

.admintext {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}