*, html {
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #222222;
	font-family: "Georgia", "Times New Roman", "Arial";
	font-size: 14px;
}

/* HOMEPAGE */

div#header {
	width: 100%;
	height: 486px;
	background: #181818 url('../images/wood-bg.gif') no-repeat center 50%;
	text-align: center;
}

div#top {
	width: 960px;
	height: 94px;
	margin: 0 auto;
	text-align: left;
}

img.logo {
	float: left;
	margin-top: 45px;
	margin-left: -10px;
	position: absolute;
}

img {
	border-style: none !important;
}

div#middle {
	width: 990px;
	height: 392px;
	margin: 0 auto;
	text-align: left;
}

div#middle div#m-left {
	float: left;
	width: 460px;
	position: relative;
	margin-left: 15px;
	margin-top: 25px;
}

div#slogan {
	color:#b7ad70;
	font-size: 16px;
	line-height: 26px;
}

div#slogan h1 {
	margin-top: 35px;
	color: #b74e19;
	font-size: 32px;
}

div#slogan p {
	margin-top: 10px;
	}

div#featured {
	width: 492px;
	height: 363px;
	background: url('../images/bg-featured.png') no-repeat;
	float: right;
	margin-top: 17px;
	border-style: none;
	position: relative;
}

div.slideshow img a{
	border-style: none !important;
}


div.slideshow {
	margin: 41px 0px 0px 35px;
	position: relative;
	z-index: 2;
	
}

div#content {	
	background: url('../images/background.png');
	width: 100%;
	color: #574e48;
	text-align: center;
	line-height: 26px;
	padding-bottom: 15px;
}

div#content div.inner {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding-top: 10px;
}

div#content div.inner p {
	padding-bottom: 10px;
}


div#content strong {
	color: #2c2927;
}

div.panel {
	width: 290px;
	float: left;
	margin-right: 40px;
}

div.panel-extended {
	width: 600px;
	float: left;
	margin-right: 40px;
	}

div.plast {
	margin-right: 0px;
}

.testimonials {
	width: 250px !important;
	font-size: 13px;
	}


.entry {
	width: 250px !important;
	}

	
div.line {
	font-size: 0px;
	width: 289px;
	height: 8px;
	background: url('../images/line-short.png') no-repeat top left;
}

div.line-medium{
	font-size: 0px;
	width: 635px;
	height: 8px;
	background: url('../images/line-medium.png') no-repeat top left;
}

div.line-wide{
	font-size: 0px;
	width: 960px;
	height: 8px;
	background: url('../images/line-wide.png') no-repeat top left;
}

div.line-p {
	margin-bottom: 20px;
}

span.t-author {
	display: block;
	text-align: right;
	margin-top: 0px;
}

div#buttons {
	width: 100%;
	margin-top: 20px;
	display: inline;
	float: left;
}

div#buttons span {
	display: inline;
	float: left;
	line-height: 36px;
	font-size: 16px;
	color: #000;
	text-align: center;
	width: 40px;
}

div#clients {
	margin-top: 35px;
}

div#footer {
	background: #222222 url('../images/bg-footer.png') repeat-x center top;
	width: 100%;
	text-align: center;
	font-size: 11px;
	color: #464646;
	margin-top: -16px;
}

div#footer div.inner {
	margin: 0 auto;
	width: 960px;
	padding: 65px 0px 50px 0px; 
	height: 100%;
}

div#footer div.left {
	float: left;
}

div#footer div.right {
	float: right;
}

div#footer ul {
	list-style-type: none;
}

div#footer ul li {
	display: inline;
	margin-left: 5px;
	border-right: 1px dotted;
	padding-right: 10px;
	color: #464646;
}

div#footer a{
	color: #464646;
}

div#footer ul li a{
	color: #464646;
}



/* SUBPAGE */

div#header-sub {
	width: 100%;
	height: 210px;
	background: url('../images/wood-bg.gif') repeat-x center 50%;
	text-align: center;
	margin-bottom: 9px;
}

div#middle-sub {
	width: 100%;
	height: 125px;
	background: url('../images/middle-sub.png') repeat-x right bottom;
}

div#middle-sub-home {
	width: 100%;
	height: 125px;
	margin-top: -82px;
	background: url('../images/middle-sub.png') repeat-x right top;
}


div#sidebar {
	width: 310px;
	background: url('../images/sidebar-bg.png') repeat-y right top;
	float: left;
}

div#sidebar-top {
	width: 310px;
	background: url('../images/sidebar-bg-top.png') no-repeat right top;
}

div#sidebar-bottom {
	width: 310px;
	background: url('../images/sidebar-bg-bottom.png') no-repeat right bottom;
}

div#sidebar div.sidebar-inner {
	width: 235px;
}

ul.subnav {
	list-style-type: none;
	margin: 22px 0px 30px 0px;
	padding: 1px 0px 0px 0px;
	width: 245px;
	background: url('../images/sidebar-nav.png') repeat-x left top;
}

