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

/* Structure */
body {
	margin: 0;
	font-family: Calibri, sans-serif, Tahoma;
	font-size: 14px;
	background: #FFF url(../images/tulip-bg.jpg) center top repeat-y;
}

hr {
	color: #999;
	size: 1px;
}

table#wrapper {
	margin: 0 auto;
/*	background-color: #FFFFFF;*/
	background-color: #ff009a;
	width: 900px;
	border-width: 0px 3px;
	border-color: #ff009a;
	border-style: solid;
}

/* HEADER */
#header-home {
	height: 283px;
}
#header {
/*	background: url(../images/tulip-head-w.jpg) center center no-repeat;*/
	height: 283px;
}
#header h1, #header h2 {
	text-align: center;
	font-family: Calibri, Sans serif;
	font-weight: normal;
	margin: 0;
}
#header-2 {
/*	background: url(../images/head-right.jpg) right center no-repeat;*/
	height: 283px;
}
#header-2 h1, #header-2 h2 {
	text-align: left;
	padding-left: 90px;
	font-family: Calibri, Sans serif;
	font-weight: normal;
	margin: 0;
}
h1.head2 {
	font-size: 50px;
	line-height: 283px;
	color: #A23B80;
}
h1.head1 {
	font-size: 60px;
}
h2.head1 {
	font-size: 30px;
	line-height: 80px;
	color: #878787;
}
p.head1 {
	text-align: center;
}
h1.head3 {
	font-size: 40px;
	font-weight: normal;
	line-height: 10px;
}
h2.head3 {
	font-size: 20px;
	line-height: 10px;
	color: #878787;
}
h1.head4 {
	font-size: 60px;
	color: #A23B80;
}
h2.head4 {
	font-size: 30px;
	line-height: 80px;
	color: #A23B80;
	padding-bottom: 45px;
}

div.banner {
	border: 3px solid #fe33ae;
	background-color: #fc62bf;
	padding: 1px;
}
div.wider {
	width: 728px;
	margin: 40px 0;
/*	padding: 3px;*/
}
.monotype {
	font-family: Monotype Corsiva;
	font-size: 1.2em;
}

/* MENU */
#menu{
font: bold 11px arial;
background-color: #6B8B20;
width: 100%;
}

#menu ul{
padding: 8px 10px; /* should equal with top/bottom padding of "#menu ul li a" below */
margin: 0;
text-align: center; /* set value to "left", "center", or "right"*/
}

#menu ul li{
display: inline;
padding:0;
margin:0;
}

#menu ul li a{
color: #FFF;
padding: 10px 15px;
margin: 0px; /*spacing between each menu link*/
text-decoration: none;
background-color: #6B8B20;
}

#menu ul li a:hover, #menu ul li a.selected{
	background-color: #A23B80;
	color: #FFF;
}

/* CONTENT */
.content {
	padding: 10px 10px;
}
.moremenu th {
	text-align: center;
	border: 1px #888 solid;
	padding: 5px 10px;
}
.map {
	float: right;
	margin: 10px;
}

.middle-box {
	margin: 70px 0px;
}

/* FOOTER */
#footer {
	text-align: center;
	padding-top: 20px;
	line-height: 40px;
}
#footer img {
	height: 20px;
	vertical-align: middle;
}

a {
	color: #FFF;
	font-size: 1.1em;
}
.red {
	color: #FF0000;
}


/* Home */
.home-menu {
	width: 290px;
}
.home-menu th {
	padding: 10px 0px;
}
.home-menu img {
	border: 0px;
}

/* Contact */
#contact-form th {
	text-align: right;
	color: #FFF;
}
#contact-form th.req {
	color: #FFFF00;
}
#contact-form th.vtop {
	vertical-align: top;
}
input#contact-a, textarea#contact-a {
	width: 200px;
}

/* Other */
.all-left {
	text-align: left;
}
.shrink {
	font-size: 0.5em;
}
.u {
	text-decoration: underline;
}
.part_link { padding: 50px 0px; }
.part_link p {
	margin-top: 30px;
}
#other-list {
	width: 90%;
	margin: 0 auto;
}
#other-list h3 {
	font-size: 1.3em;
}
.sep {
	width: 800px;
	border-top: 2px dashed #000;
}

/* Ladies */
#ladies { margin: 0 auto; }
div.photo { border: 0; float: left; margin: 10px 30px; }
div.photo p { color: #FFF; font-size: 18px; margin:5px 0; }