body {
	background: #EAE2CC url(../img/threeleaf_wood.jpg) top center no-repeat fixed;
	overflow: hidden;
	font-family: 'Helvetica', Arial;
	font-size: 13px;
	color: #F1E5C7;
	line-height: 18px;
}

a {
	color: #EAE2CC;
}

a:hover {
	text-decoration: none;
}

a:hover IMG {
	background-color: none;
	color: #EAE2CC;
}

#wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	z-index: 999;
}

#header {
	width: 100%;
	background: #382B1C url(../img/3L_header.png) repeat-x;
	height: 60px;
	z-index: 1000;
	position: absolute;
}

#logo {
	float: left;
	width: 170px;
	padding: 4px 0px 0px 5px;
}

#background {
	z-index: 0;
	top: 40;
	width: 100%;
	height: 100%;
	position: absolute;
	background: #382B1C;
}

#background-overlay {
	z-index: 5;
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(../img/pattern.gif);
}

#footer {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 30px;
	background: #382B1C url(../img/3L_footer.png) repeat-x;
	z-index: 1000;
	color: #EAE2CC;
	padding: 0px 8px 0px 8px;
	text-align: right;
	line-height: 30px;
}

/*
#footer DIV, #footer IMG {
	float: right;
}
*/

#footer IMG {
	padding: 0px 0px 0px 1px;
}

#player {
	float: right;
}

#loading {
	position: absolute;
	width: 128px;
	height: 16px;
	left: 50%;
	top: 50%;
	margin-left: -64px;
	margin-top: -8px;
	display: none;
}

#content {
	position: absolute;
	width: 100%;
	height: 80%;
	top: 60px;
	overflow: hidden;
}

.default_content {
	position: absolute;
	width: 430px;
	height: 90%;
	padding: 10px 20px;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 30px;
	background: url(../img/3L_content_bg.png);
	top: 0;
	right: 0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}

.content_wrap {
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 20px;
}

#menu {
	width: 570px;
	float: right;
}

#mainnav {
	height: 40px;
	width: 570px;
	font-size: 15px;
	float: right;
	line-height: 80px;
	margin-top: 7px;
	margin-right: 10px;
}

#mainnav LI {
	float: left;
	padding-top: 1px;
	padding-left: 2px;
	padding-right: 2px;
	text-indent: -3000px;
}

#mainnav LI.navigation_last {
	background: none;
}

#mainnav A {
	display: block;
	height: 40px;
	text-decoration: none;
	text-transform: lowercase;
/* 	background: url(../img/navigation_sprite.png) bottom left no-repeat; */
/* 	text-indent: -3000px; */
}

#mainnav LI UL {
	display: none;
	position: absolute;
	margin-left: 6px;
}

#mainnav LI LI {
	float: none;
}

#mainnav LI LI A {
	color: #EAE2CC;
	background: #EAE2CC;
	text-indent: 0;
	width: 66px;
	height: 15px;
	text-indent: -3000px;
}


#mainnav_home-about a {
	background: url(../img/3L_sprite.png) 0 0 no-repeat;
	height: 40px;
	width: 100px;
}

#mainnav_home-about a:hover {
	background: url(../img/3L_sprite.png) 0 -39px no-repeat;
	height: 40px;
	width: 100px;
}

#mainnav_home-services a {
	background: url(../img/3L_sprite.png) -100px 0 no-repeat;
	height: 40px;
	width: 104px;
}

#mainnav_home-services a:hover {
	background: url(../img/3L_sprite.png) -100px -39px no-repeat;
	height: 40px;
	width: 104px;
}

#mainnav_home-clients a {
	background: url(../img/3L_sprite.png) -204px 0 no-repeat;
	height: 40px;
	width: 92px;
}

#mainnav_home-clients a:hover {
	background: url(../img/3L_sprite.png) -204px -39px no-repeat;
	height: 40px;
	width: 92px;
}


#mainnav_home-work a {
	background: url(../img/3L_sprite.png) -296px 0 no-repeat;
	height: 40px;
	width: 77px;
}

#mainnav_home-work a:hover {
	background: url(../img/3L_sprite.png) -296px -39px no-repeat;
	height: 40px;
	width: 77px;
}

#mainnav_home-blog a {
	background: url(../img/3L_sprite.png) -373px 0 no-repeat;
	height: 40px;
	width: 70px;
}

#mainnav_home-blog a:hover {
	background: url(../img/3L_sprite.png) -373px -39px no-repeat;
	height: 40px;
	width: 70px;
}

#mainnav_home-contact a {
	background: url(../img/3L_sprite.png) -447px 0 no-repeat;
	height: 40px;
	width: 100px;
}

#mainnav_home-contact a:hover {
	background: url(../img/3L_sprite.png) -447px -39px no-repeat;
	height: 40px;
	width: 100px;
}

.tables {
	font-size: 10px;
}


#social {
	float: right;
	padding-top: 3px;
	margin-left: 2px;
}

#footer_left {
	float: left;
	margin-left: 5px;
}

#footer_text {
	padding-top: 1px;
	margin-right: 5px;
	float: right;
}

#controls A {
	text-align: left;
	text-indent: -3000px;
	display: block;
	background: url(../img/player_controls.png) -38px -64px no-repeat;
	width: 38px;
	height: 32px;
	float: left;
}

