html, body {
	margin: 0;
	padding; 0;
	height: 100%;
}

html {
	overflow-y: scroll;
}

body {
	background-color: #3f3d42;
	background-repeat: repeat;
	background-position: top left;
	min-width: 1000px;
	
	font-family: Verdana, Arial, sans-serif;
	font-size: 70%;
	color: #fff;
}

:focus {
	outline: none;
}

a { text-decoration: underline; color: #fff; }
a:hover { text-decoration: underline; }

input.thin {
	width: 110px;
	color: #999;
	font-size: 1.1em;
}

ul {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}

h2 {
	font-size: 1em;
	margin: 0 0 1em 0;
}

h3 {
	font-size: 1em;
	margin: 0;
	text-decoration: underline;
}

img {
	border: 0;
}

#form {
	float: left;
	display: block;
	width: 138px;
	height: 29px;
	margin-left: 15px;
	
	position: relative;
	top: 10px;

	background-image: url(/img/nav/form.png);
	background-repeat: no-repeat;
}

#form a {
	display: block;
	width: 94px;
	height: 28px;

	cursor: pointer;
	position: relative;
	background-color: transparent;
}

#form a span {
	margin-left: -999em;
}

#nav {
	float: left;
	width: 540px;
	margin-left: 112px;
	margin-top: 10px;
}

#nav a {
	text-decoration: none;
}

#nav0 {
	float: left;
	margin-top: 10px;
	height: 149px;
}

#welcome {
	float: left;
	margin-top: 8px;
	height: 162px;
}

.welcome {
	display: block;
	width: 515px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.welcome span {
	margin-left: -999em;
}

#nav0 span {
	margin-left: -999em;
}

#nav0 li a {
	background-repeat: no-repeat;
	display: block;
	width: 178px;
	height: 29px;
}

#nav ul {
	float: left;
	font-size: 0.9em;
	line-height: 1.2em;
	display: block;
	width: 133px;
	color: #999;
	margin-bottom: 0;
}

#nav ul a {
	padding-left: 10px;
}

#nav.editmode ul a, #nav.editmode ul a.active, #nav.editmode ul a:hover {
	padding-left: 0;
	background-image: none;
}

#nav ul a.active, #nav ul a:hover {
	color: #bfcb00;
	background-image: url(/img/nav/bullet-green.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	background-color: transparent;
}

#nav ul li.case-study { margin-top: 1em; }
#nav ul li.case-study span { margin-left: 1em; }

#nav ul li.case-study a {
	margin-top: 2em;
	background-image: url(/img/nav/bullet-white.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	list-style-position: outside;
}

#nav ul li.case-study a:hover {
	color: #bfcb00;
	background-image: url(/img/nav/bullet-green.png);
}

#navi0 { background-image: url(/img/nav/nav-inform.png); }
#navi1 { background-image: url(/img/nav/nav-portfolio.png); }
#navi2 { background-image: url(/img/nav/nav-uniform.png); }
#nav0 li #navi3 { background-image: url(/img/nav/nav-shop.png); height: 36px; margin-bottom: -6px; }
#navi4 { background-image: url(/img/nav/nav-contact.png); }

#navi0:hover, #navi0.active { background-image: url(/img/nav/nav-inform-over.png); }
#navi1:hover, #navi1.active { background-image: url(/img/nav/nav-portfolio-over.png); }
#navi2:hover, #navi2.active { background-image: url(/img/nav/nav-uniform-over.png); }
#nav0 li #navi3:hover, #nav0 li #navi3.active { background-image: url(/img/nav/nav-shop-over.png); height: 36px; margin-bottom: -6px; }
#navi4:hover, #navi4.active { background-image: url(/img/nav/nav-contact-over.png); }

#container {
	float: left;
	display: block;
	width: 828px;

	overflow: hidden;
}

#box, #debug {
	float: left;
	width: 645px;
	background-color: #fff;
	color: #3f3d42;

	padding: 20px;
	
	padding-bottom: 999em;
	margin-bottom: -999em;

	/*	display: none;*/
}

#prevnext {
	float: right;
	display: block;
	width: 123px;
	height: 14px;
	margin-bottom: 2px;
	background-color: #e5f390;
	color: #3f3d42;

	padding: 3px 9px;
}

#side {
	float: right;
	clear: right;
	width: 123px;
	background-color: #fff;

	padding: 0 9px;
	
	padding-bottom: 999em;
	margin-bottom: -999em;
	
/*	font-size: 0.9em;*/
}

#box a, #side, #side a, #prevnext ul a {
	color: #3f3d42;
}

#prevnext {
/*	font-size: 0.9em;*/
}

#prevnext a { text-decoration: none; }
#prevnext a:hover { text-decoration: underline; }

#prevnext ul li { margin-bottom: 1em; font-weight: bold; }

#prevnext .prev {
	background-image: url(/img/nav/arrow-left.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-left: 13px;
	float: left;

}

#prevnext .next {
	background-image: url(/img/nav/arrow-right.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-right: 13px;
	float: right;
}

#textside {
	margin-left: -9px;
}

.video {}

#player {}

#message {
	background-image: url(/img/nav/message.png);
	background-repeat: no-repeat;
	clear: left;
	float: left;
	width: 129px;
	height: 411px;
	padding-top: 59px;
	margin-right: 9px;
	margin-left: 15px;
	border-top: 1px solid #fff;
	position: relative;
}

