html { /* forces scrollbars */
  overflow-y:scroll;
   overflow-x:auto;
   
	}
* { /* global settings for every element on the site */
	margin: 0;
	padding: 0;
	}

body 
{
	background:#362D26;
	font-size:12px;font-family:verdana, Arial, Helvetica, sans-serif;
	color:#DFD6C4;
	margin-top:30px;
	line-height:18px;

	
}
img
{
border-style:none
}

#bodycon
{
	
	position: relative;
	margin: 0 auto;
	width: 800px;

}


#container 
{
	
	position: relative;
	margin: 0 auto;
	width: 800px;
	background:#B4B5B8 url(../images/bg.jpg) repeat-y right;
	float:left;

}

/*==============================================================================

HEADER AREA

==============================================================================*/



#headerwrap {width:800px; height:40px;}

#topcontent {width:800px; margin:auto; padding-top:10px;color:#fff;font-size:10px;}

#topcontent .address
{
width:570px;float:left;text-align:center;
font-weight:bold;
font-family:tahoma,verdana;
font-size:11px;

}		
#topcontent .phno
{
width:230px;float:left;text-align:center;
font-weight:bold;
font-family:tahoma,verdana;
font-size:11px;
}						

#logo-bar
{
	margin: 0 auto;
	width: 765px;
	padding-left:14px;
}
#logo-bar h1 {position:relative;float:left; width:758px; height:64px; text-indent: -12999px;background:url(../images/logo-bar.png) no-repeat top center;text-align:center;}





/*==============================================================================

CONTENT AREA

==============================================================================*/


#contentwrap 
{

width:800px; 
background:url(../images/right-bg1.jpg) no-repeat top right;
background-position:top right;
float:left ;
position:relative;


}
#leftcontent,#leftcontent1
{
width:555px;
float:left ;
text-align:left;
font-size:12px;
padding-top:30px;
padding-right:10px;

}
#leftcontent
{
background:url(../images/left-bg1.jpg) no-repeat top left;
background-position:left 70px;
}

#leftcontent1
{
background:url(../images/left-bg-about.jpg) no-repeat left;
background-position:left 70px;
}
#leftcontent1 p
{

font-family:tahoma,verdana,arial;
font-size:13px;

}
.para
{
margin-top:10px;padding-right:15px;
font-family:tahoma,verdana,arial;
font-size:13px;
}
.innerpara
{
margin:10px 20px 0px 50px;
clear:left;
font-family:tahoma,verdana,arial;
font-size:13px;
}
.para2
{
margin-top:0px; padding-right:54px;
}
.border1
{
border:#000 3px solid;
}
.homeitalics{
margin-right:20px;
text-align:right;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic
}


/*=======================================================================
Right Content Area
=========================================================================*/

#rightcontent
{
width:220px;
float:left ;
text-align:left;
margin-left:0px;

}

/*==================================

Navigation

===================================*/


#navigation
{
width:200px;
float:left;padding-top:10px;
}


#navilist {
	list-style: none;
	margin: 0;
	padding-top: 180px;
}

#navilist li {

	position:relative;margin-top:4px;margin-bottom:4px;margin-left:0px; /* IE6 Render Hack */
	
}
#navilist li.right1 {

	position:relative;width:100%;height:20px;margin-top:0px;/* IE6 Render Hack */
	
}

#navilist li a {
	display: block;
	color: #BDB4A5;
	height: 100%;
	background:url(../images/bullet.gif) no-repeat left;
	padding-left:27px;
	vertical-align: middle;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
		letter-spacing:-1px;
}

#navilist li a:hover {
	background:url(../images/bullet-o.gif) no-repeat left;text-decoration:none;
	color:#000;
}

#navilist li .highlight {
	background:url(../images/bullet-o.gif) no-repeat left;text-decoration:none;
	color:#000;
}


/*==============================================================================

FOOTER AREA

==============================================================================*/

#footerwrap 
{
	background:#000;
	position: relative;
	margin: 0 auto;
	width: 800px;
	text-align:center;
	padding-top:10px;padding-bottom:10px;
	float:left
}

#footerwrap a
{
color:#D8CEBD;font-size:11px;text-decoration:none
}
#footerwrap a:hover
{
color:#D8CEBD;font-size:11px;text-decoration:underline
}




/*==============================================================================

CONTACT FORM

==============================================================================*/

/*#address
{
position: absolute; bottom: 40px; right: 10px; width: 200px;
text-align:center;line-height:18px;

}*/

#address
{
position: relative; float:left;width: 200px;padding-left:20px;padding-top:50px;
text-align:center;line-height:18px;

}
.white
{
color:#fff;
}

#contact-form 
{
		padding:0px;
		float:left;margin-left:0px;
		width:200px;
		list-style: none;margin-top:0px;
		text-align:left;
		

}
#contact-form ul li
{		
		list-style:none;
}

.contact-input
{
float:left;width:200px;padding-top:3px;
}


#contact-form ul li label 
{		
		color:#BDB4A5;padding-left:10px;

}

#contact-form input
{
		margin:0px 0 0px;
		padding:3px 5px 6px 5px;
		font: 12px/16px Arial, sans-serif;
		color:#000;
		border:none;
		outline:0;
		border-style:none;
		background-color:#DFD6C4;
		height:16px;		
		
}
	#contact-form input
	{
	margin-left:10px;
	}
#contact-form textarea 
{
		overflow:auto;
		height:73px;
		resize: none;		
		width:300px;
}
#contact-form li.contact-input input.subbut 
{
background:url(../images/send.png);
position:relative;
height:50px;width:171px;
border-style:none;
cursor:pointer;
color:#fff;font-weight:bold;

}


