body {
	font-family: "Gotham Book", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a {
	color: #000;
}

.spacer {
	width: 100%;
	height: 100%;
}


.image-text {
	display: none;
}

.arial {
	font-family: Arial, Helvetica, sans-serif;
}

p.center {
	text-align: center;
}

hr {
	background: url("../img/line.gif") repeat-x;
	height: 2px;
	width: 811px;
	float: left;
	margin-top: 9px;
}

#header {
	padding-top: 14px;
}

#logo {
	background: url("../img/logo.gif") no-repeat top left;
	height: 154px;
	margin-left:42px;
}

#logo img {
	height: 100%;
	width: 100%;
}

#top-nav {
	margin-right: 0;
	padding-bottom: 0;
	padding-top: 18px;
	padding-left: 28px;
	padding-right: 0;
}

#cat-nav {
	text-align: right;
	list-style: none;
	font-size: 12px;
}

#cat-nav a {
	color:#000;
	text-decoration: none;
}

#cat-nav #post-nav {
	list-style-type: none;
	text-align: left;
}

#cat-nav #post-nav ul {
	display: inline;
}

#cat-nav #post-nav ul li {
	display: inline;
	margin: 0;
	
}

#cat-nav #post-nav img {
	background: url("../img/top-nav-off.gif") no-repeat;
	width: 9px;
	height: 9px;
}

#cat-nav #post-nav .current-post img, #cat-nav #post-nav a:hover img {
	background: url("../img/top-nav-on.gif") no-repeat;
	width: 9px;
	height: 9px;
}


/*==================01. PAGE NAV===================*/
#page-nav {
	padding-top: 36px;
	text-align: right;
	list-style: none;
	font-size: 11px;
	line-height: 0px;
}

#page-nav li {
	color:#000;
	text-decoration: none;
	margin-bottom: 13px;
	height: 12px;
}


#page-nav li a:hover, #page-nav li a.current {
	background-position: right -20px;
}

#page-nav a.about {
	background: url("../img/left-nav/about-us.png") no-repeat right 0;
}

#page-nav a.clients {
	background: url("../img/left-nav/clients.png") no-repeat right 0;
}

#page-nav a.portfolio {
	background: url("../img/left-nav/portfolio.png") no-repeat right 0;
}

#page-nav a.process {
	background: url("../img/left-nav/process.png") no-repeat right 0;
}

#page-nav a.contact {
	background: url("../img/left-nav/contact.png") no-repeat right 0;
}

/*==================02. CONTENT===================*/

#content {
	min-height: 510px;
}

#content p {
	padding-top: 30px;
	font-size: 24px;
	line-height: 26px;
	color: #63544a;
}

#content img {
	margin-top: 65px;
	margin-left: 5px;
}

#content #thumb img {
	padding-top: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 0px;
}

#content #caption p {
	text-align: right;
	font-size: 12px;
	color: #545151;
	padding-top: 21px;
	padding-right: 52px;
}

#content #clients-image {
	margin-top: 28px;
	margin-left: 32px;
}

#clients {
	padding-top: 20px;
	padding-left: 30px;
}

#clients-list {
	width: 50%;
	float: left;
}

#clients-list h1 {
	font-size: 17px;
	margin-bottom: 0;
	font-weight: bold;
}

#clients-list ul {
	list-style-type: none;
	font-size: 11px;
	line-height: 18px;
}

#clients-list li {
	margin-left:0px;
}

#contact {
	padding-top: 55px;
}

#contact img {
	padding-top: 0;
	margin-top: 0;
}

#contact, #contact p {
	font-size: 12px;
	color: #000;
	line-height: 17px;
}

#contact p {
	margin: 0;
	padding: 0 0 17px 0;
}

#contact-info {
	width: 300px;
	padding-right: 25px;
}

#footer-wrapper #footer {
	margin-top: 30px;
}

#footer {
	margin-top: 60px;
}

#footer-caption {
	font-size: 8px;	
}

#footer-caption #copyright {
	font-size: 10px;
}

#footer-line {
	margin-bottom: -20px;
}

#footer-blue {
	background: #83c9d6;
	height: 5px;
	padding-right: 30px;
}
