html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
html {
	font-size: 100%;
}
body, p, h1, h2, h3, h4, h5, h6, blockquote, input, select, textarea, label {
	font-size: 11px;
	font-family: arial, sans-serif;
	line-height: 18px;
}
p, h1, h2, h3, h4, h5, h6, blockquote {
	margin: 0 0 12px 0;
}
body {
	background: #ABAB5F url(../images/mao-bg-body.jpg) repeat-y;
}

img, form {
	border: 0;
}

.small {
	font-size: 9px;
}

a {
	color: #C65A40;
}
a:hover {
	text-decoration: none;
}
a:hover, a:visited {
	color: #91331C;
}

.clearer {
	height: 1px;
	overflow: hidden;
	clear: right;
}
.clearer_both {
	clear: both;
}

#global {
	width: 955px;
}
body #bg {
	min-height: 100%;
	position: relative;
	background: url(../images/mao-bg-right.jpg) no-repeat 955px 0;
}

#center {
	padding-bottom: 121px;
	overflow: auto;
}
#footer {
	position: absolute;
	width: 955px;
	bottom: 0;
	height: 121px;
	background: url(../images/mao-bg-footer.jpg) no-repeat 0 26px;
}
#footer .email {
	padding-left: 30px;
}
#footer .email img {
	margin-right: 5px;
	vertical-align: -5px;
}
#content {
	float: right;
	width: 700px;
	padding-bottom: 50px;
}
#sidebar {
	float: left;
	width: 255px;
	background: url(../images/mao-bg-sidebar.jpg) no-repeat;
}

/* menu list */
ul#menu {
	margin: 94px 0 0 0;
	padding: 0;
	list-style: none;
	width: 185px;
	height: 500px;
}
ul#menu li {
	height: 30px;
}
ul#menu li a {
	display: block;
	height: 0;
	padding-top: 20px;
	overflow: hidden;
}
ul#menu li, ul#menu li a {
	background-repeat: no-repeat;
	background-position: left top;
}
ul#menu li a:hover {
	background-position: right top;
}
ul#menu li.on a, ul#menu li.on a:hover {
	background-position: right top;
}

/* submenu in content */
/* hack */
#submenu {
	width: 151px;
	padding: 22px 0 0 20px;
	float: left;
}
#submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#submenu ul li {
	display: inline;
}
#submenu ul li a {
	display: block;
	color: #757557;
	text-decoration: none;
	padding: 1px 11px;
	margin-bottom: 10px;
	line-height: normal;
}
#submenu ul li a:hover, #submenu ul li.on a {
	color: #fff;
	background: #757557;
}

/* 3rd level menu */
#submenu ul li ul li a, #submenu ul li.on ul li a {
	padding-left: 18px;
	color: #757557;
	background: url(../images/mao-nav-hyphen.gif) no-repeat 11px 8px;
}
#submenu ul li ul li a:hover, #submenu ul li ul li.on a {
	color: #757557;
	background: #DCDCD5 url(../images/mao-nav-hyphen.gif) no-repeat 11px 8px;
}

/* language button */
ul#language {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 105px;
}
ul#language li {
	display: inline;
}
ul#language li a {
	display: block;
	height: 0;
	padding-top: 50px;
	overflow: hidden;
}

ul#language li a:hover {
	background-position: right top;
}

/* submenu list - contact, store, etc. */
ul#but {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	left: 267px;
}

ul#but li {
	float: left;
}
ul#but li a {
	height: 0;
	padding-top: 27px;
	overflow: hidden;
}
ul#but li, ul#but li a {
	display: block;
}

/* hardcoded img path to submenu items a, and parent itself (to fix IE glitch) */
ul#but li, ul#but li a, ul#but li a.on {
	background-position: left top;
	background-repeat: no-repeat;
}

#bt-contact, #bt-contact a, #bt-contact a.on {
	width: 88px;
}

#bt-store, #bt-store a, #bt-store a.on {
	width: 123px;
}

ul#but li a:hover, ul#but li a.on, ul#but li.on a:hover.on, ul#but li a:hover, ul#but li a.on, ul#but li.on a:hover.on {
	background-position: right top;
}

#footer ul#coords {
	margin: 0;
	padding: 23px 55px 0 30px;
	list-style: none;
	float: left;
	width: 230px;
}
#footer ul#coords li {
	clear: both;
}
#footer ul#coords li .type {
	float: left;
	width: 75px;
	color: #C65A40;
}
#footer ul#coords li .coord {
	float: left;
	width: 150px;
	color: #fff;
}
#footer #copyrights {
	padding: 23px 55px 0 0;
	float: right;
	color: #D5663E;
	text-align: right;
}

#header h1 {
	display: inline;
}
#header h1, #header h1 a, body#splash #header h1 {
	margin:0;
	display:block;
	background-position: left top;
	background-repeat: no-repeat;
	width: 365px;
	height: 102px;
	text-indent: -9000px;
}

