/*
Company:	Namaste
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
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background: url(../images/page-bkg-fade.jpg) repeat-x 0 0 #3c0c57;
}
body {
	background: url(../images/page-bkg-center.jpg) no-repeat 50% 0;
	font-family: "Lucida Sans", "Lucida Grande", arial, sans-serif;
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	width: 998px;
	margin-left: auto;
	margin-right: auto;
}

/* Body */
div#bd {
	width: 998px;
	margin-left: auto;
	margin-right: auto;
}

/* Footer */
div#ft-home {
	width: 998px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/ft-bkg.png) no-repeat 50% 0;
	padding: 20px 0 35px 0;
}
div#ft {
	width: 998px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 15px 0;
}
p.copyright {
	color: #dfa7ff;
	font-size: 77%;
	text-align: center;
	line-height: 150%;
}
p.copyright a:link, p.copyright a:visited {
	color: #dfa7ff;
	text-decoration: none;
}
p.copyright a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 823px;
	height: 245px;
	background: url(../images/logo2.png) no-repeat 0 0;
	text-indent: -9000px;
	position: absolute;
	margin: 0 0 0 -205px;
	z-index: -1;
}
a.logo-link {
	display: block;
	width: 360px;
	height: 100px;
	position: absolute;
	z-index: 5;
	text-indent: -9000px;
}

/* Client Login */
p.client-login {
	margin: 0;
	padding: 10px 0 0 0;
	height: 45px;
	width: 970px;
}
p.client-login a {
	display: block;
	width: 119px;
	height: 45px;
	background: url(../images/login.png) no-repeat 0 0;
	text-indent: -9000px;
	float: right;
	display: inline;
}
p.client-login a:hover {
	background-position: 0 -45px;
}

/* Hero */
div.hero {
	width: 998px;
	height: 407px;
	background: url(../images/hero-bkg.png) no-repeat 0 0;
	overflow: hidden;
}
div.hero-shot {
	width: 925px;
	height: 340px;
	margin: 35px 0 0 36px;
}
div.hero-text {
	width: 209px;
	height: 338px;
	background: url(../images/hero-text-bkg.png) no-repeat 0 0;
	position: absolute;
	margin: 1px 0 0 714px;
}
div.hero-text h1 {
	color: #ffffff;
	font-size: 197%;
	font-family: Helvetica, arial, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 20px 10px 10px 15px;
	line-height: 110%;
}
div.hero-text h2 {
	color: #ffffff;
	font-size: 108%;
	margin: 0 0 10px 0;
	padding: 0 10px 0 15px;
}
div.hero-text p {
	color: #ffffff;
	font-size: 100%;
	padding: 0 10px 0 15px;
	line-height: 150%;
	margin: 0 0 7px 0;
}
div.hero-text p a:link, div.hero-text p a:visited {
	color: #99cc33;
	text-decoration: none;
}
div.hero-text p a:hover {
	text-decoration: underline;
}

div#hero-nav {
	position: absolute;
	width: 200px;
	z-index: 500;
	margin: -64px 0 0 769px;
}
div#hero-nav a {
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/hero-dot-inactive.png) no-repeat 0 0;
	text-indent: -9000px;
	margin: 0 3px;
	float: left;
	display: inline;
}
div#hero-nav a.activeSlide, div#hero-nav a:hover {
	background: url(../images/hero-dot-active.png) no-repeat 0 0;
}

/* Home Callouts */
div.home-callouts {
	background: url(../images/home-callouts-bkg2.jpg) no-repeat 32% 100%;
	width: 956px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 15px 0;
}
div.home-callouts p {
	color: #ffffff;
	font-size: 93%;
	line-height: 140%;
}
div.home-callouts p.more {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 108%;
	margin: 0;
}
div.callout-solutions p.more a {
	display: block;
	background: url(../images/btn-learn-more.png) no-repeat 0 0;
	width: 137px;
	height: 25px;
	text-indent: -9000px;
}
div.callout-email p.more a {
	display: block;
	background: url(../images/btn-free-trial.png) no-repeat 0 0;
	width: 159px;
	height: 25px;
	text-indent: -9000px;
}
div.callout-clients p.more a {
	display: block;
	background: url(../images/btn-view-gallery.png) no-repeat 0 0;
	width: 159px;
	height: 25px;
	text-indent: -9000px;
}
/*div.home-callouts p.more a {
	display: block;
	line-height: 25px;
	background: url(../images/callout-btn-right.png) no-repeat 100% 0;
	padding: 0 22px 0 0;
	float: left;
	display: inline;
}
div.home-callouts p.more a span {
	display: block;
	background: url(../images/callout-btn-left.png) no-repeat 0 0;
	line-height: 25px;
	padding: 0 5px 0 15px;
}
div.home-callouts p.more a:link, div.home-callouts p.more a:visited {
	color: #dfa7ff;
	text-decoration: none;
}*/

