/* colors 
light orange #feb04a
medium orange #d6592b
dark orange #bd2410
*/
body
{
	font: Arial, Helvetica, sans-serif 12px;
	color: #000000;
	background-color: #FFF;
}
a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #626938;
	text-decoration:none;
}
a:hover{
	text-decoration: none;
	color: #282b16;
}

*
{
border: 0;
margin: 0;
}

#main{
	margin: 0 auto;
	width: 800px;
}
#main-Sheet
{
	position: relative;
	z-index: 0;
	margin: 0;
	padding: 0;
	width: 800px;
	min-height: 200px;
	background: url('../images/bg_content.gif') repeat-y;  
}

#header{
	width: 800px;
	height: 205px;
}

#logo{
	padding: 0px;
	margin: 0;
	text-align: right;
	height: 80px;
	background: url('../images/logo_lidwala.png') no-repeat top left; 
}

/* ********* TOP MENU ******** */
#menu{
	width: 800px;
	height: 125px;
	margin: 0 auto;
	padding: 0px;
	background: url('../images/bg_mainmenu.gif') no-repeat; 
}
#menu ul {
    padding-left: 5px;
}
#menu li {
	display: inline;		
}
#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #e4e6b5;
	display: block;
	float: left;
	width: 190px;
	height: 73px;
	padding-top: 20px;
	margin-right: 0px;
}
#menu a span
{
  display: block;
  padding: 0px;
  margin: 0px;
  height: 73px;
  line-height: 73px;
  text-align: center;
  cursor: pointer;
  background-position: top;
  background-repeat: no-repeat;
}
#menu a span span {
	padding-top: 46px;
}
#menu a:hover {
	color: #FFFFFF;
}
#menu a span.icon1 {
  background-image: url('../images/menu_1.gif');
/*  background-image: url('../images/menu_1.png'); */
}
#menu a span.icon2 {
  background-image: url('../images/menu_2.gif');
}
#menu a span.icon3 {
  background-image: url('../images/menu_3.gif');
}
#menu a span.icon4 {
  background-image: url('../images/menu_4.gif');
}
#menu a span.icon1:hover {
	background-position: center -73px;
/*   background-image: url('../images/menu_over_1.png'); */
}
#menu a span.icon2:hover {
  background-position: center -73px;
}
#menu a span.icon3:hover {
  background-position: center -73px;
}
#menu a span.icon4:hover {
  background-position: center -73px;
}
/* ******** end TOP MENU *********** */

#content_bg{
	width: 800px;
	height: 200px;
	z-index: -1;
}

#content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 0px;
	margin: 0px;
}

h1{
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #bd2411;
	font-size: 18px;
	padding: 2px 0px;
}
h2{
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #bd2411;
	font-size: 14px;
	padding: 5px 0px;
}
img {
	margin: 5px;
	padding: 5px;
}
.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}
.hr {
	border-bottom: 1px solid #4e5c33;
	width: 96%;
	margin: 10px 0;
	padding: 10px 0;
}

/* ******** page content ********* */
.content_left {
	display: block;
	float: left;
	width: 190px;
	margin: 0px;
	padding: 10px 5px;
}
.content_center, .content_both {
	display: block;
	float: left;
	width: 440px;
	margin: 0px;
	padding: 10px 0px;
}
.content_both {
	width: 600px;
}
.content_right {
	display: block;
	float: right;
	width: 160px;
	margin: 0px;
	padding: 10px 0px;
}
/* ********** end page content ********* */

/* ******** SIDE MENU ********* */
.sidemenu {
	margin-left: 2px;
	width: 200px;
}
.sidemenu .menutop {
	margin-top: 0px;
	padding: 0;
	height: 10px;
	width: 170px;
	background: url('../images/sidemenu_top.png') no-repeat left top;
}
.sidemenu .menumiddle {
	background: url('../images/sidemenu_middle.png') repeat-y;
	padding-left: 2px;
}
.sidemenu .menubottom {
	margin: 0;
	padding: 0;
	height: 10px;
	width: 170px;
	background: url('../images/sidemenu_bottom.png') no-repeat left top;
}
.sidemenu ul {
	list-style: none;
	padding-left: 0px;	
}
.sidemenu ul li {
	border: 0px;
	margin-left: 5px;
	margin-bottom: 0px;
	padding: 2px 0;
}
.sidemenu ul li a {
	display: block;
	text-indent: 10px;
	line-height: 20px;	
	height: 20px;
	width: 155px;	
	color: #FFF;
	font-size: 11px;
	font-wight: bold;
	text-decoration: none;
	background-color: #bd2411;
}
.sidemenu ul li a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #900;
}
/* ******** end SIDE MENU ******** */

