/* GLOBAL STYLES */
* {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #605E58;
}

h1, h2, h3, h4,h5, h6, fieldset, input, form, table, td, tr, thead, ul, ul li {
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
	font-weight: normal;
}

body {
	background: #F0F0F0;
	margin: 40px 0 40px 40px;
}

a {
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #0033CC;
}

a img {
	border: 0;
}

p {
	margin: 0 0 20px 0;

}

.print {
	display: none;
}

.last {
	margin-bottom: 0 !important;
}

/* LAYOUT */
#wrapper {
	margin: 0;
	width: 960px;
}

#header {
	height: 70px;
	position: relative;
}

#header .t1 {
	position: absolute;
	top: 0;
	left: 0;
}

#header .t2 {
	position: absolute;
	top: 0;
	left: 210px;
}

#logo {

}

#nav {
	width: 170px;
	float: left;
	margin: 0 40px 0 0;
}

#nav ul {
	margin: 0 0 40px 0;
}

#nav ul li {
	clear: left;
}

#nav ul li a {
	float: left;
}

#nav ul li.active a {
	font-weight: bold;
	color: #CCCCCC;
}

#nav .new {
	background: url(../img/img.png) -51px -14px;
	width: 6px;
	height: 12px;
	float: left;
	margin: 0 0 0 5px;
}

#nav .active .new {
	background-position: -57px -14px;
}

.tabs {
	position: fixed;
	top: 0;
	right: 33px;
}

/* GRIDS */

/* FOOTER */
#footer {

}

/* MAPS */
.map {
	background: url(../img/img.png) no-repeat;
	display: block;
}

.m1 { /* NEON GRAY */
	height: 14px;
	width: 99px;
	background-position: 0 0;
}

.m2 { /* WORK */
	height: 14px;
	width: 51px;
	background-position: 0 -14px;
}

.m3 { /* STORE TAB */
	height: 30px;
	width: 100px;
	background-position: -99px 0;
}

.m3:hover { /* STORE TAB HOVER */
	background-position: -199px 0;
}

h2, h3, h4, h4 a {
	font-size: 13px;
	font-weight: bold;
	color: #0033CC;
}

h4 a:hover {
	color: #605E58;
}

.content {
	margin: 0 0 40px 0;
	float: left;
	width: 750px;
}

.content .c1 {
	width: 210px;
	float: left;
}

.content .c2 {
	width: 500px;
	float: right;
}

/* WORK */
.c1 .year {
	margin: 0 0 10px 0;
}

.c1 p {
	width: 200px;
}

.c1 ul {
	margin: 0 0 40px 0;
}

.c1 form {
	margin: 5px 0 40px 0;
}

.c1 form input {
	padding: 5px;
	width: 100px;
}

.c1 a {
	color: #0033CC;
}

.c1 a:hover {
	color: #605E58;
}

.c2 .post {
	margin: 0 0 40px 0;
}

.c2 p {
	width: 400px;
}

.c2 .post .cats, .c2 .post .cats a, .c2 .post .a {
	color: #0033CC;
}

.c2 .post .cats a:hover, .c2 .post a:hover {
	color: #605E58;
}

.work .c2 img {
	margin: 0 0 20px 0;
}

.news .c2 .news_heading {
	margin: 0 0 40px 0;
}

.news .c2 .pagination strong {
	font-size: 13px;
	padding: 0 3px;
}

.news .c2 .pagination a {
	color: #0033cc;
	font-size: 13px;
	font-weight: bold;
	padding: 0 3px;
}

.news .c2 .pagination a:hover {
	color: #605E58;
}

.work .c2 .caption {
	margin: -22px 0 0 0;
	padding: 0 0 20px 0;
}

.news .c2 p a {
	font-weight: bold;
	color: #0033CC;
}