body{
	background-image: url(../images/container_bg.jpg);
	background-repeat: repeat-x;
	margin:0px;
	padding:0px;
	font:Georgia, "Times New Roman", Times, serif;
}
a img
{
	border:none;
}
p
{
	text-align:justify;
}
h1{
	font-family: Georgia;
	font-size: 17px;
	color: #635418;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
	padding-top: 5px;
}
h2{
	font-family: Georgia;
	font-size: 15px;
	color: #000;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
	
}	
h3{
	font-family: Georgia;
	font-size: 15px;
	color: #060;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;	
}
#container {
	width: 978px;
	margin-top: auto;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: 0px;
	height: auto;


}
#uppercontainer {
	width: 978px;
	height: auto;
	margin:0px auto;
	float:left;
}
/*-------------------------left container starts-------------------------------*/
#left_container {
	float: left;
	height: auto;
	width: 244px;
}
#logo {
	background-image: url(../images/logo.jpg);
	float:left;
	height: 233px;
	width: 244px;
	background-repeat: no-repeat;
}
#navigation {
	float: left;
	height: 295px;
	width: 244px;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
}

#contact {
	float: left;
	height: 166px;
	width: 234px;
	font-family: Georgia;
	font-size: 14px;
	padding-left: 10px;
	text-align: left;
	vertical-align: bottom;
}
/*-------------------------left container ends-------------------------------*/

#up_content {
	float: left;
	width: 733px;
}
#down_content {
	float: left;
	height: auto;
	width: 733px;
}


/*-------------------------right container starts-------------------------------*/
#header {
	float: left;
	width: 733px;
	height: 233px;
}
#right_container {
	float: left;
	height: auto;
	width: 733px;
}
#content {
	float: left;
	height: auto;
	width: 733px;
	text-align: left;
	list-style-image: url(../images/bullets.jpg);
	list-style-type: none;
}
#content ul.green li
{
	list-style-image: url(../images/bullets.jpg);
	list-style-type: none;
}

#text_box {
	float: left;
	width: 450px;
	font-family: Georgia;
	font-size: 13px;
	text-align: justify;
	padding-right: 5px;
	padding-left: 5px;
}
#text_box a {
	color: #45AD34;
	text-decoration: none;
}
#text_box a:link {
	color: #45AD34;
	text-decoration: none;
}
#text_box a:hover {
	color: #000;
	text-decoration: none;
}
/*-------------------------Enquiry Starts-------------------------------*/
#enquiry {
	float: right;
	height: auto;
	width: 212px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
}
#enquiry_box {
	float: left;
	height: 251px;
	width: 200px;
}
#top_enquiry {
	background-image: url(../images/enquiry_box.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 200px;
	text-align: center;
	line-height: 30px;
	color: #FFF;
	font-family: Georgia;
	font-weight: bold;
	font-size: 14px;
}
#middle_enquiry {
	float: left;
	height: 188px;
	width: 200px;
	background-color: #e9f2e1;
	text-align: left;
}
#bottom_enquiry {
	background-image: url(../images/enquiry_box2.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 35px;
	width: 200px;
	font-family: Georgia;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
}
#enquiryform {
	width: 200px;
	margin:0px auto;
}
#enquiryform input[type="text"]
{
	border:solid #030 thin;
	width:140px;
	float: left;
	
}
#bottom_enquiry input[type="text"]
{
	border:solid #030 thin;
	width:100px;
	float: left;
	
}
#enquiryform textarea
{
	border:solid #030 thin;
	width:140px;
	float: left;
}
#enquiryform label
{
	display:block;
	font-size: 10px;
	font-weight: bold;
}
#enquiryform .labeldiv
{
	float:left;
	padding:5px;
	width: 40px;
}

#enquiryform .inputdiv
{
	float:left;
	padding:5px 5px;
	width:140px;
}
#enquiryform .submit{
	height:36px;
	width: 35px;
	margin-top: 10px;
	margin-right: 10px;
}

/*-------------------------Enquiry ends-------------------------------*/


/*--------------------------j_query Starts---------------------*/
#j_query_box {
	float: left;
	height: 166px;
	width: 733px;

}


/*--------------------------j_query ends---------------------*/



/*-------------------------right container ends-------------------------------*/

/*-------------------------footer starts-------------------------------*/

#footer {
	height: 55px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4aab3a;
	font-family: Georgia;
	font-size: 13px;
	background-image: url(../images/foot_bg.jpg);
	background-repeat: repeat-x;
	float: left;
	margin-bottom:0px;
}
#footer_container
{
	width:978px;
	margin:0 auto;
}
#foot_link {
	float: left;
	height: 22px;
	width: 100%;
	text-align: center;
}
#copyright {
	height: 33px;
	width: 480px;
	float: left;
	line-height: 33px;
	padding-left: 8px;
	text-align: left;
}
#jindal {
	height: 33px;
	width: 480px;
	float: right;
	line-height: 33px;
	text-align: right;
	padding-right: 9px;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:link {
	color: #000;
}
#footer a:hover {
	color: #060;
}
/*-------------------------footer ends-------------------------------*/
.spacer{ clear:both;}
/*-------------------------products page starts-------------------------------*/
#product {
	float: left;
	height: auto;
	width: 733px;
	text-align: center;
}
#product UL {
	FLOAT: left; LIST-STYLE-TYPE: none; TEXT-ALIGN: center
}
#product LI {
	DISPLAY: block;
	FLOAT: left;
	LIST-STYLE-TYPE: none;
	padding-right: 5px;
}
#product LI a{
	text-decoration: none;
	border:none;
}
/*-------------------------products page ends-------------------------------*/
#content a {
	color: #006600;
	text-decoration: none;
}
/* ----------- My Form ----------- */
.myform{
	margin:0 auto;
	width:200px;
	padding:0 10px 4px 10px;
}
/* ----------- stylized ----------- */
	#stylized{
		border:solid 2px #faeea2;
		background:#fdf2ba;
	}
	#stylized h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#stylized p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #b7ddf2;
		padding-bottom:10px;
	}
	#stylized label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:35px;
		float:left;
	}
	#stylized .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:35px;
	}
	#stylized input{
border:1px solid #AACFE4;
float:left;
font-size:12px;
margin:2px 0 10px 9px;
padding:4px 2px;
width:150px;
	}
	#stylized textarea{
border:1px solid #AACFE4;
float:left;
font-size:12px;
margin:2px 0 5px 9px;
padding:4px 2px;
width:140px;
	}
	#stylized button{ 
		clear:both;
		margin-left:40px;
		width:125px;
		height:31px;
		background:#666666 url(../images/button.png) no-repeat;
		text-align:center;
		line-height:31px;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
	}
	form, button {
border:0 none;
margin:0;
padding:0;
}
/* ----------- My Form ends---------- */

