@CHARSET "ISO-8859-1";

body{
	background-color: #111f16;
	color:#ffffff;
}
	a{
		color:#ffffff;
	}

li#pnav-home a:hover,
li#pnav-home.current a{
	color:#b6bdab;
}
li#pnav-specification a:hover,
li#pnav-specification.current a{
	color:#9cb226;
}
li#pnav-floor-plans a:hover,
li#pnav-floor-plans.current a{
	color:#f58220;
}
li#pnav-location a:hover,
li#pnav-location.current a{
	color:#6ccff6;
}
li#pnav-directions a:hover,
li#pnav-directions.current a{
	color:#b6bdab;
}
li#pnav-gallery a:hover,
li#pnav-gallery.current a{
	color:#9cb226;
}
li#pnav-contact a:hover,
li#pnav-contact.current a{
	color:#f58220;
}		

body.specification div#background-bar div,
body.specification div.text-content,
body.gallery div#background-bar div,
body.gallery div.text-content{
	background-image: url('/images/backgrounds/bgb-green.gif');
	background-repeat: repeat-x;
}
body.floor-plans div#background-bar div,
body.floor-plans div.text-content,
body.contact div#background-bar div,
body.contact div.text-content,
body.download div#background-bar div,
body.download div.text-content,
body.download-processor div#background-bar div,
body.download-processor div.text-content{
	background-image: url('/images/backgrounds/bgb-orange.gif');
	background-repeat: repeat-x;
}
body.location div#background-bar div,
body.location div.text-content{
	background-image: url('/images/backgrounds/bgb-blue.gif');
	background-repeat: repeat-x;
}
body.directions div#background-bar div,
body.directions div.text-content{
	background-image: url('/images/backgrounds/bgb-grey.gif');
	background-repeat: repeat-x;
}

div#container{
	background-color:#111f16;
}
div.main{
	background-image: url('/images/backgrounds/content.gif');
	background-repeat: repeat-y;
}

div.content{
	background-color:#111f16;
	color:#ffffff;
}
	div.content div.text-content{
		background-repeat:repeat-x;
	}
		div.content h1{
			color:#111f16;
		}
		div.content div.text-content p a{
			color:#ffffff;
		}
		div.content p.Introduction{
			color:#111f16;
		}
		div.content div.text-content .Green{
			color:#9cb226;
		}
		div.content div.text-content .Orange{
			color:#f58220;
		}
		div.content div.text-content .Blue{
			color:#6ccff6;
		}
		div.content div.text-content .Grey{
			color:#b6bdab;
		}
		div.content ul li{
			list-style-type:none;
			list-style-image: url('/images/backgrounds/red-bullet.gif');
		}
		
		body.specification div#flip-control,
		body.gallery div#flip-control{
			background-color:#95ab27;
		}
		body.floor-plans div#flip-control,
		body.contact div#flip-control{
			background-color:#f58220;
		}
		body.location div#flip-control{
			background-color:#6ccff6;
		}
		body.index div#flip-control,
		body.directions div#flip-control{
			background-color:#b6bdab;
		}
		
	div.secondary-text{
		background-color:#384a3c;
		background-image:url('/images/backgrounds/secondary-content-background.gif');
		background-repeat: repeat-y;
		background-position: right top;
	}
		body.index div.secondary-text h2,
		body.directions div.secondary-text h2{
			color:#b6bdab;
		}
		body.specification div.secondary-text h2,
		body.gallery div.secondary-text h2{
			color:#9cb226;
		}
		body.floor-plans div.secondary-text h2,
		body.contact div.secondary-text h2{
			color:#95ab27;
		}
		body.location div.secondary-text h2{
			color:#6ccff6;
		}
		body.index div.secondary-text ul.bullet li,
		body.directions div.secondary-text ul.bullet li{
			background-image:url('/images/backgrounds/grey-bullet.gif');
		}
		body.specification div.secondary-text ul.bullet li,
		body.gallery div.secondary-text ul.bullet li{
			background-image:url('/images/backgrounds/green-bullet.gif');
		}
		body.floor-plans div.secondary-text ul.bullet li,
		body.contact div.secondary-text ul.bullet li{
			background-image:url('/images/backgrounds/orange-bullet.gif');
		}
		body.location div.secondary-text ul.bullet li{
			background-image:url('/images/backgrounds/blue-bullet.gif');
		}
	div.footer{
		color:#838d7c;
	}
		div.footer a{
			color:#838d7c;
		}

div.contact-message,
div.contact-message a{
	color:#000000;
}
	div.contact-message p.title{
		color:#C6002B;
	}

/* END Contact */

/*
 * Start Forms
 */
input, select, textarea
{
	border-color:#666666;
}
div.label, div.label-col,
div.label-wide, div.label-full-width {
	color:#000000;
}
div.form-button input{
	border-top-color:#666666;
	border-right-color:#666666;
	border-bottom-color:#666666;
	border-left-color:#666666;
	background-color:#f0f0f0;
	color:#000000;
}
p.item-mand{
	color:#000000;
}
/*
 * END Forms
 */ 