#message a { text-decoration: none; }
#message a:hover { text-decoration: underline; }

#enterblog {
	margin-top: 5px;
	display: block;
	width: 93px;
	height: 17px;
	background: transparent url(/img/nav/nav-blog.png) no-repeat top left;
}

#followus {
	display: block;
	height: 20px;
	padding-top: 4px;
	padding-left: 24px;
	background: transparent url(/img/nav/new-btn-sml-facebook.png) no-repeat left center;
}

a.social {
	vertical-align: -50%;
}

#enterblog:hover {
	background-position: 0 -17px;
}

#enterblog span {
	position: absolute;
	margin: -99em;
}

#credit {
	width: 129px;
	position: absolute;
	bottom: 0;
}

#main {
	float: left;
	width: 828px;
	padding-top: 9px;
	border-top: 1px solid #fff;
}

#main li {
	background-image: url(/img/nav/bullet-white.png);
	background-position: 0 4px;
	background-repeat: no-repeat;
	padding-left: 1em;

	list-style: none;
	list-style-position: outside;
}

#main li.nobullet {
	background-image: none;
}

#contact-form input {
	width: 240px;
}

#contact-form input#contact-submit {
	width: auto;
}

#cms {
	margin-top: 175px;
}

#cms, #cms a {
	color: #bfcb00;
}

#news {
	margin-top: 20px;
}

#news li {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 256px;
	height: 192px;

	position: relative;
}

#box p {
	margin: 0 0 1em 0;
}

#box a {
	text-decoration: underline;
}

#box ol {
	margin: 0;
	padding: 0 0 0 2em;
}

#news li div.words, #news li textarea {
	position: absolute;
	top: 10px;
	left: 135px;
	width: 115px;
}

#news li div.words { color: #fff; }

#news li input {
	position: absolute;
	top: 10px;
	left: 5px;
}

#news li div.words a { color: #fff; text-decoration: underline; }

#box.wide {
	width: 808px;
	padding: 20px 10px;
}

#box.newswide {
	width: 843px;
}

.col {
	float: left;
	width: 256px;
	margin-right: 20px;
}

.col ul {
	list-style: disc;
}

.col ul li {
	list-style-position: inside;
}

.newscol {
	background-color: #fff;
	float: left;
	width: 255px;
	margin-right: 2px;
	padding: 20px 10px 10px 10px;
}

.newscol.press img.cmsimg {
	border: 1px solid #999;
}

.newscol.end {
	width: 254px;
}

#dual {
	float: left;
	margin-right: 2px;
}

#dual div {
	background-color: #fff;
	margin-bottom: 2px;
	width: 255px;
	padding: 20px 10px 10px 10px;
}

.cmsimg {
	clear: left;
	float: left;
	margin: 0 10px 10px 0;
}

#talks .cmsimg {
	margin-bottom: 40px;
}


#blog {
	float: left;
	background-color: #fff;
	width: 531px;
	padding: 20px 10px 10px 10px;
}

dt {
	clear: both;
}

#talks dd {
	width: 120px;
	margin-left: 135px;
}

#blog dd {
	width: 255px;
	margin-left: 270px;
}

.newswide dd {
	width: 120px;
	margin-left: 135px;
}

.nodd dd {
	margin-left: 0;
}

#box.blank {
	background-color: transparent;
	padding: 0;
}

#box .end {
	margin-right: 0;
}

#nav ul a.delete {
	color: red;
}

#nav ul a.delete:hover {
	color: red;
	text-decoration: underline;
}

#container.shop {
	background-color: #555;
	color: #fff;
	padding-top: 10px;
	position: relative;
	height: 630px;
}

#shoptext {
	width: 250px;
	margin-left: 10px;
}

#shoptext a, #shopitem a {
	color: #9db000;
	font-weight: bold;
}

#shoptext hr {
	width: 250px;
	height: 0;
	color: #9db000;
	border: 0;
	border-bottom: 1px solid #9db000;
	margin: 0 0 -0.5em 0;
	padding: 0;
}

#shoptext ul {
	margin: 0 0 0.5em 0;
}

#shoptext li {
	font-weight: bold;
	padding-left: 1em;
	background-image: url(/img/nav/bullet-white.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

#shoptext table {
	width: 250px;
	border-collapse: collapse;
}

#shoptext th {
	display: none;
}

#shopitem {
	float: right;
	padding: 0 10px 10px 10px;
}

.introtype {
	margin-top: 9px;
}

.introtype-welcome {
	margin-top: 6px;
	margin-left: 1px;
}

pre.debug {
	font-size: 2em;
	color: red;
}

.overlay {
	position: absolute;
	top: 0;
	left: 270px;
	height: 530px;
	display: block;
	width: 540px;
	padding: 10px;
	background-color: #555;
}

.overlay .col {
	float: left;
	width: 255px;
	margin-right: 10px;
}

#worldpay img {
	margin: 0 3px 9px 0;
}

/* faux columns */

#wrapper {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	
	background-repeat: repeat-y;

	position: absolute;
	z-index: 10;
	width: 1000px;
}

/* sortables */

ul.sortable li span {
	cursor: pointer;
}

ul.sortable.inactive li span {
	cursor: default;
}

/* resizable background */

#bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	min-width: 1000px;
}

textarea {
	font-size: 1.2em;
}

iframe {
	background-color: #fff;
	margin-bottom: 20px;
}

/* EOF */
