*{font-size: 100.01%;}
html{font-size: 62.5%;}
html, body{
	width:100%;
	height:100%;
	min-width:960px;
}
body {
	margin:0;
	background:#342800;
	font: 1.3em/1.289em Arial, Helvetica, sans-serif;
	line-height: 16px;
	letter-spacing: normal;
	color:#fff;
}
img {border-style:none;}
a {
	text-decoration:underline;
	color:#73afb6;
}
a:hover {text-decoration:none;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
	color:#000;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/*main container*/
.page {
	min-height:100%;
	position:relative;
}
* html .page {height:100%;}
#wrapper {
	position:relative;
	margin:0 auto;
	width:100%;
	padding:0 0 90px;
}
.container {
	width:100%;
	background: url(../images/bg-container.jpg) repeat-x 50% 0;
}
/*header*/
#header {
	position:relative;
	width:960px;
	margin:0 auto;
	overflow:hidden;
	padding:415px 0 0 0;
	background: url(../images/bg-header.png) no-repeat;
}
#header .w {
	width:100%;
	overflow:hidden;
	clear:both;
	position:relative;
	top:-415px;
	margin: 0 0 -415px;
}
.header-w1 {
	float:left;
	width:100%;
	position:relative;
	z-index:10;
}
.header-w2 {
	width:100%;
	overflow:hidden;
	margin:-415px 0 0;
	z-index:10;
}
#header .picture {display:block;}
#header .picture img {
	display:block;
	margin:0 auto;
}
.picture-a {display:none;}
.ring {
	height:145px;
	width:100%;
	display:block;
	margin-top:-153px;
	padding:0 0 8px;
	position:relative;
}
.ring img {
	height:145px;
	width:100%;
	position:relative;
}
.ring .ring-l {
	position:absolute;
	top:0;
	left:0;
	background: url(../images/bg-ring-l.png) no-repeat;
	width: 37px;
	height: 145px;
	overflow:hidden;
}
.ring .ring-r {
	position:absolute;
	top:0;
	left:100%;
	background: url(../images/bg-ring-r.png) no-repeat;
	width: 37px;
	height: 145px;
	margin:0 0 0 -37px;
	overflow:hidden;
}
.ring .ring-c {
	background: url(../images/bg-ring.png) repeat-x;
	height: 145px;
	margin:0 30px;
	overflow:hidden;
	display:block;
}
/* nav start */
.nav-holder{
	width:960px;
	margin:-298px auto 78px;
	position:relative;
	z-index:1;
}
.nav {
	list-style:none;
	margin:0;
	padding:0 0 0 33px;
}
.nav li {
	padding:0 0 8px 0;
	font-size:13px;
	line-height:16px;
	color:#6a8b91;
	height:1%;
	overflow:hidden;
	vertical-align:top;
}
* html .nav li {position:relative;}
.nav li a {
	padding:1px 0 1px 16px;
	float:left;
}
.nav li a span {
	position:relative;
	height:9px;
	overflow:hidden;
	text-indent:-9999px;
	float:left;
    cursor:pointer;
}
.nav li a.home span {
	background: url(../images/btn-home.gif) no-repeat 0 -9px;
	width:39px;
}
.nav li a.studio span {
	background: url(../images/btn-studio.gif) no-repeat 0 -9px;
	width:47px;
}
.nav li a.process span {
	background: url(../images/btn-process.gif) no-repeat 0 -9px;
	width:62px;
}
.nav li a.services span {
	background: url(../images/btn-services.gif) no-repeat 0 -9px;
	width:61px;
}
.nav li a.green span {
	background: url(../images/btn-green.gif) no-repeat 0 -9px;
	width:97px;
}
.nav li a.work span {
	background: url(../images/btn-work.gif) no-repeat 0 -9px;
	width:108px;
}
.nav li a.sketch span {
	background: url(../images/btn-sketch.gif) no-repeat 0 -9px;
	width:98px;
}
.nav li a.awards span {
	background: url(../images/btn-awards.gif) no-repeat 0 -9px;
	width:54px;
}
.nav li a.blog span {
	background: url(../images/btn-blog.gif) no-repeat 0 -9px;
	width:35px;
}

.nav li a.contact span {
	background: url(../images/btn-contact.gif) no-repeat 0 -9px;
	width:72px;
}

