/* CSS Document */
@font-face {
 font-family: MyCustomFont;
 src: url("gothic.eot"),/* EOT file for IE */
 	  url("gothic.ttf"),
	   url("gothic.otf")
}
.curvetopshw {
	background-image: url(../images/curve_topshw.png);
	background-repeat: repeat-x;
}
.btmshw {
	background-image: url(../images/curv_btmshw.png);
	background-repeat: repeat-x;
}
.curveleftshw {
	background-image: url(../images/curveleft_shw.png);
	background-repeat: repeat-y;
	background-position: right;
}
.curverhtshw {
	background-image: url(../images/curverht_shw.png);
	background-repeat: repeat-y;
	background-position: left;
}
.bannerbg {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center 27px;
}
.menu {
	font-family: MyCustomFont;
	font-smooth:always;
	font-size: 13px;
	color: #095423;
	text-decoration: none;
}
.menu a {
	font-family: MyCustomFont;
	font-smooth:always;
	font-size: 13px;
	color: #095423;
	text-decoration: none;
}
.mainheading {
	font-family: MyCustomFont;
	font-smooth:always;
	font-size: 15px;
	color: #424242;
	text-decoration: none;
}
.subheading {
	font-family: MyCustomFont;
	font-smooth:always;
	font-size: 14px;
	color: #d10000;
	text-decoration: none;
}
.subcontent {
	font-family: MyCustomFont;
	font-smooth:always;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	line-height: 20px;

}
.heading {
	font-family: MyCustomFont;
	font-smooth:always;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	background-image: url(../images/headingline.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.subcontent a {
	font-family: MyCustomFont;
	font-smooth:always;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	line-height: 20px;

}
.footer {
	font-family: MyCustomFont;
	font-smooth:always;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
.footer a {
	font-family: MyCustomFont;
	font-smooth:always;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
.more{
	font-family: MyCustomFont;
	font-smooth:always;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding-right:20px;
}
.more a{
	font-family: MyCustomFont;
	font-smooth:always;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding-right:20px;
}
/*Enquiry*/
input, textarea {
	padding: 3px;
	border: solid 1px #E5E5E5;
	width: 250px;
	background: #FFFFFF url('form_background.png') left top repeat-x;/*Mimic Background Property in Internet Explorer since IE 6,7,8 does not support CSS3*/
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;/*0.1 actually means 10 %*/
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	font-family: MyCustomFont;
	font-smooth:always;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	}

textarea { 
	width: 258px;
	max-width: 258px;
	height: 100px;
	line-height: 150%;
	}


input:hover, textarea:hover,
input:focus, textarea:focus { 
-moz-box-shadow:0 0 5px lightgrey;
	-webkit-box-shadow:0 0 8px lightgrey;
	box-shadow:0 0 5px lightgrey;
}
.btn
{
	font-family: MyCustomFont;
	font-smooth:always;
	size:11px;
	color: #333333;
	text-decoration: none;
	height: 25px;
	width: 60px;
	border: 1px solid #CCCCCC;
	font-size: 11px;
}

.btn a
{
	background-color:#E9E9E9;
	font-family: MyCustomFont;
	font-smooth:always;
	size:11px;
	color: #333333;
	text-decoration: none;
	height: 20px;
	width: 50px;
	border: 1px solid #D4D0C8;
	font-size: 11px;
}
.thumbnail{
    padding:4px;
    border:1px solid #DDD;
    -moz-box-shadow: 5px 5px 7px #999;
    box-shadow: 5px 5px 7px #999;
    -webkit-box-shadow: 5px 5px 7px #999;
}