div.callout-social {
	width: 100px;
	margin: 0 53px 0 0;
	float: left;
	display: inline;
}
div.callout-social ul {
	margin: 0 0 20px 0;
	padding: 0;
}
div.callout-social ul li {
	list-style: none;
	margin-bottom: 5px;
}
div.callout-social ul li a {
	display: block;
	text-indent: -9000px;
}
div.callout-social ul li a:link, div.callout-social ul li a:visited {
	color: #fff;
	text-decoration: none;
}
div.callout-social ul li.twitter a {
	background: url(../images/icon-twitter.png) no-repeat 0 0;
	line-height: 25px;
	padding: 0 0 0 31px;
	width: 71px;
}
div.callout-social ul li.facebook a {
	background: url(../images/icon-facebook.png) no-repeat 0 0;
	line-height: 25px;
	padding: 0 0 0 31px;
	width: 88px;
}
div.callout-social h3 {
	color: #dfa7ff;
	font-size: 123.1%;
	font-family: Helvetica, arial, sans-serif;
	font-weight: normal;
	margin: 0 0 7px 0;
}

div.callout-solutions {
	width: 234px;
	margin: 0 55px 0 0;
	float: left;
	display: inline;
}
div.callout-solutions h3 {
	color: #99cc33;
	font-size: 182%;
	font-family: Helvetica, arial, sans-serif;
	font-weight: normal;
	margin: 0 0 17px 0;
}

div.callout-email {
	width: 228px;
	float: left;
	display: inline;
}
div.callout-email h3, div.callout-clients h3 {
	color: #ffffff;
	font-size: 153.9%;
	font-family: Helvetica, arial, sans-serif;
	font-weight: normal;
	margin: 0 0 13px 2px;
	text-align:left;
}

div.callout-clients {
	width: 228px;
	float: right;
	display: inline;
}
div.callout-clients-slideshow {
	margin-bottom: 1em;
}

/* Home Email Signup */
div.home-newsletter {
	width: 956px;
	height: 35px;
	background: url(../images/home-newsletter-bkg.jpg) no-repeat 0 0;
	padding: 15px 0;
	margin-left: auto;
	margin-right: auto;
}
div.home-newsletter p {
	margin: 0 10px 0 0;
	width: 728px;
	height: 26px;
	background: url(../images/label-newsletter-home.png) no-repeat 0 0;
	text-indent: -9000px;
	float: left;
	display: inline;
}
div.home-newsletter input.txt {
	vertical-align: middle;
	width: 120px;
	color: #aaaaaa;
	font-size: 93%;
	font-family: arial, helvetica, sans-serif;
	padding: 2px;
}
div.home-newsletter input.txt:focus {
	color: #333;
}
div.home-newsletter input.btn {
	vertical-align: middle;
}

/* Gallery */
div.gallery-content {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
div.gallery-content h1 {
	color: #660099;
	font-size: 231%;
	font-family: Helvetica, arial, sans-serif;
}
div.gallery-content h2 {
	color: #660099;
	font-size: 167%;
	font-family: Helvetica, arial, sans-serif;	
}

/* Gallery Tabs */
div.gallery-content ul#gallerytabs {
	margin: 0;
	padding-top: 10px;
	width: 165px;
	float: left;
	display: inline;
}
div.gallery-content ul#gallerytabs li {
	list-style: none;
	clear: both;
}
div.gallery-content ul#gallerytabs a {
	display: block;
	padding: 0 11px 0 0;
	margin: 0 0 5px 0;
	float: left;
	display: inline;
}
div.gallery-content ul#gallerytabs a span {
	display: block;
	line-height: 30px;
	padding: 0 0 0 11px;
}
div.gallery-content ul#gallerytabs a span {
	display: block;
}
div.gallery-content ul#gallerytabs a:link, div.gallery-content ul#gallerytabs a:visited {
	color: #444444;
	text-decoration: none;
}
div.gallery-content ul#gallerytabs a:hover {
	color: #5e8d00;
	background: url(../images/gallery-active-right.png) no-repeat 100% 0;
}
div.gallery-content ul#gallerytabs a:hover span {
	background: url(../images/gallery-active-left.png) no-repeat 0 0;
}
div.gallery-content ul#gallerytabs a.current:link, div.gallery-content ul#gallerytabs a.current:visited {
	color: #5e8d00;
}
div.gallery-content ul#gallerytabs a.current {
	background: url(../images/gallery-active-right.png) no-repeat 100% 0;
}
div.gallery-content ul#gallerytabs a.current span {
	background: url(../images/gallery-active-left.png) no-repeat 0 0;
}