.nav li.active a,
.nav li a:hover {background: url(../images/marker.gif) no-repeat;}
.nav li.active a span,
.nav li a:hover span {
	background-position:0 0;
}
/* nav end */
/* logo */
#header h1 {
	margin:0;
	padding:18px 0 13px 39px;
}
#header h1 img {display:block;}
/* content */
.main {
	overflow:hidden;
	width:100%;
	background:#342800 url(../images/bg-main.gif) repeat-x;
	padding:31px 0 0;
}
.main-w {
	width:922px;
	margin:0 auto;
	padding:0 5px 0 33px;
}
#content {
	height:1%;
	overflow:hidden;
}
.bluebox {
	width:100%;
	margin:-40px 0 0;
	position:relative;
}
.bluebox-t {
	background: url(../images/blue-box-t.png) repeat-x 50% 0;
	width:100%;
	height: 60px;
	display:block;
}
.bluebox-w {
	background:#73afb6 url(../images/bg-bluebox.gif) repeat-x 0 100%;
	padding:0 0 36px;
}
.bluebox-body {
	width:960px;
	margin:0 auto;
	padding:37px 0 0;
	overflow:hidden;
}
.bluebox-txt {
	width:100%;
	display:table;
}
.bluebox-text {
	display:table-cell;
	width:397px;
	vertical-align:middle;
	line-height:1.153em;
}
.bluebox-text-w {padding:0;}
* html .bluebox-text {float:left;}
*+html .bluebox-text {float:left;}
.bluebox-text p {margin:0;}
.bluebox-title {
	width:563px;
	display:table-cell;
	vertical-align:middle;
	line-height:14px;
}
.bluebox-title-w {padding:0 36px 0 28px;}
* html .bluebox-title {float:left;}
*+html .bluebox-title {float:left;}
.bluebox-title h2 {margin:0 0 6px;}
.bluebox-title h2 img {
	display:block;
	margin:0 auto;
}
.bluebox-title .bluebox-title-w div {
	padding:0 0 0 20px;
}
.bluebox-title p {margin:0 0 9px;}
/* image-list start */
.image-list {
	list-style:none;
	margin:0;
	padding:2px 19px 0 0;
	width:300px;
	float:left;
}
.image-list li {
	width:98px;
	height:90px;
	overflow:hidden;
	float:left;
}
.image-list li img {display:block;}
/* image-list end */
.col-2,
.col-1 {
	background: url(../images/bg-star.gif) repeat-x;
	width:254px;
	display:inline;
	float:left;
	margin:0 20px 0 0;
	padding:20px 0 0;
	font:0.923em/1.166em Arial, Helvetica, sans-serif;
}
.col-1 h3 {margin:0 0 10px;}
.col-1 p {margin:0 0 10px;}
.col-2 {
	width:320px;
	margin:0;
}
.col-2 p {margin:0 0 18px;}
.col-2 h3 {margin:0 0 12px;}
/* gallery */
.gallery {
	float:left;
	width:432px;
	padding:0 25px 0 0;
	overflow:hidden;
}
.gallery ul {
	list-style:none;
	margin:0 0 7px;
	padding:0;
}
* html .gallery ul {margin-left:4px;}
.big-gallery {
	width:432px;
	height:300px;
	position:relative;
}
.big-gallery li {
	position:absolute;
	top:0;
	left:0;
}
.small-gallery {
	width:100%;
	overflow:hidden;
}
.small-gallery li {
	float:left;
	padding:0 8px 5px 0;
	cursor:pointer;
	position:relative;
}
/* posts start */
.posts {
	height:1%;
	overflow:hidden;
	position:relative;
	margin:0 0 -46px;
}
.post {
	height:1%;
	overflow:hidden;
	background: url(../images/bg-star.gif) repeat-x;
	padding:26px 0 19px;
	margin:-26px 0 26px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normalx;
	text-align: justify;
	line-height:19px;
	
}
.post.post-other{
	background:none;
	padding:0;
	margin:-3px 0 0;
}
.post-other table {
    margin: 5px 0 0 0;
}


