@charset "utf-8";
/* ------------------------------------------------| body frame CSS end |----------------------------------------- */

body {
	background-image: url(../images/bg.gif);
	width:1003px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#2e2e37;
	line-height:18px;
	margin:10px auto;
	text-align:justify;
}
#container{
	width:1003px;
	background-color:#FFFFFF;
}

#left-panel{
	padding-left:10px;
	
	float:left;
	width:208px;
	background-image: url(../images/left-panel-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#right-panel{
	width:762px;
	float:right;
	padding-right:10px;
}
#main-area{
	background-color:#f9f9fc;
	border:1px solid #cdcddd;
	padding:15px;
	background-image: url(../images/petal.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom:80px;
}
#footer{
	font-size:11px;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top:20px;
	padding:12px 20px;
	height:18px;
}


/* ------------------------------------------------| body frame CSS end |----------------------------------------- */





/* ------------------------------------------------| left-buttons |----------------------------------------- */
.left-btn{
	line-height:20px;
	font-size:12px;
	background-image:url(../images/btn-bullet.png);
	display:block;
	color:#11147a;
	background-repeat: no-repeat;
	background-position: 4px center;
	padding:2px 10px 2px 15px;
	text-decoration:none
}
a.left-btn:hover{
	background-image:url(../images/btn-hover.gif);
	display:block;
	color:#ffffff;
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration:none
}
/* ------------------------------------------------| left-buttons-end |----------------------------------------- */






/* ------------------------------------------------| Miscellaneous css |----------------------------------------- */
.wedding-enquiry{
	background-image: url(../images/wedding-enquiry.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:128px;
	padding-left:8px;
	padding-right:72px;
	padding-top:40px;
	color:#11147a;
}




/* ------------------------------------------------| tags css |----------------------------------------- */
h2{
	padding:0px;
	margin:0px;
	padding-bottom:5px;
	padding-top:2px;
	color:#2e3192;
	font-size:18px;
	font-weight:normal;
}
p{
	padding:0px;
	margin:0px;
	padding-bottom:18px;
}
ul{
	padding:0px;
	margin:0px;
	padding-bottom:16px;
}
li{
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	list-style-type: none;
	padding-left:10px;
	padding-bottom:3px;
}