/* CSS Document */
body {
	font:80% Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	
}

#layoutWrapper {
	width: 966px;
	margin: 0 auto;
	background: url(../images/main_back.jpg) repeat-y center;
	padding-left: 11px;
	padding-right: 11px;
	
	}
#header {
margin:0px auto;
width:955px;

}
#headerLogo {
background:url(../images/logo_taller_red2.jpg) no-repeat right;
height:280px;
	width:190px;
float:left;
margin-right: 0px;
}

#headerAd {
	
	margin-left:267px;
	padding: 1px;
	margin-top:0px;
	padding-bottom:30px;
	padding-top: 0px;
	}

#headerRight {
	background:  url(../images/paulette_taller_2.jpg) no-repeat left bottom;
	height:231px;
	margin-left: 190px;
	padding-top: 49px;
	
	border: 0;
		
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
*html #headerLogo {
	background: url(../images/logo_taller_red2.jpg) no-repeat right;
	height:280px;
	width:187px;
	float:left;
	margin-right: 0px;
	
}


*html  #header {
background: url(../images/logo_taller_red2.jpg) repeat-x ;
margin:0px auto;
width:955px;

}
*html #headerAd {
	
	margin-left:270px;
	padding: 1px;
	margin-top:0px;
	margin-bottom:30px;
	padding-top: 0px;		
}
*html #headerRight {
	background: #FFFFFF url(../images/paulette_taller_2.jpg) no-repeat left bottom;
	height:136px;
	margin-left: 187px;
	padding-top:49px;
	width:765px;
	border: 0;
		
}

 /* End hide from IE5/mac */



#headerTable {
	background: #C8C8C8;
	margin-left:250px;
	padding: 7px;
	margin-top: 36px;
			
}
#headerTable a:link, #headerTable a:visited {
	text-decoration: underline; 
	color: #B7062C;
}
#headerTable a:hover, #headerTable a:active, #headerTable a:focus {
	text-decoration: underline; 
	color: #ffffff;
}



#headerRight h3 {
	color: #B50429;
	font-size:130%;
	font-style: italic;
	font-weight: bold;
	margin: 0px 0px 0px 255px;
}

#container {
margin:0px auto;
width:955px;
}

#container h3 {
	font-size:120%;
	color: #B50429;
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 6px;
}


#container p {
	
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 10px;
}

heartsImageRed {
background:url(../images/hearts_Red.gif);

}
#rightbox {
	float: right;
	width: 765px;
}
#c1 {
	width: 190px;
	margin:0px;
	padding-left:0px;
	padding-top: 42px;
	background: #CB3F66 url(../images/menu_back_larger_red.jpg) no-repeat;
	float:left;
}

#c2 {
	width: 520px;
	margin:0px 0px 0px 0px;
	padding-left:15px;
	padding-top: 25px;
	float: left;
}

#c2Hearts {
background:url(../images/hearts_four.jpg) no-repeat left center;
width: 58px;
height:11px;

} 

#c2 a:link, #c2 a:visited {
	text-decoration: none; 
	color: #B7062C;
}
#c2 a:hover, #c2 a:active, #c2 a:focus {
	text-decoration: none; 
	color: #666666;
}

#c3 {
	width: 190px;
	margin:0px 0px 0px 550px;
	padding-left:15px;
	padding-top: 45px;
	background:url(../images/heart_plant_red.gif) no-repeat center bottom;
	
}
#c3Ad {
	background:url(../images/book.jpg) no-repeat center top;
	width:190px;
	height:600px;
	
}


#c3 h5{
	font-size:100%;
	padding: 30px 0px 0px;
	margin: 0px;
}
#c3 a:link, #c3 a:visited {
	text-decoration: none;
	color:  #B7062C;
	font-weight: bold;
}
#c3 a:hover, #c3 a:active, #c3 a:focus {
	text-decoration: none; 
	color: #666666;
		font-weight: bold;
}
/* menu*/


#navlist {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
}


#navlist a, #navlist a:visited {
display: block;
padding: 3px 3px 5px 15px;
font-size:80%;
background-position: 0% 50%;
color: #EEE;
text-decoration: none;
}


#navlist a:hover {
	color: #2D1E2D;
	background: #CB3E63 url(../images/button_heart_red.jpg) no-repeat 150px center;
}





#c1 #navlist .uberlink {
background: #CB3E63 url(../images/button_heart_red.jpg) no-repeat 150px center;
color: #fff !important;
font-weight: bold;
cursor: default;
}
/* menu horizontal */

#menubar {
	font-size: .9em;
	margin: 16px 0 2.5em 0;
	width: 748px;
}
#navlistH {
	margin: 0;
	padding: 0;
}
#navlistH li {
	float: left;
	list-style-type: none;
	
	margin: 0 0 1em 0;
	padding: 0;
	white-space: nowrap;
}
#navlistH a, #navlistH a:visited {
	padding: 3px 10px 3px 22px;
	border: 1px solid;
	border-color: #ddd #000 #000 #ddd;
	background-color: #999999;
	background-image:  url(assets/l1_down.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #EEEEEE;
	text-decoration: none;
}
#navlistH a:hover {
	color: #FFFFFF;
	background: #B50429 url(assets/l1_over.jpg) no-repeat 0% 50%;
}
#menubar #navlistH .uberlink {
	color: #FFFFFF!important;
	font-weight: bold;
	cursor: default;
	background: #cc0000 url(assets/l1_over.jpg) no-repeat 0% 50%;
}

/*clears oolumns and makes way for footer*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 1px;
	background:  #B7062C;	
}

#footer {
	
	font-size: 95%;

	margin-top: -1px;
	color: #FFFFFF;

}
#footertext {
	margin: 0 auto;
	width: 956px;
	text-align: center;
	background:  #B7062C;
	padding-bottom: 10px;
	padding-top: 10px;
}
#footer a:link, #footer a:visited {
	text-decoration: none; 
	color: #FFFFFF;
}
#footer a:hover, #footer a:active, #footer a:focus {
	text-decoration: none; 
	color: #999999;
}