.post .title {
	width:100%;
	display:table;
	background:#fff;
	margin:0 0 12px;
}
.post .title .date {
	width:100%;
	font-weight:bold;
	display:table-cell;
	vertical-align:middle;
	font-size:0.887em;
	line-height:1.2em;
	color:#342800;
	text-align:center;
}
* html .post .title .date {
	float:left;
	width:150px;
}
*+html .post .title .date {
	float:left;
	width:150px;
}
.post .title .date strong {
	display:block;
	font-size:2.601em;
	line-height:1em;
}
.post .title .date span {color:#73afb6;}
.post .image {
	display:table-cell;
	vertical-align:middle;
}
* html .post .image img {float:right;}
*+html .post .image img {float:right;}
.post h3 {
	font-size:1.384em;
	line-height:1.111em;
	font-weight:normal;
	color:#73afb6;
	margin:0;
}
.post h3 a {text-decoration:none;}
.post h3 a:hover {text-decoration:underline;}
.post p {
	font-size:0.923em;
	line-height:1.1666em;
	margin:0 0 8px;
}
/* posts end */
/* sidebar start*/
#sidebar{
	font-family: Georgia, "Times New Roman", Times, serif;
	overflow:hidden;
	width:143px;
	display:inline;
	margin:0 9px 0 0;
	padding:20px 0 0 0;
	float:left;
	background: url(../images/bg-star.gif) repeat-x;
}
#sidebar.right {
	float:right;
	margin:0;
	width:196px;
	margin:0 5px 0 62px;
}
#wrapper .sidebar-alt {
	margin:0;
	width:196px;
	margin:0 62px 0 5px;
}
/* block start */
.block {
	height:1%;
	overflow:hidden;
	padding:0 0 20px;
}
.block h4 {
	font-size:1.076em;
	line-height:1.142em;
	color:#73afb6;
	margin:0 0 2px;
	font-weight:normal;
}
.form {
	display:block;
	padding: 0 0 6px;
}
.form span {
	height:25px;
	background:#fbfbf9;
	padding:2px 4px;
	display:block;
	overflow:hidden;
}
.form span input {
	outline:none;
	width:100%;
	float:left;
	border-style:none;
	background:none;
	padding:4px 0;
	font-size:12px;
}
/* block end */
.links {
	list-style:none;
	margin:0;
	padding:2px 0 0;
}
.links li {
	height:1%;
	overflow:hidden;
	vertical-align:top;
	font-size:1.076em;
	line-height:1.142em;
	padding:0 0 4px;
	color:#fff;
}
.links li a {
	color:#fff;
	text-decoration:none;
	padding:0 0 0 16px;
	background: url(../images/marker-2h.gif) no-repeat 0 8px;
}
.links li a:hover {text-decoration:underline;}
#sidebar h3 {margin:0 0 9px;}
* html #sidebar.right {margin-left:59px;}
.menu {
	list-style:none;
	margin:0;
	padding:0 0 32px;
	color:#73afb6;
}
.menu li {
	font-size:1.077em;
	line-height:1.142em;	
	padding:0 0 4px;
}
.menu li a {
	text-decoration:none;
	color:#73afb6;
}
.menu li a:hover {
	text-decoration:none;
	color:#fff;
}
.menu li ul {
	display:none;
	list-style:none;
	margin:0;
	padding:0;
}
.menu li ul li {
	padding:4px 0 0;
	font-size:1em;
}
.menu li.active ul {display:block;}
.menu li ul a {
	padding:0 0 0 16px;
	background: url(../images/marker-2.gif) no-repeat 0 8px;
}
.menu li ul a:hover {
	color:#fff;
	background: url(../images/marker-2h.gif) no-repeat 0 8px;
}
.address {
	height:1%;
	overflow:hidden;
	font-size:0.769em;
	line-height:1.1em;
}
.address a {text-decoration:none;}
.address a:hover {text-decoration:underline;}
.address h4 {
	font-weight:normal;
	font-size:1em;
	margin:0;
	line-height:1.1em;
}
.address address {
	display:block;
	font-style:normal;
}
.address address span {display:block;}
.box-text {
	height:1%;
	overflow:hidden;
	padding:17px 0 0;
	background: url(../images/bg-star.gif) repeat-x;
}
.box-text h3 {
	margin:0 0 16px;
	color:#5695a0;
}
.news-list {
	list-style:none;
	margin:0;
	padding:0;
	font:0.923em/1.166em Arial, Helvetica, sans-serif;
}
.news-list dt {
	margin:0 0 1px;
	font-weight:normal;
	color:#73afb6;
}
.news-list dt a {
	text-decoration:none;
	color:#73afb6;
}
.news-list dt a:hover {text-decoration:underline;}
.news-list dd {margin:0 0 14px;}
.frame {
	width: 218px;
	height: 117px;
	overflow:hidden;
	position:relative;
	display:block;
	padding:2px 0 0 3px;
	margin:0 0 10px;
}
.frame span {
	background: url(../images/bg-frame.png) no-repeat;
	width: 221px;
	height: 119px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
}
.box {
	width:222px;
	float:left;
	margin:0 18px 0 10px;
	display:inline;
	font:0.923em/1.1666em Arial, Helvetica, sans-serif;
}
.box h3 {
	font-weight:normal;
	color:#73afb6;
	font-size:1.333em;
	text-transform:uppercase;
	line-height:1.125em;
	margin:0 0 14px;
}
.box h4 {
	font-size:1em;
	line-height:1.166em;
	font-weight:normal;
	color:#73afb6;
	margin:0 0 1px;
}
.box p {
	margin:0 0 8px;
}
/* sidebar end */
/* footer start */
#footer {
	width:100%;
	height:50px;
	background: url(../images/bg-footer.gif) repeat-x;
	margin:-50px 0 0;
	position:relative;
	text-align:center;
	font-size:10px;
	line-height:22px;
	color:#fff;
}
#footer .w {
	background: url(../images/bg-footer.gif) repeat-x 1px 100%;
	padding:3px 0 4px;
	width:100%;
	overflow:hidden;
}
#footer .footer-body {
	width:910px;
	margin:0 auto;
	padding:0 27px 0 23px;
	overflow:hidden;
}
#footer ul {
	list-style:none;
	margin:0;
	padding:0;
	display:inline;
}
#footer ul li img,
#footer ul li {display:inline;}
#footer p {
	margin:0;
	padding:0 0 5px;
	float:left;
}
#footer strong {
	float:right;
	font-size:9px;
	font-weight:normal;
	padding:0 0 5px;
}
/* footer start */
.mask{
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
	text-indent:-9999px;
	width:100px;
	height:100px;
	background:url(../images/mask.png) no-repeat;
}
