/*<![CDATA[*/

/* GENERAL PAGE ELEMENTS */
body {
	font: .78em/1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #dbd6c3 url(backgrounds/100.jpg) no-repeat fixed top left;
}

h1 {
	font: 22px/26px bold Georgia, "Times New Roman", Times, serif;
	color: #a0410a;
	margin: 10px 0 0 0;
	border-bottom: 2px solid #a0410a;
}

h2 {
	font: bold 18px/22px Georgia, "Times New Roman", Times, serif;
	color: #a0410a;
	margin: 8px 0 0 2px;
	border-bottom: 1px solid #a0410a;
}

h3 {
	font: bold 16px/20px Georgia, "Times New Roman", Times, serif;
	color: #a0410a;
	margin: 12px 0 2px 2px;
}

h4 {
	font: bold 14px/15px Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin: 2px 0 5px 6px;
}

p {
	margin: 10px 0 0 8px;
}

img {
	border: 0;
}

.hide {
	margin-left: -999px;
}

.fine {
	font-size: .78em;
}

em {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #a0410a;
	font-weight: bold;
}

a {
	font-weight: bold;
	color: #036;
}
a:visited {
	color: #900;
}

a:hover {
	color: #366;
	text-decoration: none;
}

/* NAVIGATION ELEMENTS */

#titling {
	position: absolute;
	top: 45px;
	left: 510px;
	width: 165px;
	height: 30px;
	background: url(backgrounds/pronounce.gif) no-repeat top left;
}

#nav {
	position: fixed;
	top: 75px;
	left: 510px;
	border: 2px solid #c3c8cc;
	background: #eeebe2 url(backgrounds/50.jpg) no-repeat 0 0 fixed;
	margin: 0;
	padding: 0;
	width: auto;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #c3c8cc;
}

#nav a {
	display: block;
	text-decoration: none;
	font: bold 1em/1em Georgia, "Times New Roman", Times, serif;
	color: #909090;
	padding: 15px 20px 2px 5px;
	margin: 0;
}

#nav li li {
	border: 0;
	
}

#nav ul ul a {
	font-size: .78em;
	margin-left: 15px;
	padding: 2px 10px 2px 5px;
	border: 1px dotted #c3c8cc;
	border-width: 0 0 1px 1px;
}

#nav li a.current {
	color: #a0410a;
	background: #f8f7f3 url(backgrounds/20.jpg) no-repeat 0 0 fixed;
}
	
#nav a:hover, #nav a.over {
	color: #a0410a;
	background: #f8f7f3 url(backgrounds/20.jpg) no-repeat 0 0 fixed;
}

/* CONTENT ELEMENTS */

#content {
	position: absolute;
	top: 20px;
	left: 50px;
	margin: 0;
	padding: 8px;
	background: #f8f7f3 url(backgrounds/20.jpg) no-repeat 0 0 fixed;
	border: 2px solid #c3c8cc;
	width: 430px;
}
#flow {
	position: relative;
}
#flow p em {
	margin-right: 10px;
}
img.portfolio {
	float: right;
	padding: 0;
	margin: 5px 0 5px 5px;
}

#flow li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0 5px;
}

.photo {
	font: 10px/12px Georgia, "Times New Roman", Times, serif;
	color: #333;
	margin: 15px 0;
	font-style: italic;
	text-align: center;
}
/* CLIENT JOB TYPES */
#clist span {
	font-size: .78em;
}
.cweb {
	display: inline-block;
	background-color:#600;
	padding: 1px 4px;
	color: #fff;
	margin-right: 6px;
}
.cprint {
	display: inline-block;
	background-color: #003;
	padding: 1px 4px;
	color: #fff;
	margin-right: 6px;
}
.cphoto {
	display: inline-block;
	background-color: #660;
	padding: 1px 4px;
	color: #fff;
	margin-right: 6px;
}
.cbrand {
	display: inline-block;
	background-color: #699;
	padding: 1px 4px;
	color: #fff;
	margin-right: 6px;
}
.cvid {
	display: inline-block;
	background-color: #FC0;
	padding: 1px 4px;
	color: #fff;
	margin-right: 6px;
}
/** CREATING POPUPS  **/
.cweb a, .cweb a:visited, .cprint a, .cprint a:visited, .cphoto a, .cphoto a:visited, .cbrand a, .cbrand a:visited, .cvid a, .cvid a:visited{
	text-decoration: none;
	position: relative;
	z-index: 1;
}
.cweb a:hover, .cprint a:hover, .cphoto a:hover, .cbrand a:hover, .cvid a:hover {
	z-index: 100;
}

.cweb a b, .cprint a b, .cphoto a b, .cbrand a b, .cvid a b {
	position: absolute;
	top: -1;
	left: -1000px;
	visibility: hidden;
	text-decoration: none;
	font-weight: normal;
	padding: 0 4px;
	width: 60px;
}
.cweb a:hover b, .cprint a:hover b, .cphoto a:hover b, .cbrand a:hover b, .cvid a:hover b{
	visibility: visible;
	left: 6px;
	color:#fff;
	text-align: center;
}
.cweb a:hover b{
	background-color:#600;
}
.cprint a:hover b{
	background-color:#003;
}
.cphoto a:hover b{
	background-color:#660;
}
.cbrand a:hover b{
	background-color:#699;
}
.cvid a:hover b{
	background-color:#FC0;
}
/*]]>*/