/* General style  */

body{
	color: #000000;
	background-color: #7A4E20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
}
html
    {
      overflow-y:scroll;
    }
body, div, ul, img, p, h1, h2, h3, h4, form, input{
	margin:0;
	padding:0;
}
a{
	outline:none;
}
ul{
	list-style-type:none;
}
.spacer{
	clear:both;
	font-size:0;
	line-height:0;
}
#wrapper{
	background: url(../images/top-body-bg.gif) 0 0 repeat-x;
	height: 100%;
	overflow: hidden;
}
#container{
	width:970px;
	margin:0 auto;
}

/* Top header style */
#topHeader{
	height:105px;
}
#topHeader img.logo{
	float:left;
	width:auto;
	display:block;
}
#topHeader ul{
	float: right;
	width: auto;
	font-size: 14px;
	margin: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#topHeader ul li{
	float:left;
	width:auto;
	background:url(../images/nav-divider.gif) 100% 3px no-repeat;
	padding:0 10px;
}
#topHeader ul li.noDivider{
	background:none;
}
#topHeader ul li a{
	display: block;
	float: left;
	width: 94px;
	height: 71px;
	text-align: center;
	color: #600;
	background-color: inherit;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#topHeader ul li a:hover, #topHeader ul li a.active{
	background:url(../images/nav-hover.png) 50% 0 no-repeat;
}

/* Header panel style */

#header{
	margin:25px 0 0 0;
}
.topShadow{
	background:url(../images/panel-bg-top.png) 0 0 no-repeat;
	height:18px;
	font-size:0;
	line-height:0;
}
.bottomShadow{
	background:url(../images/panel-bg-bottom.png) 0 0 no-repeat;
	height:18px;
	font-size:0;
	line-height:0;	
}
.middleShadow{
	background: url(../images/panel-bg.png) 0 0 repeat-y;
	height: 100%;
	overflow: hidden;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#header div.HeaderBaner{
	position:relative;
	background:url(../images/header-bg-glow.gif) 0 0 no-repeat;
	height:268px;
}
.HeaderBaner img.arrowLeft{
	position:absolute;
	top:50%;
	left:15px;
	border:0;	
}
.HeaderBaner img.arrowRight{
	position:absolute;
	top:50%;
	right:15px;
	border:0;	
}
#header div.sliderBg{
	width:887px;
	height:269px;
	margin:0 auto;
	background:url(../images/header-bg.gif) 0 0 no-repeat;
}
.sliderBg ul{
	padding:0 45px 0 33px
}
.sliderBg ul li{
	width:809px;
	height:269px;
}
.sliderBg ul li div{
	float: left;
	margin-top: 0;
	margin-right: 72px;
	margin-bottom: 0;
	margin-left: 0;
	width: 450px;
}
.sliderBg ul li.slider1 h2{
	font-weight:bold;
	font-size:30px;
	line-height:32px;
	color:#000;
	background-color:inherit;
	padding:32px 0 12px 30px; 
}
.sliderBg ul li.slider1 p.text1{
	font-size:18px;
	line-height:24px;
	color:#000;
	background-color:inherit;
	padding:0 0 10px 30px;
}
.sliderBg ul li.slider1 p.text2{
	font-size:14px;
	line-height:20px;
	color:#000;
	background-color:inherit;
	padding:0 0 20px 30px;
}
.sliderBg ul li a{
	float:left;
	display:block;
	width:156px;
	font-size:16px;
	line-height:37px;
	color:#fff;
	background-color:inherit;
	background:url(../images/more-bg.gif) 0 0 no-repeat;
	text-decoration:none;
	text-align:center;
	margin:0 0 0 30px;
}
.sliderBg ul li a:hover{
	color:#000;
	background-color:inherit;
}
.sliderBg ul li a span{
	background:url(../images/more-arrow.gif) 100% 4px no-repeat;
	padding:0 17px 0 0;
}
.sliderBg ul li p.img{
	float:left;
	margin:35px 0 0 25px;
	width:269px;
}
#header div.latestWorkPanel{
	padding:0 40px;
	margin:10px 0;
	background:url(../images/shadow-divider.gif) 0 0 no-repeat;
	height:100%;
	overflow:hidden;
}
.latestWorkPanel h2{
	float:left;
	width:auto;
	font-size:24px;
	line-height:26px;
	color:#000;
	background-color:inherit;
	padding:14px 0 16px 0;
}
.latestWorkPanel h2 span{
	color:#7A4E20;
	background-color:inherit;
}
.latestWorkPanel a{
	float:right;
	display:block;
	width:112px;
	height:24px;
	background:url(../images/view-all.gif) 0 0 no-repeat;
	font-size:14px;
	line-height:24px;
	color:#7A4E20;
	background-color:inherit;
	text-align:center;
	text-decoration:none;
	margin:20px 0 0 0;
}
.latestWorkPanel a span{
	background:url(../images/view-arrow.gif) 0 5px no-repeat;
	padding:0 0 0 15px;
}
.latestWorkPanel a span:hover{
	color:#000;
	background-color:inherit;
}
.latestWorkPanel ul{
	padding:0 0 10px 0;
}
.latestWorkPanel ul li{
	margin:0 16px;
	float:left;
	width:auto;
}
.latestWorkPanel ul li.work1{
	margin:0 16px 0 0 !important;
}
.latestWorkPanel ul li.work2{
	margin:0 0 0 16px !important;
}
.latestWorkPanel ul li img{
	padding:2px;
	border:solid 1px #E6E6E6;
}
.latestWorkPanel ul li img a{
	border:0;
}

