body,html {
	margin: 0;
	padding: 0;
}

body {
	background: #000 url(../img/body_bg.jpg) repeat-x scroll left 43px;
	font: normal 11pt "Helvetica",sans-serif;
	color: #fff;
}

#HeaderBar {
	height: 43px;
	color: #fff;
	width: 949px;
	position: relative;
	left: 50%;
	margin-left: -475px;
	vertical-align: middle;
	font-size: 8pt;
	letter-spacing: 0.06em;
}

#HeaderNav {
	position: absolute;
	top: 13px;
	left: 10px;
	text-transform: uppercase;
}

#HeaderNav a {
	color: #fff;
	text-decoration: none;
}

#HeaderNav a:hover {
	border-bottom: 1px solid white;
}

#HeaderSearch {
	position: absolute;
	right: 10px;
	top: 8px;
	height: 24px;
}

#HeaderSearch p {
	margin: 0;
	padding: 0;
}

#HeaderSearch input {
	color: #85878a;
	padding: 4px 4px 4px 8px;
	outline: none;
	border: 0px;
	height: 16px;
	line-height: 16px;
	margin: 0 4px 0 0;
	position: relative;
}

#HeaderSearch button, .ContactTable button {
	border: none;
	outline: none;
	height: 24px;
	padding: 4px 10px;
	margin: 0;
	background: transparent url(../img/button.jpg) repeat-x scroll left top;
	color: #fff;
	font-weight: bold;
}

#LayoutContainer {
	width: 989px;
	position: relative;
	left: 50%;
	margin-left: -495px;
	overflow: hidden;
}

#LayoutShadowLeft, #LayoutShadowRight {
	margin: 0;
	padding: 0;
	width: 20px;
	height: 100%;
	position: absolute;
}

#LayoutShadowLeft {
	background: transparent url(../img/left_shadow.jpg) no-repeat scroll left top;
	left: 0;
	top: 0;
	overflow: visible;
}

#LayoutShadowRight {
	background: transparent url(../img/right_shadow.jpg) no-repeat scroll left top;
	right: 0;
	top: 0;
}

#LayoutBox {
	width: 949px;
	margin: 0;
	padding: 0;
	position: relative;
}

#ContentHeader {
	height: 9.5em;
	width: 949px;
	background: transparent;
	position: relative;
	left: 20px;
}

#SMPLogo {
	position: absolute;
	right: 5px;
	top: 2.5em;
	width: 214px;
	height: 76px;
}

#SMPLogo img {
	border: none;
}

#ContentNav {
	text-transform: uppercase;
	font-size: 8pt;
	color: #fff;
	line-height: 1.8em;
	vertical-align: middle;
	padding: 10px 0 8px 16px;
}

#ContentNav a {
	color: #fff;
	text-decoration: none;
}

#ContentNav a.Current {
	color: #0094a3;
}

#ContentBox {
	position: relative;
	left: 20px;
}

#MainContent {
	position: relative;
	overflow: visible;
	clear: both;
}

#DemoReel {
	width: 864px;
	height: 511px;
	display: block;
	position: relative;
	left: 50%;
	margin-left: -432px;
}

.ContentLeftColumn {
	width: 465px;
	float: left;
	margin: 10px 0;
	padding-right: 10px;
	position: relative;
}

.ContentLeftColumn p {
	color: #fff;
	font-size: 11pt;
	padding: 0 20px;
	line-height: 1.6em;
	margin: 0 0 15px 0;
}

.ContentLeftColumn h3 {
	margin: 0;
	padding: 0 20px;
}

.HomeContent .ContentLeftColumn {
	width: 442px;
	padding: 0 8px 0 25px;
}

ul.ClientList {
	list-style-type: none;
	margin: 0 0 0 20px;
	_margin: 0 0 0 10px; /* IE6 */
	padding: 0;
	font-size: 9pt;
	float: left;
	width: 212px;
}

.ClientListToggle {
	margin: 0 0 0 20px;
	font-size: 10pt;
	color: #01a4b5;
	cursor: pointer;
	font-weight: bold;
	clear: both;
}

.ContactTable {
	border: 0;
	margin: 0 0 0 20px;
	padding: 0;
}

.ContactTable th {
	text-align: left;
	padding: 6px 10px 2px 0;
	font-weight: normal;
	vertical-align: top;
}

.ContactTable td {
	padding: 5px 0;
	text-align: right;
}

.ContactTable input, .ContactTable textarea {
	width: 300px;
	outline: none;
	border: 1px solid #01a4b5;
	padding: 6px;
}

.errorlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #cd0a0a;
	text-align: left;
}

.ContactInfo h2 {
	margin: 10px 0 0 20px;
	padding: 0;
}

.ContactInfo address, .ContactInfo table {
	font-style: normal;
	margin: 0 0 0 20px;
}

.ContactInfo table {
	margin-bottom: 80px;
}

.ContactInfo td {
	padding: 0 20px 0 0;
}

.ContactInfo a {
	color: #fff;
	text-decoration: none;
}

a.ContactLink:hover {
	border-bottom: 1px solid white;
}