ul.subnav li {
	height: 41px;
	display: block;
}

ul.subnav li a {
	display: block;
	width: 235px;
	height: 41px;
	background: url('../images/sidebar-nav.png') repeat-x left bottom;
	font-size: 14px;
	line-height: 40px;
	text-decoration: none;
	color: #394742;
	padding-left: 15px;
}

ul.subnav li.current a {
	background: url('../images/sidebar-nav-highlighted.png') repeat-x left bottom;
	color: #000;
}


ul.subnav li > a:hover {
	background: url('../images/sidebar-nav-highlighted.png') repeat-x left bottom;
	color: #000;
}

div.sidebar-blogpost {
	padding-bottom: 20px;
	font-size: 12px;
}

div.blogpost p {
	margin-bottom: 50px;
}

div.sidebar-blogpost p.details {
	font-size: 11px;
	position: relative;
	top: -6px;
}

div.sidebar-blogpost h4 {
	margin-bottom: 0px;
	font-size: 14px;
}

div#main {
	width: 635px;
	float: right;
	position: relative;
}

div#main p {
	margin-bottom: 16px;
}

div.wide p {
	margin-bottom: 16px;
}

div#sidebar p {
	margin-bottom: 0px;
}

div#content div.box {
	width: 290px;
	float: left;
	margin: 0px 45px 45zpx 0px;
}

div#content div.bright {
	margin: 0px 0px 45px 0px;
}

div.blogpost {
	margin-bottom: 10px;
	background: url('../images/line-medium.png') no-repeat center bottom;
	padding-bottom: 45px;
}

div.noborder {
	background: none;
	padding-bottom: 0px;
}

div.blogpost h2{
	margin-bottom: 2px;
}

div.blogpost img {
	padding: 6px;
	background: #fff;
	border: 1px solid #e0dece;
	float: right;
	margin: 10px 0px 10px 10px;
}

div.comment {
	margin: 25px 0px;
}

span.name {
	font-weight: bold;
}

span.details {
	font-size: 12px;
	position: relative;
	top: -3px;
}

div.pagination {
	text-align: right;
	font-size: 16px;
}

div.pagination a {
	padding: 0px 5px;
	text-decoration: none;
}

div.pagination a.current {
	color: #000;
	text-decoration: underline;
}

div.pagination a:hover {
	text-decoration: underline;
}

/* CONTACT FORM */

#form {
clear:both;
outline:none;
}

#form p {
height:21px;
background:url(../images/form-bg.png) no-repeat top left;
padding-top:5px;
padding-left:15px;
margin-bottom: 10px !important;
padding-bottom: 10px;
}

#form p:hover {
height:21px;
background:url(../images/form-bg.png) no-repeat bottom left;
padding-top:5px;
padding-left:15px;
}

#form p.extended {
height:118px;
background:url(../images/form-textarea-bg.png) no-repeat top left !important;
padding-top:10px;
padding-left:15px;
}

#form p.extended:hover {
height:118px;
background:url(../images/form-textarea-bg.png) no-repeat bottom left !important;
padding-top:10px;
padding-left:15px;
}

#form label {
font-weight:700;
float:left;
width:140px;
}

#form label.search {
float:left;
width:50px;
}

#form input {
color: #5a584d;
border-left:1px dotted #695c59;
border-top:none !important;
border-bottom:none !important;
border-right:none !important;
background:none !important;
width:380px;
margin-top:0;
padding-left:15px;
outline:none;
}

#form textarea {
color: #5a584d;
border-left:1px dotted #695c59;
border-top:none !important;
border-bottom:none !important;
border-right:none !important;
background:none !important;
width:380px;
height:110px;
padding-left:15px;
font-family:"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial;
overflow:auto;
outline:none;
}

img.loaderIcon {
	position: absolute;
	left: 450px;
	top: 20px;
}

/* NAVIGATION */

div#navigation {
	float: right;
	position: relative;
	top: 63px;
	z-index: 3;
}

#nav, #nav ul{
     margin: 0px;
     padding: 0px;
     list-style-type: none;
     list-style-position: outside;
     position: relative;
	 line-height: 30px;
	 margin-left: 0px;
	 z-index: 2;
 }
 
#nav a:link, #nav a:active, #nav a:visited{
    display: block;
    color: #c7dad5;
    text-decoration: none;
	font-size: 18px;
 }


#nav li.current a {
	color: #fff;
}

#nav li.current ul a{
    color: #c7dad5;
}

#nav a:hover{
   color: #fff;
}

#nav li.current ul a:hover{
    color: #fff;
}

#nav li{
    float:left;
    position:relative;
	margin-left: 25px;
}

#nav ul {
    position:absolute;
    width:12em;
    top:30px;
    display:none;
	margin-left: 0px;
}

#nav ul li{
	margin-left: 0px;
	position: relative;
	z-index: 5;
}

#nav li ul a{
    width:12em;
    float:left;
	height: 35px;
	line-height: 35px;
}

#nav ul ul{
	top:auto;
	}	

