@charset "utf-8";

/* CSS Document */

body{
	margin: 0;
	padding: 0;
	background-color: #FFF;
	background-repeat: repeat-x;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

#maincontainer {
	width: 100%;
	margin: auto;
}
#containerinn{
	width: 1020px;
	margin: auto;
	height: auto;
	/*-webkit-box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.75);*/

}


#top{
	height: 130px;
	width: 98%;
	margin: auto;
	clear: both;
}
#banner {
	height: 600px;
	width: 100%;
	z-index: -10;
	margin-top: 150px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	top: 150px;
}

#banner .tot {
	height: auto;
	width: 1015px;
	margin: auto;
	overflow: hidden;
	display: block;
}
#banner .tot  .left {
	height: 370px;
	width: 304px;
	margin: auto;
	float: left;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	display: block;
	background-color: rgba(241,169,0,.9);
}
#banner .tot .left h1 {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: rgba(0,0,0,0.3) 0px 3px 3px;
	font-size: 36px;
	color: #FFF;
	margin-top: 18px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	line-height: 36px;
}
#banner .tot .left p {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.0);
	font-size: 11px;
	color: #333;
	line-height: 20px;
	width: 85%;
	text-align: left;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 20px;
}



#banner .rgt {
	height: 310px;
	width: 332px;
	margin: auto;
	float: right;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	text-align: center;
}
#top .logo{
	height: 105px;
	width: 282px;
	margin-top: 15px;
	clear: both;
	float: left;
}


#top .menu {
	width: 650px;
	float: right;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFF;
	padding-top: 5px;
}

#top .menu  ul {
	text-align: left;
	display: inline;
	margin: 0;
	list-style: none;
	-webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.0);
	-moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0.0);
	box-shadow: 0 0 0px rgba(0, 0, 0, 0.0);
	padding-top: 14px;
	padding-bottom: 14px;
	padding-right: 3px;
	padding-left: 12px;
}
#top .menu ul li {
	display: inline-block;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #887C4F;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-left: -3px;
	text-transform: uppercase;
}
#top .menu ul li:nth-child(5) {
	border-right-width: 0px;

	}


#top .menu ul li a {
	text-decoration: none;
	color: #000000;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 20px;
}
#top .menu ul li:hover {
	color: #fff;
	border-radius: 2px;
	background-color: #DFDFDF;
	margin-left: -3px;
}
#top .menu ul li ul {
	padding: 0;
	position: absolute;
	top: 48px;
	left: 0;
	width: 185px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-transition: opacity 0.2s;
	margin-top: -2px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 0px;
	margin-bottom: 0px;
	clear: both;
	text-transform: lowercase;
}



#top .menu ul li ul li {
	display: block;
	text-shadow: 0 -1px 0 #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-color: rgba(234,234,234,.9);
	padding: 5px;
	margin: 0px;
}
#top .menu ul li ul li a {
	display: block;
	text-shadow: 0 -1px 0 #000;
	margin-top: 0px;
	color: #666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;
	font-weight: normal;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 20px;
	font-style: normal;
	text-transform: capitalize;
}

#top .menu ul li ul li:hover {
	background-color: #88AFD7;
	color: #333;
	margin-top: -1px;
}
#top .menu ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

#top .menu2 {
	width: 650px;
	float: right;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFF;
	padding-top: 5px;
}

#top .menu2  ul {
	text-align: left;
	display: inline;
	margin: 0;
	list-style: none;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	padding-top: 14px;
	padding-bottom: 14px;
	padding-right: 3px;
	padding-left: 12px;
}
#top .menu2 ul li {
	display: inline-block;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #887C4F;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-left: -3px;
	text-transform: uppercase;
}
#top .menu2 ul li:nth-child(5) {
	border-right-width: 0px;

	}


#top .menu2 ul li a {
	text-decoration: none;
	color: #000000;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 20px;
}
#top .menu2 ul li:hover {
	color: #fff;
	border-radius: 2px;
	background-color: #DFDFDF;
	margin-left: -3px;
}
#top .menu2 ul li ul {
	padding: 0;
	position: absolute;
	top: 48px;
	left: 0;
	width: 185px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-transition: opacity 0.2s;
	margin-top: -2px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 0px;
	margin-bottom: 0px;
	clear: both;
	text-transform: lowercase;
}



#top .menu2 ul li ul li {
	display: block;
	text-shadow: 0 -1px 0 #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-color: rgba(234,234,234,.9);
	padding: 5px;
	margin: 0px;
}
#top .menu2 ul li ul li a {
	display: block;
	text-shadow: 0 -1px 0 #000;
	margin-top: 0px;
	color: #666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 10px;
	font-weight: normal;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 20px;
	font-style: normal;
	text-transform: capitalize;
}

