/*
Company:	Mtivity
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background: url(../images/page-bkg.gif) repeat-x 0 100% #fff;
}
body {

}
/* @end */

/* @group Layout */
div#container {
	background: url(../images/page-bkg.gif) repeat-x 0 100% #fff;
}

div#wrap {
	width: 816px;
	padding: 0 6px;
	background: url(../images/content-bkg.png) repeat-y 0 0;
	margin: 0 auto;
	overflow: hidden;
}
/* Head */
div#hd {
	margin: 0 8px 0 8px;
	border-top: 2px solid #fff;
	height: 120px;
	background: url(../images/hd-bkg.gif) no-repeat 0 0;
}

/* Body */
div#bd {
	background-color: #fff;
	padding: 4px 0 0 0;
}
body.products div#bd {
	width: 800px;
	margin: 0 0 0 9px;
}

/* Footer */
div#ft {
	text-align: center;
	padding: 50px 0 120px 0;
	margin: 0 0 0 0;
	background: url(../images/ft-bkg.gif) no-repeat 9px 100% #fff;
}
div#ft p.copyright {
	font-size: 85%;
	color: #bdbdbd;
}
div#ft a:link, div#ft a:visited {
	color: #bdbdbd;
	text-decoration: none;
}
div#ft a:hover {
	text-decoration: underline;
}

div#ft-btm {
	background-color: #f5f4f3;
	height: 110px;
	width: 800px;
	margin: 0 0 0 9px;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 153px;
	height: 47px;
	background: url(../images/mtivity-logo.gif) no-repeat 0 0;
	text-indent: -9000px;
	margin: 30px 20px 0 0;
	float: right;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
}


/* Feature Box */
div.feature-box {
	width: 799px;
	margin: 0 0 0 9px;
	padding: 7px 0 0 0;
}

/* Login Box */
div.login-box {
	width: 799px;
	height: 303px;
	margin: 7px 0 0 9px;
	padding: 0 0 110px 0;
	background: url(../images/login-bkg.jpg) no-repeat 0 0;
}

div.login-main {
	width: 490px;
	margin: 0;
	float: left;
	display: inline;
}

/* Side - used for system notes */
div.login-side {
	width: 208px;
	margin: 0 13px 0 0;
	float: right;
	display: inline;
}

div.login-side p {
	font-size: 77%;
	font-weight: bold;
	padding: 15px 0 0 0;
	margin: 0;
	color: #fff;
}
div.login-side p a:link, div.login-side p a:visited {
	color: #fff;
	text-decoration: underline;
}
div.login-side p a:hover {
	text-decoration: none;
}
div.login-side h1 {
	font-size: 130%;
	font-weight: bold;
	color: #fff;
}


/* Feature Cols */
div.feature-cols {
	margin: 10px 0 0 9px;
	background: url(../images/feature-cols-bkg.gif) repeat-y 0 0;
}
div.feature-cols-inner {
	background: url(../images/feature-cols-border.gif) no-repeat 0 100%;
}
div.feature-cols div.left {
	width: 238px;
	padding: 10px;
	margin: 0;
	float: left;
	display: inline;
}
div.feature-cols div.center {
	width: 238px;
	padding: 10px;
	margin: 0 0 0 12px;
	float: left;
	display: inline;
}
div.feature-cols div.right {
	width: 238px;
	padding: 10px;
	margin: 0 8px 0 0;
	float: right;
	display: inline;
}
div.feature-cols h2 {
	color: #393939;
	font-weight: bold;
	font-size: 85%;
	margin: 0 0 3px 0;
}
div.feature-cols p {
	font-size: 85%;
	color: #393939;
}
div.feature-cols .content-pic {
	float: left;
	display: inline;
}
div.feature-cols div.content {
	width: 145px;
	float: right;
	display: inline;
}

div.marketing_featureboxbg {
	background: url(../images/fb_marketing_professionals.gif) no-repeat 0 0;	
}


div.featureboxbg {
	/*background-color:pink;*/
}

.featurebox {
	/*width: 191px;
	height: 146px;*/
	font-size: 80%;
	color: #393939;

}

.featurebox p {
	padding: 10px 10px 0 10px;
}

.name {
	font-size:65%;
	padding: 0 10px;
	color: #393939;
}

