@charset "UTF-8";
html, body {
	font-family: Helvetica, Arial, sans-serif;
	color:#323232;
	margin:0;
	padding:0;
	font-size:11px;
	height:100%;
}
html { overflow-y:scroll; }
#global-wrap {	
	min-height:100%;
	position:relative;
	background:#FFFFFF;
	
}
table, tr, td {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5 {
	margin:0;
}
h1 {
	font-size:28px;
	color:#9d9d9c;
}
h2 {
	font-size:26px;
	color:#323232;
	line-height:30px;
}
h3 {
	font-size:14px;
	border:none;
}

a {
	font-weight:700;
	color:#323232;
	text-decoration:none;
}
a:active {
	color:#000000;
}
a:hover {
	color:#515151;
	text-decoration:none;
}

ul {
	list-style:none;
	margin:0;
	padding:0;
}

form {
	margin: 0;
	padding: 0;
} 

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

a img {
	border:none;
}

.subhead {
	font-size:24px;
	color:#1f1f1f;
	line-height:28px;
	margin-top:25px;
}

.subhead2 {
	font-size:20px;
	color:#000000;
	line-height:24px;
	margin-top:25px;
}

/*INDEX*/
#index-content-wrap {
	font-size:14px;
}
#index-header-wrap {
	background:url(/images/bg/bg-home-header.gif) repeat-x;
	height:78px;
}
#index-header-content {
	width:1070px;
	margin:auto;
}
.header-adjust {
	padding-right:30px;
}
#index-logo a{
	display:block;
	text-indent:-9999em;
	width:187px;
	height:52px;
	float:left;
	background:url(/images/nav/WorkZone-logo.gif) no-repeat;
	margin-top:13px;
	margin-left:10px;
}
#index-nav {
	float:left;
	margin-top:30px;
	margin-left:40px;
}
#index-nav li{
	float:left;
	margin-right:28px;
	padding:5px;
}
#index-nav li.current{
	background:url(/images/nav/nav-btm-current.gif) center bottom no-repeat;
	padding-bottom:10px;
}
#index-nav li.current a{
	color:#343434;
	background:#b4def0;
	padding:7px 7px 5px;
}
#index-nav li.current a:hover{
	color:#343434;
	text-decoration:none;
}
#index-nav li.nomargin{
	margin-right:0px !important;
}
#index-nav li a{
	font-size: 14px;
	color:#ffffff;
}
#index-nav li a:hover{
	color:#EEEEEE;
	text-decoration:underline;
}
#index-nav li.about-us{
	margin-right:0px !important;
}
/*highlight-current-page*/

#index-nav li.current,
body.overview #index-nav li.overview,
body.why-workzone #index-nav li.why-workzone,
body.product-tour #index-nav li.product-tour,
body.case-studies #index-nav li.case-studies,
body.who-uses-workzone #index-nav li.who-uses-workzone,
body.demo #index-nav li.demo,
body.about-us #index-nav li.about-us
{
	background:url(/images/nav/nav-btm-current.gif) center bottom no-repeat;
	padding-bottom:10px;
}

#index-nav li.current a, #nav li.current a:hover,
body.overview #index-nav li.overview a, #nav li.overview a:hover,
body.why-workzone #index-nav li.why-workzone a, #nav li.why-workzone a:hover,
body.product-tour #index-nav li.product-tour a, #nav li.product-tour a:hover,
body.case-studies #index-nav li.case-studies a, #nav li.case-studies a:hover,
body.demo #index-nav li.demo a, #nav li.demo a:hover,
body.about-us #index-nav li.about-us a, #nav li.about-us a:hover
{
	color:#343434;
	background:#b4def0;
	font-size: 14px;
	padding:7px 7px 5px;
}


