html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-family: Arial;
	background: #000;
	color: #acacac;
	min-width: 1000px;
	background: #000 url(../images/bg_grey.png) top center no-repeat;
}

body.corporate {
	background-image: url(../images/bg_blue.png);
}

body.tradeshow {
	background-image: url(../images/bg_orange.png);
}

body.conference {
	background-image: url(../images/bg_green.png);
}

body.promotional {
	background-image: url(../images/bg_red.png);
}

body.about {
	background-image: url(../images/bg_pink.png);
}

body.contact {
	background-image: url(../images/bg_teal.png);
}

a {
	text-decoration: none;
	color: #acacac;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

/* Float container */
#more_info:after, #sub_nav:after {
	content: ' ';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#container {
	position: relative;
	min-height: 100%;
}

#header, #content, #more_info, #footer {
	margin: auto;
	width: 924px;
	padding: 0 25px 0 51px;
}

#header {
	position: relative;
	height: 182px;
}

#logo {
	position: absolute;
	left: 51px;
	top: 37px;
}

#nav {
	text-transform: lowercase;
	list-style-type: none;
	position: absolute;
	left: 51px;
	top: 126px;
	overflow: hidden;
	margin: 0 0 0 -11px;
	padding: 0 0 2px 0;
	font-size: 0.9375em;
}

#nav li {
	display: block;
	float: left;
	padding: 0 14px 0 11px;
	border-left: 2px solid #5c616b;
	margin: 0 0 0 -2px;
	line-height: 15px;
}

#nav a {
	position: relative;
	top: -1px;
}

.active a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#sub_nav {
	color: #5c616b;
	position: absolute;
	left: 51px;
	top: 157px;
	font-size: 0.75em;
	line-height: 10px;
	width: 100%;
}

#sub_nav div {
	float: left;
	padding: 0 8px 0 0;
}

#sub_nav ul {
	list-style-type: none;
	overflow: hidden;
	margin: 0;
	padding: 0 0 3px 0;
}

#sub_nav li {
	display: block;
	float: left;
	padding: 0 10px 0 7px;
	border-left: 2px solid #5c616b;
	margin: 1px 0 0 -2px;
}

#sub_nav a {
	position: relative;
	top: -1px;
}

#main {
	border-top: 1px solid #333743;
	border-bottom: 1px solid #333743;
}

#content {
	height: 330px;
	background: #000;
	position: relative;
}

#description {
	width: 324px;
	float: left;
}

#section_title {
	margin: 30px 0 24px 0;
}

#section_title img {
	display: block;
}

#text {
	font-size: 0.8125em;
	padding: 0 25px 0 0;
	overflow: auto;
}

#text p {
	margin: 0;
	padding: 0 0 10px 0;
}

#text ul {
	margin: 0;
	padding: 0 0 10px 17px;
	font-weight: bold;
}

#text a {
	text-decoration: underline;
}

#flash {
	float: left;
	width: 600px;
	position: relative;
}

#more_info {
	padding-top: 30px;
	color: #5c616b;
}

#info_caption {
	float: left;
	width: 182px;
}

#testimonials {
	margin: 0 0 -25px 0;
}

.testimonial {
	margin: 0 0 25px 180px;
	background-repeat: no-repeat;
}

.testimonial p {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.testimonial .author {
	color: #888;
	font-size: 0.6875em;
	padding: 12px 0 0 0;
}

#footer {
	color: #5c616b;
	font-size: 0.6875em;
	width: 770px;
	padding: 56px 179px 54px 49px;
	line-height: 17px;
}

#footer a, #footer span {
	padding: 0 2px;
}

#copyright {
	display: block;
}

/* Home */
#more_info ul {
	list-style-type: none;
	width: 180px;
	margin: 0;
	padding: 0;
	float: left;
	font-size: 0.6875em;
	line-height: 1.25em;
}