/*
 * Global Styles
 */
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	
	font: 13px Arial, Helvetica, Sans-Serif;
	color: rgb(48,20,7);
	overflow: visible;
	background-color: rgb(255,255,255);
}
form {
   	width: 100%;
   	height: 100%;
	margin: 0px;
    padding: 0px;
    overflow: visible;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
p {
	margin-top: 0px;
	padding-top: 0px;
}
h1 {
	font: 14px Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}
a {
	text-decoration: none;
	color: rgb(48,20,7);
}
a:hover {
	text-decoration: underline;
}
input, select, textarea {
	font: 11px Arial, Helvetica, Sans-Serif;
}
.divider {
	width: 736px;
	height: 7px;
	background: url('../img/line_dots.gif');
	font-size: 0px;
}
.errors {
	margin-left: 51px;
	text-align: left;
}
.fieldErr {
	background-color: rgb(255,150,150);
}
.formErr {
	position: absolute;
	color: rgb(255,255,255);

	background-color: rgb(255,0,0);
	margin-left: 145px;
	margin-top: -25px;
	padding: 5px;
	
	opacity: 0.8;
	filter: alpha(opacity=80);
	
	display: none;
}


/*
 * Layout
 */
#navBack {
	width: 100%;
	min-height: 100%;
}
#navBase {
	width: 847px; 
	height: 100%;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 113px;
	background: url('../img/back_shadow.gif') repeat-y;
}
#navHeader {
	height: 225px;
	padding-top: 85px;
}
#navHeader .logo {
	width: 356px;
	height: 225px;
	margin: 0px 13px 0px 189px;
	background: url('../img/logo_cardique.gif');
	float: left;
}
#navHeader .stamp {
	width: 135px;
	height: 134px;
	margin: 22px 0px 0px 0px;
	float: left;
}
#navHeader .logo span, #navHeader .stamp span, #navBody .intro span {
	text-indent: -9000px;
	display: block;
}
#navBody .intro {
	width: 736px;
	height: 147px;
	background: url('../img/intro_cardique.gif');
}
#navFooter {
	margin-right: 113px;
	text-align: center;
	margin-bottom: 100px;
}


/*
 * Range
 */
.range .heading {
	width: 316px;
	height: 75px;
	margin: 0px 0px 0px 210px;
	text-indent: -9000px;
}
.range .examples div {
	float: left;
}
.range .examples {
	padding-bottom: 10px;
	overflow: auto;
}
.classique .e2 {
	margin-left: 29px;
}
.classique .e3 {
	margin-left: 28px;
}
.romantique .e2 {
	margin-left: 55px;
}
.scenique .e2 {
	margin-left: 8px;
}
.scenique .e3 {
	margin-left: 11px;
}
.classique .heading {
	background: url('../img/h_classique.gif');
	margin-bottom: 4px;
}
.romantique .heading {
	background: url('../img/h_romantique.gif');
	margin-bottom: 23px;
}
.scenique .heading {
	background: url('../img/h_scenique.gif');
	margin-bottom: 16px;
}


/*
 * Mailing List
 */
.mailing {
	height: 32px;
	margin-bottom: 30px;
}
.mailing div {
	float: left;
}
.mailing .heading {
	width: 131px;
	height: 32px;
	background: url('../img/h_join.gif');
	text-indent: -9000px;
}
.mailing .name {
	width: 47px;
	height: 32px;
	background: url('../img/f_name.gif') no-repeat;
	text-indent: -9000px;
}
.mailing .name_input {
	width: 206px;
	padding-top: 3px;
}
.mailing .name_input input {
	width: 200px;
}
.mailing .email {
	width: 54px;
	height: 32px;
	background: url('../img/f_email.gif');
	text-indent: -9000px;
}
.mailing .email_input {
	width: 220px;
	padding-top: 3px;
}
.mailing .email_input input {
	width: 214px;
}
.mailing .submit {
	width: 55px;
	height: 32px;
	background: url('../img/f_b_submit.gif');
	text-indent: -9000px;
}
