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

body{
	margin:0;
	padding:0;
	color:#461901;
	font:11px Verdana, Tahoma, Geneva, sans-serif;
	background:url(../images/bg-body.jpg) repeat center top;
}
p{
	margin:0;
	padding:0 0 8px 0;
}
.top-content{
	height:200px;
	background:url(../images/bg-header.jpg) repeat-x center top;
}
.floral-element-top-right{
	background:url(../images/img-floral-element.gif) no-repeat right top;
}
.floral-element-left-bottom{
	background:url(../images/img-floral-element2.gif) no-repeat left bottom;
}
.header{
	width:956px;
	height:160px;
	margin:0 auto;
}
.logo{
	float:left;
	width:300px;
	height:135px;
	padding:25px 0 0 0;
}
.top-left-content{
	float:right;
	width:575px;
}
.top-links{
	clear:both;
}
.top-links ul{
	margin:0;
	padding:0;
	float:right;
}
.top-links ul li{
	float:left;
	display:block;
	list-style:none;
	padding:10px 0 0 20px;
}
.top-links ul li a{
	color:#8d7746;
	font-weight:bold;
	text-decoration:none;
}
.txt-points{
	clear:both;
	color:#d18e3d;
}
.txt-points ul{
	margin:0;
	padding:44px 0 0 0;
}
.txt-points ul li{
	display:block;
	list-style:none;
	padding:0 0 5px 15px;
	font-weight:bold;
	background:url(../images/ico-bullet.gif) no-repeat 0 3px;
}
.global-nav{
	clear:both;
	height:37px;
	padding:3px 0 0 0;
}
.global-nav ul{
	margin:0;
	padding:5px 0 0 0;
	text-align:center;
}
.global-nav ul li{
	display:inline;
	list-style:none;
	padding:0 15px;
	border-right:#DAC27C solid 1px;
}
.global-nav ul li a{
	color:#DAC27C;
	display:inline;
	list-style:none;
	text-decoration:none;
	font:16px Arial, Helvetica, sans-serif;
}
.global-nav ul li a:hover{}
.container{
	width:954px;
	margin:0 auto;
	min-height:600px;
	height:auto!important;
	border:#7a451d solid;
	border-width:0 1px 1px 1px;
	background:#e2ce99 url(../images/bg-container.gif) repeat-y center top;
	position:relative;
}
.left-element{
	top:5px;
	left:-130px;
	width:117px;
	height:39px;
	position:absolute;
	background:url(../images/img-floral-element3.gif) no-repeat;
}
.right-element{
	top:5px;
	right:-130px;
	width:117px;
	height:39px;
	position:absolute;
	background:url(../images/img-floral-element3.gif) no-repeat;
}
.left{
	float:left;
	width:190px;
	padding:5px;
}
.middle{
	float:left;
	width:554px;
}
.content{
	margin:0 10px;
	padding:10px 0 10px 0;
	border-bottom:#CBB176 solid 1px;
}
.right{
	float:right;
	width:190px;
	padding:5px;
}
.heading{
	height:27px;
	color:#330000;
	margin:0 0 15px 0;
	padding:3px 0 0 0;
	text-align:center;
	font:18px Georgia, Times, serif;
	background:url(../images/bg-heading.jpg) no-repeat;
}
.heading2{
	height:29px;
	color:#DAC27C;
	margin:0 0 15px 0;
	padding:6px 0 0 40px;
	font:18px Georgia, Times, serif;
	background:url(../images/bg-heading.gif) no-repeat;
}
.clear{
	clear:both;
}
.float-left{
	float:left;
	margin:0 8px 0 0;
	border:#600 solid 1px;
}
.footer{
	width:956px;
	margin:0 auto;
	text-align:center;
	padding:10px 0 0 0;
}