#header h1 {
	position: absolute;
	top: 27px;
	left: 544px;
}

#slideshow {
	margin-left: -27px;
	margin-top: 141px;
}

.section {
	color: #757557;
	border: 1px solid #D7D7BE;
	padding: 16px 0 4px 0;
	border-left: 0;
	border-right: 0;
	margin: 22px 60px 0 220px;
}

.section form * {
	color: #757557;
}
.section ul.main {
	margin: -13px 0 -6px 0;
	padding: 0;
	list-style: none;
	float: right;
	width: 420px;
}

.section ul.main li {
	padding: 14px 0 16px 0;
	background: url(../images/mao-dotted.gif) repeat-x left bottom;
	line-height: 15px;
}

.section ul.main li * {
	line-height: 15px;
}

.section ul.main li p {
	margin-bottom: 0;
}
.section ul.main li .left {
	width: 165px;
	float: left;
}
.section ul.main li .right {
	width: 255px;
	float: right;
	text-align: right;
}

.section ul.main li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
	visibility: hidden;
}

.section .filet {
	margin: 16px 0;
	height: 1px;
	background: url(../images/mao-dotted.gif) repeat-x;
	overflow: hidden;
}

/* custom style */

#links .link {
	margin-bottom:6px;
}
#concerts .tickets {
	margin-top: 10px;
}
#download .desc {
	margin: 12px 0;
}
#download .left, #video .left {
	width: 275px;
}
#download .right, #video .right {
	width: 112px;
}
#media .left {
	width: 60%;
}
#media .right {
	width: 40%;
}
#news * {
	line-height: 15px;
}
#news h3 {
	color: #C65A40;
}
#news .date {
	font-weight: bold;
	margin-bottom: 12px;
}
blockquote {
	color: #C65A40;
}
.author {
	color: #757557;
	font-size: 10px;
	display: block;
}
#video p.bottom {
	margin-top: 12px;
}
.gfx100 {
	display: block;
	width: 112px;
	background: url(../images/mao-gfx100-bottom.gif) no-repeat left bottom;
	padding: 0 0 8px 0;
}
.gfx100 a {
	display: block;
	width: 112px;
	background: url(../images/mao-gfx100-container.gif) left top no-repeat;
}
.gfx100 a:hover {
	background: url(../images/mao-gfx100-container.gif) left top no-repeat;
}
.gfx100 a img {
	display: block;
	padding: 4px 6px 0 6px;
	background: url(../images/mao-gfx100-container.gif) left top no-repeat;
}

.gfx190 {
	float: right;
	display: block;
	width: 206px;
	background: url(../images/mao-gfx190-bottom.gif) no-repeat left bottom;
	padding: 0 0 12px 0;
	margin: -6px 0 5px 4px;
}
.gfx190 img {
	display: block;
	background: url(../images/mao-gfx190-container.gif) no-repeat;
	padding: 13px 0 0 16px;
}

#news .floater {
	float: right;
	width: 215px; 
	text-align:right;
	margin-right: -5px;
}
#news .floater .gfx190 {
	margin-right: 5px;
	margin-bottom: 0;
}
#news .floater .but {
	margin-bottom: 5px;
}

img.icon {
	vertical-align: text-top;
	margin-right: 6px;
}

form label {
	display: block;
}
form label.radio {
	display: inline;
	float: left;
}
form input.radio {
	float: left;
	margin-right: 10px;
}
form input.tx, form select, form textarea {
	border: 1px solid #B6B58A;
}
form input.tx, form select, form textarea {
	width: 415px;
	margin-bottom: 4px; /* actual space between rows */
}
form textarea {
	height: 160px;
	margin-bottom: 15px;
}

form .row {
	clear: right;
}
form .row .left, form .row .left input, form .row .left select, form .row .left textarea {
	width: 310px;
}
form .row .left {
	float: left;
}
form .row .right, form .row .right input, form .row .right select, form .row .right textarea {
	width: 90px;
}
form .row .right {
	float: right;
	text-align: left;
	padding-right: 5px;
}
form .row p {
	line-height: normal;
	margin-bottom: 5px;
}
form .row .bt {
	float: right;
	padding-bottom: 10px;
}

ul#slide {
	margin: 5px 0 0 -5px;
	padding: 8px 0 0 18px;
	width: 414px;
	height: 80px;
	background: url(../images/mao-photo-slide-bg.jpg) no-repeat;
}
ul#slide li {
	display: inline;
}
ul#slide li.photo a, ul#slide li.photo img.empty {
	display: block;
	float: left;
	margin-right: 10px;
	padding: 1px;
}
ul#slide li.photo a img, ul#slide li.photo a img, ul#slide li.photo img.empty {
	border: 1px solid #fff;
}
ul#slide li.on a, ul#slide li.photo a:hover {
	background: #C65A40;
}

ul#slide li.left a, ul#slide li.left span.empty {
	padding: 23px 11px 14px 0;
}
ul#slide li.right a, ul#slide li.right span.empty {
	padding: 23px 0 14px 3px;
}

