@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #101010 url(WEB/IMAGES/bg_crazy.jpg) top left no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;     /* This allows for the ems to be used within the body as the value of one em is now 10 pixels. */

}


.twoColFixLtHdr #container { 
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 30px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #f7ad39;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 5px;

} 
.twoColFixLtHdr #header {
	background: #333;
	padding: 10px 0;
	border: 3px solid #fff;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background: #333;
}
#header h1 .blue {
	color: #0069D2;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 205px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 70px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #000;
	border: 1px solid #ccc;
/*	height: 600px;*/

} 

.twoColFixLtHdr #mainContent h1 { 
	margin: 0; padding: 15px;
	color: #fff;
	background: #333;
	font-size: 2.5em;
} 
.twoColFixLtHdr #mainContent h3 { 
	margin: 0; padding: 0 15px 15px 20px;
	color: #ff0000;
	background: #333;
	font-size: 2em;

} 
.twoColFixLtHdr #mainContent p {
	margin: 0;
	padding: 10px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
} 
.twoColFixLtHdr #footer {
	padding: 0;
	margin: 0;
	margin: 5px auto; /* the auto margins (in conjunction with a width) center the page */

	width: 820px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}
#footer a {
	color: #CCCCCC;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.highlt {
	color: #ff0000;
	font-size: .95em;
}
.note {
	font-size: .95em;
	font-style: italic;
	color: #FFFFFF;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.buttons {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 1em;
	 background-color: #333333;
	 color: #FFFFFF;
	 margin-left: .25em;
	 padding: 2px;
}

.red a:hover {
	color: #0069D2;
	font-weight: bold;
	background-color: #FF0000;
	padding: 8px 0 0 10px;
}

/* costumes divs ******************/	
#costumes_male, #costumes_female {
	border: 1px solid #ccc;
	padding: 5px 10px;
	margin: 15px;
}
#costumes_male {
	height: 300px;
}
#costumes_female {
	height: 780px;
}

#costumes_female {
	background: #ff4d23; /*url(WEB/IMAGES/doctor.png) center right no-repeat;*/
}
#costumes_male {
	background: #279c9c; /*url(WEB/IMAGES/doctor.png) center right no-repeat;*/
}
#costumes_female h2, #costumes_male h2 {
	font-size: 1.5em;
	margin: 0;
	text-align: center;
	padding: 3px 0;
}
#costumes_female img, #costumes_male img {
	margin: 10px;
	padding: 2px;
	border:4px solid #eee;
}
#costumes_female a, #costumes_male a {
	color: #FFFFFF;
	text-decoration: none;
}

#costumes_female a:hover, #costumes_male a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#costumes_female img a:hover, #costumes_male img a:hover {
	text-decoration: none;
}
/** END costume div ***********/

	
#main {
	margin: 5px auto;
	padding: 0;
	border: none;
}

/* sidebar menu/links ------ */
#menu_side {
	width: 200px;
	margin: 0;
	border: 1px solid #A7A37E;
	border-bottom: none;
	float: left;
	font-size: 1.2em;
	background-color: #fff;
}

	
#menu_side ul { 
	list-style: none;
	margin: 0; padding: 0;
}
	
#menu_side li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;

}	
	
#menu_side li a:link, #menu_side li a:visited {
	color: #0069D2;
	font-weight: bold;
	display: block;
	background-color:#fff;
	padding: 8px 0 0 10px;
	border-bottom: 1px solid #A7A37E;
	
}
	
#menu_side li a:hover {
	color: #fff;
	font-weight: bold;
	background-color: #00CC00;
	padding: 8px 0 0 10px;
}	

/* END sidebar menu/links ----- */

/* BEGIN form Styling -------------- */
fieldset {
	margin: 1em;
	padding: 0 10px 10px 10px;
}
legend {
	margin-left: 1em;
	color: #fff;
	font-weight: bold;
	text-align: right;
}
fieldset ol {
	padding: .1em 2.5em 0 0;
	list-style: none;
}
fieldset li {
	padding-bottom: 1em;
}
fieldset.submit {  
	border-style: none;
}
label {  
	display: block;
}

/* BEGIN contact table style ------------ */
#tblcontact {
	width: 325px;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	border: 1px solid #ccc;
	background-color: #000;
	text-align: left;
}

#tblcontact th {
	color: #ff0000;
	font-size: 2.2em;
	font-weight: bold;
	padding: 0;
	margin: 0;
	padding-left: 10px;
}

#tblcontact td {
	font-size: 2.1em;
	font-weight:bold;
	padding: 0;
	margin: 0;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 4px;
}

.line {

	border-bottom: 1px solid #C0D0E0;	
	margin-top: 10px;	
	margin-bottom: 20px;	
	height: 0;	
	overflow:hidden;	
	clear:both ;	
	position: relative;

}