.ContentRightColumn {
	float: left;
	width: 453px;
	margin: 10px 0;
	padding: 0 10px;
	border-left: 1px solid white;
	height: auto !important;
}

.BlueBullets, .WhiteBullets {
	color: #fff;
	font-size: 12pt;
	margin: 10px 0 0 0;
	padding: 0;
}

.BlueBullets li {
	margin: 0 0 0 23px;
	padding: 0;
	list-style-image: url(../img/bullet.png);
}

.WhiteBullets dt {
	font: normal bold 15pt "Arial";
	padding: 0 0 0 23px;
	margin: 0;
	background: transparent url(../img/arrow.png) no-repeat scroll left 4px;
	text-align: left;
	cursor: pointer;
}

.WhiteBullets dd {
	padding: 0 0 0 23px;
	margin: 0;
}

.WhiteBullets p {
	margin: 0 0 14px 0;
	font-size: 10pt;
}

.SmallInfoBox, .InfoBox {
	border: 1px solid white;
	background: #01a4b5;
	color: #fff;
	padding: 10px;
	margin-bottom: 20px;
	position: relative;
}

.InfoBox {
	min-height: 108px;
}

.SmallInfoBox img, .InfoBox img {
	border: none;
}

.InfoBox a.TopLink {
	float: right;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

.InfoBox a.Headline {
	color: #fff;
	text-decoration: none;
}

.InfoBox a.Headline:hover {
	text-decoration: underline;
}

.Portfolio {
	margin: 10px 0 0 24px;
}

.Portfolio .Row {
	margin-bottom: 14px;
}

.Portfolio .Thumbnail {
	float: left;
	margin-right: 14px;
	_margin-right: 10px; /* IE6 */
	width: 119px;
	height: 119px;
	border: 1px solid #fff;
	background: #000;
	padding: 0;
}

.Portfolio .Thumbnail img {
	width: 119px;
	height: 119px;
	border: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
	opacity: .85;
}

.Portfolio .Thumbnail a:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.TestimonialInfo {
	min-height: 396px;
}

.TestimonialInfo .Summary {
	font-size: 1.1em;
}

.TestimonialSource {
	text-transform: uppercase;
	font-size: 10pt;
	font-weight: bold;
	padding-left: 25px;
}

.InfoBox p.Summary {
	background: transparent url(../img/arrow.png) no-repeat scroll top left;
	padding: 0 0 0 25px;
	margin: 4px 0 0 0;
}

.InfoBox img.InfoImage {
	float: right;
	margin: -11px 10px 0 5px;
	border: 1px solid white;
	padding: 0;
}

img.OurLocation {
	border: 1px solid white;
	position: relative;
	left: 4px;
}

.HomeContent .LeftInfoBox, .HomeContent .RightInfoBox {
	float: left;
	width: 219px;
	min-height: 145px;
}

.HomeContent .InfoBox {
	min-height: 125px;
	margin: 0;
	font-size: 9pt;
}

.HomeContent .LeftInfoBox {
	padding-right: 7px;
	border-right: 1px solid white;
}

.HomeContent .RightInfoBox {
	padding-left: 7px;
}

.KaleidoscopeInfo {
	background: #00a4b3 url(../img/kaleidoscope_logo.jpg) no-repeat scroll 97% 97%;
	_padding-bottom: 43px;
}

#LinkList {
	margin-left: 25px;
	/*border-top: 1px solid white;
	border-bottom: 1px solid white;*/
}

#LinkList dt {
	margin-top: 5px;
	font-weight: bold;
	font-size: 1.1em;
}

#LinkList a {
	text-decoration: none;
	color: #0094a3;
}

#LinkList a:hover {
	color: #20b4c3;
	border-bottom: 1px solid #20b4c3;
}

#ContentFooter {
	border-width: 1px 0;
	border-color: #fff;
	border-style: solid;
	width: 929px;
	padding: 4px 10px;
	font-size: 8pt;
	color: #fff;
	line-height: 1.8em;
	margin: 8px 0 30px 0;
}

#ContentFooter address {
	font-style: normal;
	font-weight: bold;
}

#FooterLinks, #FooterAddress, #FooterContacts, #FooterSocial {
	float: left;
}

#FooterLinks {
	width: 16.5em;
}

.ContentLeftColumn a, #FooterLinks a {
	text-decoration: none;
	color: #0094a3;
	font-weight: bold;
}

#FooterAddress {
	width: 230px;
}

#FooterContacts {
	width: 260px;
}

#FooterSocial {
	position: relative;
	top: 20px;
}

#FooterContacts td {
	font-size: 8pt;
	font-weight: bold;
	color: #fff;
	line-height: 1.8em;
	padding-left: 10px;
}

#FooterContacts a {
	text-decoration: none;
	color: #fff;
}

#FooterContacts a:hover {
	text-decoration: underline;
}

#Copyright {
	text-align: center;
	font-size: 8pt;
}

/* Clearfix styles */
/* float clearing for IE6 */
* html .clearfix{
height: 1%;
overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
	min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;
}

img.CurSlide, img.ContentHeader {
	border: none;
}