body, p, input, select {
        font: normal 13px/16px "museo-sans-1","museo-sans-2",sans-serif;
}

#main {
	margin: 0 auto;
}

#nav {
	border: none;
	position: absolute;
	top: 0;
}

#nav ul li {
	padding: 10px 5px;
	margin-right: 5px;
	background-color: #ccc;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-radius: 0 0 4px 4px;
	font-weight: bold;
	font-size: 11px;
	font-family:  "museo-sans-1","museo-sans-2",sans-serif;
}

#nav ul li a {
	color: black;
}

#nav ul li a:hover {
	color: white;
}

#nav UL LI A {
	padding: 2px 5px;
}

#nav LI UL.portfolio_link_dropdown {
	border-top: 1px solid #ddd;
}

#nav LI UL.portfolio_link_dropdown LI {
	padding: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

DIV#nav LI.portfolio A.portfolio_link_multi {
	background-image: url(/img/custom/1.0/themes/com/img/down_arrow_black.png);
}

#logo {
	margin-top: 30px;
  	font: normal 36px "atrament-web-1","atrament-web-2",sans-serif;
	padding-bottom: 5px;
	border-bottom: 1px dashed #bbb;
}

#logo a, #logo a:visited { color: #000; }

h1,h2,h3,h4 {
        font-family: "atrament-web","atrament-web-1","atrament-web-2",sans-serif;
        font-family: "museo-sans","museo-sans-1","museo-sans-2",sans-serif;
	text-transform: none;
}

h1 { letter-spacing: 0; }

ul.thumbs li {
	border: 1px solid #eee;
	background-color: #f3f3f3;
	margin-right: 5px;
	margin-bottom: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

ul.thumbs li:hover {
	border-color: #ccc;
}

.backto {
	margin-bottom: 12px;
	font-size: 11px;
}
