@charset "utf-8";
/* CSS Document */

body {
	color: #000;
	background: #FFFFFF;
	margin: 0px auto;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Verdana, Sans-Serif;
}
h1 {
	height: 59px;
}

h2 {
	color: #000;
	font-size: 2.2em;
	}
	
h3 {
	font-size: 1.3em;
	margin: 0px;
	padding: 0px;
	color: #000;
	font-weight: bold;
	line-height: 1.5em;
}

}
h1 span, h2 span, h3 span{
	visibility: hidden;
}

a {
	text-decoration: none;
	}

strong {
	font-weight: bold;
	color: #000;
}
em {
	font-weight: bold;
}

a:link, a:visited {	
	text-decoration: none;	color: #000000;
	font-weight: bold;}

a:hover {
		text-decoration: none;	color: #FF0000;
	font-weight: bold;
}

/* Index-Selector Page Styles */

#wrapper {
	position: relative;
	font-size: 1.2em;
	background: url(pix/carlas-pasta-bg.jpg) center center no-repeat;
	width: 830px;
	height:633px;
	margin: 0px auto;
	padding: 8px;
  
}



#left {
	position: absolute;
	top: 173px;
	left: 23px;
/*	background: url(pix/commercial.png) no-repeat; */
	
		}


#right {
	position: absolute;
	top: 173px;
	left: 422px;
/*	background: url(pix/homekitchen.png) no-repeat; */
		}



#textLeft {
	position: absolute;
	top: 525px;
	left: 55px;
	padding:5px;
	width: 265px;
	text-align: center;
	z-index: 1000;
	}
	
	
#textRight {
	position: absolute;
	top: 525px;
	right: 55px;
	padding:5px;
	width: 265px;
	text-align: center;
	z-index: 1001;
	}
	
	
div.nav {
	width: 398px;
	height: 447px;
	margin:0;
	padding:0;
	background-image:url(pix/commercial-o.jpg);
}

div.nav a, div.nav a:link, div.nav a:visited {
	display:block;
}

div.nav img {
	width:398px;
	height:447px;
	border:0;
}

div.nav a:hover img {
	visibility:hidden;
}
	
	
div.navRight {
	width: 398px;
	height: 447px;
	margin:0;
	padding:0;
	background-image:url(pix/homekitchen-o.jpg);
}

div.navRight a, div.navRight a:link, div.navRight a:visited {
	display:block;
}

div.navRight img {
	width:398px;
	height:447px;
	border:0;
}

div.navRight a:hover img {
	visibility:hidden;
}	
	
/* Interior Cucina Di Carla Page Styles */
	
#wrapperInterior {
	position: relative;
	font-size: 1.2em;
	background: transparent;
	width: 999px;
	height:792px;
	margin: 22px auto;
	padding: 0px;
  }	

	
#leftInterior {
	position: relative;
	float: left;
	background: url(pix/left-cdic-bg.jpg) no-repeat;
	width: 670px;
	height: 792px;
			}


#rightInterior {
	position: relative;
	float: left;
	background: url(pix/right-cdic-bg.jpg) no-repeat; 
	width: 328px;
	height: 792px;
		}

div.leftText {
	position: absolute;
	top: 0px;
	left: 355px;
	width: 315px;
	height: 508px;
	margin: 0px;
	padding: 0px;
	background-image:url(pix/left-cdic-text.png);
}
	
	
div.rightText {
	position: absolute;
	top: 500px;
	left: 0px;
	width: 320px;
	height: 225px;
	margin:0px;
	padding: 5px;
	text-align: center;
	line-height: 1.5em;
	font-size: 12px;
	}
	
div.rightText2 {
	position: absolute;
	top: 750px;
	left: 0px;
	width: 320px;
	height: 35px;
	margin:0px;
	padding: 4px;
	text-align: center;
	line-height: 1.5em;
	font-size: 12px;
	}
	
.large {
	font-size: 14px;
	font-weight: bold;
	}
	
.medium {
	font-size: 11px;
	font-weight: bold;
	}
	
.small	 {
	font-family: Arial, Verdana, Sans-Serif;;
	font-size: 9px;
		}
	
	
/* Misc Styles */

.cleartrick {
	clear: both;
}

.float-right {
	float: right;
}

.float-left {
 	float:left;
}

