/* Mayfair Recordings Stylesheet */

body {
	background-color: #000000;
	color: #ffffff;
	font: 11px verdana, arial, helvetica, sans-serif;
	line-height: 14px;
	background-color: #000000;
	scrollbar-base-color: #333333;
	scrollbar-face-color: #111111;
	scrollbar-highlight-color: #555555;
	scrollbar-shadow-color: #111111;
	scrollbar-3ddark-color: #000000;
	scrollbar-3dlight-color: #666666;
	scrollbar-arrow-color: #ff0000;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #000000;
}

body.information {
	background-image: url('pix/bg_img1.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}

body.musicstreams {
	background-image: url('pix/bg_img2.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}

body.experience {
	background-image: url('pix/bg_img3.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}

body.merchandise {
	background-image: url('pix/bg_img4.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}

body.contact {
	xbackground-image: url('pix/bg_img5.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}

body.links {
	background-image: url('pix/bg_img6.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}

body.clients {
	background-image: url('pix/bg_img2.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}

body.soundies {
	background-image: url('pix/bg_soundies.gif');
	background-repeat: no-repeat;
	background-position: center 130px;
	background-attachment: fixed;
}

td {
	font: 11px verdana, arial, helvetica, sans-serif;
	text-align:left;
}
#contactcontainer {
	text-align:center;
	width:700px;
	margin:20px auto 0 auto;
}
#contactcontainer img, #contactcontainer span {
	border:0;
	width:114px;
	float:left;
	margin:0 2px 2px 0;
}
#contactcontainer span {
	display:block;
	width:116px;
	margin:0 0 2px 0;
}
#contactcontainer span img {
	margin:0 2px 2px 0;
}
#contactcontainer span img.nomargin {
	margin:0 2px 0 0;
}
.instruments {
	background:#fff;
	color:#000;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:12px;
	line-height:18px;
	background-position:bottom right;
	background-repeat:no-repeat;
}
.instruments h1 {
	font-size:18px;
}
h2 {
	font-size: 14px;
	margin-bottom: 4px;
	color: #ff0000;
}

h3 {
	font-size: 12px;
	margin-bottom: -12px;
}

.homeheader {
	background-image: url('pix/homeheader_home.gif');
	background-repeat: no-repeat;
	width: 448px;
	height: 63px;
}

.bgnav {
	background-image: url('pix/bg_nav.gif');
	background-repeat: no-repeat;
	width: 448px;
}

.block {
	border: 1px solid #212121;
	border-top: none;
	padding: 10px;
	padding-top: 60px;
	text-align: justify;
	margin-bottom: 20px;
	line-height: 16px;
}

.block2 {
	border: 1px solid #212121;
	border-top: none;
	padding: 30px;
	line-height: 16px;
	text-align: left;
	width: 600px;
}

.txt {
	text-align: justify;
	margin-bottom: 20px;
	line-height: 16px;
}

.soundiestext {
	position: relative;
	top: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	left: -115px;
	width: 248px;
	line-height: 150%;
	z-index: 1;
	padding-top: 0px;
}

.type {
	text-transform: uppercase;
}

.red {
	color: #ff0000;
}

.copy {
	font-size: 9px;
	text-align: left;
	color: #6b6b6b;
}

a:link, 
a:visited {
	text-decoration: none; 
	color: #ff0000;
}

a:hover, 
a:active {	
	text-decoration: underline; 
	color: #ff0000;
}

a.client:link, 
a.client:visited {
	text-decoration: none; 
	color: #ffffff;
}

a.client:hover,
a.client:active {	
	text-decoration: underline; 
	color: #ffffff;
}

a.soundies:link, 
a.soundies:visited {
	font-size: 90%;
}

/* sticky menu */

#menu {
	position: relative;
	visibility: show;
	top: 0px;
	z-index: 5;
	background-color: #000000;
}

/* form */

form {
	margin: 0px;
}

input {
	font: 11px verdana, helvetica, arial;
	color: #ffffff;
	border: 1px solid #666666;
	background-color: #000000;
}