/* View Web Link */
div.gallery-content p.view {
	margin: 0;
	text-indent: -9000px;
}
div.gallery-content p.view a {
	display: block;
	background: url(../images/txt-view-website.png) no-repeat 440px 0;
	height: 13px;
}


/* Gallery Slider Wrap */
div.gallery-slider-wrap {
	width: 790px;
}

/* Gallery Box */
span.gallery-box {
	display: block;
	width: 520px;
	height: 458px;
	background: url(../images/gallery-img-bkg.png) no-repeat 0 0;
	padding: 10px 0 0 13px;
}

/* Gallery Pager */
p.gallery-pager {
	margin: 0;
	clear: both;
}
a.prev {
	display: block;
	width: 31px;
	height: 54px;
	text-indent: -9000px;
	padding: 0;
	margin: -300px 0 0 180px;
	background: url(../images/gallery-prev-arrow.png) no-repeat 0 0;
	position: absolute;
	z-index: 100;
}
a.next {
	display: block;
	width: 31px;
	height: 54px;
	text-indent: -9000px;
	padding: 0;
	margin: -300px 0 0 756px;
	background: url(../images/gallery-next-arrow.png) no-repeat 0 0;
	position: absolute;
	z-index: 100;
}



/* Email Gallery Box */
span.email-item {
	display: block;
	width: 237px;
	margin: 0 2px;
	float: left;
	display: inline;
}
span.email-box {
	display: block;
	width: 237px;
	height: 454px;
	padding: 10px 0 0 0;
	background: url(../images/email-bkg.png) no-repeat 0 0;
	text-align: center;
}
span.email-item span.name {
	display: block;
	text-align: center;
	color: #444444;
}

/* EMail Pager */
a.prevEmail {
	display: block;
	width: 31px;
	height: 54px;
	text-indent: -9000px;
	padding: 0;
	margin: -300px 0 0 0;
	background: url(../images/gallery-prev-arrow.png) no-repeat 0 0;
	position: absolute;
	z-index: 100;
}
a.nextEmail {
	display: block;
	width: 31px;
	height: 54px;
	text-indent: -9000px;
	padding: 0;
	margin: -300px 0 0 769px;
	background: url(../images/gallery-next-arrow.png) no-repeat 0 0;
	position: absolute;
	z-index: 100;
}


/* Content Box */
div.content-top {
	width: 993px;
	height: 34px;
	background: url(../images/content-top.png) no-repeat 0 0;
	overflow: hidden;
}
div.content {
	width: 993px;
	background: url(../images/content-bkg.png) repeat-y 0 0;
	overflow: hidden;
}
div.content-btm {
	width: 993px;
	height: 35px;
	background: url(../images/content-btm.png) no-repeat 0 0;
	overflow: hidden;
}

