/* main fixes */
* {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	padding: 0;
	margin: 0;
}

body {
	background: #ffffff url(/images/back.gif) repeat;
	behavior: url(/css/csshover.htc);
}

/* start of page divs */
#container {
	width: 750px;
	margin: 0 auto;
	background: #ffffff url(/images/shade.gif) repeat-y;
}
#body {
	clear: both;
	padding: 0 25px;
}

/* page content tags */
p, form p {
	text-align: justify;
	padding: 10px 0;
	font-weight: 800;
}
p.portfoliopic {
	text-align: center;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 20px
}
p.portfoliopic span {
	width: 1px;
	display:inline;
	padding: 0 24px;
}
form p {
	line-height: 15pt;
}
h2, h2 a {
	font-size: 9pt;
	font-weight: 800;
	color: #f7941d;
	margin-bottom: -10px;
}
h2 a:hover {
	color: #fddf81;
}
.first, .first a {
	font-size: 9pt;
}
a {
	color: #777;
	text-decoration: none;
}
a:hover {
	color: #f7941d;
}

/* homepage toggle divs */
#sub {
	margin: 0 25px;
}
#side {
	width: 558px;
	padding: 0 0 18px 10px;
	position: relative;
	left: 132px;
	top: -20px;
	clear: left;
	margin: 0 0 -28px 0;
}
#distinguished{
	width: 132px;
	height: 38px;
	text-indent: -10000em;
	overflow: hidden;
	background: url(/images/distinguishedover.gif) no-repeat;
}
#body ul, #commdiv ul{
	padding: 0 0 10px 50px;
	display: block;
	margin-top: -10px;
}
#body ul li, #commdiv ul li {
	font-weight: 800;
}
#origdiv #orig, #commdiv #comm, #prodiv #pro {
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
	white-space: nowrap;
}
#origdiv #orig a, #commdiv #comm a, #prodiv #pro a {
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
	white-space: nowrap;
	display: block;
	text-indent: 1000em;
}
#origdiv #orig a {
	width: 92px;
	height: 26px;
	background: url(/images/orig.gif) no-repeat;
}

#origdiv #orig a:hover {
	background: url(/images/origover.gif);
}
#commdiv #comm a {
	width: 87px;
	height: 23px;
	background: url(/images/comm.gif) no-repeat;
}
#commdiv #comm a:hover {
	background: url(/images/commover.gif);
}
#prodiv #pro a {
	width: 94px;
	height: 24px;
	background: url(/images/pro.gif) no-repeat;
}
#prodiv #pro a:hover {
	background: url(/images/proover.gif);
}

/* navigation links */
#head {
	width: 740px;
	height: 151px;
	padding: 20px 0 20px;
	margin: 0 5px;
	border-bottom: 1px solid #f7941d;
}
#head ul {
	list-style: none;
	display: block;
	margin: 114px 0 0 70px;
	text-align: center;
	height: 42px;
	float: left;
}
#head ul ul {
	display: none;
	left: 0;
	padding: 0 0 2px 0;
	position: absolute;
	top: 38px;
	margin: 0;
}
#head ul.level1 li.submenu:hover ul.level2 {
	display: block
}
#head ul li { 
	height: 42px;
	display: block;
	list-style: none;
	float: left;
	position: relative;
	width: 64px;
}
#head ul li a {
	width: 64px;
	height: 42px;
	display: block;
	color: #777;
	text-decoration: none;
	font-size: 6pt;
	text-indent: -1000em;
	overflow: hidden;
	font-weight: 800;
}
#head ul li#homeimg {
	background: url(/images/home.gif) top right no-repeat;
}
#head ul li#homeimg:hover {
	background: url(/images/homeover.gif) top right no-repeat;
}
#head ul li#contactimg {
	background: url(/images/contact.gif) top right no-repeat;
}
#head ul li#contactimg:hover {
	background: url(/images/contactover.gif) top right no-repeat;
}
#head ul li#serviceimg {
	background: url(/images/services.gif) top right no-repeat;
}
#head ul li#serviceimg:hover {
	background: url(/images/servicesover.gif) top right no-repeat;
}
#head ul li#webimg {
	background: url(/images/web.gif) top right no-repeat;
}
#head ul li#webimg:hover {
	background: url(/images/webover.gif) top right no-repeat;
}
#head ul li#videoimg {
	background: url(/images/video.gif) top right no-repeat;
}
#head ul li#videoimg:hover {
	background: url(/images/videoover.gif) top right no-repeat;
}
#head ul ul li, #head ul ul li a {
	height: 7pt;
	width: 10em;
	text-indent: -1.5em;
	overflow: visible;
	margin: 0;
	padding: 0;
	text-align: center;
	display: block;
}
#head h1 {
	float: left;
	padding-left: 20px;
}
#head h1 a{
	background: url(/images/nonlinear-web-logo-01.gif) no-repeat top left;
	height: 151px;
	width: 308px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-indent: 1000px;
}

/* footer div */
#footer {
	clear: both;
	border-top: 1px solid #f7941d;
	margin: 0 5px;
}
#footer p{
	padding: 10px 20px;
	font-size: 7pt;
}
#shade {
	background: url(/images/bottom_shade.gif) no-repeat;
	width: 750px;
	height: 7px;
	line-height: 1px;
	overflow: hidden;
}