/* Head Box */
div.hd-box {
	border-top: 1px solid #f0f0f0;
	/*margin: 5px 0 0 0;
	padding: 30px 12px 12px 202px;*/ 
}
div.hd-box p.back-link {
	font-size: 77%;
	margin: 0 0 50px 0;
}
div.hd-box p.back-link a:link, div.hd-box p.back-link a:visited {
	color: #6b6b6b;
	text-decoration: underline;
}
div.hd-box p.back-link a:hover {
	text-decoration: none;
}

/* Main */
div.main {
	width: 413px;
	margin: 10px 0 0 0;
	float: left;
	display: inline;
}

div.main h2 {
	color: #f26f36;
	font-weight: bold;
	font-size: 85%;
	margin: 0 0 2px 0;
}

/* services hub Box */
div.sh-box {
	width: 172px;
	height: 74px;
	background-color: #eee;
}
p.sh-links {
	background-color: #8cc63f;
	padding: 5px 7px;
	width: 172px;
	margin: 0 0 40px 0;
	color: #fff!important;
}
p.sh-links a:link, p.product-links a:visited {
	color: #fff;
	text-decoration: none;
}
p.sh-links a:hover {
	text-decoration: underline;
}



/* Video, Screenshots Box */
div.video-box {
	width: 560px;
	height: 340px;
	background-color: #eee;
}
p.video-links {
	background-color: #8cc63f;
	padding: 5px 7px;
	margin: 0 0 40px 0;
	color: #fff!important;
}
p.video-links a:link, p.video-links a:visited {
	color: #fff;
	text-decoration: none;
}
p.video-links a:hover {
	text-decoration: underline;
}

/* Main Left */
div.main div.left {
	width: 268px;
	float: left;
	display: inline;
}

/* Main Right */
div.main div.right {
	width: 268px;
	float: right;
	display: inline;
}

/* Main Row Div */
div.main-row-div {
	clear: both;
	padding: 10px 0;
}

/* Side */
div.side {
	width: 172px;
	margin: 0 13px 0 0;
	float: right;
	display: inline;
}

div.side .side-screen {
	margin: 0 0 10px 0;
}

/* @end */

/*Subnav*/
.subnav {
	padding:3px 3px 3px 12px;
	border-bottom: 1px solid white;
	background: #f6f6f6 url(../images/arrow_on.gif) no-repeat 4px 7px;
	font-size: 90%;
}

.subnavoff {
	padding:3px 3px 3px 12px;
	border-bottom: 1px solid white;
	background: #f6f6f6 url(../images/arrow_off.gif) no-repeat 4px 7px;
	font-size: 90%;
	color:#666;
}


/*Clients*/
.clients img {
	padding: 5px;
	margin: 10px;
}

.clientlink {
	background-color: #f26f36;
	font-weight: bold;
	font-size: 85%;
}



/* @group Nav */
/* Main Nav */
div#nav {
	padding: 2px 0 0 20px;
	float: left;
	display: inline;
}
body.products div#nav {
	padding-left: 11px;
}
div#nav ul {
	margin: 0;
	padding: 0;
}
div#nav ul li {
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	background: url(../images/_nav.gif) no-repeat 0 0;
	height: 16px;
	text-indent: -9000px;
	overflow: hidden;
}
div#nav ul li.n-home a {
	width: 48px;
}
div#nav ul li.n-about a {
	width: 50px;
	background-position: -48px 0;
}
div#nav ul li.n-product a {
	width: 124px;
	background-position: -98px 0;
}
div#nav ul li.n-expertise a {
	width: 70px;
	background-position: -222px 0;
}
div#nav ul li.n-casestudies a {
	width: 98px;
	background-position: -292px 0;
}
div#nav ul li.n-whitepapers a {
	width: 96px;
	background-position: -390px 0;
}
div#nav ul li.n-news a {
	width: 49px;
	background-position: -486px 0;
}
div#nav ul li.n-contact a {
	width: 54px;
	background-position: -535px 0;
}

