/* CSS Document */

#main{
width:864px;
height:1000px;
margin:auto;
}

#container{
	margin:auto;
	width:864px;
	height:550px;
}

.menu{
	font-family: verdana;
	font-size:12px;
	color:#b9b9b9;
	text-decoration:none;
	font-weight: bold;
	padding: 6px 0px 0px 0px;
	line-height:16px;
	}
	
.menu1{
	font-family: verdana;
	font-size:12px;
	color:#b9b9b9;
	text-decoration:none;
	padding: 6px 0px 0px 0px;
	line-height:16px;
	}
		
a:hover{color:#000000;}

.heading{
font-family:Verdana;
font-size:16px;
color:#000000;
font-weight:bold;
text-align:center;
}

.heading1{
font-family:Verdana;
color:#000000;
font-weight:bold;
}

.pad{padding-top:22px;}

.pad1{
padding: 4px 0px 0px 24px;}

.pad2{
padding-left:30px;}

.pad4{
padding-left:24px;}

.pad3{
padding-top:8px;}

.margin{
margin-top:10px;}


.font10{font-size:10px;}

.font11{font-size:11px;}

.font12{font-size:12px;}

.font13{font-size:13px;}
.font14{font-size:14px;}


.text{
font-family:verdana;
color:#787878;
padding:24px 24px 0px 24px;
text-align:justify;
}

.text1{
font-family:verdana;
color:#787878;
}

.text2{
font-family:verdana;
color:#000000;
}

.bold{font-weight:bold;}

.txtarea {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	border: 1px solid #000000;
	height: 16px;
	width: 250px;
}

.messege_box {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	border: 1px solid #000000;
	height: 90px;
	width: 250px;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
	}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #ffffff;
	padding: 15px;
	left: -1000px;
	border: 1px solid black;
	visibility: hidden;
	color: black;
	text-decoration: none;
	text-align:center;
	width: 800px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 5px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -100px;
	left: 100px; /*position where enlarged image should offset horizontally */
}

