/* HTML Defaults */

body {
	font: 82%/1.4em Arial, Helvetica, sans-serif;
	color: #000;
	background: #9fce66 url(../images/body_bg.png) repeat left top;
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	text-decoration: underline;
	color: #fff;
}
a:hover, a:active {
	text-decoration: underline;
	color: #000;
}
img {
	border: none;
}
hr {
	color: #fff;
	background: #fff;
	height: 1px;
	padding: 0;
	border: none;
}

/* Main Container */

#container {
	background: url(../images/container_bg.png) no-repeat left 92px;
	width: 100%;
	min-width: 980px;
	float: left;
}
.clear {
	clear: both;
}

/* Header */

#header {
	background: #fff;
	height: 60px;
	width: 100%;
}
#logo, #logo h1, #logo a {
	height: 60px;
	width: 356px;
}
#logo {
	background: url(../images/head_logo.png) no-repeat left center;
}
#logo h1 {
	font-size: 100%;
	margin: 0;
}
#logo a {
	display: block;
	text-indent: -9999px;
}

/* Nav */

#nav {
	background: #000;
	width: 100%;
	float: left;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
#nav ul {
	width: 952px;
	float: left;
	margin: 0;
	padding: 4px 14px;
}
#nav ul li {
	font-size: 92%;
	line-height: 1.5em;
	font-weight: bold;
	float: left;
	margin-right: 12px;
	list-style: none;
	border: solid 1px #000;
}
#nav ul li a {
	text-decoration: none;
	color: #fff;
	float: left;
	padding: 0 8px;
}
#nav ul li a:hover {
	text-decoration: none;
	color: #9fce66;
}
#home #navhome a, #services #navservices a, #about #navabout a, #casestudies #navcasestudies a, #vendors #navvendors a, #contactus #navcontact a {
	color: #fff;
	background: #9fce66;
	border: solid 1px #fff;
}

/* Footer */

#footer {
	font-size: 70%;
	line-height: 1.2em;
	color: #fff;
	width: 100%;
	float: left;
	clear: both;
	padding: 15px 0;
	border-top: solid 1px #fff;
}
#footer p {
	margin: 0;
}
#contact {
	background: url(../images/contact_bg.png) no-repeat 15px center;
	height: 14px;
	width: 373px;
	float: left;
}
#contact strong {
	display: none;
}
#contact a {
	text-indent: -9999px;
	height: 14px;
	width: 200px;
	float: right;
}
#copyright {
	float: right;
	padding: 0 15px;
}

/* Content */

#content {
	background: url(../images/content_bg.png) no-repeat right bottom;
	height: 433px;
	width: 100%;
	float: left;
	clear: both;
}
#flash {
	font-size: 150%;
	text-align: center;
	width: 642px;
	margin: auto;
	padding: 20px;
}
#flashmovie {
	height: 480px;
	width: 640px;
	border: solid 1px #fff;
}
#title {
	width: 100%;
	float: left;
	border-bottom: solid 1px #fff;
}
#title h2 {
	font-size: 230%;
	line-height: 50px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	text-align: right;
	margin: 0;
	padding: 0 15px;
}
#bodytext {
	height: 310px;
	clear: both;
	margin-left: 330px;
	padding: 10px;
	border-bottom: solid 1px #fff;
	border-left: solid 1px #fff;
	overflow: auto;
}
#bodytext h3 {
	font-size: 115%;
	font-weight: bold;
}
#bodytext ul li {
	margin-bottom: .2em;
}
#about img {
	float: left;
	margin: 1em 20px 1em 0;
}
#intro {
	height: 310px;
	margin-left: 340px;
	padding: 10px 20px 0 20px;
}
#intro h2 {
	font-size: 150%;
}
#bodytext #subnav {
	margin: 0;
	padding: 0;
	float: right;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	border-left: solid 1px #fff;
}
#bodytext #subnav li {
	float: left;
	margin: 0;
	list-style: none;
	border-right: solid 1px #fff;
}
#bodytext #subnav li a {
	font-size: 92%;
	line-height: 2em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: #000;
	float: left;
	padding: 0 5px;
}
#bodytext #subnav li a:hover {
	text-decoration: none;
	color: #9fce66;
}
#bodytext #subnav li a.on {
	background: #9fce66;
}
#bodytext #subnav li a.on:hover {
	color: #fff;
}

