* {
	margin: 0;
	padding: 0;
}
body {
   text-align: left;
	font-size: 62.5%;
	background: #47281a;
	color: #47281a;
	font-family: Georgia, Times, serif;
}
html>body {
   font-size: 10px;
} 
a {
	color: #47281A;
}
a:hover {
	text-decoration: none;
	color: #907c5d;
}
img {
	border: 0;
}
ul {
	list-style-type: none;
}
h1 a {
   width: 130px;
   height: 30px;
	background: url(images/top_logo.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	float: left;
	overflow: hidden;
}
h2 {
   height: 30px;
	padding-left: 40px;
	display: block;
	background: url(images/h2_img.gif) no-repeat;
	font-size: 18px;
	font-family: Helvetica, Arial, San-serif;
	letter-spacing: -1px;
	padding-top: 8px;
	margin-bottom: 0.8em;
	margin-top: 1.5em;
}
h2 a:hover {
	color: #47281A;
	cursor: default;
}
h3 {
	font-size: 1.15em;
	margin-bottom: 1em;
	margin-top: 2em;
}
p {
	margin-bottom: 1em;
	line-height: 1.6em;
}
span.tagline {
	font-style: italic;
	font-size: 12px;
}
div.clear {
    clear: both;
}
div.hidden {
    display: none;
}
div#wrapper {
   width: 900px;
	font-size: 1.3em;
	background: #fff6cb;
	padding: 30px;
	margin: 15px auto;
}

/* Head Section Start */
div#header {
	height: 50px;
	margin-bottom: 10px;
	position: relative;
}
div#header div.divideline {
	width: 972px;
	height: 8px;
	background: url(images/divider.gif);
	position: absolute;
	bottom: -5px;
	left: -36px;
}
ul#mainnav {
	float: right;
	margin-top: 13px;
}
ul#mainnav li {
	display: inline;
}
ul#mainnav li a {
   display: block;
	height: 14px;
	float: left;
	text-indent: -9999em;
	margin-left: 3px;
}
ul#mainnav li#services a {
   width: 76px;
	background: url(images/services_btn.gif) no-repeat;
}

ul#mainnav li#about a {
   width: 61px;
	background: url(images/about_btn.gif) no-repeat;
}
ul#mainnav li#portfolio a {
   width: 86px;
	background: url(images/portfolio_btn.gif) no-repeat;
}
ul#mainnav li#contact a {
   width: 74px;
	background: url(images/contact_btn.gif) no-repeat;
}
ul#mainnav li#blog a {
   width: 50px;
	background: url(images/blog_btn.gif) no-repeat;
}
ul#mainnav li#services a:hover, #servicespage ul#mainnav li#services a, ul#mainnav li#about a:hover, #aboutpage ul#mainnav li#about a, ul#mainnav li#portfolio a:hover, #portfoliopage ul#mainnav li#portfolio a, ul#mainnav li#contact a:hover, #contactpage ul#mainnav li#contact a, ul#mainnav li#blog a:hover, #blogpage ul#mainnav li#blog a {
	background-position: bottom;
}
/* Head Section End */

/* Content Section Start */
div#content {
	width: 580px;
	float: left;
}
div#content ul, div#content ol {
	margin-left: 2em;
	margin-bottom: 1em;
	list-style-type: disc;
}
div#content ol {
	list-style-type: decimal;
}
div#content ul li, div#content ol li {
	margin-bottom: 0.3em;
	line-height: 1.6em;
}
body#tandcpage div#content ol li {
	margin-bottom: 1em;
}
div#content ul li h3 {
	margin-bottom: 1em;
	display: block;
}
div#content div.moreinfo {
	display: block;
	padding: 15px;
	padding-left: 25px;
	background: #f4eabd url(images/kaizenet_icon.gif) no-repeat 97% 50%;
}
div#content div.moreinfo a {
	color: #47281A;
	text-decoration: none;
}
div#content div.moreinfo a:hover {
	color: #907C5D;
}
div#sliderbox {
	position: relative;
	padding: 20px 26px;
	background: #F4EABD;
}
#prevBtn, #nextBtn { 
	display:block;
	width:33px;
	height: 33px;
	position:absolute;
	left: -17px;
	top: 80px;
}
#nextBtn { 
	left: 565px;
}
#prevBtn a, #nextBtn a {  
	display: block;
	width: 33px;
	height: 33px;
	text-indent: -9999em;
	background:url(images/scroll_left_btn.gif) no-repeat;	
	overflow: hidden;
}	
#nextBtn a { 
	background: url(images/scroll_right_btn.gif) no-repeat;	
}
#prevBtn a:hover, #nextBtn a:hover {
	background-position: bottom;
} 
div#workslide ul, div#workslide ul li, body#portfoliopage div#content ul li {
	padding: 0;
	margin: 0;
	overflow: hidden;
	list-style-type: none;
}   
div#workslide ul li, body#portfoliopage div#content ul li  {
	width: 550px;
	height: 162px;
}
body#portfoliopage div#content ul {
	margin: 0;
}
body#portfoliopage div#content ul li {
	padding: 20px 26px;
	padding-right: 4px;
	margin-bottom: 5px;
	background: #F4EABD;
}