/* Overlay Wide */
div.overlay-wide-top {
	width: 860px;
	height: 10px;
	background: url(../images/overlay-wide-top.png) no-repeat 0 0;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
div.overlay-wide-bkg {
	width: 860px;
	overflow: hidden;
	background: url(../images/overlay-wide-bkg.png) repeat-y 0 0;
	margin-left: auto;
	margin-right: auto;
}
div.overlay-wide-btm {
	width: 860px;
	height: 10px;
	background: url(../images/overlay-wide-btm.png) no-repeat 0 0;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

/* Overlay */
div.overlay-wrap {
	width: 639px;
	margin: 25px 25px 25px 0;
	float: right;
	display: inline;
}
div.overlay-top {
	width: 639px;
	height: 10px;
	background: url(../images/overlay-top.png) no-repeat 0 0;
	overflow: hidden;
}
div.overlay-bkg {
	width: 639px;
	overflow: hidden;
	background: url(../images/overlay-bkg.png) repeat-y 0 0;
}
div.overlay-btm {
	width: 639px;
	height: 10px;
	background: url(../images/overlay-btm.png) no-repeat 0 0;
	overflow: hidden;
}

/* Gallery Photo */
div.photo-bkg {
	width: 923px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

/* Newsletter Signup */
div.newsletter-signup {
	width: 320px;
	position: absolute;
	z-index: 100;
	margin: 23px 0 0 465px;
	clear: both;
	text-align: left;
}
div.newsletter-signup label {
	padding: 3px 5px 0 0;
	float: left;
	display: inline;
}
div.newsletter-signup input.txt {
	width: 100px;
	color: #aaaaaa;
	font-size: 93%;
	font-family: arial, helvetica, sans-serif;
	padding: 2px;
	vertical-align: middle;
}
div.newsletter-signup input.txt:focus {
	color: #333;
}
div.newsletter-signup input.btn {
	vertical-align: middle;
}


/* Main */
div.main {
	padding: 20px 42px;
}

/* Row Space */
div.row-space {
	height: 15px;
	overflow: hidden;
	width: 100%;
	clear: both;
}

/* Solution Cols */
div.solution-left {
	width: 235px;
	float: left;
	display: inline;
}
div.solution-right {
	width: 306px;
	float: right;
	display: inline;
}

/* Newsletter Screenshot */
img.newsletter-screenshot {
	position: absolute;
	z-index: 200;
	margin: -220px 0 0 380px;
}

/* Newsletter Archive List */
ul.newsletter-archives li {
	list-style: none;
}

/* HR */
div.hr {
	width: 100%;
	background: url(../images/hr.png) no-repeat 0 0;
	height: 5px;
	margin: 0 0 15px 0;
}

/* Side */
div.side {
	width: 180px;
	margin: 25px 0 25px 25px;
	padding: 530px 0 0 0;
	float: left;
	display: inline;
}


/* Blog */
div.main h2.postTitle {
	font-weight: normal;
}
div.main h2.postTitle a:link, div.main h2.postTitle a:visited {
	text-decoration: none;
}
div.main h2.postTitle a:hover {
	text-decoration: underline;
}
div.main div.postBody ul {
margin-left: 25px;
}
div.main div.postBody ul li {
list-style: disc;
}
div.main div.postBody ol li {
list-style: decimal;
}
div.blogList div.rss {
	display: none;
}
div.blogList li {
	margin-bottom: 10px;
}
div.side div.archive li h2.postTitle {
	font-size: 100%;
	font-weight: normal;
}
div.side div.archive li div.postInfo {
	color: #fff;
}
div.side a:link, div.side a:visited {
	text-decoration: none;
}
div.side a:hover {
	text-decoration: underline;
}
div.side ul.tagList {
	margin: 0;
	padding: 0;
	color: #fff;
}


/* Admin */
div.admin {
	padding: 0 15px;
}
/* @end */

/* @group Common Text Styles */
div.main {
	color: #444444;
}
div.main p {
	line-height: 154%;
	text-align:justify;
}
div.main blockquote.quote {
	margin: 0 0 40px 0;
	text-align: center;
}

.italic {
	font-style: italic!important;
}
/* @end */

/* @group Default Headings */
div.main h1 {
	margin: 0 0 15px 0;
	color:#660099;
	font-family: Helvetica, Arial, sans-serif, "Trebuchet MS";
	font-size:30px;
}
div.main h2 {
	margin: 40px 0 10px 0;
}
div.main h2.section {
	padding: 30px 0 0 0;
}
div.main h2.archives {
	margin: 0;
}



div.side h2 {
	margin: 0 0 5px 0;
}
/* @end */

/* @group Default Lists */
div.main li {
	line-height: 154%;
}
/* @end */

/* @group Nav */
/* Nav */
div#nav {
	width: 592px;
	height: 20px;
	margin: 20px 0 0 373px;
}
div#nav ul {
	margin: 0;
	padding: 0;
}
div#nav ul li {
	list-style: none;
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	background: url(../images/nav2.png) no-repeat 0 0;
	height: 20px;
	text-indent: -9000px;
}
div#nav ul li.n-about a {
	width: 77px;
	background-position: 0 0;
}
div#nav ul li.n-web a {
	width: 105px;
	background-position: -77px 0;
}
div#nav ul li.n-email a {
	width: 135px;
	background-position: -182px 0;
}
div#nav ul li.n-gallery a {
	width: 65px;
	background-position: -317px 0;
}
div#nav ul li.n-partners a {
	width: 85px;
	background-position: -382px 0;
}
div#nav ul li.n-blog a {
	width: 50px;
	background-position: -467px 0;
}
div#nav ul li.n-contact a {
	width: 72px;
	background-position: -517px 0;
}

