@charset "utf-8";
/* CSS Document */
html, body
{
	width:100%;
	height:100%;
	margin:0px;
}
a
{
	text-decoration:none;
}

/*------Aboutus start--------*/
.backpage
{
	height:100%;
	width:100%;
	background-color:#000;
	background-image:url(../images/patola_texture.png);
}
.abtus_1
{
	height:100%;
	width:150px;
	float:left;
	vertical-align:bottom;
}
.abtus_2
{
	height:100%;
	float:left;
	vertical-align:bottom;
}
.abtus_3
{
	height:100%;
	width:100px;
	float:right;
	vertical-align:bottom;
}
.menubox1
{
	height:180px;
	width:150px;
	background-image:url(../images/patola.jpg);
	background-position:center; 
	background-repeat:no-repeat
}
.menubox2
{
	height:165px;
	width:150px;
	background-image:url(../images/patola.jpg);
	background-position:top; 
	background-repeat:no-repeat
}
.menubox3
{
	height:150px;
	width:150px;
	background-image:url(../images/patola.jpg);
	background-position:center; 
	background-repeat:no-repeat
}
.boxborder
{
	border:#666 solid 1px;
	height:100%;
	width:100%;
}
.boxh1
{
	height:120px;
	width:100%;
}
.disply_menu
{
	width:150px;
	height:150px;
	overflow:hidden;
	position:absolute;
	display:block;
	color:#FFF;
}
.disply_menu:hover
{
	width:750px;
	height:150px;
	position:absolute;
	font-family:Papyrus;
	color:#f3c955;
	font-size:20px;
	font-weight:bold;
	background-image:url(../images/patola_menu_hover.png);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	border:#666 solid 1px;
	text-decoration:none;
}
.disply_menu:hover a
{
	text-decoration:none;
	color:#f3c955;
}
.boxh2
{
	height:30px;
	width:100%;
	font-size:12px;
	color:#FFF;
	font-family:Verdana;
	font-weight:bold;
	text-align:center;
	background-color:#000; 
	opacity:0.8;
}
.boxh2 a
{
	color:#FFF;
	font-family:Verdana;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	opacity:0.8;
}
.boxh2:hover
{
	opacity:1.0;
}
.about_text
{
	height:450px;
	width:600px;
	padding:20px 10px 10px 10px; 
	text-align:justify;
	font-family:Calibri;
	font-size:16px;
	color:#003;
	overflow-x:hidden;
	overflow-y:scroll;
}
.menu
{
	height:430px;
	width:560px;
	padding:40px 10px 0 40px; 
	text-align:justify;
	font:Verdana;
	font-size:30px;
	color:#003;
	overflow-x:hidden;
	overflow-y:scroll;
}
.awards
{
	height:150px;
	width:150px;
}
.awards img
{
	border:#900 2px solid;
}
/*------Aboutus end--------*/
/*------ contact start--------*/
.contact-matter
{
	width:1000px;
	box-shadow:#933 2px 2px 3px 3px;
	border-radius:20px;
	background-image:url(../images/aboutpatola.jpg);
}
.contact-matter-left
{
	width:20px;
	border-radius:20px 0 0 20px;
}
.contact-matter-center
{
	width:960px;
	padding-top:20px;
	padding-bottom:20px;
}
.contact-matter-right
{
	width:20px;
	border-radius:0 20px 20px 0;
}
.contact-heading
{
	height:60px;
	font-size:25px;
	color:#900;
	font-weight:bold;
	font-family:Papyrus;
	background-image:url(../images/login-border.png);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-left:10px;
}
.contact
{
	height:450px;
	width:960px;
	padding-top:10px;
}
.co_xq
{
	height:50px;
	width:100%;
	font-size:18px;
	color:#900;
	font-weight:bold;
	font-family:Papyrus;
}
.contact_map
{
	height:230px;
	width:100%;
	padding:10px;
}
.contact_add
{
	height:150px;
	width:100%;
	font-size:12px;
	font-family:Verdana;
	color:#000;
}
.contact_information
{
	width:460px;
	padding-left:20px;
}
.contact_form
{
	font-size:14px;
	font-family:Verdana;
	color:#900;
	padding-left:20px;
}
.contact_form input[type=text]
{
	height:30px;
	width:200px;
}
.contact_submit
{
	background-image:url(../images/submit.png);
	color:#FFF;
	font-family:"Century Gothic";
	font-size:15px;
	font-weight:bold;
	height:45px;
}

/*-------contact end-------*/