/* Body panel style */
#bodyPanel{
	margin:2px 0 0 0;	
}
#bodyPanel div.innerPad{
	padding:0 10px 10px 40px !important;
}
#bodyPanel div.leftPan{
	float: left;
	width: 250px;
	background: url(../images/left-pan-divider.gif) 100% 30px no-repeat;
	margin: 0 35px 0 0;
	padding: 0 30px 0 0;
	position: relative;
}
#bodyPanel h2.title{
	font-size:24px;
	line-height:26px;
	color:#000;
	background-color:inherit;
	padding:14px 0 7px 0;
	margin:0 0 18px 0;
	border-bottom:solid 1px #EFE9E4;
}
#bodyPanel h2.title span{
	color:#7A4E20;
	background-color:inherit;
}
.leftPan p{
	font-size:14px;
	line-height:18px;
	color:#3A3A3A;
	background-color:inherit;
	padding:0 0 24px 0;
}
.leftPan p.date{
	font-size:14px;
	line-height:16px;
	color:#3A3A3A;
	background-color:inherit;
	padding:0 0 6px 0 !important;
}
.leftPan p.extPad{
	padding:15px 0 6px 0 !important;
}
.leftPan p a{
	font-weight:bold;
	display:block;
	color:#7A4E20;
	background-color:inherit;
	padding:0 0 4px 0;
}
.leftPan p a:hover{
	text-decoration:none;
}
a.readmore{
	display:block;
	width:122px;
	height:31px;
	background:url(../images/read-more-bg.gif) 0 0 no-repeat;
	font-size:15px;
	line-height:31px;
	color:#fff;
	background-color:inherit;
	text-decoration:none;
	text-align:center;
}
a.readmore span{
	background:url(../images/read-more-arrow.gif) 0 3px no-repeat;
	padding:0 0 0 14px;
}
a.readmore:hover{
	color:#000;
	background-color:inherit;
}

/* Right panel style */

#bodyPanel div.rightPan{
	float:left;
	width:575px;
	padding:0 30px 0 0;
}
.rightPan p{
	padding:0 0 24px 0;
}


/* Footer panel style */
#footer{
	margin:20px 0 0 0;
	padding:30px 0 0 0;
	background:url(../images/footer-bg.gif) 0 0 repeat-x #7A4E20;
	color:#BCA389;
	height:95px;
}
#footer ul{
	font-size:13px;
	line-height:16px;
	width:600px;
	margin:0 auto;
}
#footer ul li{
	float:left;
	width:auto;
	background:url(../images/footer-nav-divider.gif) 100% 2px no-repeat;
	padding:0 16px;
}
#footer ul li.nobg{
	background:none;
}
#footer ul li a{
	color:#fff;
	background-color:inherit;
	text-decoration:none;
}
#footer ul li a:hover{
	color:#000;
	background-color:inherit;
}
#footer p{
	clear:both;
	font-size:12px;
	line-height:14px;
	padding:10px 0 0 0;
	text-align:center;
}
#footer p a{color:#BCA389; text-decoration:none}
/* ### CSS Styles for inner pages ### */

#outer-wrapper{
	background: url(../images/bg.gif) 0 0 repeat;
	top: 0px;
}

/* --- About Page ---- */
div.header{
  height:0px;
  visibility: hidden;
}

h2.sidebarLinks{
  font-size:15px;
  line-height:27px;
  color:#000;
  background-color:inherit;
  padding:14px 0 7px 0;
  margin:0 0 18px 0;
  border-bottom:solid 1px #EFE9E4;
}

