html, body {margin: 0; padding: 0; border: 0;}

body {
	color: #000;
	margin: 0; padding: 0; border: 0; 
	background-color: #f0f0f0;
	/* background: #F0F0F0 url(images/body-bg.gif); */
}

#wrapper {
	margin:0 auto;
	width: 700px;
	float: left;
	border-right: 1px solid #7B7B7B;
	color: #000;
	background: #fff url(images/content-bg.gif) repeat-y;
}

* html .wrapper {  
width: 698px;
wid\th: 700px;
}

/* ~_~_~_~_~_~_~_~_~_~_~_~_ Home starts ~_~_~_~_~_~_~_~_~_~_~_~_ */

#wrap-home {
	margin:0 auto;
	width: 750px;
	float: left;
	border-right: 1px solid #7B7B7B;
	background-color: #fff;
}

* html .wrap-home {  
width: 702px;
wid\th: 700px;
}

.content {
	width: 750px;
}

.content object { margin: 10px 0px 0px 0px; }

.content p {
	clear: both;
	padding: 5px 8px 0px 8px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-align: justify;
	color: #000;
	background-color: #fff;
}

.clear { clear: both; }


.home-footer { 
	width: 750px;
	clear: both;
	padding: 0px 0px 0px 5px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	color: #000;
}

.navcontent {
	clear: both;
	width: 750px;
	height: 25px;
	margin: 20px 0px 0px 0px; 
	padding: 0px;
	background-color: #3E7B67;
}

.home-nav {
	margin: 0px 0px 0px 120px;
	padding: 0px;
	list-style-type: none;
	font-family: Verdana,"Trebuchet MS", sans-serif;
	font-size: .8em;
}


 .home-nav li {
	float: left;
	border-right: 1px solid #EAC680;
}

.home-nav li a:link, .home-nav li a:visited {
	width: 80px;
	height: 20px;
	display: block;
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 0px 5px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #3E7B67;
}

.home-nav li a:hover {
	width: 80px;
	height: 20px;
	display: block;
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 0px 5px;
	color: #195340;
	background-color: #81A99C;
}

