@charset "utf-8";
/* CSS Document */


html, body
{
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #EBA8CB;
	margin: 0;
}

/* --------------- LAYOUT */
div#top
{
	background-color: #400D19;
	color: white;
}

div#bottom
{
	background: url('images/bottombg.jpg') repeat-x top;
}

div#bottom .text
{
	color: white;
	font-size: 10px;
	padding-left: 40px;
}

div#header
{
	background: url('images/headerbg.jpg') no-repeat top left;
	height: 128px;
}

div#header .text
{
	text-align: right;
	padding: 85px 30px 0 0;
	color: white;
}

div#header .text p
{
	margin: 0;
	padding: 0;
}

div#header a:link,
div#header a:visited,
div#header a
{
	color: white;
	text-decoration: none;
	font-weight: normal;
}

div#header a:hover
{
	text-decoration: underline;
	font-weight: normal;
}

div#footer
{
	width: 963px;
	margin: 0 auto 0 auto;
}

div#container
{
	background: white url('images/flairbg.jpg') no-repeat bottom left;
	color: black;
	width: 963px;
	margin: 0 auto 0 auto;
}

div#container .inner
{
	padding: 20px;
}

div#right
{
	float: left;
	width: 720px;
	border-left: 1px solid #BCBCBC;
}

div#left
{
	width: 232px;
	float: left;
}

div#testimonials
{
	padding: 20px;
	padding-left: 37px;
}

/* --------------- NAVIGATION */
div#navigation
{
	padding: 20px;
	padding-left: 37px;
	width: 144px;
}

div#navigation ul.child
{
	display: none;
	position: absolute;
	width: 132px;
	border-bottom: 1px solid #C0AFB3;
	margin-left: 144px;
}

div#navigation ul.child li ul.child
{
	margin-left: 131px;
}

div#navigation ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

div#navigation li
{
	margin: 0;
	padding: 0;
	display: inline;
}

div#navigation a:link.top,
div#navigation a:visited.top,
div#navigation a.top
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #400D19;
	display: block;
	text-decoration: none;
	padding: 2px 0px 13px 5px;
	width: 144px;
}

div#navigation a:hover.top
{
	background: url('images/hoverbg.jpg') no-repeat bottom left;
}

div#navigation a:link.flyout,
div#navigation a:visited.flyout,
div#navigation a.flyout
{
	display: block;
	border: 1px solid #C0AFB3;
	border-bottom: none;
	background-color: white;
	width: 126px;
	font-size: 10px;
	color: #717171;
	text-decoration: none;
	padding: 5px 2px 5px 2px;
}

div#navigation a:hover.flyout
{
	background-color: #EDA8CB;
}