div#nav ul li.n-home a:hover, div#nav ul li.n-home a.active {
	width: 48px;
	background-position: 0 -16px;
}
div#nav ul li.n-about a:hover, div#nav ul li.n-about a.active {
	width: 50px;
	background-position: -48px -16px;
}
div#nav ul li.n-product a:hover, div#nav ul li.n-product a.active {
	width: 124px;
	background-position: -98px -16px;
}
div#nav ul li.n-expertise a:hover, div#nav ul li.n-expertise a.active {
	width: 70px;
	background-position: -222px -16px;
}
div#nav ul li.n-casestudies a:hover, div#nav ul li.n-casestudies a.active {
	width: 98px;
	background-position: -292px -16px;
}
div#nav ul li.n-whitepapers a:hover, div#nav ul li.n-whitepapers a.active {
	width: 96px;
	background-position: -390px -16px;
}
div#nav ul li.n-news a:hover, div#nav ul li.n-news a.active {
	width: 49px;
	background-position: -486px -16px;
}
div#nav ul li.n-contact a:hover, div#nav ul li.n-contact a.active {
	width: 54px;
	background-position: -535px -16px;
}

/* Login Nav */
div#login-nav {
	padding: 0 20px 0 0;
	float: right;
	display: inline;
}
body.products div#login-nav {
	padding-right: 11px;
}
div#login-nav ul {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}
div#login-nav ul li {
	float: left;
	display: inline;
}
div#login-nav ul li a {
	display: block;
	background: url(../images/_login.gif) no-repeat 0 0;
	height: 16px;
	width: 35px;
	text-indent: -9000px;
	overflow: hidden;
}
div#login-nav ul li a:hover, div#login-nav ul li a.active {
	background-position: 0 -16px;
}
/* @end */

/* @group Default Headings */
h1, h2, h3, h4, h5, h6 {
	color: #393939;
	/*font-weight: normal;*/
}

/* @group Default Headings */
div.main h1 {
	font-size: 120%;
	font-weight: normal;
	margin: 0 0 15px 0;
	color: #333;
}
/*
div.main h2 {
	font-size: 108%;
	font-weight: normal;
	margin: 0 0 15px 0;
	color: #333;
}
*/
div.main h3 {
	font-size: 85%;
	font-weight: bold;
	margin: 0 0 2px 0;
	color: #333;
}


h1.hd-expertise {
	height: 40px;
	text-indent: -9000px;
	background: url(../images/hd-expertise.gif) no-repeat 0 0;
	margin: 0;
}
h1.hd-casestudies {
	height: 40px;
	text-indent: -9000px;
	background: url(../images/hd-casestudies.gif) no-repeat 0 0;
	margin: 0;
}

h1.hd-whitepapers{
	height: 40px;
	text-indent: -9000px;
	background: url(../images/hd-whitepapers.gif) no-repeat 0 0;
	margin: 0;
}

h1.hd-printcycle{
	height: 40px;
	text-indent: -9000px;
	background: url(../images/hd-printcycle.gif) no-repeat 0 0;
	margin: 0;
}

h1.hd-contact{
	height: 40px;
	text-indent: -9000px;
	background: url(../images/hd-contact.gif) no-repeat 0 0;
	margin: 0;
}

h1.hd-clients{
	height: 40px;
	text-indent: -9000px;
	background: url(../images/hd-clients.gif) no-repeat 0 0;
	margin: 0;
}

h1.hd-about{
	height: 40px;
	text-indent: -9000px;
	background: url(../images/hd-about.gif) no-repeat 0 0;
	margin: 0;
}

h1.hd-execteam{
	height: 40px;
	text-indent: -9000px;
	background: url(../images/hd-execteam.gif) no-repeat 0 0;
	margin: 0;
}

h1.hd-directors{
	height: 40px;
	text-indent: -9000px;
	background: url(../images/hd-directors.gif) no-repeat 0 0;
	margin: 0;
}

h1.hd-products {
	height: 40px;
	text-indent: -9000px;
	background: url(../images/hd-products.gif) no-repeat 0 0;
	margin: 0;
}

h1.hd-marketing {
	height: 40px;
	text-indent: -9000px;
	background: url(../images/hd-marketing.gif) no-repeat 0 0;
	margin: 0;
}

h1.hd-print {
	height: 40px;
	text-indent: -9000px;
	background: url(../images/hd-print.gif) no-repeat 0 0;
	margin: 0;
}

h1.hd-procurement {
	height: 40px;
	text-indent: -9000px;
	background: url(../images/hd-procurement.gif) no-repeat 0 0;
	margin: 0;
}

h1.hd-news{
	height: 40px;
	text-indent: -9000px;
	background: url(../images/hd-news.gif) no-repeat 0 0;
	margin: 0;
}

h1.hd-xerox{
	height: 30px;
	text-indent: -9000px;
	background: url(../images/hd-xerox.gif) no-repeat 0 0;
	margin: 0;
}