div#workslide ul li a img, body#portfoliopage div#content ul li a img {
	border: 1px solid #907c5d;
	margin-right: 15px;
	float: left;
}
div#workslide ul li a:hover img, body#portfoliopage div#content ul li a:hover img {
   border: 1px solid #cec19d;
}

div#workslide ul li span, body#portfoliopage div#content ul li span {
	width: 260px;
	display: block;
	float: left;
	font-size: 0.85em;
	line-height: 1.6em;
}
div#workslide ul li span strong, body#portfoliopage div#content ul li span strong {
	font-size: 1.1em;
}
div#workslide ul li span a, body#portfoliopage div#content ul li span a {
	text-decoration: none;
}
div#form1, div#form2 {
	float: left;
	width: 280px;
}
div#form1 {
	margin-right: 20px;
}
p.testimonial {
	padding: 20px;
	border: 1px dashed #A38F71;
	font-style: italic;
}
p.testimonial strong {
	display: block;
	margin-top: 1em;
	text-align: right;
	line-height: 1.4em;
	font-style: normal;
	font-size: 0.9em;
}
body#sitemappage ul#sitelinks li a {
	text-decoration: none;
}
body#sitemappage ul#sitelinks li ul {
	margin-top: 0.5em;
}
/* Content Section End */

/* Side Section End */
div#sidebar {
   width: 280px;
	float: right;
	color: #907c5d;
	margin-top: 2.5em;
}
div#testimonial, div#blogarticles {
	padding: 20px;
	background: #f8eebf;
	border: 5px solid #f4eabd;
	margin-bottom: 15px;
}
div#testimonial h3, div#blogarticles h3 {
	margin: 0 auto;
	text-indent: -9999em;
	height: 11px;
	display: block;
	margin-bottom: 15px;
}
div#testimonial h3 {
	width: 194px;
	background: url(images/latest_client_testimonial.gif) no-repeat;
}
div#blogarticles h3 {
	width: 199px;
	background: url(images/latest_articles_from_blog.gif) no-repeat;
}
div#testimonial p {
	font-size: 11px;
	font-style: italic;
	margin-bottom: 0;
}
div#testimonial p strong {
	line-height: 1.4em;
	font-style: normal;
	margin-top: 1em;
	display: block;
	text-align: right;
}
div#blogarticles ul li a {
	display: block;
	text-decoration: none;
	font-size: 11px;
	line-height: 1.6em;
	padding: 6px;
	padding-left: 15px;
	color: #907c5d;
	font-weight: bold;
}
div#blogarticles ul li a:hover {
	color: #47281A;
}

div#footer {
	margin-top: 50px;
	position: relative;
	padding: 20px 0px;
	font-family: Helvetica, Arial, San-serif;
	font-size: 0.9em;
	background: url(images/bottom_logo.gif) no-repeat 100% 85%;
}
div.divideline1, div.divideline2 {
	width: 972px;
	height: 8px;
	background: url(images/divider.gif);
	position: absolute;
	bottom: 0px;
	left: -36px;
}
div#footer div.divideline2 {
	top: 0px;
}
div#footer ul {
	position: absolute;
	top: 22px;
	right: 0px;
}
div#footer ul li {
	display: inline;
}
div#footer ul li a {
   margin-left: 10px;
	font-size: 11px;
}
div#footer p#copyright {
   position: absolute;
	bottom: -30px;
	left: 0px;
	color: #a38f71;
	font-size: 10px;
}
div#footer a {
   color: #a38f71;
	text-decoration: none;
}
div#footer a:hover {
	color: #47281A;
}


/* ie 7 and below hack start here */
*:first-child+html iframe {
  
}

/* ie 7 and below hack end here */

/* ie 6 and below hack start here */
*html {
	
}

/* ie 6 and below hack end here */
