/*html {
	overflow-y: scroll;
}
*/
#header {
	position: fixed;
	
    top: 0;
    /* background-color: #12303A; */
    /*
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-y;
	*/
	/*z-index: 100;*/

}

#padding {
    height: 241px;
}

form, input, textarea {
    margin: 0px;
    padding: 0px;
}

h2 {
    font-weight: bold;
    font-size: 14px;
    padding: 0;
    margin: 0;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	/* color: #4e4877; */
	color: #fff;
	margin: 0px;
	background-color: #000;
	/* background-image: url(images/background_big.gif); */
	background-image: url(images/header_bg.gif);

	background-repeat: repeat-y;

}

h1 {
    padding: 0;
    margin: 0 0 0 80px;
    display: inline;
    font-size: 24px;
}


.headerImg {
    padding: 0 0 20px 0;
}

.homeImg2 {
    padding: 10px;
}

a:link,
a:visited,
a:hover,
a:active
{
	color: #8AA6B0;
}

.tinymenu a:link,
.tinymenu a:visited,
.tinymenu a:hover,
.tinymenu a:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #8AA6B0;
}

.tinymenu {
    padding: 5px 5px 5px 0;
    clear: both;
}

.menuDiv {
	width: 168px;
    background-color: #12303A;
    /* border: 1px solid yellow; */
    float: left;

	/*
    background-image: url(images/menu_bg.gif);
	background-repeat: repeat-y;
    */
}

.nav {
    /* border: 1px solid green; */
    line-style-type: none;
    padding: 0;
    margin: 0;
}

.nav li {
    /* explorer bug */
    display: inline;
}

.nav a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 0 3px 50px;
}

.nav a:hover {
    color: #fff;
}


.nav a.home {
    background-image: url(images/icon_home.jpg);
    background-position: 10px -2px;
    background-repeat: no-repeat;
}

.nav a.audio {
    background-image: url(images/icon_audio.jpg);
    background-position: 10px 0;
    background-repeat: no-repeat;
}

.nav a.video {
    background-image: url(images/icon_video.jpg);
    background-position: 10px 0;
    background-repeat: no-repeat;
}

.nav a.pictures {
    background-image: url(images/icon_pictures.jpg);
    background-position: 10px 0;
    background-repeat: no-repeat;
}

.nav a.testimonials {
    background-image: url(images/icon_testimonials.jpg);
    background-position: 10px 0;
    background-repeat: no-repeat;
}

.nav a.karaoke {
    background-image: url(images/icon_karaoke.jpg);
    background-position: 10px 0;
    background-repeat: no-repeat;
}

.nav a.bio {
    background-image: url(images/icon_bio.jpg);
    background-position: 10px 0;
    background-repeat: no-repeat;
}

.nav a.links {
    background-image: url(images/icon_links.jpg);
    background-position: 10px 0;
    background-repeat: no-repeat;
}

.nav a.bands {
    background-image: url(images/icon_bio.jpg);
    background-position: 10px 0;
    background-repeat: no-repeat;
}

.nav a.ceremony&cocktailhour {
    background-image: url(images/icon_bio.jpg);
    background-position: 10px 0;
    background-repeat: no-repeat;
}


.nav a.contact {
    background-image: url(images/icon_contact.jpg);
    background-position: 10px 0;
    background-repeat: no-repeat;
}

.mainContentDiv {
	width: 702px;

	/*
	border: solid 1px #ff0022;
	*/

	margin-left: 178px;
	/*
	border: none;
	*/
	background-image: url(images/content_top_bg.gif);
	background-repeat: no-repeat;
	background-position: -5px 0;
	background-color: #12303A;
}

img {
	border: none;
	border: none;
	padding: 0px;
	margin: 0px;
}

.genericContentHolder {
    padding-right: 10px;
    padding-bottom: 20px;
}

    .genericContentHolder .audio_samples {
        margin: 20px auto 20px auto;
        width: 300px;
        text-align: center;
    }

.bandsHolder {
    min-height: 270px;
}


.bandsHolder ul li {
    margin: 0 0 10px 0;
    font-size: 1.5em;
}


#home_right_pic {
    border: solid 2px #c8c7d9;
    margin: 15px 15px 15px 20px;
}

#contact_pic {
    margin: 0 0 0 10px;
    border: solid 2px #c8c7d9;
}

/*
///////////////////////////////////////
/// KARAOKE
*/

.CellKaraoke1, .CellKaraoke2 {
    color: #fff;
	border-bottom: solid 2px #12303A;
	vertical-align: middle;
}

.CellKaraoke1 {
    background-color: #8AA6B0;
}

.CellKaraoke2 {
    background-color: #6C8F9C;
}

.KaraokeHeader {
	font-size: 12px;
	font-weight: bold;
	border-bottom: solid 5px #12303A;
	text-decoration: none;
	color: #4c437b;
}


/*
///////////////////////////////////////
/// AUDIO
*/

.CellAudioSmall1, .CellAudioSmall2 {
    color: #fff;
	/* border-bottom: solid 5px #FFFFFF; */
	vertical-align: middle;
}

.CellAudioSmall1 {
    background-color: #8AA6B0;
}

.CellAudioSmall2 {
    background-color: #6C8F9C;
}

.CellAudio1, .CellAudio2 {
    color: #fff;
	border-bottom: solid 2px #12303A;
	vertical-align: middle;
}

.CellAudio1 {
    background-color: #8AA6B0;
}

.CellAudio2 {
    background-color: #6C8F9C;
}

.AudioHeader {
	font-size: 12px;
	font-weight: bold;
	border-bottom: solid 5px #FFFFFF;
	text-decoration: none;
	color: #4c437b;
}


/*
///////////////////////////////////////
/// SET LIST
*/

.SetListCategory {
	font-size: 12px;
	font-weight: bold;
    text-decoration: bold;
	padding: 6px;
    margin-top: 8px;
    margin-bottom: 3px;
	background-color: #ececf4;
}

.SetListDivLeft {
    border: solid 0px #FF0000;
    width: 320px;
    float: left;
    margin-bottom: 20px;
}

.SetListDivRight {
    border: solid 0px #0000FF;
    width: 320px;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
}



/*
///////////////////////////////////////
/// CONTACT
*/

.contactLabel, .contactLabelError {
	font-weight: bold;
	vertical-align: text-top;
	text-align: right;
}

.contactLabelError, .contactError {
	color: #FF0000;
}

.contactOK {
	color: #0000FF;
}


/*
///////////////////////////////////////
/// LINKS
*/

.categoryLink:link,
.categoryLink:visited,
.categoryLink:hover,
.categoryLink:active
{
	color: #8AA6B0;
}

.categoryLink:hover {
    color: #fff;
}

.categoryList {
	text-align: center;
    padding: 10px 0 10px 0;
}

.LinksHeader {
	font-size: 12px;
	font-weight: bold;
	border-bottom: solid 3px #12303A;
	text-decoration: none;
	color: #fff;
}

a.linkURL {
    color: #12303A;
}

.bee_images {
    margin: 5px auto 20px auto;
    border: 2px solid #BCBBCB;
}

.bioImage {
    float: left;
    margin: 0 20px 20px 0;
    border: 4px solid #445C64;
}

.bioText {
    width: 400px;
}