div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;

	font-family: inherit;
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}

a img,:link img,:visited img { border:none }

/*-----------------------------------------------------*/

img, div, a { behavior: url(iepngfix.htc); }

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:white;
	background-color:#494949;
	line-height:1;
}

p {
	margin: 0;
	padding: 0;
	border: 0;
	margin-bottom:1em;
}

h1 {
	font-weight:bold;

	text-align:center;
	margin-bottom:1em;
  	background-image:url(../images/h2backgroundred.gif);
	background-repeat:repeat-y;
	padding:4px;
	
	background-color:#630202;
	color:white;
}



h2 {
	padding:4px;
	background-color:#5b5b5b;
	font-weight:bold;
	font-size:1.2em;
	margin: 0 0 1em 0;
	background-image:url(../images/h2background.gif);
	background-repeat:repeat-y;
}

h3 {
	font-weight:bold;
	margin: 1em 0 1em 0;
}

img.expander {
	margin-left:5px;
}

div#background {
	margin:10px auto 0px auto;
	width:850px;
	height:700px;
	background-image:url(../images/bg.jpg);
	border:1px solid #222222;
	position:relative;
}

div#background img#sessionMixLogo {
	display:block;
	position:absolute;
	top:53px;
	left:24px;
}

div#background div#menu {
	position:absolute;
	top:32px;
	left:139px;
}


div#background div#menu div.vuHolder {
	position:absolute;
	top:0px;
	left:0px;
	width:800px;
}

div#background div#menu div.vuHolder img{
	display:block;
	float:left;
	margin-right:-10px;
}

div#background div#menu ul#buttonHolder {
	position:absolute;
	top:74px;
	left:12px;
	width:800px;
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; 	
}

ul#buttonHolder li {
	display: inline;
}

div#background div#menu ul#buttonHolder a {
	display:block;
	float:left;
	width:95px;
	height:30px;
	background-image:url(../images/button_up.png);
	text-align:center;
	cursor:pointer;
	margin-right:12px;
}

div#background div#menu ul#buttonHolder img {
	margin-top:9px;
}


div#background img#sessionMixLogoText {
	display:block;
	position:absolute;
	top:148px;
	left:612px;
}

/* main content holder */
div#background div#content {
	position:absolute;
	top:282px;
	left:67px;
	width:463px;
	height:338px;
	padding-right:10px;
	overflow:auto;
	font-size:1.15em;
	line-height:1.3em;
}

/* main content holder - for listening room */
div#background div#contentFlashListeningRoom {
	position:absolute;
	top:274px;
	left:65px;
	overflow:hidden;
}

div#background div#flashPhotoHolder {
	width:205px;
	height:205px;
	position:absolute;
	top:276px;
	left:591px;
}

div#background div#rightHandMenu {
	width:211px;
	height:147px;
	position:absolute;
	top:499px;
	left:578px;
}


img#vu1on,img#vu2on,img#vu3on,img#vu4on,img#vu5on,img#vu6on {
  visibility:hidden;
}

div#background img.heading {
	position:absolute;
	top:218px;
	left:61px;
}

div#content a {
	color:white;
	text-decoration:none;
	font-weight:bold;
}
div#content a:hover {
	text-decoration:underline;
}

div.testimonial {
	padding:4px;
	background-color:#5b5b5b;
	font-weight:bold;
	font-size:1em;
	line-height:1.5em;
	background-image:url(../images/h2background.gif);
	background-repeat:repeat-y;
	margin-bottom:8px;
	font-size:10px;
}

p.question {
	font-weight:bold;
	font-size:110%;
	text-align:center;

}

div.error {
	font-weight:bold;
	font-size:110%;
	text-align:center;
	color:red;	
}

ul.arrows {
	margin-left: 1px;
	padding-left: 1px;
	list-style: none;
	margin-bottom:10px;
	margin-top:10px;

}
ul.arrows li{
	margin-top:5px;
	padding-left: 17px;
	background-image: url(../images/arrow-right.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}

/* FORM STUFF */
form {
	background-color:#666666;
	padding:8px;
	border:1px solid #999999;
	margin-bottom:1em;
}

label {
	display: block;
	margin-bottom: 2px;
}
input,textarea {
	display: block;
	width: 210px;
	margin-bottom: 12px;
}
label.checkbox {
	display:inline;
}	
input.checkbox {
	display:inline;
	width:auto;
	margin-bottom:0px;
}
textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:110%;
	width:250px;
	height:50px;
}
input:focus, input.sffocus, textarea:focus, textarea.sffocus{ 
	background-color: lightyellow; 
}

form br {
	clear: both;
}

.formSubmit {
	/* styles for submit buttons on forms - red bg */
	width:auto;background-color:#8a2928;border:1px solid black;font-weight:bold;color:white;padding:4px;
	background-image:url(../images/buttonbg.gif);
	background-repeat:repeat-x;
}
