/* 
Type: CSS Document 
Created by: Jeetendra Shimpi
Email: jshimpi@gmail.com
Company: Jaal Web Systems. India.
Website: http://www.jaalsystems.com
Telephone:  +91 9821554195
*/

/* -------------- General Styles ---------------- */

*{margin: 0; padding: 0;}
body {background: #fff; font: 12px arial;}
img{border: 0;}
ul{list-style-type: none;}
a{text-decoration: none; color: #CC9933;}
a:hover{text-decoration: underline;}




/* ---------------- Main Structure ---------------- */ 

#wrapmaster
{
width: 930px;
overflow: hidden;
margin: 10px auto;
}

#leftcolumn
{
width: 670px;
float: left;
}

#rightcolumn
{
width: 255px;
float: left;
margin: 0 0 0 5px;
}

/* ------------- Header Style --------------- */

#header-master
{
width: 925px;
margin: 0;
padding: 0;
}

	#header-left
	{
	width: 225px;
	float: left;
	}
	
	#header-right
	{
	width: 445px;
	float: left;
	background: url(../images/header-right-bg.jpg) no-repeat top right;
	}
	
		#toplinks
		{
		width: 445px;
		float: left;
		/*background: url(../images/toplinks-bg.gif) no-repeat top left;*/
		height: 26px;
		}
		
			#toplinks ul
			{
			list-style-type: none;
			margin: 5px 0 0 35px;
			padding: 0;
			}

			#toplinks ul li
			{
			float: left;
			margin: 0px 0;
			padding: 0 5px 0 5px;
			border-right: 1px solid #000;
			font: 11px arial;
			color: #000;
			}
	
			#toplinks ul li a
			{
			color: #000;
			}


		#mainlinks
		{
		width: 445px;
		float: left;
		height: 26px;
		margin: 57px 0 35px 0;
		}
		
			#mainlinks ul
			{
			list-style-type: none;
			margin: 5px 0 0 0px;
			padding: 0;
			}

			#mainlinks ul li
			{
			float: left;
			margin: 0px 0;
			padding: 8px 5px 0 5px;
			font: bold 11px  "Arial Narrow";
			color: #6AC334;
			}
	
			#mainlinks ul li a
			{
			color: #6AC334;
			}


	#bannerbox
	{
	width: 670px;
	height: 235px;
	float: left;
	}
	
/* ------------- Content Style --------------- */

	#content
	{
	width: 630px;
	float: left;
	padding: 10px 20px 30px  10px;
	min-height: 330px;
	background:url(../images/content-bg.jpg) no-repeat bottom center;
	}
	
		#maincontent
		{
		width: 500px;
		float: left;
		padding: 0 10px 0 0px;
		}

	#content h1
	{
	font: 20px arial;
	color: #24211D;
	margin: 5px 0px 10px 0px;
	}
	
	#content h2
	{
	font: 18px arial;
	color: #24211D;
	margin: 0 0 5px 0;
	}
	
	#content h3
	{
	font: 15px arial;
	color: #24211D;
	margin: 0;
	}

	#content p
	{
	font: 12px arial;
	color: #666;
	line-height: 17px;
	margin: 0px 0px 10px 0px;
	text-align: justify;
	}
	
	
	#content ul.contlist
	{
	font: 12px arial;
	margin: 5px 0 10px 10px;
	padding: 0;
	}
	
	#content ul.contlist li
	{
	font: 12px arial;
	color: #666;
	padding: 0 0 0 10px;
	line-height: 18px;
	background: url(../images/square.gif) no-repeat top left;
	}
	

	#contleftbox1
	{
	width: 90px;
	padding: 0 10px 0 10px;
	float: left;
	}
		
	#contleftbox1 h2
	{
	font: 12px arial;
	color: #498624;
	}
	
	#contleftbox1 h2 a{color: #498624;}
	


/* ------------- Right Column Box Style --------------- */

	#righttopbox
	{
	background: url(../images/downloadbox-bg.gif) no-repeat top left;
	height: 58px;
	font: 18px arial;
	color: #24211D;
	padding: 25px 0 0px 65px;
	}
	
	#righttopbox a{color: #24211D;}
	

	#displaybox
	{
	background: #E2F0CE url(../images/displaybox-btm-bg.gif) no-repeat bottom left;
	text-align: center;
	padding: 0 0 10px 0;
	height: 650px;
	}
	
	#disboximg
	{
	float: left;
	background: #00CC66;
	height: 634px;
	width: 255px;
	margin: 0 0 0 15px;
	}

	#body_whypage #disboximg.why{background: url(../images/displayimg-2.jpg) no-repeat top left;}
	#body_about #disboximg.about, 
	#body_services #disboximg.services,
	#body_contact #disboximg.contact,
	#body_home #disboximg.home
	{
	background: url(../images/displayimg-1.jpg) no-repeat top left; padding: 0 0 0 5px;
	}
	
	
	

/* ------------- Footer Style --------------- */

#footer-master
{
width: 930px;
margin: 15px 0 0 0;
padding: 0;
float: left;
}

	#footer-left
	{
	width: 670px;
	float: left;
	}
	
		#footer-left ul
		{
		list-style-type: none;
		margin: 5px 0 0 0px;
		padding: 0;

		}

		#footer-left ul li
		{
		float: left;
		margin: 0px 0;
		padding: 0 5px;
		font: bold 11px  "Arial Narrow";
		color: #666;
		line-height: 20px;
		text-transform: uppercase;
		}

		#footer-left ul li a,
		#footer-left a,
		#footer-right a
		{
		color: #666;
		}
	
	#footer-right
	{
	width: 255px;
	float: left;
	text-align: center;
	font: 11px arial;
	}





/* ------------- Form  Style --------------- */

table.hpform
{
font: 12px arial;
color: #666;
margin: 10px 0 0 0px;
}

table.hpform input,
table.hpform select
{
font: 12px arial;
color: #666;
margin: 2px 0 0 0;
background: #fff;
border: 1px solid #ccc;
}

table.hpform input.test {
background: #999999 url(../images/submit-black.jpg) no-repeat left top;
width:82px;
height:31px;
border:0;
}















	.gallery {
	}
	.gallery ul { list-style: none; margin: 0 0 30px 0; }
	.gallery ul li { display: inline; }
	.gallery ul img {
	border:0;

	}
	.gallery ul a:hover img {

		color: #fff;
	}
	.gallery ul a:hover { color: #fff; }