div#nav ul li.n-about a:hover, div#nav ul li.n-about a.selectedPage {
	background-position: 0 -20px;
}
div#nav ul li.n-web a:hover, div#nav ul li.n-web a.selectedPage {
	background-position: -77px -20px;
}
div#nav ul li.n-email a:hover, div#nav ul li.n-email a.selectedPage {
	background-position: -182px -20px;
}
div#nav ul li.n-gallery a:hover, div#nav ul li.n-gallery a.selectedPage {
	background-position: -317px -20px;
}
div#nav ul li.n-partners a:hover, div#nav ul li.n-partners a.selectedPage {
	background-position: -382px -20px;
}
div#nav ul li.n-blog a:hover, div#nav ul li.n-blog a.selectedPage {
	background-position: -467px -20px;
}
div#nav ul li.n-contact a:hover, div#nav ul li.n-contact a.selectedPage {
	background-position: -517px -20px;
}
/* @end */

/*
div#nav {
	width: 588px;
	height: 20px;
	margin: 20px 0 0 380px;
}
div#nav ul {
	margin: 0;
	padding: 0;
}
div#nav ul li {
	list-style: none;
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	background: url(../images/nav.png) no-repeat 0 0;
	height: 20px;
	text-indent: -9000px;
}
div#nav ul li.n-about a {
	width: 77px;
	background-position: 0 0;
}
div#nav ul li.n-gallery a {
	width: 123px;
	background-position: -77px 0;
}
div#nav ul li.n-solutions a {
	width: 115px;
	background-position: -200px 0;
}
div#nav ul li.n-partners a {
	width: 83px;
	background-position: -315px 0;
}
div#nav ul li.n-blog a {
	width: 120px;
	background-position: -398px 0;
}
div#nav ul li.n-contact a {
	width: 70px;
	background-position: -518px 0;
}

div#nav ul li.n-about a:hover, div#nav ul li.n-about a.selectedPage {
	background-position: 0 -20px;
}
div#nav ul li.n-gallery a:hover, div#nav ul li.n-gallery a.selectedPage {
	background-position: -77px -20px;
}
div#nav ul li.n-solutions a:hover, div#nav ul li.n-solutions a.selectedPage {
	background-position: -200px -20px;
}
div#nav ul li.n-partners a:hover, div#nav ul li.n-partners a.selectedPage {
	background-position: -315px -20px;
}
div#nav ul li.n-blog a:hover, div#nav ul li.n-blog a.selectedPage {
	background-position: -398px -20px;
}
div#nav ul li.n-contact a:hover, div#nav ul li.n-contact a.selectedPage {
	background-position: -518px -20px;
}
*/


/* @group Forms */
div.row {
	clear: left;
	padding: 0 0 10px 0;
}
div.row label {
	display: block;
	width: 110px;
	margin-left: 25px;
	padding: 2px 0 0 0;
	float: left;
	display: inline;
}
div.login-form-wrap div.row label {
	margin-left: 120px;
}
div.row input.txt {
	border: none;
	padding: 3px;
	width: 200px;
}
div.newsletter-form-wrap div.row input.txt {
	width: 170px;
}
div.login-form-wrap input.txt {
	width: 190px;
}
div.row textarea {
	width: 250px;
	padding: 3px;
	border: none;
}
div.contact-form-wrap div.submit-row, div.newsletter-form-wrap div.submit-row {
	padding-left: 135px;
}
div.login-form-wrap div.submit-row {
	padding-left: 230px;
}
div.contact-form-wrap {
	padding: 0 0 50px 0;
}
div.newsletter-form-wrap {
	padding: 0 0 10px 0;
}
div.login-form-wrap {
	padding: 0 0 20px 0;
}
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #5e8d00;
	text-decoration: none;
}
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 */

/* Admin Tools */
body div#adminbar div.content {
	overflow: visible;
}

/* @end */


