/* CSS Document */

body {
	background: #666666 url(../_images/mainbg.gif) top left repeat-x;
	margin: 0px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #311d12;
	background-color:#b4b4b3;
}

a {
	color: #311d12;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	border-top: 0px;
	padding: 0px 0px 7px 0px;
}

#header {
	position: relative;
	height: 179px;
	width: 800px;
	
	}

#nav1 {
	text-align: right;
	padding: 17px 5px 0px 0px;
	color: #999999;
	font-size: 10px;
	width: 800px;
	clear:both;
	
	}

#nav1 a {
	color: #666666;
	text-decoration: none;
}

#nav2 {
	position: absolute;
	bottom: 0px;
	left: 22px;
	width: 615px;
	height: 45px;
	text-align:left;
	margin: 0px;
	padding: 0px;
}
#nav2 img { padding-left:5px;
}


* html #nav2 {
	bottom: -1px;
}

#nav3 {
	width: 212px;
	float: left;
	margin: 13px 0px 10px 10px;
	background: url(../_images/bg-leftnav-bottom.gif) bottom left no-repeat;
	padding: 0px 0px 7px 0px;
}
* html #nav3 {
	margin-left: 11px;
	margin-right: 9px;
	margin-bottom: 13px;
}

#nav3 ul {
	padding: 0px 0px 0px 30px;
	margin: 0px;
	width: 164px;	
	background-color: #fcf2fb;
	border-left: 1px #bb03b5 solid;
	border-right: 1px #bb03b5 solid;
	list-style-type: none;
}

* html #nav3 ul {
	margin-top: -3px; /* IE 6 and Lower */
}

*+ html #nav3 ul {
	margin-top: -3px; /* IE 7 */
}

#nav3 ul li {
	margin: 0px;
	padding: 8px 0px 10px 0px;
	height: 30px;
}

#nav4 {
	width:212px;
	height:50px;
}

#mainbody {
	border:10px solid #807f7f;
	padding-bottom:10px;
	background-color: #ffffff;
	
	}
.mainbodytopimg {
	padding-top:230px;
	margin-top:15px;
	background:url(../_images/top.gif) no-repeat top;
	}

#content {
	width: 539px;
	margin: 33px 17px 0px 0px;
	float: right;
	background-color:#FFFFFF;
}
* html #content { margin: 27px 9px 0px 0px; }

.top {
	width: 539px;
	height: 7px;
	background: url(../_images/bg-content-top.gif) bottom left no-repeat;
	margin: 0px;
	padding: 0px;
}

.bottom {
	width: 539px;
	height: 6px;
	background: url(../_images/bg-content-bottom.gif) top left no-repeat;
	margin: 0px;
	clear: right;
}


.text {
	padding: 9px 21px;
	margin: 0px;
	width: 495px;	
	background-color: #fcf2fb;
	border-left: 1px #bb03b5 solid;
	border-right: 1px #bb03b5 solid;
}

p {
	padding: 8px 0px;
	margin: 0px;
	line-height: 135%;
}

.text p {
	font-size: 12px;
}


.contact {
	float: left;
	margin: 10px 0px 0px 30px;
}
* html .contact {
	margin: 10px 0px 0px 15px;
}

.text ul {
	list-style: none;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

.text ul li {
	font-size: 12px;
	padding: 0px 0px 0px 20px;
	margin: 5px 0px;
	background: url(../_images/bullet.gif) 0px 2px no-repeat;
}

#specialproduct {

}

.text img { margin: 0px 0px 10px 20px; }

td {
	font-size: 11px;	
}

#links td { padding-left: 20px; text-align: left; }
td.title {
	font-weight: bold;
	background: url(../_images/bullet.gif) left center no-repeat;
	text-align: left;
	font-size: 12px;
	padding: 8px 0px 0px 0px;
}

/**** WEDDING PACKAGES ****/
#package {
	float: left;
	width: 259px;
	margin: 25px 19px 0px 0px;
	padding: 7px 0px 0px 0px;
	background: url(../_images/bg-package-top.gif) top left no-repeat;
}
#package .text {
	background-color: #eae8e7;
	padding: 4px 16px;
	width: 225px;
}
#package .text p {
	text-align: left;
}
#package .bottom {
	height: 7px;
	width: 259px;
	background: url(../_images/bg-package-bottom.gif) top left no-repeat;
}
.thumb {
	margin: 5px;
	border: 1px #bb03b5 solid;
}


/**** FEATURED PRODUCTS ****/
#product {
	float: right;
	width: 259px;
	margin: 26px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	background: url(../_images/bg-product-top.gif) top left no-repeat;
}
#product .text {
	background-color: #fcf2fb;
	padding: 4px 22px;
	width: 213px;
}
#product .text p {
	margin-top: 0px;
	padding-top: 4px;
}
#product .bottom {
	height: 7px;
	width: 259px;
	background: url(../_images/bg-product-bottom.gif) top left no-repeat;
}
.text .feature {
	margin-top: 5px;
	border: 3px #bb03b5 solid;
}


/**** FOOTER ****/
#footer {
	padding-top:10px;
	width: 100%;
	clear: both;
	margin-top: 10px;
}
#footer .left {
	float: left;
	width: 43%;
	margin-left: 18px;
}
* html #footer .left { margin-left: 8px; }
#footer .right {
	float: right;
	width: 43%;
	text-align: right;
	margin-right: 18px;
	color: #311d12;
	clear:right;
}
* html #footer .right { margin-right: 8px; }