
/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #3a3a3a; /* #100f0f; */
	font-family: Geneva, Arial, Helvetica, sans-serif;
}



/* links */
a {
	text-decoration: none;
} 

a:hover {
	text-decoration: underline;
}

/* headers */

/* h1, h2, h3 {
	margin: 10px 15px;
	padding: 0;
} */

ul, ol {
	margin: 10px 0px;
	/* padding: 0 0px; */
}

li {
	list-style-type: none;
}

/* images */
img {
	border: none;	
}

.input {
	background-color: #737373;
	border: 1px solid #333333;
	color: #FFF;
	font-size: 11px;
	height: 16px;
}

.submit {
	border: none;
	background: none;
	color: #e3b85b;
	cursor: hand;
	cursor: pointer;
	padding: 0px;
}

.submit:hover {
	text-decoration: underline;
}

/* img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
} */


/* start - table */
/* table {
	border-collapse: collapse;	
}

tr {
	height: 30px;
}

td {
	padding-left: 0px;
	padding-right: 11px;
} */








/***********************
	  LAYOUT
************************/

#headerWrapper, #contentWrapper, #contentContainer, #secondaryWrapper, #secondaryContainer, #footerWrapper {
	min-width: 1024px;	
}

#headerWrapper {
	z-index: 10001;
}

#header, #content, #secondary, #footer {
	width: 1024px;		
}


/* header */
#headerWrapper {
	height: 89px; /* 105px */
	text-align: left;	
	/* background: #262625; */
	background-image: url(../images/headerBG3.png);
	background-repeat: repeat-x;
	background-color: #3b3b3a; /* #090909;	 */	
	z-index: 10001;
}

#header {
	position: relative;
	margin: 0 auto; 
	padding: 0;
	z-index: 10001;
}

#header #logo {
	position: absolute;	
	/* height: 65px; */
	padding: 0 10px;
	margin: 0;
	top: 10px;
	left: 0px;
}

#header #logo a {
	text-decation: none;
}

#header #tagline {
	position: absolute;	
	margin: 0;
	padding: 0;
	display: none;
}


/* top navigation */
/* #header ul {
	position: absolute;
	right: 0px;
	top: 70px; */
	/* font-weight: 600; */
	/* list-style: none;
	margin: 0;
	padding: 0;	
}
#header li {
	display: inline;
}
#header li a {
	float: left;
	display: block;
	padding: 0px 24px 7px 24px;	
    color: #879bbb;
	font-size: 18px;
	 *//* font-weight: bold; */
/* }
#header li a:hover {
	color: #F2C679;
	text-decoration: none;
}
*/
#header #login {
	position: absolute;
	top: 5px;
	right:37px;	
	font-size: 11px;
	font-family: Arial;
}
/* #header #login P {
	margin: 0;
	padding: 0;
} */


#login a:hover {
	color: #E76F34; /* #e3b85b; */ /*#F2C679; */
}





/* content */
#contentWrapper {
	/* background-image: url(../images/contentshowcaseBG.png);
	background-repeat: repeat-x;
	background-color: #090909;	#c88903 */
	background-color: #6d94b5;
	width: 100%;
	min-height: 391px;
	height: auto !important;
	height: 391px;
	position: relative;
	text-align: left;
	/* z-index: 10001; */
}

#contentContainer {
	/* background-image: url(../images/showcaseBG.png); 
	background-repeat: no-repeat;
	background-position: top center;*/
	
	background-image: url(../images/showcaseBG3.png); 
	background-repeat: repeat-x;
	/*background-position: top center;*/
	width: 100%;
	/*min-height: 351px;
	height: auto !important;
	height: 351px;*/
	position: relative;
	/* z-index: 10001; */
}

#content {
	margin: 0px auto;  /* -1px auto */
	padding-top: 0px; /* 75px */
	width: 1024px;
	min-height: 391px;
	height: auto !important;
	height: 391px;
	/* z-index: 10001; */
}
	

/* main */