#index-mid-wrap {
	background:#fff url(/images/bg/index-mid-bg.gif) repeat-x;
	min-height:200px;
	padding:40px 0 20px 0;
}
#index-mid-content {
	width:970px;
	margin:auto;
}
#index-mid-left {
	width:340px;
	float:left;
	margin-left:10px;
}
#index-mid-left img{
	margin-left:-27px;
	margin-top:0px;
}
#index-checklist {
	color:#4498C0;
	font-size:14px;
}
#index-checklist li{
	width:140px;
	float:left;
	line-height:29px;
	padding-left:23px;
	background:url(/images/icon/index-blue-check.gif) center left no-repeat;
}
#index-mid-right {
	width:615px;
	float:left;
}
#index-mid-right h1 {
	font-size:38px;
	color:#343434;
	padding-left:15px;
}
#index-mid-right h2 {
	font-size:16px;
	color:#343434;
	font-weight:normal;
	padding-left:15px;
}
#index-mid-right h3 {
	margin-top:20px;
	font-size:21px;
	color:#343434;
	line-height:32px;
}
#index-mid-right p {
	font-size:14px;
	line-height:22px;
	margin:0;
	padding-right:15px;
}
#index-mid-feat {
	margin:90px 0 0 15px;
}

.action1 {
	background:url(/images/btn/index-learnmore.gif) repeat-x;
	padding:7px 15px 25px 15px;
	color:#fff;
	font-size:22px;
	line-height:40px;
	display:inline;
}
.action1 a{
	color:#fff;
	font-weight:700;
	line-height:40px;
	font-size:22px;
	padding-left:15px;
	height:38px;
	background-image: url(/images/icon/index-learnmore-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.action2 {
	float:left;
	margin-bottom:0;
	margin-top:0;
	margin-left:0;
	margin-right:70px;
	padding-top:10px;
}
.action2 a{
	color:#285CD3;
	font-weight:700;
	text-decoration:underline;
	font-size:14px;
	line-height:40px;
	display:inline;
}

.two-actions {
	float:left;
	margin: 50px 0 30px 60px;
	display:inline;
}
.landing-action {
	text-align:right;
	margin:35px 150px 0 0;
}

.registered {
	font-size:12px;
	padding-left:2px;
}

.highlight-blue {
	background:#E7F6FF;
	padding:5px 5px 5px 0;
}

.highlight-yellow {
	background:#FFFFCC;
	padding:5px 5px 5px 0;
}

/*INSIDE*/
#interior-text {
	width:580px;
	float:left;	
	font-size:15px;
	line-height:22px;
	padding-left:0px;
}
#interior-text h1{
	margin-top:20px;
	margin-bottom: 20px;
	padding-left:0px;
	font-size:34px;
	color:#343434;
}
#interior-text h2{
	font-size:24px;
	line-height:26px;
	font-weight: bold;
	padding-left:0px;
	color:#343434;
	margin-bottom:5px;
	margin-top:35px;
}
#interior-text h3{
	font-size:18px;
	line-height:22px;
	font-weight: bold;
	padding-left:0px;
	color:#272727;
	margin-bottom:5px;
	margin-top:35px;
}
#interior-left {
	width:310px;
	float:left;
	padding-left:30px;
}
.testimonial{
	background:#f1f8fc;
	width:170px;
	padding:10px 15px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:20px;
	min-height:500px;
}
.testimonial-name {
	font-size: 14px;
	color:black;
	line-height:20px;
	margin-top:15px;
	margin-bottom:20px;
}
.testimonial-text {
	font-size: 13px;
	font-style: italic;
	line-height:20px;
	margin-top:20px;
	margin-bottom:20px;
}
.customer-logos {
	border:1px solid #bbddee;
	margin-bottom:20px;
	margin-left:20px;
	margin-top:20px;
	min-height:500px;
	width:200px;
}
.customer-logos p{
	margin-top:20px;
	margin-bottom:40px;
	padding-left:20px;
	padding-right:20px;
	font-size: 13px;
	line-height:20px;
	font-weight: 400;
}
.logos p{
	text-align:center;
}
.customer-logos h4{
	background:#bbddee;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:5px 0;
	text-align:center;
}
#overview {
	width:711px;
	font-size:15px;
	color:#343434;
	line-height:22px;
	margin-left: auto;
	margin-right: auto;
}
#overview h1{
	margin-top:20px;
	margin-bottom: 20px;
	padding-left:0px;
	font-size:34px;
	letter-spacing: -1px;
	color:#343434;
}
#overview h2{
	font-size:24px;
	line-height:26px;
	font-weight: bold;
	padding-left:0px;
	color:#343434;
	margin-bottom:5px;
	margin-top:45px;
}

#inside-mid-wrap {
	background: #fff url(/images/bg/inside-mid-bg.gif) repeat-x;
	min-height:300px;
	padding:40px 0 20px 0;
}
#inside-mid-content {
	width:970px;
	margin:auto;
	overflow:hidden;
	position:relative;
}