ul#slide li.right a, ul#slide li.left a, ul#slide li span.empty {
	display: block;
	float: left;
}
ul#slide li.right a img, ul#slide li.left a img {
	border: 0;
}
#photos-slide p {
	line-height: 15px;
	color: #C65A40;
}
#pagination {
	background: url(../images/mao-color.gif) repeat-x left 9px;
	color: #C65A40;
	margin: 12px 0 20px;
	text-align: center;
}
#pagination span {
	background: #fff;
	padding: 0 5px;
}
#photolarge {
	position: absolute;
	top: 140px;
	left: 227px;
	background: url(../images/mao-photo-main-bg.jpg) no-repeat;
	width: 668px;
}

#photolarge img#photo, #photolarge div#video {
	display: block;
	padding: 13px 0 5px 13px;
}
#photolarge p {
	text-align: right;
	font-size: 10px;
	color: #AFAF7D;
}
#photos, #photos-slide {
	margin-top: 498px;
}
#submenu.forcedmargin {
	margin-top: 476px; /* already 22px padding-top equal 498px */
}
/* bottom border invisible */
#photos-slide {
	border-bottom: 0;
}


/* SPLASH PAGE ONLY */

body#splash {
	background-image: url(../images/mao-splash-bg.gif);
	background-repeat: repeat-x;
	min-width: 955px;
}
body#splash #bg {
	background: url(../images/mao-splash-canva.jpg) no-repeat;
}
body#splash #footer {
	height: 120px;
	background: none;
}

body#splash #header {
	height: 800px;
}

body#splash #header h1 {
	display: block;
	position: absolute;
	top: 168px;
	left: 216px;
	background-image: url(../images/mao-splash-marie-andree-ostiguy-fr.gif);
	width: 392px;
	height: 150px;
}

/* language button in splash screen */
body#splash ul#language {
	width: 180px;
	position: absolute;
	top: 203px;
	left: 741px;
}
body#splash ul#language li, body#splash ul#language li a {
	background: url(../images/mao-splash-lang-fr.gif) no-repeat;
}
body#splash ul#language li a {
	padding-top: 40px;
}
body#splash ul#language li a:hover {
	background-position: right top;
}
body#splash ul#language li#en, body#splash ul#language li#en a {
	background-image: url(../images/mao-splash-lang-en.gif);
}
body#splash ul#language li.on a, body#splash ul#language li.on a:hover {
	background-position: right top;
}

#contact {
	display: none;
	position: absolute;
	top: 0;
	left: 255px;
	border: none;
	margin: 0;	
	padding: 0;
}
#contact #contact-bg {
	background: url(../images/mao-bg-contact.png) no-repeat left bottom;
	padding: 0 0 100px 50px;
	width: 650px;
}
#contact .title {
	display: block;
	position: absolute;
	left: 0;
}

#contactlist {
	padding: 0;
	margin: 0;
	list-style: none;
}

#contactlist li {
	float: left;
	width: 185px;
	margin-right: 30px;
	min-height: 265px;
}

#contact img.logo {
	position: absolute;
}
#contact p {
	margin-bottom: 16px;
	line-height: 16px;
}
#contact p.contactid {
	font-weight: bold;
	color: #C65A40;
	margin-top: 55px;
}
#contact .close a {
	float: right;
	margin: 0 55px 0 0;
}

#sponsor {
	list-style: none;
	padding: 0 0 0 216px;
	margin: 10px 0 0 0;
	width: 700px;
}
#sponsor li {
	display: inline;
}
#sponsor li img {
	float: left;
	margin-right: 28px;
}
/* END SPLASH PAGE */

/* discography */
table#tracks {
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 20px;
}
.caption {
	font-weight: bold;
	text-align: left;
	padding: 20px 0 15px 0;
	margin-top: 25px;
	background: url(../images/mao-dotted.gif) repeat-x;
}
table#tracks, .caption {
	width: 420px;
}
table#tracks tr.bottom td {
	background: url(../images/mao-dotted.gif) repeat-x 0 8px;
	padding-top: 24px;
	padding-bottom: 15px;
}
table#tracks td {
	padding: 2px 0 3px 0;
}
table#tracks td.title {
	width: 200px;
	padding-right: 20px;
}
table#tracks td.time {
	text-align: right;
}
table#tracks td.player {
	width: 20px;
}
table#tracks td.player span {
	background: url(../images/img_equalizer.gif) no-repeat center center;
	display: block;
	height: 23px;
	width: 20px;
}
table#tracks td.listen, table#tracks td.listen_off {
	width: 63px;
	text-align: right;
}
table#tracks td.buy {
	width: 65px;
	text-align: right;
}
table#tracks td.listen a.stop { background: url(../images/mao-bt-stop-off.gif) no-repeat top left; display: block; height: 23px; width: 63px; }
table#tracks td.listen a.stop:hover { background: url(../images/mao-bt-stop-on.gif) no-repeat top left; }