#showcaseContent {
	top: 35px;
	left: 75px;
	width: 1024px;
	/* font-family: Helvetica, Arial, Verdana, sans-serif; */
	font-size: 14px;
	font-weight: 100;
	color: #FFF;
	/* z-index: 10001; */
}


/* #showcaseImage {
	float: right;
	position: relative;
	padding-top: 75px;
	top: -75px;
	left: -45px;
	width: 700px; */ /* 820 */
	/* margin-bottom: -150px;
	z-index: 10001;
	min-height: 351px;
	height: auto !important;
	height: 351px;
} */

#demoImage {
	/* float: right;
	position: relative; */
	/* top: -200px; */
	/* left: -160px; */
	/* width: 350px;*/
	/* margin-bottom: -250px; */
	/* min-height: 351px;
	height: auto !important;
	height: 351px; */
	/* z-index: 10001; */
}

#demoNavPanel {
	float: right;
}

#demoNav {
	font-size: 36px;
	font-weight: bolder;
}

#demoNav a {
	text-decoration: none;
	color: #FFF;
}

#demoNav a:hover {
	color: #F2C679;
}



#itemShowcaseDetail {
	width: 475px;
	clear: left;
	float: left;
	position:absolute;
	margin-left: 55px;
	/* z-index: 10001; */
}

.itemHeader {
	font-size: 35px;
	font-weight: 100;
	color: #FFF;
}

.itemShowcaseDetailHeading {
	padding-right: 10px;
	font-size: 11px;
	color: #7d7d7d;
}

.itemShowcaseDetailLaunch {
	padding-right: 10px;
	color: #F2C679;
}

.itemShowcaseDetailLaunch a {
	text-decoration: underline;
	color: #F2C679;
}

.itemSecondaryDetail {
	clear: both;
	padding: 75px 0px 15px 0px;
}

#breadcrumbs {
	float:left;
}

#nextcrumb {
	float: right;
}

#breadcrumbs a, #nextcrumb a {
	color: #FFF;
}





#featurePanel {
	padding: 60px 0px 30px 58px;
}



#featureSet {
	float: left;
	position: relative;
	width: 400px;
	/* margin-left: -105px; */ /* 168 doesn't work for demo index */ /* set for IE all_demo_index */
    top: -15px;
	left: 0px;
	clear: left;
}

html>/**/body #featureSet {
	top: 0px;
}

#featureSet ul {
	padding-left: 1.3em;
	text-indent: -1.3em;
}

#featureSet li {
	color: #7d7d7d;
}

#caseStudy, #demoList {
	width: 475px;
	margin-left: 450px;
}

#demoList li {
	line-height: 35px;
	border-bottom: 1px dashed #7f7f82;
}

#demoList a {
	color: #F2C679;
}

.caseStudyContent {
	padding-top: 12px;
	line-height: 15px;
	font-size: 12px; 	
}


#clientQuote {
	padding-top: 35px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	display: block;
}

.quote, .client {
	padding-top: 12px;
}



/* content */
#secondaryWrapper {
	background-image: url(../images/secondaryBG2.gif);
	background-repeat: repeat-x;
	background-color: #3a3a3a; /* #1e1e20; */
	width: 100%;
	min-height: 232px;
	height: auto !important;
	height: 232px;
	position: relative;
	text-align: left;
	z-index: 0;
	overflow: hidden;
}


#secondaryContainer {
	background-image: url(../images/secondaryBG2.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	margin: 1px auto;
	min-height: 232px;
	height: auto !important;
	height: 232px;
	position: relative;
}

#secondary {
	margin: -1px auto;
	padding-top: 50px;
	padding-left: 50px;
	width: 1024px;
}

#secondary p {
	color: #adadad;
	margin-bottom:10px;
	font-size:11px;
}

#secondary a:hover {
	color: #F2C679;
}

#secondaryNavLeft {
	float: left;
	padding-right: 20px;
}

#secondaryNavLeft a, #secondaryNavRight a {
	/*font-size: 11px;*/
	color: #e3b85b;
}

#secondaryNavLeft h3, #secondaryNavRight h3 {
	color:#FFF;
	font-size: 14px;
	padding-bottom: 10px;
	/*font-weight: lighter;
	font-weight:bold;*/
}