/* ******* LEFTBOX ********** */
.leftbox {
	margin: 15px 5px 5px 0;
	text-align: center;
	font-weight: bold;
}
.leftbox p {
	padding: 0;
	margin: 0;
}
/* ******** HOME BOX ********* */
.homebox {
	width: 440px;
	min-height: auto;
	background: url('../images/boxgrey_middle.gif') repeat-y;
	z-index: -5;
}
.homebox h2 {
	background: url('../images/boxgrey_top.gif') no-repeat left top;
	padding-left: 2px;
	font-size: 12px;
	margin-top: 10px;
	padding-top: 5px;
}
.homebox p {
	background: url('../images/boxgrey_bottom.gif') no-repeat left bottom;
	padding: 0 5px 10px 0;
	margin-bottom: 10px;
	min-height: 120px;
}
.homebox img {
	display: block;
	float: left;
	padding: 0 5px 5px 5px;
}
.homebox a {
	padding-left: 130px;
	color: #bd2410;
	text-decoration: none;	
}
.homebox a:hover {
	color: #900;
}

/* ******** end HOME BOX ******** */

/* ******** start SIDE BANNER ******* */
.sidebanner {
	text-align: center;
}

/* ************ start LIST ITEM *********** */
.list-item {
	margin: 0;
	padding: 0;
	width: 96%;
}
.list-item img {
	float: left;
	margin: 5px 10px 0 0;
	padding: 0;
	border: 1px solid #4e5c33;
} 
.list-item p.summary {
	float: left;
	width: 320px;
	text-align:justify;
}
.list-item a {
	text-decoration: none;
}
.list-item a:hover {
	text-decoration: none;
}
.list-item .title {
	display: block;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #bd2411;
	font-size: 14px;
	padding: 2px 0px;
}
.list-item .price {
	display: block;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #bd2411;
	font-size: 11px;
	padding: 4px 3px 0 0;
}
.list-item .date {
	float: left;
	margin-bottom: 5px;
	width: 330px;
	color: #666;
	font-size: 11px;
}
.list-item .content {
	margin-top: 10px;
	padding: 0;
	width: 100%;
}

/* ************ end sub *********** */

input, textarea {
	border: #464646 solid 1px;
	font: Arial, Helvetica, sans-serif 11px;
	color: #131313;
}
input.disabled
{
	color: #666;
}

.errornote {
	font-weight: bold;
	color: #900;
	text-align: left;
}

/* ********** begin Button ************ */
.button a, input.button, .abutton a {
	background-color: #dd7c03;
	border: 1px solid #131313;
	padding: 4px;
	margin: 10px 0 0 100px;
	color: #131313;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
	width: 80px;
	text-align: center;
	text-decoration: none;
	float: right;
}
.button a:hover, input.button:hover {
	background-color: #fe8d00;
}
.abutton a {
	width: 110px;
	color: #FFF;
	background-color: #060;
}
.abutton a:hover {
	background-color: #030;
}
/* ************** end Button ********** */

/* *********** FOOTER ********** */
#footer
{
	height: 75px;
	width: 800px;
	font-size: 10px;
	color: #e4e6b5;
	text-align: center;
	clear:both;	
	margin: 0;
	padding-top: 0px;
	background: url('../images/bg_footer.gif') no-repeat bottom;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#footer p.top {
	padding: 28px 0 5px 0;
}
#footer a{
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}
.footernote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b6b6b6;
	text-align: center; 
	padding: 5px 0;
	background-color: #FFF;
}