#top .menu2 ul li ul li:hover {
	background-color: #88AFD7;
	color: #333;
	margin-top: -1px;
}
#top .menu2 ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

#containertwo {
	width: 1020px;
	margin-top: -460px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	z-index: 200;
}
#footer {
	width: 100%;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #761214;
	height: 45px;
	clear: both;
}
#footer .area {
	width: 999px;
	margin: auto;
}
#footer .area  p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	margin-top: 5px;
}
#footer .area  .rt {
	float: right;
	width: 125px;
	clear: both;
	margin-top: -38px;
}

#part {
	height: auto;
	width: 100%;
	margin: 0px;
	
}
#part .welcometext {
	height: 125px;
	width: 920px;
	margin: 2px;
	text-align: justify;
	padding-left: 40px;

}
#part  h1 {
	float: left;
	overflow: hidden;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #357f7f;
	text-decoration: none;
	line-height: 22px;
	font-weight: bold;
	font-variant: normal;
	padding-left: 15px;
	margin-top: 5px;
	margin-right: 1px;
	margin-bottom: 5px;
	margin-left: 1px;
	width: 100%;
}
#part p {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#part .left1 {
	height: 299px;
	width: 513px;
	margin: auto;
	float: left;
	overflow: hidden;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}


#part  .left {
	width: 930px;
	float: left;
	overflow: auto;
	display: block;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 40px;
}


#part .left .box {
	height: auto;
	width: 291px;
	/*-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);*/
	overflow: hidden;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 8px;
	float: left;
}

#part .left .box p {
	display: block;
	font-weight: lighter;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	text-align: center;
	width: 98%;
	margin: 0px;
	padding: 0px;
	line-height: 19px;
}


#part .left .box h1 {
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F00;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	margin-top: 5px;
	margin-right: 1px;
	margin-bottom: 5px;
	margin-left: -1px;
	text-transform: uppercase;
}

#part .left .box .a {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	float: left;
	line-height: 19px;
	font-weight: normal;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	padding-left: 0px;
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 1px;
	margin-bottom: 2px;
}
#part .left .box .a a:link  {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	float: left;
	line-height: 16px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1D1D1;
	height: 16px;
	width: 100%;
	margin-top: -4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 5px;
	text-decoration: none;
}
#part .left .box .a a:hover  {
	color: #F00;
	text-align: left;
	text-decoration: none;
}


#part .left .box img {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	display: block;
	text-align: center;
	float: left;
	margin: 3px;
}
#part .rgt2 {
	width: 310px;
	float: right;
	background-color: #F2F2F4;
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: auto;
	margin-left: auto;
	
}

#part .rgt2  h1 {
	color: #C4A62F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-left: 10px;
	margin-bottom: -2px;
}
#part .rgt2 p {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}


#part .rgt2 a {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-top: 0px;
	text-decoration: underline;
}


#part .rgt2 img {
	background-color: #FFF;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	vertical-align: middle;
}



#part .rgt a {
	background-color: #FFF;
	font-size: 12px;
	font-weight: bold;
	color: #DAA432;
	text-decoration: none;
	margin-left: 300px;
}



#part .rgt  p {
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif /*Akshar, Kartika, Arial, sans-serif*/;
	font-weight: lighter;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	text-align: left;
	width: 98%;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}
#inner {
	height: 180px;
	margin: auto;
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	background-color: #000;
}

#part_two {
	height: auto;
	width: 98%;
	margin: 10px;
	padding-top: 15px;
}
#part_two  p {
	font-family: Arial, Helvetica, sans-serif /*Akshar, Kartika, Arial, sans-serif*/;
	font-weight: lighter;
	font-size: 12px;
	color: #525252;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	line-height: 19px;
}
#part_two h1 {
	font-family: Arial, Helvetica, sans-serif /*Akshar, Kartika, Arial, sans-serif*/;
	text-shadow: 2px 0px #cc;
	font-weight: lighter;
	font-size: 18px;
	color: #F0F0F2;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	background-color: #357f7f;
	line-height: 28px;
	display: block;
	width: 22%;
	letter-spacing: 3px;
	margin: 0px;
	padding-left: 5px;
}
#part_two h3 {
	font-family: Arial, Helvetica, sans-serif /*Akshar, Kartika, Arial, sans-serif*/;
	text-shadow: 2px 0px #cc;
	font-weight: lighter;
	font-size: 18px;
	color: #F0F0F2;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	background-color: #357f7f;
	line-height: 28px;
	display: block;
	width: 43%;
	letter-spacing: 3px;
	margin: 0px;
	padding-left: 5px;
}