#nav li ul ul {
    left:12em;
    margin:0px 0 0 10px;
    }

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
    display:none;
    }
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
    display:block;
	}

li.drop {
	background: url('../images/nav-arrow.png') no-repeat;
	background-position: 0px 13px;
	font-size: 12px;
	margin-bottom: 10px;
}

li.drop a {
	padding-left: 15px;
}

li.drop li a {
	font-size: 15px !important;
	margin: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: #4d4137 1px dotted;
	padding-bottom: 0px;
	background: url('../images/nav-bg.png') repeat-x left top;

	}

/* NAVIGATION ENDS */

/* TABS */

div.tabs {
	width: 100%;
	height: 45px;
}

div.tabs div.left {
	float: left;
}

div.tabs div.right {
	float: right;
	padding-right: 40px;
}

div.tabs div.right ul {
	float: right;
	height: 38px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
	top: 3px;
}

div.tabs div.right li {
    display: inline;
    margin: 0px;
    padding: 0px;
}

div.tabs div.right a {
	height: 38px;
	line-height: 38px;
  	float: left;
  	margin: 0px 0px 0px 3px;
  	padding: 0px 0px 0px 11px;
  	text-decoration: none;
	cursor: pointer;
	position: relative;
	top: 5px;
}
	
div.tabs div.right a span {
	font: 14px "georgia", "arial";
	color: #3a3633;
	height: 38px;
	line-height: 38px;
   	float: left;
   	display: block;
	padding: 0px 18px 0px 7px;
}
	
div.tabs div.right li.current a {
	background: url('../images/tab-left.png') no-repeat left top;
}
	
div.tabs div.right li.current a span {
	background: url("../images/tab-right.png") no-repeat right top;
	color: #000;
}

div.tabs div.right a:hover span {
	color: #000;
}

/* TABS ENDS */

/* TITLES */

h1 {
	font-size: 48px;
	color: #141615;
	font: normal 48px Georgia, Arial, Verdana, Helvetica, sans-serif;
	line-height: 48px;
	padding-top: 28px;
}

div#middle-sub h1 {
	font-size: 32px;
	padding-top: 34px;
	position: relative;
	z-index: 1;
}

h2 {
	color: #2c2927;
	font-size: 24px;
	font-weight: bold;
	margin: 0px 0px 15px 0px
}

div#clients h2 {
	color: #2c2927;
	font-size: 24px;
	font-weight: bold;
	margin: 0px 0px 15px 0px
}

h3 {
	color: #2c2927;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 8px 0px
}

h4 {
	font-size: 16px;
	font-weight: bold;
	color: #2c2927;
	margin-bottom: 10px;
}

h5 {
	font-size: 16px;
	font-weight: normal;
	color: #2c2927;
}

h6 {
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	color: #2c2927;
}

/* TABLES */

table.styled {
	width: 100%;
	border-collapse: collapse;
	border: none;
	background: url('../images/table-row.png') repeat-x center bottom;
	margin-bottom: 10px;
}

table.styled td {
	padding: 10px;
}

table.styled th {
	padding: 10px;
	background: url('../images/table-col.png') repeat-y right top;
	color: #2c2927;
	text-align: center;
}

table.styled td.center {
	text-align: center;
}

table.styled td.last {
	background: none;
}

table.styled th.center {
	text-align: center;
}

table.styled th.last {
	background: none;
}

table.styled tr {
	background: url('../images/table-row.png') repeat-x left top;
}

table.styled tr.caption {
	background: url('../images/table-caption.png') repeat-x left top;
}

/* LIST */

ul {
	list-style-type: disc;
	margin: 0px;
}

li {
	margin: 0px;
}

ul#response {
	list-style-type: none;
}

/* LINKS */

a {
	text-decoration: underline;
	color: #485e57;
	outline: none;
}

a.readmore {
	display: block;
	text-align: right;
	margin-top: 10px;
}

a:hover {
	text-decoration: none;
}



.button a, .button span {display: inline-block;}

a.button {
	float: left;
	*float: none;
    background: transparent url('../images/bg_button_a.png') no-repeat scroll top right;
    color: #fff;
	font-weight: 700;
    line-height: 14px;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
	height: 20px;
    background: transparent url('../images/bg_button_span.png') no-repeat;
    line-height: 14px;
	padding-left: 20px;
	padding-top: 4px;
}



a.button:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: bottom left;
	padding-left: 20px;
	padding-top: 4px;
}


/* IMGS */

img.header-arrow {
	position: absolute;
	left: 375px;
	top: 300px;
}

img.normal {
	padding: 6px;
	background: #fff;
	border: 1px solid #e0dece;
}

img.right {
	float: right;
	margin: 10px 0px 10px 10px;
}

img.left {
	float: left;
	margin: 10px 10px 10px 0px;
}

img.avatar {
	padding: 6px;
	background: #fff;
	border: 1px solid #e0dece;
	margin: 0px 10px 10px 0px;
	float: left;
}


/* OTHER */

div.clear {
	clear: both;
}