h1.hd-est{
	height: 40px;
	text-indent: -9000px;
	background: url(../images/hd-est.gif) no-repeat 0 0;
	margin: 0;
}

h1.hd-kk{
	height: 40px;
	text-indent: -9000px;
	background: url(../images/hd-kk.gif) no-repeat 0 0;
	margin: 0;
}

h1.hd-oml{
	height: 40px;
	text-indent: -9000px;
	background: url(../images/hd-oml.gif) no-repeat 0 0;
	margin: 0;
}

h1.hd-greenshires{
	height: 40px;
	text-indent: -9000px;
	background: url(../images/hd-greenshires.gif) no-repeat 0 0;
	margin: 0;
}

h1.hd-cbf{
	height: 40px;
	text-indent: -9000px;
	background: url(../images/hd-cbf.gif) no-repeat 0 0;
	margin: 0;
}

h3.hd-collaboration-tool {
	height: 12px;
	text-indent: -9000px;
	background: url(../images/hd-collaboration-tool.gif) no-repeat 0 0;
	margin: 0 0 8px 0;
}

div.side h4 {
	color: #3b3b3b;
	margin: 0 0 8px 0;
	font-size: 77%;
	font-weight: bold;
}
div.side h5 {
	color: #58c31b;
	margin: 0 0 3px 0;
	font-size: 77%;
	font-weight: bold;
}
/* @end */

/* @group Common Text Styles */
div.main p {
	font-size: 85%;
	line-height: 140%;
	color: #3b3b3b;
}
div.side p {
	color: #3b3b3b;
	font-size: 77%;
}
p.error {
	margin: 0 0 5px 0!important;
	color: red!important;
}

.error {
	/*margin: 0 0 5px 0!important;*/
	color: red!important;
}
/* @end */

/* @group Default Lists */
div.main li {
	font-size: 85%;
	color: #3b3b3b;
}
div.main li li {
	font-size: 100%;
}
/* @end */

/* @group Forms */
form.login {
	width: 450px;
	padding: 15px 0 0 35px;
}
form.login div.row {
	height: 43px;
}
form.login input.user, form.login input.password {
	border: 1px solid #d2d2d2;
	padding: 2px;
	font-size: 77%;
	color: #878787;
	width: 310px;
}
form.login p {
	font-size: 77%;
	font-weight: bold;
	padding: 25px 0 0 0;
	margin: 0;
}
form.login p a:link, form.login p a:visited {
	color: #fff;
	text-decoration: none;
}
form.login p a:hover {
	text-decoration: underline;
}

/* Contact Form */
div.contact {
	background: url(../images/hd-getintouch.gif) no-repeat 0 0;
	background-color: #f5f4f3;
	padding:40px 6px 20px 6px;
}

div.contact textarea.message {
	border: 1px solid #eee;
	padding: 2px;
	font-size: 85%;
	width: 150px;
	height: 150px;
	margin: 3px 0 8px 0;
	color: #393939;
}
div.contact input.txt {
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 85%;
	width: 150px;
	margin: 3px 0 8px 0;
	color: #393939;
}
div.contact input.btn {
	font-size: 85%;
	padding: 6px 12px;
}
div.contact label {
	display: block;
	font-size: 100%;
	color: #393939;
	padding: 2px 0;
	font-weight:bold;
}
div.contact p {
	display: block;
	font-size: 80%;
	color: #393939;
	padding: 0 0 2px 0;
}
/*thank you message after submitting form*/
.form-submitted {
	font-size: 100%;
	font-weight: bold;
}


/* Quotes */
div.quote {
	width: 172px;
	height: 196px;
	background: url(../images/quote-2.gif) no-repeat 0 0;
	overflow: hidden;
	margin: 20px 0 20px 0;
}
div.quote h3 {
	font-size: 246%;
	margin: 0;
	padding: 7px 0 2px 13px;
	font-weight: normal;
	color: #fff;
	font-family: "HelveticaNeue-UltraLight", "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div.quote h4 {
	font-size: 85%;
	color: #fff;
	padding: 0 0 0 13px;
}
div.quote p {
	padding: 0 10px 0 13px;
	margin: 0;
	font-size: 85%;
	color: #fff;
}
/* @end */


/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #e26406;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

div.side a:link, div.side a:visited {
	color: #e26406;
	text-decoration: none;
}
div.side a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */