@charset "utf-8";
/* CSS Document */

body { margin: 0px; font-family: Tahoma, Helvetica, sans-serif; background-color:#3F0020; font-size: 12px; color: white; }
#main { width:830px; margin-top:20px; margin-left:auto; margin-right:auto; }
#tablemain { background-color:#FFF; color:#333; height:450px;  }
#content { width:600px; vertical-align:top; padding:55px; padding-top:45px; padding-bottom:10px; text-align:justify; color:#404040; background:#fff url(../img/bkg-content.jpg) repeat-x; }
#content a { color:#E11990; }
#content-bottom { vertical-align:bottom; margin:0px; font-weight:bold; height:30px; text-align:center; padding-top:5px; padding-bottom:10px; background:#fff url(../img/bkg-content-bottom.jpg) bottom left repeat-x;  }
#content-bottom a { text-decoration:none }
#right { background-color:#FFB3D9; width:200px; vertical-align:bottom;  }
#footer { width:350;  }
#footer td { padding:5px 20px 0px 20px; color:white; font-size:10px; text-align:center;   }
#footer a { color:#C69; text-decoration:none; }
#footer a:hover { color:#FF57AB; text-decoration:none; }
#logo { padding-top:0px; padding-right:0px; padding-bottom:50px;  text-align:left; }

ul#mainmenu { list-style-type:none; margin:0px; padding:0px; padding-top:50px; }
ul#mainmenu li { width:200px; margin:0px; color:#fff; font-size:15px; font-weight:bold; height:27px; text-align:center; padding-top:10px; padding-bottom:0px;}
ul#mainmenu a { color:white; text-decoration:none; cursor:pointer; }
ul#mainmenu a:visited { color:white; text-decoration:none; cursor:pointer; }
#menuitem1 { background-color:#8C0047; background-image:url(../img/menu/menu-bkg-01.png); background-repeat:no-repeat }
#menuitem1on { background-color:#8C0047; background-image:url(../img/menu/menu-bkg-01-on.png); background-repeat:no-repeat }
#menuitem2 { background-color:#BF0061; background-image:url(../img/menu/menu-bkg-02.png); background-repeat:no-repeat }
#menuitem3 { background-color:#CA3C84; background-image:url(../img/menu/menu-bkg-03.png); background-repeat:no-repeat }
#menuitem4 { background-color:#FF0082; background-image:url(../img/menu/menu-bkg-04.png); background-repeat:no-repeat }
#menuitem5 { background-color:#FF57AB; background-image:url(../img/menu/menu-bkg-05.png); background-repeat:no-repeat }
#menuitem6 { background-color:#BF0061; background-image:url(../img/menu/menu-bkg-06.png); background-repeat:no-repeat }

#divcontact { background-color:#8C0047; background-image:url(../img/menu/menu-bkg-contact.png); background-repeat:no-repeat; width:200px; margin:0px; color:#fff; font-size:15px; font-weight:bold; height:27px; text-align:center; padding-top:10px; padding-bottom:0px; }
#divcontact a { color:white; text-decoration:none; cursor:pointer; }
#divcontact a:visited { color:white; text-decoration:none; cursor:pointer; }

h1 { margin:0px; padding:0px; font-size:15px; font-weight:bold; color:#E11990; margin-bottom:20px; }
.title1 { font-size:15px; font-weight:bold; color:#E11990; margin-bottom:20px;  }
.title2 { font-size:14px; color:#8C0047;  }
.title3 { font-size:14px; color:#E11990;  }
.pagetitledarkpink { color:#8C0047; }


.textpink { color:#E11990; }
.textdarkpink { color:#8C0047; }

.tooltip {
	position:absolute;
	top:0;
	left:0;
	z-index:3;
	display:none;
	border-bottom:1px solid black;
	border-right:1px solid black;
	border-top:1px solid white;
	border-left:1px solid white;
	background-color:white; /*#FFB3D9;*/
	color:#333;
	padding:5px;
	font-size:12px;
}

#formContact p { margin-bottom:2px; margin-top:5px;}
#formContact label {
	float:left;
	  width:80px;
	  margin-right:0.5em;
	  padding-top:2px;
	  text-align:right;
}

#formContact label.required {
	font-weight:bold; }

#formContact .field { border:1px solid #E11990 }
#formContact .button { background-color:#E11990; color:white; border-width:0px; font-weight:bold; }
