 body
{
	font-family: 'Ubuntu', sans-serif;
	background-color: transparent;
	margin:0px;
}

header{
	width:100%;
	height:90px;

}
#logo{position:fixed;}
.logo_image {
	position:fixed;
	margin-top:37px;
	margin-left:40px;
	width:80px;
	height:113px;
	float:left;
	background-image: url("/assets/images/new_era/zazdesign-logo-off.png");
  	background-size: 80px 113px;


}
.logo_image:hover {
	position:fixed;
	margin-top:37px;
	margin-left:40px;
	width:80px;
	height:113px;
	float:left;
	background-image: url("/assets/images/new_era/zazdesign-logo-on.png");
  	background-size: 80px 113px;

}

a {
    cursor: pointer;
    outline: 0 none;
    text-decoration: none;
    color: #000000;
    
}
a:hover{
	color: #ff3366;
}
a:visited{
}

#right{margin-left:185px;}

#left{
	position:fixed;
	width:185px;
	
}

#menu {
	position:fixed;
    font-size: 14px;
   line-height: 16px;
    font-weight: bold;
    margin-left: 50px;
    margin-top: 100px;
    text-transform: uppercase;
}
ul.nav {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
   line-height: 16px;
}
#menu ul li{
	padding:0px;
	margin:0px;
}
ul.nav li a {
    color: #000000;
    display: block;
    text-decoration: none;
}
ul.nav li a {
    color: #000000;
    display: block;
    text-decoration: none;
}
#work a:hover {
    color: #DC116D;
}
.nav #work .selected {
    color: #DC116D;
}
#art a:hover {
    color: #DC116D;
}
.nav #art .selected {
    color: #DC116D;
}
#studio a:hover {
    color: #DC116D;
}
.nav #studio .selected {
    color: #DC116D;
}
#contact a:hover {
    color: #DC116D;
}
.nav #contact .selected {
    color: #DC116D;
}
#blog a:hover {
    color: #DC116D;
}
.nav #blog .selected  {
    color: #DC116D;
}
#shop a:hover {
    color: #DC116D;
}
.nav #shop .selected  {
    color: #DC116D;
}
h5{
     float: left;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    width: 37px;
}
#spacer{height:40px;}
#client p, #year p {
	width:150px;
	float:left;
	margin:0px;
	margin-left:10px;
	padding:0px;
}
#client{
    	margin-top: 50px;
    	width: 200px;
}
#year{
 margin-bottom: 50px;
}
#related_projects{
	margin-bottom: 30px;
	width:240px;
}
#related_projects h5{width:220px;}
#related_projects p{width:220px;}
#buy{
	width:220px;
	 float: left;
   	 font-size: 12px;
   	 font-weight: bold;
	margin-top: 20px;
    }

.nav_categories ul { list-style-type: none;
 }
#art_inf{
	margin-top:-4px;
	margin-bottom:50px;
}
#art_inf p{
	width:130px;
	margin:0px;
	margin-left:10px;
	padding:0px;
	float:left;
}
ul { list-style-type: none; }
#new{
	position:absolute;
	top:192px;
	left:308px;
	width:50px;
	height:50px;
	background-image: url("/assets/images/site/new.png");
	z-index:2;

}
.preloader { 
	display:inline-block;
	background:url(/assets/images/site/preloader.gif) center center no-repeat ;
	
	  
}
#category_menu a{
	margin-left:50px;
	cursor: pointer;
    	outline: 0 none;
    	text-decoration: none;
        color:#000000;

}
#category_menu a:hover{color:#DC116D;}

#category_menu .selected {
    color: #DC116D;
}
#category_menu #filters li a.selected {

     color: #DC116D;
}
#buy a{
	color:#000000;
	font-weight:bold;
}
#buy a:hover{
	color:#DC116D;
	font-weight:bold;
}

.switch_view {
    float: left;
    font-size: 12px;
    position: absolute;
    top: 355px;
    height: 19px;
    margin: 30px 0 0 33px;
    overflow: hidden;
    width: 95px;
}
.displaybuttons .menuview.two {
    width: 68px;
}
.switch_view a {
    background-image: url("/assets/images/site/btviews.png");
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 19px;
    text-indent: -666em;
    width: 28px;
}
.switch_view a#view1 {
    background-position: 0 0;
}
.switch_view a#view2 {
    background-position: -33px 0;
    margin: 0 5px;
}
.switch_view a#view3 {
    background-position: -66px 0;
}
.switch_view a#view1:hover, .switch_view a#view1.active {
    background-position: 0 -19px;
}
.switch_view a#view2:hover, ..switch_view a#view2.active {
    background-position: -33px -19px;
}
.switch_view a#view3:hover, .switch_view a#view3.active {
    background-position: -66px -19px;
}

#footer{
	margin-left:185px;
	font-size:11px;
	width:710px;
}
#site-info{
	float:left;
	width:348px;
	margin-right:10px;
	margin-bottom: 20px;
    	padding-left: 5px;
}

#footer #design{float:left;}
#footer #development{float:left;}

.ie8 #wrapper{
width:100px;
overflow:hidden;
}
