@charset "UTF-8";
/* CSS Document */


body{
	text-align:center;
	margin:0px;
	font-family: verdana;
	}

#outer{
	width: 800px;
	margin-left: auto;
    margin-right: auto;
	}
	
	
/* ------------- simpleDropDownMenu.js starts --------------- */	
	
#dd {
	padding-top:82px;
	padding-left:25px;
}


*html #dd { padding-right:50px;}			/* IE 6 hack */

#dd li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  font: bold 11px verdana;
}

#dd li a.menu {
  display: block;
  text-align: center;
  background: #7e6d60;
  padding: 4px 12px;
  margin: 0 1px 0 0;
  color: #FFF;
  width: auto;
  text-decoration: none;
}

*html #dd li a.menu {padding: 4px 10px;}	/* IE 6 hack */

#dd li a.menu:hover {
  background: #7e6d60;
  color:#616a2e;
}

.submenu {
  background: #7e6d60;
  border: 1px solid #616a2e;
  visibility: hidden;
  position: absolute;
  z-index: 3;
}

.submenu a {
  display: block;
  font: bold 11px verdana;
  text-align: left;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #FFF;
  
}

.submenu a:hover {
  background: #616a2e;
  color: #FFF;
}

/* ------------- simpleDropDownMenu.js ends --------------- */	
	
/* ------------- Homepage starts --------------- */

.backimg{
	width:800px;
	height:615px;
	background-image:url(images/back.jpg);
	background-repeat:no-repeat;
	background-position:center top;	
	text-align: right;
	}

.backimg .nav{	
	color:#ffffff;
	font-size: 12px;
	padding-right:40px;
	padding-top:800px;
	height:30px;
	background-image:url(images/backnav.gif);
	background-repeat:no-repeat;
	background-position:right;
	}
	
.backimg .nav a{
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	margin-left:8px;
	margin-right:8px;
	}

.backimg .nav a:visited{color:#ffffff; text-decoration:none}
.backimg .nav a:hover{color:#616a2e; text-decoration:none;}
	
.backimg .maintext{
	font-size:12px;
	margin-top:10px;
	padding-right:20px;
	padding-left:200px;
	}

/* ------------- Homepage ends --------------- */

/* ------------- inside pages starts --------------- */



.mainnav{
	width:800px;
	height:150px;
	background-image:url(images/mainnav.gif);
	background-repeat:no-repeat;
	background-position:center top;	
	text-align:left;
	}	
	
html>body .mainnav2 { *padding-right:150px;}		/* IE 7 hack */
	
.mainnav2{
	text-align:left;
	}

.mainpage{
	margin-top:10px;
	width:800px;
	height:auto;
	font-size: 11px;
	text-align:left;
	
	}
	
	
	
.mainpageleft{
	width:580px;
	float:left;
	background-image:url(images/backbordertop.gif);
	background-repeat:no-repeat;
	background-position:center top;
	}
	
.mainpageleft3{
	width:580px;
	float:left;
	}
	
.mainpageright{
	width:180px;
	margin-left:600px;
	/*height:500px;
	background-image:url(images/leftimage.jpg);
	background-repeat:no-repeat;
	background-position:center top;	*/
	}
	
	

.mainpageleft1{
	height:20px;
	background-image:url(images/backbordertop.gif);
	background-repeat:no-repeat;
	background-position:center top;
	}
	

.mainpageleft2{
	font-size: 11px;
	text-align:left;
	padding: 0px 25px 0px 25px;
	background-image:url(images/backborder.gif);
	background-repeat:repeat-y;
	background-position:center middle;
	margin-top:20px;
	}
	
.mainpageleft .spacer{
	background-image:url(images/backborderbottom.gif);
	background-repeat:no-repeat;
	background-position:center middle;
	height:20px;
	margin-bottom:10px;
	
	}
	
.mainpage h1{
	font-size:15px;
	color:#616a2e;
	margin-bottom:2px;
	}

.mainpage h2{
	font-size:11px;
	color:#7e6d60;
	margin-bottom:0px;
	margin-top:1px;
	}	

.mainpageleft2 .inlinehead{
	font-size:12px;
	color:#7e6d60;
	font-weight:bold;
	}
	
	
/*  Testimonials layout  starts */

.mainpagelefttesti{
	width:500px;
	background-image:url(images/backbordertop2.gif);
	background-repeat:no-repeat;
	background-position:center top;
	height:20px;

	}
	

.mainpagelefttesti2{
	font-size: 11px;
	text-align:left;
	padding: 0px 25px 0px 25px;
	background-image:url(images/backborder2.gif);
	background-repeat:repeat-y;
	background-position:center bottom;
	margin-top:0px;
	}

.mainpagelefttesti2 h1{
	font-size:15px;
	color:#fff;
	margin-bottom:2px;
	}
	
.mainpagelefttesti2 .testimonials{
	font-size:11px;
	color:#fff;
	font-style:italic;
	}
	
.mainpagelefttesti .spacer{
	background-image:url(images/backborderbottom2.gif);
	background-repeat:no-repeat;
	background-position:center top;
	height:20px;
	margin-bottom:10px;
	
	}
	
/*  Testimonials layout  ends */
	
	
.mainpageleft2 a{color:#7e6d60; font-weight:bold; text-decoration:none;}
.mainpageleft2 a:hover{color:#000}
	
	
/* ------------- inside pages ends --------------- */


/* ------------- footer --------------- */
.footer{
	font-size: 10px;
	color:#ffffff;
	width:800px;
	height:50px;
	text-align:center;
	vertical-align:middle;
	background-image:url(images/footback.gif);
	background-repeat:no-repeat;
	background-position:center top;	
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom:15px;
	clear:both;
	}

.footer a{color:#ffffff; text-decoration:none}
.footer a:visited{color:#ffffff; text-decoration:none}
.footer a:hover{color:#616a2e; text-decoration:underline;}