#part_two h2 {
	font-family: Arial, Helvetica, sans-serif /*Akshar, Kartika, Arial, sans-serif*/;
	text-shadow: 2px 0px #cc;
	font-weight: lighter;
	font-size: 14px;
	color: #A47B00;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	text-transform: none;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
}

#part_two  .box {
	width: 216px;
	margin: 7px;
	float: right;
	/*-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);*/
	overflow: hidden;
	padding: 0px;
	text-align: left;
}
#part_two .boxcolor {
	width: 600px;
	margin: 7px;
	float: left;
	webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	padding: 12px;
	text-align: left;
	background-color: #EADEBB;
}
#part_two .boxcolor p {
	text-align: left;
	font-size: 12px;
	line-height: 24px;
	margin: 0px;
}
#part_two .boxcolor a {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	margin-left: 5px;
}


#part_two .box2  {
	float: right;
	padding: 0px;
	border: 1px solid #CCC;
	margin-bottom: 3px;
}
#part_two .line {
	background-color: #CCC;
	height: 1px;
	position: relative;
	width: 100%;
	clear: both;
	margin: 1px;
}
#part_two .img {
	clear: both;
	margin-bottom: -2px;
}


#part_two .boxclt {
	width: 270px;
	margin: 5px;
	/*-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);*/
	overflow: hidden;
	height: 160px;
	float: left;
	border: 1px solid #B38E00;
}
#part_two .boxclt img {
	display: block;
	text-align: center;
	margin: auto;
	padding: 3px;
	clear: both;
	background-position: center center;
	float: none;
}


#part_two .rgt {
	height: auto;
	width: 450px;
	float: right;
	/*	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);*/
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#part_two .rgt p {
	font-family: Arial, Helvetica, sans-serif /*Akshar, Kartika, Arial, sans-serif*/;
	font-weight: lighter;
	font-size: 12px;
	color: #525252;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	line-height: 19px;
}
#part_two .left {
	height: auto;
	width: 450px;
	float: left;
	/*-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);*/
	display: block;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#part_two .left p {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#part_two .left a {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-top: 0px;
	text-decoration: underline;
	padding-top: 0px;
}
#part_two .left img {
	background-color: #FFF;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	vertical-align: middle;
}

#part_two .left .box {
	width: 98%;
	margin: 7px;
	float: left;
	/*-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);*/
	overflow: hidden;
	padding: 0px;
}

#part_two .left .line2 {
	width: 98%;
	margin: 5px;
	float: left;
	/*-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);*/
	overflow: hidden;
	background-color: #F00;
	height: 2px;
}

#part_two .left .box img {
	margin: 5px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	text-align: left;
	padding: 1px;
	border: 1px solid #FFF;
	float: left;
	display: block;
}
#part_two .left .box h1 {
	float: left;
	overflow: hidden;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #0066CC;
	text-decoration: none;
	line-height: 22px;
	font-weight: bold;
	font-variant: normal;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	margin-top: 5px;
	margin-right: 1px;
	margin-bottom: 5px;
	margin-left: 1px;
	height: 25px;
	width: 100%;
}
#part_two .left .box .line {
	overflow: hidden;
	text-decoration: none;
	height: 1px;
	width: 100%;
	background-color: #999;
	margin: 3px;
	clear: none;
}

#part_two .left .box p {
	font-family: MLW-Panini /*Akshar, Kartika, Arial, sans-serif*/;
	font-weight: lighter;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	line-height: 19px;
}

#part_two .left .box h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	line-height: 19px;
}





@charset "utf-8";
.classname {
	-moz-box-shadow: inset 0px 1px 0px 0px #80cdd8;
	-webkit-box-shadow: inset 0px 1px 0px 0px #80cdd8;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color: #ededed;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	color: #777777;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 0px #80cdd8;
	margin-left: 20px;
	padding-top: 6px;
	padding-right: 24px;
	padding-bottom: 6px;
	padding-left: 24px;
}.classname:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.classname:active {
	position:relative;
	top:1px;
}/* CSS Document */





#part_two .rgt input, #contact-area textarea {
	padding: 3px;
	width: 350px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	border: 1px solid #ccc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

#part_two .rgt textarea {
	height: 90px;
	margin-left: -113px;
	margin-top: 5px;
}

#part_two .rgt textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#part_two .rgt input.submit-button {
	width: 185px;
	float: left;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #eeb900;
	line-height: 25px;
	margin: 5px;
}

#part_two .rgt label {
	float: left;
	text-align: left;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 13px;
}
