body {
	margin: 0 auto;
	clear: both;
	background-color: #b4ab9e;
}
#header {
	height: 104px;
/*	background-image: url(/images/palate_brush/header_bg_palate.jpg);*/
/*background-image: url(/assets/images/header_bg.jpg); */
background-image: url(/images/header_bg_tv_commercial.jpg);

	background-repeat: no-repeat;
}
#error {
	width: 330px;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 0;
	background-color: #c00000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
.main {
	width: 950px;
	margin: 15px 0 0 0;
	border: 1px solid #000000;
	background-color: #ffffff;
}

#mainCell {
	width: 950px;
	height: 397px;
	max-height: 397px;
	margin: 0 auto;
	background-image: url(/assets/images/menu_fade.png);
	background-position: top;
	background-repeat: repeat-x;
	padding: 0;
	text-align: center;
	behavior: url(../../iepngfix.htc);
}
	#mainCell .bodyText {
		margin: 0 auto;
		padding: 10px;
		text-align: justify;
		vertical-align: top;
	}
		#mainCell #caps {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 0.8em;
			color: #786639;
			text-transform: uppercase;
			text-align: left;
		}
		#mainCell #capsLnSp {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 0.8em;
			color: #786639;
			text-transform: uppercase;
			line-height: 24px;
			text-align: left;
		}
		#mainCell #regText {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 0.8em;
			color: #3f2e08;
			line-height: 24px;
			text-align: left;
		}
		#mainCell .photos {
			margin: 0 auto;
			padding: 0 10px 0 10px;
			vertical-align: top;
		}
		#mainCell a, #fitnessCell a {
			color: #4a3800;
			text-decoration: none;
		}
		#mainCell a:hover, #fitnessCell a:hover {
			color: #781c2e;
			text-decoration: underline;
		}

.heading {
	padding: 10px 0 10px 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 1.0em;
	color: #715d2b;
	text-align: center;
	font-variant: small-caps;
}
#disclaimer {
	position: absolute;
	position: relative !ie;
	top: 494px;
	top: 397px !ie;
	margin-top: -47px !ie;
	width: 930px;
	height: 37px;
	background-color: #ffffff;
	padding: 5px 10px 5px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	text-transform: uppercase;
	text-align: left;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	z-index: 10;
}

/* MENU
**********************************/
.menu {
    width: 100%;
    height: 23px;
	margin: 0 auto;
	background-color: #b4ab9e;

}
.menu ul {
margin: 0 auto;
padding: 0 00 0 0px;
list-style-type:none;
margin-left: 25px;
}
.menu ul ul {
visibility:hidden;
position:absolute;
top:28px;
top:23px !ie;
left:-1px;
margin: 0 auto;
width:200px;
padding: 0;
height:0;
z-index: 100000;
}
.menu li {
float:left;
position:relative;
height: 23px;
font-size: 16px;
line-height: 23px;
}
.menu.safarifix li {
float:left;
position:relative;
height: 23px;
font-size: 14px;
line-height: 23px;
}
.menu li li.sub{
	float:left;
	position:relative;
	top:-28px;
	left:161px;
	height:23px;
	font-size:16px;
	line-height:23px;
	border-left:0px none;
}
.menu ul ul li.sub a, .menu ul ul li.sub a:visited{
	border-left:0px none;
}
.menu li#first {
height: 23px;
border-left: 0px none;
font-size: 16px;
line-height: 23px;
}
.menu .topNav {
border-left: 1px solid #7f7557;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
margin-left: 7px;
margin-right: 7px;
color: #4a3800;
text-decoration: none;
    font-family: Georgia;
    font-size: 12px;
    font-weight: normal;

}
.menu table {
position:absolute;
top:0;
left:0;
}
.menu ul ul a, .menu ul ul a:visited {
margin: -5px 0 0 0;
width: 200px;
height: 18px;
border-right: 1px solid #b4ab9e;
border-bottom: 1px solid #b4ab9e;
border-left: 1px solid #b4ab9e;
background-color: #e3e0dc;
padding: 5px;
font-family: Verdana;
font-size: 11px;
line-height: 18px;
text-align: left;
}


/* style the top level hover */
.menu a:hover {
	color: #781c2e;
	background-color: #b4ab9e;
}
.menu :hover > a {
	color: #781c2e;
	background-color: #b4ab9e;
}
.menu ul ul a:hover {
	color: #781c2e;
	background-color: #e3e0dc;
}
.menu ul ul :hover > a {
	color: #781c2e;
	background-color: #e3e0dc;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}

/* INDEX
*****************************************************/
.indexHeading {
	padding: 10px 0 20px 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 1.3em;
	color: #715d2b;
	text-align: center;
	font-variant: small-caps;
	vertical-align: bottom;
}
.indexText {
	width: 275px;
	width: 350px !ie;
	padding: 0 0 0 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #4a3800;
	text-align: left;
	line-height: 45px;
}
div#index_flash_content {
	z-index: 0;
}
	div#indexflashcontent {
		width: 950px;
		height: 473px;
		border: 1px solid #c0c0c0;
		font: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		line-height: 473px;
		color: #c0c0c0;
	}

