@charset "utf-8";
/* CSS Document */

*
{
	margin:0px;
	padding:0px;
}

body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a:link
{
	color:#FFFFFF;
	text-decoration:none;
}

a:visited
{
	color:#FFFFFF;
	text-decoration:none;
}

a:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}

#main_container
{
	text-align:center;
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
	background-color:#181f2e;
}

#site_container
{
	margin:0px auto 0px auto;
	text-align:left;
	width:950px;
}

#top
{
	height:99px;
	background-image:url(../images/top.jpg);
	background-repeat:no-repeat;
}

#header
{
	height:183px;
	background-image:url(../images/header_back.jpg);
	background-repeat:no-repeat;
}

#header_left
{
	float:left;
	width:420px;
	text-align:center;
}

#header_right
{
	float:right;
	width:530px;
}

#floral
{
	height:41px;
	background-image:url(../images/floral_image.jpg);
	background-repeat:no-repeat;
}

#details_area
{
	width:950px;
}

#details_area_left
{
	width:250px;
	float:left;
}

.head_left
{
	font-size:15px;
	color:#c29f5b;
	letter-spacing:2px;
	text-align:center !important;
	border-bottom: solid 1px #2a3141;
	padding-bottom:10px;
}

.details_left
{
	font-size:12px;
	line-height:16px;
	color:#FFFFFF;
	text-align:justify !important;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:10px;
}	

#details_area_right
{
	width:650px;
	float:right;
}

#details_area_max
{
	width:100%;
	float:left;
}

.head_right
{
	font-size:15px;
	color:#c29f5b;
	letter-spacing:2px;
	border-bottom: solid 1px #2a3141;
	padding-bottom:10px;	
}

.details_right
{
	font-size:12px;
	line-height:20px;
	color:#FFFFFF;
	text-align:justify !important;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:20px;
}	

#lower_section
{
	background-image:url(../images/lower_part_background.gif);
	background-repeat:repeat-x;
	background-color:#c29e5b;
}
	
#lower_section_details
{
	margin:0px auto 0px auto;
	text-align:left;
	width:950px;
	padding-top:15px;
}

.lower_section_portion
{
	width:310px;
	float:left;
	border-right:dashed 1px #EDDBB9;
	margin-bottom:20px;
}

.lower_section_portion_list
{
	color:#FFFFFF;
	padding-bottom:20px;
	padding-left:40px;
	font-size:12px;
}

.lower_section_head
{
	font-size:15px;
	color:#664F23;
	letter-spacing:1px;
	padding-bottom:10px;	
	padding-left:15px;
	padding-top:20px;
}
	
.more
{
	font-size:12px;
	color:#FFFFFF;
	text-align:right !important;
	padding-top:15px;
	padding-right:22px;
	margin-right:25px;
	padding-bottom:20px;
	background-image:url(../images/more_back.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

#footer
{
	background-color:#181f2e;
	height:100px;
}

#footer_details
{
	margin:0px auto 0px auto;
	color:#FFFFFF;	
	font-size:12px;
	text-align:center !important;
	padding-top:15px;
	width:950px;
}

.fake
{
	clear:both;
	visibility:hidden;
}

/*-------------------------------------Navigation------------------------------------------*/

#nav
{
	color:#FFFFFF;
	padding-top:40px;
	padding-left:150px;
}

#nav ul {

	width:950px;
	list-style:none;
	background-color:#c29d59;
	padding: 0px;
	border: solid #FFFFFF;
	border-width: 1px 0;

}

#nav a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 5px;
}

#nav li {
	list-style:none;
	float:left;
	padding-left:15px;
	padding-right:15px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width:220px;
	font-weight: normal;
	border-width:5px;
	margin: 0px;
}

#nav li li {
	padding-right: 5px;
	width:200px;
	font-size:12px;
}

#nav li ul a {
	width: 200px;
}

#nav li ul ul {
	margin: -2em 0 0 200px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #181f2e;
}