#controls #disclaimer {
	background: none;
	text-indent: 0;
	width: 176px;
	height: 32px;
}

#controls A:hover {
	background: url(../img/player_controls.png) -38px -96px no-repeat;
}

#controls A#bgpause.paused {
	background: url(../img/player_controls.png) -38px top no-repeat;
}

#controls A#bgpause.paused:hover {
	background: url(../img/player_controls.png) -38px -32px no-repeat;
}

#controls A#bgmute {
	background: url(../img/player_controls.png) -114px top no-repeat;
}

#controls A#bgmute:hover {
	background: url(../img/player_controls.png) -114px -32px no-repeat;
}

#controls A#bgmute.muted {
	background: url(../img/player_controls.png) -114px -64px no-repeat;
}

#controls A#bgmute.muted:hover {
	background: url(../img/player_controls.png) -114px -96px no-repeat;
}

#controls A#bgnext {
	background: url(../img/player_controls.png) -76px top no-repeat;
}

#controls A#bgnext:hover {
	background: url(../img/player_controls.png) -76px -32px no-repeat;
}

/* Blog Template */

.blogcontentwrap .bracket {
	display: none;
}

.postContent {
	width:555px;
	margin-left:20px;
	float:left;
}

.blogcontentwrap .postContent {
	width: 670px;
	padding-left: 43px;
}

.blog_readmore {
	padding: 5px;
}

.blog_latest {
	margin-bottom: -40px;
}

.blogcontentwrap .blog_latest {
	margin-bottom: 0;
}

.scrollablex {
	position: absolute;
	width: 100%;
	height: 455px;
	overflow: hidden;
	top: 50%;
	margin-top: -227px;
}

.scrollable {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
/*
	top: 50%;
	margin-top: -227px;
*/
}



.items {
	width: 20000em;
	height: 100%;
	position: absolute;
	vertical-align: middle;
}

.scrollControl {
	position: absolute;
	display: block;
	width: 50px;
	height: 60px;
	background: url(../img/gallery_btn.png) top left no-repeat;
	top: 40%;
	z-index: 1000;
	text-indent: -3000px;
}

.disabled {
	display: none;
}

#nextPanel {
	right: 0;
	background: url(../img/gallery_btn.png) top right no-repeat;
}

#prevPanel:hover {
	background: url(../img/gallery_btn.png) bottom left no-repeat;
}

#nextPanel:hover {
	background: url(../img/gallery_btn.png) bottom right no-repeat;
}

.more {
	float: left;
	height: 100%;
	background: white;
}

.more a {
	display: block;
	text-indent: -30000em;
	background: url(../img/load_more_sprite.png) top left no-repeat;
	width: 134px;
	height: 50px;
	position: absolute;
	top: 90%;
	margin-top: -10px;
}

.gallery_more a {
	top: 50%;
	margin-top: 180px;
}

.more a:hover {
	background: url(../img/load_more_sprite.png) bottom left no-repeat;
}

.post {
	float: left;
	height: 100%;
	width: 425px;
	padding: 0 15px;
}

.video_post {
	float: left;
	height: 100%;
	width: 740px;
	padding: 0 15px;
}

.tags {
	font-size: 10px;
	float: left;
	margin: 12px 0 0 5px;
}

.title {
	float: left;
	padding: 13px 0 0;
	height: 20px;
	font-size: 16px;
}

.tags span {
	background-color: #dd7a00;
	padding: 3px;
}

.photos {
	background: url(../img/picture_bg.png) top left no-repeat;
	padding: 15px;
	width: 395px;
	height: 430px;
	position: absolute;
	top: 50%;
	margin-top: -230px;
}

.photo-container UL {
	height: 395px;
}

.photo-controls {
	position: absolute;
	margin-top: -290px;
	z-index: 100;
	width: 395px;
}

.photo-controls-left {
	float: left;
}

.photo-controls-left A {
	display: block;
	text-indent: -30000em;
	background: url(../img/slideshow_btn.png) top left no-repeat;
	width: 25px;
	height: 30px;
}

.photo-controls-left A:hover {
	background: url(../img/slideshow_btn.png) bottom left no-repeat;
}

.photo-controls-right {
	float: right;
}

.photo-controls-right A {
	display: block;
	text-indent: -30000em;
	background: url(../img/slideshow_btn.png) top right no-repeat;
	width: 25px;
	height: 30px;
}

.photo-controls-right A:hover {
	background: url(../img/slideshow_btn.png) bottom right no-repeat;
}

.video {
	background: url(../img/video_bg.png) top left no-repeat;
	padding: 15px;
	width: 702px;
	height: 430px;
	position: absolute;
	top: 50%;
	margin-top: -230px
	
}

.video-container {
	width: 702px;
	height: 395px;
}

.blog_post {
	width: 430px;
	padding: 20px;
	overflow: hidden;
	overflow-y: auto;
	background: url(../img/3L_content_bg.png);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    height: 90%;
    margin: 30px 15px;
}

.blog_post hr {
	border: dashed 1px #dd7a00;
}

.blog_post h4 {
	font-weight: normal;
	margin-bottom: 5px;
	width: 395px;
}

.blog_post h4 span {
	background-color: #dd7a00;
	padding: 4px;
	font-size: 10px;
	margin-bottom: 2px;
}