#secondaryNavLeft h4, #secondaryNavRight h4 {
	color: #FFF;
	font-weight: lighter;
}

#secondaryNavRight {
	float: left;
	padding-left: 25px;
	padding-right: 20px;
}


.newsPanel {
	width: 20%;
	font-size: 13px;
	min-height: 150px;
	height: auto !important;
	height: 150px;
}

.demoPanel {
	width: 20%;
	font-size: 13px;
	border-left: 1px dotted #999999;
	min-height: 150px;
	height: auto !important;
	height: 150px;
}

.demoPanel img {
	float: left;
	padding-right: 5px;
}

.demoPanel p {
	padding-top: 15px;
}

.casePanel {
	width: 20%;
	font-size: 13px;
	border-left: 1px dotted #999999;
	min-height: 150px;
	height: auto !important;
	height: 150px;
}

.quotePanel {
	width: 20%;
	font-size: 13px;
	border-left: 1px dotted #999999;
	min-height: 150px;
	height: auto !important;
	height: 150px;
}


#newsTable {
	clear: left;
	width: 525px;
	padding-top: 35px;
}

#newsTable td {
	vertical-align: top;
}

#newsTable h2 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 12px;
	color: #879bbb;
}

#newsTable .date {
	padding-top: 2px;
	font-size: 11px;
	color: #879bbb;
}

#newsTable .newsItem {
	padding-bottom: 4px;
	font-size: 14px;
}

.newsItem a {
	color: #7d7d7d;
}

#moreNews {
	padding-top: 10px;
	font-size: 14px;
}

#moreNews a {
	color: #7d7d7d;
}





/* footer */
#footerWrapper {
	/* background-image: url(../images/footerBG2.gif); */
	background-repeat: repeat-x;
	background-color: #3a3a3a; /* #1e1e20; */
	position: relative;
	clear: both;
	/* padding: 40px 0; */
	text-align: left;	
	/* background-color: #100f0f; */
	width: 100%;
	float: left;
	min-height: 40px;
	height: auto !important;
	height: 40px;
}
#footerWrapper p {
	margin-left: 0;
}

#footer {	
	margin: 0 auto;		
}

#footer #btmNav ul {
	position: relative;
	list-style: none;
	/* top: 0;
	right: 0; */
	text-align: center;
	font-size: 13px;
	padding-top: 50px;
}
#footer li {
	display: inline;
	padding-left: 5px;
}
#footer li a:hover {
	color: #E76F34; /* #e3b85b; */ /*#F2C679; */
}



/* #footer .col {
	padding: 0;
	width: 725px;		
} */

#contactLine {
	width: 685px;
	padding-top: 15px;
	float: left;
}

html>/**/body #contactLine {
	padding-top: 0px;
}

/* #footer .col2 {
	width: 300px;
	padding: 0;	
	display: inline;
} */

#privacy {
	padding-top: 10px;
	font-size: 11px;
}

/* #privacy ul {
	text-align: left;
} */

#privacy a {
	color: #626267;
	font-size: 11px;
	text-decoration: none;
}

#btmNav {
	clear: right;
	/* width: 300px; */
	/* padding: 0;	*/
	display: inline;
}

#copyright {
	font-size: 11px;
	text-align: right;
	padding-top: 35px;
	color: #ccc; /* #626267; */
	text-align: center;
}

/*
.float-left  { float: left; }
.float-right { float: right; }
*/
.btmDividers { padding-left: 10px; }
.white { color: #FFF; }
.grey { color: #7d7d7d; }
.hybridBlue { color:#879bbb; }
.hybridOrange { color: #F2C679; }
.fontFamMain { font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif; }
.fontFamSecondary { font-family: Helvetica, Arial, Verdana, sans-serif; }
/* .fontWeight1 { font-weight: bold; } */
.font11 { font-size: 11px; }
.font14 { font-size: 14px; }
.bulletStyle1 { font-size: 18px; padding-right: 5px; }
.vert { vertical-align: top; }
.pad { margin-right: 5px; margin-left: 5px; }

