body { margin: 0px; padding: 0px; font-family:Arial, Helvetica, sans-serif;  }

#homepagebg { background:url(../images/bodybg.jpg) repeat-x left top; width:1003px; margin:0 auto 0 auto; 	border-right: 1px solid #666; border-left: 1px solid #666; }

#insidebg { 
	background:url(../images/insidebg.jpg) repeat-x left top; 
	width:1003px; 
	margin:0 auto 0 auto;
	border-right: 1px solid #666;
	border-left: 1px solid #666;}
/*===================================================
	Css style for Wrapper
===================================================*/
#wrapper { width:944px; margin:0 auto 0 auto; display:table; position:relative; }
/*===================================================
	Css style for common classes
===================================================*/
h1, h2, h3, h4, p { margin:0px; padding:0px 0px 15px 0px;}
h1 { font-family:"trebuchet MS"; font-size:30px; color:#3E6E9E; font-weight:normal; line-height:35px; }
h2 { font-family:"trebuchet MS"; font-size:19px; color:#952608; font-weight:normal; }
h3 { font-family:"trebuchet MS"; font-size:17px; color:#333333; font-weight:normal; }
img { border:0px;}
a { text-decoration:none; }
a.redlink { color:#952608!important; }
a.redlink:hover { color:#333333!important; }
.text-left { text-align:left;}
.text-right { text-align:right;}
.text-top { vertical-align:top;}
.text-center { text-align:center;}
.bold { font-weight:bold;}
.fntsz16 { font-size:16px;}
.fntsz20 { font-size:20px;}
.fntsz30 { font-size:30px;}
.clrgrey { color:#333333;}
.clrred { color:#952608;}
.flotleft { float:left; }
.flotright { float:right; }

.clear { float:left; clear:both; height:15px; width:200px;}

a.backtotop { background:url(/images/btn_backtotop.gif) no-repeat right 3px; color:#952608!important; padding-right:18px; }
a.backtotop:hover { color:#333333!important; }


/*===================================================
	Css style for Header part
===================================================*/
#headerpart { width:921px; padding:10px 23px 20px 0px; margin:0px; display:table; float:left;}
#headerpart .logo { float:left;  width:494px; }
#headerpart .isologo { float:right; width:86px; padding-top:10px; }

/*===================================================
	Css style for navigation
===================================================*/
#navigation { margin:0px; padding:0px; }
ul.navi { margin:0px; padding:0px;  list-style:none;}
ul.navi li { display:inline;}

/*===================================================
	Css style for Banner
===================================================*/
#bannerpart { float:left; width:944px; }

/*===================================================
	Css style for centerpart
===================================================*/
#centerpart { padding-bottom:25px; padding-top:25px; font-size:13px; color:#333333; line-height:20px; float:left; width:944px;}
#centerpart .leftpart { float:left; width:648px; }
#centerpart .productheading { font-family:"trebuchet MS"; font-size:16px; color:#000000; padding:5px 0px 10px 0px; }
#centerpart .productheading1 { font-family:"trebuchet MS"; font-size:15px; font-weight:bold; color:#000000; padding:0px 0px 5px 0px; }
.productsection { float:left; width:648px; font-size:12px; font-family:Arial, Helvetica, sans-serif; }
.product1 { float:left; padding-right:8px; width:207px; }
.product2 { float:left; padding-left:0px; width:195px; }
.product3 { float:right; padding-left:0px; width:215px; }
.product4 { float:left; padding-right:8px; width:207px; }
.product5 { float:left; padding-left:0px; width:195px; }


#centerpart .rightpart { float:left; width:273px; padding-left:23px;}
.contactbg { float:left; background:url(../images/contactbg.jpg) no-repeat left top; width:270px; padding:10px 0px 10px 0px; text-align:center; font-family:"trebuchet MS"; font-size:16px; color:#952608; line-height:30px;}

ul.point { margin:0px; padding:0px 10px 15px 10px; list-style:none;}
ul.point li { background:url(/images/arrow.gif) no-repeat left 5px; padding-left:20px; }
ul.point li a { color:#177AD6; }
ul.point li a:hover { color:#000000; text-decoration:underline; }


ul.pointsub { margin:0px; padding:0px 10px 15px 10px; list-style:none;}
ul.pointsub li { background:url(/images/arrowsub.gif) no-repeat left 3px; padding-left:28px; line-height:23px; }



.contactleft { width:80%; float:left; line-height:18px; }
.contactleft p { padding-bottom:10px; padding-left:10px;}
.contactlefth3 { background: url(/images/contactheading.jpg) no-repeat left top; width:288px; line-height:30px; padding-left:10px;}
.contactform { width:85%; float:left; border-top:1px dotted #999999; padding-top:20px; }
.contactform p { padding:5px;}
.contactform label { width:130px; float:left;}
.textfield { border:1px solid #CCCCCC; width:200px; height:20px; }
.textarea { border:1px solid #CCCCCC; width:280px; height:60px;  }


.divider { background:url(/images/divider.jpg) repeat-x left top; width:600px; padding-top:5px; text-align:right;}
.divider1 { background:url(/images/divider.jpg) repeat-x left top; padding-top:5px; text-align:right;}
/*===================================================
	Css style for Footerpart
===================================================*/
#footerpart { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#333333; text-align:center; background-color:#F2F2F2; border-top:1px solid #D9D9D9; width:100%; margin:0px;  padding:5px 0px; line-height:20px; }
#footerpart a { color:#333333; }
#footerpart a:hover, #footerpart a.selected { color:#952608; }




#marqueecontainer{
position: relative;
width: 98%; /*marquee width */
height: 200px; /*marquee height */

overflow: hidden;
}
.border{
	border:solid 1px #666666;
}
.tabpanel {
	float:left;
	width:50%;
}
.tabrightpanel {
	float:right;
	padding:20px 0px 80px 0px;
	width:50%;
}
.leftarea {
	width:50%;
	float:left;
}
.rightarea {
	width:50%;
	float:right;
}
.maindivider { height:15px; padding-bottom:20px; float:left; width:600px; background:url(/images/divider.jpg) repeat-x left top;}

ul.rightnavi { margin:0px; padding:0px 0px 15px 0px; list-style:none; }
ul.rightnavi li { border:1px solid #EAEAEA; margin:4px 0px; background:url(/images/bulet1.jpg) no-repeat 10px 8px; padding:0px 0px 0px 30px; width:200px; height:25px;}
ul.rightnavi li img { border:none; float:left; padding-top:3px;}
ul.rightnavi li:hover { background:url(/images/bulet12.jpg) no-repeat 10px 8px;}


/*------ Photo Gallery  ------*/
.gallery1 { background-color:#F2F2F2; border:1px solid #D9D9D9; padding:10px 10px 0px 10px; line-height:25px; float:left; text-align:center; font-size:14px; font-weight:bold; color:#952608; margin:10px 20px 20px 0px; }
.gallery1 p { padding:0px 0px 5px 0px;}


.companyhighlight {
	background:url(/images/blockbulet.jpg) no-repeat left 8px;
	padding-left:12px;
}