#inside-1 {
	margin-top:20px;
	margin-bottom:30px;
	margin-left:40px;
	width:200px;
	float:left;
	position:relative;
}
#inside-1-content {
	background:#f1f8fc;
	padding-bottom:10px;
}
#inside-1-content ul{
	padding:12px 0 0 15px;
}
#inside-1-content ul li{
	line-height:19px;
}
#inside-1-content ul li a.current{
	background:#4e4e4e;
	padding:2px 5px 2px 5px;
	color:#fff;
	text-decoration:none;
	margin-left:10px;

}
#inside-1-content ul li a:hover.current{
	color:#fff;
	text-decoration:none;
}
#inside-1-content ul li a{
	color:#005CBF;
	text-decoration:underline;
	font-size:12px;
	font-weight:normal;
	padding-left:10px;
}
#inside-1-content ul li a:hover{
	text-decoration:none;
}
#inside-1 h4{
	background:#bbddee;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:3px 0 3px 15px;
}
#inside-1 h3{
	font-size:16px;
	line-height:18px;
}
#inside-2 {
	width:379px;
	float:left;
	margin:0 25px;
	padding-top:15px;
}

.demo-link {
	margin-top:20px;
	margin-bottom:50px;
}
.demo-link a{
	color:#285CD3;
	text-decoration:underline;
	font-size:13px;
}
.error {color:red; vertical-align:bottom;}

#demo {
	width:650px;
	font-size:15px;
	color:#343434;
	line-height:22px;
	padding-left:15px;
	padding-right:40px;
	margin-left: auto;
}
#demo h1{
	margin-top:20px;
	margin-bottom: 20px;
	padding-left:0px;
	font-size:34px;
	color:#343434;
}
#demo-box{
	min-width:400px;
	background:#F1F8FC none repeat scroll 0 0;
	border:1px solid #BBDDEE;
	clear:both;
	color:#000;
	line-height:24px;
	margin-top:20px;
	margin-bottom:40px;
}

#demo-box2{
	min-width:400px;
	background:#F1F8FC none repeat scroll 0 0;
	border:1px solid #BBDDEE;
	clear:both;
	color:#000;
	line-height:24px;
	margin-top:20px;
	margin-bottom:40px;
}

#demo-box2 input {font-size: 15px; padding:2px; width:300px;}
#demo-box2 td {padding: 5px 0 0 10px;}


#demo-thanks {
	width:650px;
	font-size:15px;
	color:#343434;
	line-height:22px;
	margin-left: auto;
	margin-right: auto;
}
#demo-thanks h1{
	margin-top:20px;
	padding-left:35px;
	font-size:34px;
	color:#343434;
}
#demo-thanks table{
	width:580px;
	background:#F1F8FC none repeat scroll 0 0;
	border:1px solid #BBDDEE;
	clear:both;
	color:#000;
	line-height:24px;
	margin-top:20px;
	margin-left: 35px;
}
#demo-thanks p{
	margin-top:20px;
	margin-bottom:20px;
	padding-left:20px;
	padding-right:20px;
}
#demo-button {
	color:#000;
	font-weight:700;
	padding:2px;
	margin-left:140px;
}


.submit {
margin:10px 35px;
text-align:right;
}

.submit img {
border="0"
}

/*FOOTER*/
#index-footer-wrap {
	clear:left;
	overflow:hidden;
	background:#fdfdea url(/images/bg/bg-index-footer.gif) repeat-x top center;
	padding:25px 0px;
}
#index-footer-content {
	width:970px;
	margin:auto;
	color:#7f7f7f;
	font-size:11px;
}
.footer-copy {
	float:left;
	width:20%;
	display:block;
	padding-top:2px;
}
.footer-contact {
	display:block;
	width:60%;
	color:#000;
	font-weight:bold;
	font-size:15px;
	float:left;
	text-align:center;
}
.footer-contact a{
	color:#000;
	font-weight:600;
	text-decoration:underline;
}
.footer-contact a:hover{
	text-decoration:none;
}
.footer-security a{
	display:block;
	width:100px;
	float:right;
	text-align:right;
	background:url(/images/icon/index-footer-lock.gif) no-repeat left center;
	padding-left:4px;
	padding-top:2px;
	text-decoration:none;
	color:#7f7f7f;
	font-weight:normal;
}
.footer-security a:hover{
	text-decoration:underline;
}
.video {
margin-left:100px;
}