a.indexlink:link { color:#295181; background-color: #fff; text-decoration: none; }
a.indexlink:hover { color: #5B86BC; background-color: #fff; text-decoration: none; }
a.indexlink:visited { color: #527825; background-color: #fff; text-decoration: none; }

	

/* ~_~_~_~_~_~_~_~_~_~_~_~_ Home ends ~_~_~_~_~_~_~_~_~_~_~_~_ */

/* ~_~_~_~_~_~_~_~_~_~_~_~_ Header starts ~_~_~_~_~_~_~_~_~_~_~_~_ */

.header {
	width: 700px;
	height: 80px;
	color: #000;
	background: #fff url(images/header.jpg);
	border-bottom: 1px solid #7A7979;
}

.header img { margin : 5px 0px 0px 8px; }

/* ~_~_~_~_~_~_~_~_~_~_~_~_ Header ends ~_~_~_~_~_~_~_~_~_~_~_~_ */

/* ~_~_~_~_~_~_~_~_~_~_~_~_ Top Navigation starts ~_~_~_~_~_~_~_~_~_~_~_~_ */

.banner {
	width: 700px;
	height: 32px;
	background-color: #EFBB55;
	/* background: #EFBB55 url(images/banner-text.gif) center right no-repeat; */
	border-bottom: 2px solid #fff;
}


.tel {
	position: absolute;
	top: 81px;
	left: 489px;
	float: right;
	margin: 0px;
	padding:0px;
	width: 200px;
	height: 32px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
}

.nav-menu ul {
	width: 600px;
	list-style: none;
	padding:0;
	margin: 0;
	font-family: Verdana,"Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: .7em;
}

.nav-menu li {
	float: left;
	padding: 0px;
	margin: 0px;
}
	
.nav-menu li a {
	background: #EFBB55 url(images/top-nav_bg.gif) bottom left repeat-x;
	height: 2.9em;
	line-height: 2.9em;
	float: left;
	width: 8.5em;
	display: block;
	margin: 0px;
	border-right : 2px solid #fff;
	color: #6D1F04;
	text-decoration: none;
	text-align:center;
}

.nav-menu li a:current {
	height: 2.9em;
	line-height: 2.9em;
	float: left;
	width: 8.5em;
	display: block;
	margin: 0px;
	border-right : 2px solid #fff;
	color: red;
	text-decoration: underline;
	text-align:center;
}

.nav-menu li a:hover {
	background: #EFBB55 url(images/top-nav_bg1.gif) bottom left repeat-x;
	height: 2.9em;
	line-height: 2.9em;
	float: left;
	width: 8.5em;
	display: block;
	margin: 0px;
	border-right : 2px solid #fff;
	color: #387233;
	text-decoration: none;
	text-align:center;
}


/* ~_~_~_~_~_~_~_~_~_~_~_~_ Top Navigation ends ~_~_~_~_~_~_~_~_~_~_~_~_ */


/* ~_~_~_~_~_~_~_~_~_~_~_~_ Main body content starts ~_~_~_~_~_~_~_~_~_~_~_~_ */

.leftcontent {
	width: 180px; 
	float: left;
	margin: 2px 0px 0px 0px;
}

.imgsabt { margin: 40px 0px 70px 0px; padding:0px; }

/* `````````````````````````` Product Navigation starts ````````````````````*/

.navcontainer { width: 180px; }

.navcontainer ul {
	margin-left: 0px;
	margin-top: 20px;
	padding-left: 0;
	list-style-type: none;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
}

.navcontainer a {
	display: block;
	padding: 3px;
	width: 170px;
	padding: 2px 0px 2px 10px;
	vertical-align: bottom;
	border-bottom: 1px solid #eee;
}

.navcontainer a:link, .navlist a:visited {
	color: #EEE;
	background-color: #01766D;
	text-decoration: none;
}

.navcontainer a:hover {
	background-color: #9EB1A9;
	color: #000;
	background-color: #01766D;
}

.navcontainer a.current:link {
	color: #F9F2BA;
	background-color: #01766D;
}


/* `````````````````````````` Product Navigation ends ````````````````````*/


.rightcontent {
	width: 519px; 
	float: right;
	margin: 2px 0px 0px 0px;
}

.rightcontent object { margin: 20px 0px 20px 20px; }

p {
	padding: 5px 8px 0px 8px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-align: justify;
	color: #000;
	background-color: #fff;
}

h2 {
	font-family: Verdana,"Trebuchet MS",  sans-serif;
	font-size: 14px;
	margin: 5px 0px 20px 0px;
	color: #325980; 
	background-color: #fff;
	padding: 0px 0px 0px 30px;
	background: url(images/title-bg.jpg) 8px 5px no-repeat;
}

.container-catg {
	width: 500px;
	height: auto;
	margin: 10px 0px 10px 5px;
}

.catg {
	width: 290px;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 3px 8px 0px 8px;
	color: #000;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	line-height: 18px;
	/* background-color: #eee;  */
	
}

.catg b { color: #CA0202; }

.catg-img {
	width: 185px;
	text-align:center;
	float: right; 
	margin: 0px 0px 10px 0px;
	padding: 0px;
	/* background-color: #ECF6ED;  */
}

.catg-img img {	border-color: #000; margin: 5px 0px 0px 0px; }

.catg h3 {
	font-family: Verdana,"Trebuchet MS",  sans-serif;
	font-size: 13px;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	color: #7D0004;
	line-height: 19px;
}

.catg h4 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	color: #006634;
	/* background: #D1DFD0 url(images/prd-title-bg.gif) repeat-x; */
}

hr {
	clear: both;
	border: none 0; 
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #efefef;
	width: 100%;
	height: 2px;
	margin: 10px auto 0 0px;
	text-align:center;
}

.pages {
	clear:both;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #656565;
	text-align: center;
	margin: 10px 0px 0px 0px;
}

a.pagelink:link { color:#2F4A97; background-color: #fff; text-decoration: none; }
a.pagelink:hover { color: #2F4A97; background-color: #fff; text-decoration: none; }
a.pagelink:visited { color: #CF0209; background-color: #fff; text-decoration: none; }


a.maillink:link { color:#555EA2; background-color: #EFBB55; text-decoration: none; }
a.maillink:hover { color: #C2D0ED; background-color: #EFBB55; text-decoration: none; }
a.maillink:visited { color: #555EA2; background-color: #EFBB55; text-decoration: none; }



/* ~_~_~_~_~_~_~_~_~_~_~_~_ Main body content ends ~_~_~_~_~_~_~_~_~_~_~_~_ */


/* ~_~_~_~_~_~_~_~_~_~_~_~_ Footer starts ~_~_~_~_~_~_~_~_~_~_~_~_ */

.footer {
	clear: both;
	width: 700px;
	height: 20px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	color: #FFFAF3;
	background: #DCCAA7 url(images/footer.jpg) no-repeat;
	text-align: center;
	/* border-top: 4px solid #8D8876; */
	padding: 4px 0px 0px 0px;
}

a.footerlink:link { color:#EADECD; text-decoration: none; }
a.footerlink:hover { color: #FFFAF3; text-decoration: none; }
a.footerlink:visited { color: #814E06; text-decoration: none; }

/* ~_~_~_~_~_~_~_~_~_~_~_~_ Footer starts ~_~_~_~_~_~_~_~_~_~_~_~_ */

/* ~_~_~_~_~_~_~_~_~_~_~_~_ Form code starts ~_~_~_~_~_~_~_~_~_~_~_~_ */
.fieldset {
	width:400px;
	float: left;
	margin: 10px 0px 0px 10px;
	font-family: Verdana, "Trebuchet MS",  Arial, sans-serif;
	font-size: 11px;
	color: #244259;
	border: 0px solid #A7A7A7;
}

.fieldset legend {
	font-weight: bold;
	color: #244259;
}

.fieldset legend, label {
	font-family: Verdana, "Trebuchet MS",  Arial, sans-serif;
	font-size: 11px;
	color: #244259;
}
	
.fieldset label {
	width:110px;
	float:left;
	padding:0.2em;
	margin:0px;
	margin-top:0.3em;
	}

.required {
	color: red; 
	text-align: left;
}

.fieldset .nobr {display:none;}  

.textfield, .textarea, .button_style {
	font-family: Verdana, "Trebuchet MS",  Arial, sans-serif;
	font-size: 11px;
	color: #244259;
}

.fieldset .textfield {
	margin:4px;
	border: 1px solid #A7A7A7;
	
}

.fieldset .textarea {
	margin:4px;
	border: 1px solid #A7A7A7;
}


.button_style {
	background-color: #fff;
	border: 1px solid #A7A7A7;
	color: #40576E;
	padding: 0px 0px 13px 0px;
	width:60px; 
	height:23px;
	margin: 0px 0px 0px 30px;
	font-weight: bold; 
}


/* ~_~_~_~_~_~_~_~_~_~_~_~_  Form code starts ~_~_~_~_~_~_~_~_~_~_~_~_ */