@charset "utf-8";
/* CSS Document */
body {
	margin: 0px 0px 40px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.reset {
		display: block;
		clear: both;
		font-size: 0px;
		height: 0px;
		line-height: 0px;
		margin: 0;
}
p {
	font-size: 12px;
}

#back {
	position: absolute;
	left: 1px;
	top: 0px;
	width: 45px;
	height: 696px;
	background-image: url(images/back_off.gif);
	background-repeat: no-repeat;
}
#back a {
	display: block;
	width: 45px;
	height: 696px;
	background-image: url(images/back.gif);
	background-repeat: no-repeat;
}
#back a:hover {
	display: block;
	width: 45px;
	height: 696px;
	background-image: url(images/back_over.gif);
	background-repeat: no-repeat;
}
#next {
	position: absolute;
	right: 1px;
	top: 0px;
	width: 45px;
	height: 696px;
	background-image: url(images/next_off.gif);
	background-repeat: no-repeat;
}
#next a {
	display: block;
	width: 45px;
	height: 696px;
	background-image: url(images/next.gif);
	background-repeat: no-repeat;
}
#next a:hover {
	display: block;
	width: 45px;
	height: 696px;
	background-image: url(images/next_over.gif);
	background-repeat: no-repeat;
}
#contain {
	margin: 0px 50px;
	text-align: center;
}

#content {
	width: 730px;
	margin: 0px auto;
}
#plate {
	margin-top: 0px;
}


#caption {
	font-size: 11px;
	color: #666;
	margin-top: 5px;
	text-align: center;
}

body #crumb {
	margin: 30px 0px 0px 0px;
}
body.portrait #crumb img {
	background-image: url(images/t_portrait.gif);
	background-repeat: no-repeat;
}
body.product #crumb img {
	background-image: url(images/t_products.gif);
	background-repeat: no-repeat;
}
body.landscape #crumb img {
	background-image: url(images/t_landscape.gif);
	background-repeat: no-repeat;
}
body.published #crumb img {
	background-image: url(images/t_tearsheets.gif);
	background-repeat: no-repeat;
}
body.clients #crumb img {
	background-image: url(images/t_clients.gif);
	background-repeat: no-repeat;
}
body.about #crumb img {
	background-image: url(images/t_about.gif);
	background-repeat: no-repeat;
}
body.contact #crumb img {
	background-image: url(images/t_contact.gif);
	background-repeat: no-repeat;
}

#page {
	font-size: 11px; 
	color: #ccc;
	padding-top: 20px;
}


.txtright {
	text-align: right;
	padding-right: 20px;
}
.txtleft {
	text-align: left;
	padding-left: 20px;
}
.divide {
	border-right: 1px solid #ccc;
}

.clients p, .about p {
	line-height: 20px;
}


.form { 
	font-size: 12px;
}
.form td {
	padding-right: 8px;
	padding-bottom: 5px;
}
.form input, .form textarea {
	width: 175px;
	border: 1px solid #ccc;
}
.form input.noborder {
	border: none;
	width: 25px;
}
.form input.button {
	width: 100px;
}






#navbox {
	width: 730px;
	margin: 20px 0px 0px 0px;
}
#navtop {
	width: 730px;
	border-bottom: 1px solid #ccc;
}
#navbottom {
	width: 730px;
	margin: 0px 0px 30px 0px;
}



#logo, #photo {
	float: left;
	width: 167px;
}
#nav {
	margin: 20px 0px 0px 0px;
	float: right;
}
#nav a {
	border-top: 3px solid #fff;
	margin: 0px 5px 0px 5px;
}
#nav a:hover {
	border-top: 3px solid #CCCC00;
}
#nav a.on {
	border-top: 3px solid #CCCC00;
}
#subnav {
	margin: 0px 0px 0px 0px;
	float: right;
}
#subnav a {
	font-size: 10px;
	text-decoration: none;
	margin-right: 7px;
	color: #999;
}
#subnav a:hover {
	color: #CCCC00;
}
#subnav a.on {
	color: #CCCC00;
}