.industry {
    font-weight: normal;
    text-decoration: underline;
    color: #323232;
}

/*TOUR*/

#inside-mid-wrap-tour {
padding:10px 0 20px;
}

#inside-mid-content-tour {
margin:auto;
overflow:hidden;
position:relative;
width:1060px;
}

#inside-mid-content-tour {
margin:auto;
overflow:hidden;
position:relative;
width:1060px;
}

#tour-left {
float:left;
margin-bottom:30px;
margin-top:20px;
margin-left:20px;
position:relative;
width:175px;
}

#tour-left h3 {
font-size:14px;
line-height:18px;
}

#tour-left-content {
background:#F1F8FC none repeat scroll 0 0;
border:1px solid #bbddee;
color:#000000;
font-size:12px;
font-weight:bold;
padding-bottom:12px;
}

#tour-left-content ul li {
line-height:20px;
}

#tour-left-content ul li a {
color:#005CBF;
font-size:13px;
font-weight:normal;
padding-left:10px;
text-decoration:underline;
}

#tour-left h4 {
background:#bbddee;
font-size:10px;
letter-spacing:1px;
padding:5px 0 5px 10px;
text-transform:uppercase;
}

#tour-left h5 {
background:#bbddee;
font-size:10px;
letter-spacing:1px;
padding:5px 0 5px 10px;
text-transform:uppercase;
}

#tour-left-content ul {
padding:12px 0 0 10px;
}

/*highlight-current-page*/

body.project-dashboard #tour-left-content ul li a.project-dashboard, 
body.status-alerts #tour-left-content ul li a.status-alerts, 
body.to-do-list #tour-left-content ul li a.to-do-list, 
body.project-templates #tour-left-content ul li a.project-templates, 
body.task-dependencies #tour-left-content ul li a.task-dependencies, 
body.project-requests #tour-left-content ul li a.project-requests, 
body.gantt #tour-left-content ul li a.gantt, 
body.resource-allocation #tour-left-content ul li a.resource-allocation, 
body.time-tracking #tour-left-content ul li a.time-tracking, 
body.group-calendar #tour-left-content ul li a.group-calendar, 
body.sharing-work #tour-left-content ul li a.sharing-work, 
body.image-markup #tour-left-content ul li a.image-markup, 
body.flexible-permissions #tour-left-content ul li a.flexible-permissions, 
body.email-alerts #tour-left-content ul li a.email-alerts, 
body.comments-list #tour-left-content ul li a.comments-list, 
body.approvals #tour-left-content ul li a.approvals, 
body.versioning #tour-left-content ul li a.versioning, 
body.full-text-search #tour-left-content ul li a.full-text-search, 
body.custom-branding #tour-left-content ul li a.custom-branding, 
body.security #tour-left-content ul li a.security, 
body.unlimited-support #tour-left-content ul li a.unlimited-support
{
	background:#E4E4D6;
	padding:3px 10px 3px 6px;
	color:#323232;
	text-decoration:none;
	margin-left:2px;
	font-weight:bold;
}

#tour-right {
float:left;
margin:0 0 0 25px;
padding-top:20px;
width:830px;
}


.header-row {
width:100%;
padding:0px;
margin:0px;
}

.tour-header {
color:#323232;
font-size:30px;
line-height:30px;
font-weight:bold;
float:left;
width: 300px;
padding:0px;
margin:0px;
}

#arrows {
float:left;
padding:0px;
margin:0px;
}

#arrows a {
margin-left:30px;
}

.image {
margin-top:0px;
margin-bottom:40px;
}

.description {
float:left;
color:#323232;
font-size:14px;
padding-top:15px;
padding-bottom:20px;
width:700px;
line-height:120%;
}

#demo1 {
margin:0px;
padding:0px;
font-size:14px;
color:#000;
font-weight:bold;
}

#demo1 a {
font-weight:bold;
color:#000;
}
.highlight {
font-size:14px;
color:#000;
font-weight:bold;
background:#FCB844;
padding:5px;
}

.left-nav h3{
 background: none repeat scroll 0 0 #BBDDEE;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0 -10px 5px;
    padding: 7px 0 7px 10px;
    text-transform: uppercase;
    line-height:100%;
}


