/* Main CSS Document */

@import url("core.css");

#container {
	width: 1261px;
	margin: 0px auto;
}

#header {
	width: 985px;
	margin: 0px auto;
}

/* nav */
#nav {
	width:965px;
	height: 43px;
	margin: 0px auto;
	background-image: url(../images/bg-nav.jpg);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 20px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	margin: 0px;
	padding: 6px 30px 0px 30px;
	list-style-type: none;
	height: 29px;
	background-image: url(../images/bg-divider.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	float: left;
	text-align: center;
}
#nav li.last {
	margin: 0px;
	padding: 6px 30px 0px 30px;
	list-style-type: none;
	height: 29px;
	display: block;
	float: left;
	text-align: center;
	background-image: none;
}
#nav li a, #nav li a:visited {
	color: #2a1d04;
	text-decoration: none;
}
#nav li a:hover {
	color: #a70d05;
}


#content {
	width: 1261px;
	background-image: url(../images/bg-content.jpg);
	background-repeat: repeat-y;
	margin: 0px auto;
	background-position: center top;
}
.bgcontentop {
	width: 1261px;
	background-image: url(../images/bg-content-top.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	background-position: center top;
}
.bgcontenbottom {
	width: 901px;
	background-image: url(../images/bg-content-bottom.jpg);
	background-repeat: no-repeat;
	padding: 0px 176px 0px 184px;
	background-position: center bottom;
}


.left {
	width: 247px;
	float: left;
}
.menu {
	height: 88px;
	background-image: url(../images/bg-menu.jpg);
	background-repeat: no-repeat;
	padding: 27px 0px 0px 12px;
}
.newsletter {
	height: 118px;
	background-image: url(../images/bg-newsletter2.jpg);
	background-repeat: no-repeat;
	padding: 12px 0px 0px 12px;
}
input.newsletterfield {
	width: 187px;
	height: 22px;
	background-image: url(../images/bg-newsletter-field.gif);
	background-repeat: no-repeat;
	border: 0px;
	float: left;
	margin: 7px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #c1b6b6;
	padding: 7px 0px 0px 7px;
}
.winner {
	padding: 150px 12px 12px 12px;
	background-image: url(../images/bg-winner4.jpg);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #786947;
}
.floral {
	width: 361px;
	height: 124px;
	position: absolute;
	margin: 0px 0px 0px -99px;
}


.right {
	width: 640px;
	float: right;
	margin: 15px 0px 0px 0px;
}
.boxwhite {
	width: 610px;
	float: right;
	background-color: #fff;
	padding: 15px;
	margin: 0px 0px 15px 0px;
}
.boxpalm {
	width: 288px;
	height: 106px;
	background-image: url(../images/box-palm-tree.jpg);
	background-repeat: no-repeat;
	padding: 10px; 
	float: left;
	line-height: 16px;
}
.boxpalm p.text {
	width: 288px;
	font-size: 12px;	
	padding: 5px 0px 5px 0px;
}


#footer {
	text-align: center;	
	color: #312815;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 70px 0px 10px 0px;
}
#footer p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
#footer ul {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
#footer li {
	margin: 0px 3px 0px 3px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#footer li a, #footer li a:visited {
	color: #312815;
	text-decoration: none;
}
#footer li a:hover {
	text-decoration: underline;
}
