/* CSS Document */

body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
}

#content
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	overflow: auto !important;
	overflow: scroll;
	height: 245px !important;
	height: 249px;
	width: 290px !important;
	width: 295px;
	padding: 5px 5px 5px 14px !important;
	text-align: justify;
	font-weight: normal;
}
#content1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	height: 245px !important;
	height: 249px;
	width: 290px !important;
	width: 295px;
	padding: 5px 5px 5px 14px !important;
	text-align: justify;
	font-weight: normal;
}
.contact
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}

ul
{
	margin: 0;
	padding: 0;
}

.list li
{
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	list-style-image: url(images/point.jpg);
	padding-bottom: 6px;
}


.title1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fffe00;
	padding-left: 20px;
}


.poppic
{
	position: relative;
	z-index: 0;
}

.poppic:hover
{
	background-color: transparent;
	z-index: 50;
}

.poppic span
{
	/*CSS for enlarged image*/
	position: absolute;
	background-color: white;
	padding: 1px;
	left: -1000px;
	border: 1px solid black;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.poppic span img
{
	/*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.poppic:hover span
{
	/*CSS for enlarged image on hover*/
	visibility: visible;
	top: -22px;
	left: 140px; /*position where enlarged image should offset horizontally */
}
/*for 2nd image==========================================================================*/
.poppic1
{
	position: relative;
	z-index: 0;
}

.poppic1:hover
{
	background-color: transparent;
	z-index: 50;
}

.poppic1 span
{
	/*CSS for enlarged image*/
	position: absolute;
	background-color: white;
	padding: 1px;
	left: -100px;
	border: 1px solid black;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.poppic1 span img
{
	/*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.poppic1:hover span
{
	/*CSS for enlarged image on hover*/
	visibility: visible;
	top: -115px;
	left: -20px; /*position where enlarged image should offset horizontally */
}
/*for 3rd image==========================================================================*/
.poppic2
{
	position: relative;
	z-index: 0;
}

.poppic2:hover
{
	background-color: transparent;
	z-index: 50;
}

.poppic2 span
{
	/*CSS for enlarged image*/
	position: absolute;
	background-color: white;
	padding: 1px;
	left: -100px;
	border: 1px solid black;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.poppic2 span img
{
	/*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.poppic2:hover span
{
	/*CSS for enlarged image on hover*/
	visibility: visible;
	top: -207px;
	left: 140px; /*position where enlarged image should offset horizontally */
}

/*for 4th image==========================================================================*/
.poppic3
{
	position: relative;
	z-index: 0;
}

.poppic3:hover
{
	background-color: transparent;
	z-index: 50;
}

.poppic3 span
{
	/*CSS for enlarged image*/
	position: absolute;
	background-color: white;
	padding: 1px;
	left: -100px;
	border: 1px solid black;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.poppic3 span img
{
	/*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.poppic3:hover span
{
	/*CSS for enlarged image on hover*/
	visibility: visible;
	top: -300px;
	left: -20px; /*position where enlarged image should offset horizontally */
}


/*for wedding image1==========================================================================*/
.poppic4
{
	position: relative;
	z-index: 0;
}

.poppic4:hover
{
	background-color: transparent;
	z-index: 50;
}

.poppic4 span
{
	/*CSS for enlarged image*/
	position: absolute;
	background-color: white;
	padding: 1px;
	left: -100px;
	border: 1px solid black;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.poppic4 span img
{
	/*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.poppic4:hover span
{
	/*CSS for enlarged image on hover*/
	visibility: visible;
	top: -60px;
	left: 120px; /*position where enlarged image should offset horizontally */
}