h2.sidebarLinks span{
  color:#7A4E20;
  background-color:inherit;
}

#bodyPanel div#leftPan{
  width: 175px;
  margin:0;
  padding:0;
  background: none;
}
#bodyPanel div#leftPan ul{
  float: left;
  font-size: 21px;
}
#bodyPanel div#leftPan ul li{
  list-style: none;
  margin-bottom: 7px;
}
#bodyPanel div#leftPan ul li:hover{
  list-style-image: url(../images/arrow.png);
}

#bodyPanel div#leftPan ul li a{
  font-size: 14px;
  color: #7A4E20;
  padding: 4px 9px;
  text-decoration: none;
}
#bodyPanel div#leftPan ul li a:hover{
  font-size: 14px;
  color: #7A4E20;
  padding: 4px 9px;
  background: #EEEEEE;
}

/* --- Right Panel for all pages --- */

#bodyPanel div#rightPan{
  float: left;
  width: 675px;
  margin:0;
  padding:0;
  background:  url(../images/header-bg-glow.gif) left top;
}
#bodyPanel div#rightPan ul{
	margin-bottom: 10px;
	text-align: justify;
}
#bodyPanel div#rightPan ul li{
	clear: both;
	margin-left: 30px;
	margin-bottom: 35px;
	padding-left: 20px;
	padding-bottom: 10px;
	text-align: left;
}
#bodyPanel div#rightPan ul li a{
  color: #7A4E20;
}
#bodyPanel div#rightPan ul li a:hover{
  text-decoration: none;
}

/* --- blog page --- */

#bodyPanel div#rightPan ul li img{
  float: left;
  padding: 0 20px 0 5px;
}
#bodyPanel div#rightPan ul li h2.blogtitle{
	font-weight: 600;
	font-size: 18px;
	word-spacing: 2px;
	color: #993300;
}
#bodyPanel div#rightPan ul li h2 span.blogtitle{
  font-size: 12px;
  color: #000;
}
#bodyPanel div#rightPan ul li p{
	font-size: 14px;
	line-height: 1.6em;
	color: #000;
	float: none;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
}

/* --Portfolio Page-- */

#bodyPanel portfolio div.rightPan ul#portfolio{
  width: 725px;
  float: left;
}
#bodyPanel portfolio div.rightPan ul#portfolio li p{
  width: 220px;
}
#bodyPanel ul#portfolio li img{
  float: left;
}


/* contact Us page */
#bodyPanel div.contact{
  float: left;
  width: 350px;
  padding-left: 25px;
}
#bodyPanel div.contact ul{
  margin-bottom: 25px;
}


#bodyPanel div.googlemap{
  float: right;
  width: 525px;
}
#bodyPanel div.googlemap ul.map{
  float: left;
  padding-left: 30px;
}

/* Services Page */
#bodyPanel div#rightPan div{
  width: 650px;
  margin-left: 50px;
  font-size: 12px;
}
a.more{
  color: #7A4E20;
}
a.more:hover{
  text-decoration: none;
}


/* footer content */
#footer{
  position: relative;
  clear: both;
  background: #7A4E20;
}

/* Privacy Links */
#bodyPanel #privacy ul{
  padding: 1em;
  font-size: 100%;
}
#bodyPanel #privacy ul li{
  float: left;
  list-style: none;
  padding-bottom:20px;
}
#bodyPanel #privacy ul li h2{
  color: #7A4E20;
}
#bodyPanel #privacy ul li p{
  color: #9c9c9c;
  font-size: 85%;
}


/* Easy Slider */

	#slider{width:887px; margin:0px; padding:0 30px 0 0; float:left}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		float:left;
		width:867px;
		}
	#slider li{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
	width: 847px;
	outline: 0px;
	border: 0px;
	list-style: none;

		}	
	
	#prevBtn, #nextBtn{ 
		display:block;
		width:13px;
		height:23px;
		position:absolute;
		left:-30px;
		top:130px;
		}	
	#nextBtn{ 
		left:640px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:13px;
		height:23px;
		position:absolute;
		z-index:200;
		left:40px;
		text-indent:-9999px;
		background:url(../images/arroe-left.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(../images/arroe-right.gif) no-repeat 0 0;
		left:280px;
		}

/* // Easy Slider */

#content{width:887px; float:left; margin:0px; padding:0px;}
.highlight {
	font-size: x-large;
	color: #900;
}