/* FITNESS CENTER
*****************************************************/
#fitnessCell {
	width: 950px;
	height: 397px;
	max-height: 397px;
	margin: 0 auto;
	background-image: url(/assets/images/menu_fade.png);
	background-position: top;
	background-repeat: repeat-x;
	padding: 0;
	behavior: url(/iepngfix.htc); 
}
	#fitnessCell p {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #3f2e08;
		line-height: 24px;
	}
		#fitnessCell .leftColCont {
			width: 613px;
			height: 397px;
			background-image: url(/assets/images/terrazza_fitness01.gif);
			background-position: top left;
			background-repeat: no-repeat;
			text-align: center;
		}
			#fitnessCell .leftColCont p {
				margin: 40px 0 0 25px;
				font-family: "Times New Roman", Times, serif;
				font-size: 1.0em;
				font-weight: bold;
				color: #ffffff;
				line-height: 1.2em;
				text-align: left;
			}
				#fitnessCell .leftColCont p.indent {
					margin: 0 0 0 300px;
					font-family: "Times New Roman", Times, serif;
					font-size: 1.0em;
					font-weight: bold;
					color: #ffffff;
				}
		#fitnessCell .rightColCont {
			padding: 0 10px 0 10px;
			padding: 15px 10px 0 10px !ie;
		}
		#fitnessCell p#caps {
			color: #786639;
			text-transform: uppercase;
		}
	td.viewFloorPlan {
		padding: 0 10px 0 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #352203;
		text-transform: uppercase;
		text-align: left;
	}
	#fitnessCell td.thumbs {
		height: 108px;
		padding: 0 10px 0 10px;
		vertical-align: top;
	}

/* FLOOR PLANS
*****************************************************/
div#fp_flash_content {
	z-index: 1;
}
	div#fpflashcontent {
		width: 950px;
		height: 397px;
		border: 1px solid #c0c0c0;
		font: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		line-height: 397px;
		color: #c0c0c0;
	}
#mainCell .bodyText #fpInfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #786639;
	text-transform: uppercase;
	text-align: left;
}
	#mainCell .bodyText #fpInfo #fpType {
		font-family: "Times New Roman", Times, serif;
		font-size: 1.5em;
	}
	#mainCell .bodyText a {
		margin-left: 6px;
		margin-right: 8px;
		color: #4a3800;
		text-decoration: none;
	}
		#mainCell .bodyText a:hover {
			color: #781c2e;
			text-decoration: underline;
		}


/* CONTACT
*****************************************************/
p#contactHeader {
	display: block;
	float: left;
	width: 490px;
	margin: 0 auto;
	background-color: #e3e0dc;
	padding: 0 10px 0 10px;;
	font-size: 1.4em;
	color: #9c9989;
	text-transform: uppercase;
	line-height: 1.4em;
}
#mainCell #contactForm #contactError {
	background-color: #791d21;
	padding: 5px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #ffffff;
}
#mainCell #contactForm td {
	padding: 5px 0 5px 0;
}
#mainCell #contactForm #label {
	font-size: 0.8em;
	color: #4c3a0e;
	line-height: 18px;
	text-align: left;
}

/* FOOTER
*****************************************************/
div#footerflashcontent {
	width: 950px;
	height: 44px;
	border: 1px solid #c0c0c0;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 44px;
	color: #c0c0c0;
}
#footerText {
	height: 19px;
	padding: 5px 10px;
	background-color: #49382a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #ffffff;
	text-align: left;
}
#footerLinks {
	width: 950px;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
	#footerLinks #navLinks {
		margin: 0 auto;
		padding: 0;
	}
		#footerLinks #navLinks ul {
			display: block;
			float: left;
			margin: 0 auto;
			padding: 5px 0 0 0;
			list-style-type: none;
		}
			#footerLinks #navLinks ul li {
				float: left;
				border-left: 1px solid #49382a;
				padding: 0 5px 0 5px;
			}
				#footerLinks #navLinks ul li#first {
					float: left;
					border-left: 0px none;
					padding: 0 5px 0 5px;
				}
					#footerLinks #navLinks ul li a {
						color: #49382a;
						text-decoration: none;
					}
					#footerLinks #navLinks ul li a:hover {
						color: #7b1e21;
						text-decoration: underline;
					}
	#footerLinks #terms {
		width: 165px;
		margin: 0 auto;
		padding: 0;
	}
		#footerLinks #terms ul {
			display: block;
			float: right;
			margin: 0 auto;
			padding: 10px 0 0 0;
			list-style-type: none;
		}
			#footerLinks #terms ul li {
				float: left;
				border-right: 1px solid #49382a;
				padding: 0 5px 0 5px;
			}
				#footerLinks #terms ul li#first {
					float: left;
					border-left: 0px none;
					padding: 0 5px 0 5px;
				}
					#footerLinks #terms ul li a {
						color: #49382a;
						text-decoration: none;
					}
					#footerLinks #terms ul li a:hover {
						color: #7b1e21;
						text-decoration: underline;
					}
			#eho {
				display: block;
				float: right;
				border: 0 none;
				padding: 3px 5px 0 5px;
			}



table.quickDeliveries {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #3f2e08;
  line-height: 19px;
  text-align: left;
}
table.quickDeliveries th, table.quickDeliveries td { padding-right: 15px; }

#c * { font-family: Verdana, Arial, Helvetica, sans-serif; color: #3f2e08; }


.red {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #FF9900;
    line-height: 24px;
    text-align: left;
    text-decoration: none;
}

a.red:hover { text-decoration: underline; }


.arial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #4A382A;
	font-variant: small-caps;
	text-transform: capitalize;
}
.arial_nocap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4A382A;
}
