/*
Theme Name: Agilewaves
Theme URI:
Description:
Version: 1.0
Author:
Author URI:
Tags:

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

html {
	height: 100%;
	background: #9ac13e url(images/bg.png) repeat;
}
body {
	margin: 0;
	height: 100%;
	font: 12px/15px "Trebuchet MS", trebuchet, Arial, Helvetica, sans-serif;
	color: #636363;
	background: url(images/bg-repeat.gif) repeat-y 50% 0;
	min-width: 940px;
}
img {
	border-style: none;
}
a:focus {
	outline: none;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
input,
textarea,
select {
	font: 100% Arial, sans-serif;
	vertical-align: middle;
}
.page {
	background: url(images/bg-main.png) repeat-y 50% 0;
	min-height: 100%;
}
* html .page {
	height: 100%;
}
.skip {
	display: none;
}
#main {
	margin: 0 auto;
	width: 940px;
	position: relative;
}
/* header start */
#header {
	width: 940px;
	height: 190px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
/* logo */
.logo {
	position: absolute;
	top: 0;
	left: 17px;
	background: url(images/logo.png) no-repeat;
	width: 252px;
	height: 127px;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}
/* main navigation start */
#main-nav {
	float: left;
	margin: 136px 0 0 31px;
	padding: 0;
	background: url(images/bg-main-nav.png) no-repeat;
	width: 878px;
	height: 48px;
	text-align: center;
	display: inline;
}
#main-nav .center {
	float: left;
	left: 50%;
	position: relative;
	text-align: center;
}
#main-nav ul.nav {
	margin: 0;
	padding: 0;
	position: relative;
	left: -50%;
	float: left;
}
#main-nav li {
	float: left;
	display: inline;
	list-style: none;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	background: url(images/sep-2.gif) no-repeat 100% 0;
	margin: 6px 0 0;
}
#main-nav li.cat-item{background:none;}
#main-nav li.current_page_item,
#main-nav li.current_page_parent,
#main-nav li.current_page_ancestor,
#main-nav li.current-cat {
	background: no-repeat;
	font-size: 16px;
	line-height: 20px;
	margin: 6px -8px 0 -11px;
}
#main-nav li a {
	color: #0d9fd8;
	text-decoration: none;
	float: left;
	position: relative;
	padding: 4px 0 0 15px;
	margin-right: -1px;
	height: 27px;
}
#main-nav li.current_page_item a,
#main-nav li.current_page_parent a,
#main-nav li.current_page_ancestor a,
#main-nav li.current-cat a {
	color: #6eb15e;
	background: url(images/bg-menu-active.png) no-repeat;
	margin: -15px 0 0;
	padding: 17px 4px 0 23px;
	height: 49px;
	cursor: pointer;
}
#main-nav li span {
	width: 18px;
	height: 66px;
	float: left;
	margin: -15px 0 0;
	position: relative;
	cursor: pointer;
}
#main-nav li.current_page_ancestor span,
#main-nav li.current_page_parent span,
#main-nav li.current_page_item span,
#main-nav li.current-cat span {
	background: url(images/bg-menu-active-right.png) no-repeat;
}
/* drop down start */
#main-nav li:hover,
#main-nav li.hover {
	position: relative;
}
#main-nav li:hover .drop-down,
#main-nav li.hover .drop-down {
	display: block;
}
/* dropdown level two */
#main-nav li.hover .drop-down li.hover .drop-down, 
#main-nav li:hover .drop-down li:hover .drop-down {
	display: block;
}
#main-nav li.hover .drop-down .drop-down, 
#main-nav li:hover .drop-down .drop-down {
	display: none;
}
#main-nav li .drop-down {
	display: none;
	position: absolute;
	z-index: 999;
	top: 26px;
	left: -10px;
	text-align:left;
}
#main-nav li .drop-down li span{display:none;}
#main-nav li.current_page_item .drop-down,
#main-nav li.current_page_parent .drop-down,
#main-nav li.current_page_ancestor .drop-down,
#main-nav li.current-cat .drop-down {
	top: 26px;
	left: 0px;
}
#main-nav li .drop-down .drop-down {
	top: 0;
	left: 105px;
}
#main-nav li .bottom {
	background: url(images/bg-drop-down-bottom.png) no-repeat;
	width: 133px;
	height: 18px;
	overflow: hidden;
	text-indent: -9999px;
	font-size: 0;
}
#main-nav li ul {
	margin: 0 0 -3px;
	padding: 0 9px 0 10px;
	width: 113px;
	background: url(images/bg-drop-down.png) no-repeat;
}
#header #main-nav li ul li {
	float: none;
	margin: 0;
	padding: 5px 10px 5px 17px;
	display: block;
	background: url(images/divider.gif) no-repeat;
	vertical-align: top;
	height: 1%;
}
#header #main-nav li ul li a {
	float: none;
	display: block;
	padding: 0;
	margin: 0;
	height: auto;
	color: #0d9fd8;
	background: url(images/none.gif) no-repeat;
}
/* rollover */
#header #main-nav li:hover a,
#header #main-nav li.hover a {
	color: #6eb15e;
}
#header #main-nav li:hover ul li a,
#header #main-nav li.hover ul li a {
	color: #0d9fd8;
}
#header #main-nav li ul li:hover a,
#header #main-nav li ul li.hover a {
	color: #6eb15e;
}
#header #main-nav li ul li:hover ul li a,
#header #main-nav li ul li.hover ul li a {
	color: #0d9fd8;
}
#header #main-nav li a:hover,
#header #main-nav li ul li a:hover,
#header #main-nav li ul li.current_page_item a,
#header #main-nav li ul li.current-cat a {
	color: #6eb15e !important;
}
/* drop down end */
/* main navigation end */
/* testimonial start */
#header .testimonial {
	/*position: absolute;*/
	top: 50px;
	/*left: 440px;*/
}
.quotescollection_nextquote{display:none;}
.quote-collections {
	position: absolute;
	top: 10px;
	left: 400px;
	width: 500px;
}
.quote-collections img {
	float:right;
	margin:5px 3px 0 3px;
}
.iconGroup {
	position:absolute;
	top:80px;
	right:0px;
}
.testimonial blockquote {
	margin: 0;
	padding: 0 0 0 14px;
	/*width: 360px;*/
}
.testimonial blockquote p {
	quotes: none;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	font-weight: bold;
	text-indent: -14px;
	display: block;
	position: relative;
	margin: 0;
	text-align: right;
}
.testimonial blockquote p strong {
	/*font-size: 31px;*/
	/*line-height: 34px;*/
}
.testimonial blockquote p span {
	font-size: 14px;
	/*line-height: 28px;*/
}
.testimonial blockquote a {
	color:#fff;
	text-decoration:none;
}
.testimonial cite {
	display: block;
	text-align: right;
	font-size: 12px;
	line-height: 19px;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	padding:4px 0 0 0;
	text-transform:uppercase;
}
/* testimonial end */
/* header end */
/* footer start */
.footer {
	overflow: hidden;
	height: 1%;
	padding: 0px 0 20px 32px;
}
.footer ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 1%;
}
.footer li {
	float: left;
	list-style: none;
	padding: 0 9px;
	background: url(images/sep.gif) no-repeat 100% 4px;
}
.footer a,
.footer p a {
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	line-height: 14px;
}
.footer a:hover,
.footer p a:hover {
	text-decoration: underline;
}
.footer p {
	margin: 0;
	padding: 4px 0 0 9px;
	font-size: 11px;
	line-height: 14px;
	color: #000;
}
.footer .affiliates {
	margin:0;
	padding:20px 0 0 0;
	background: url(images/affiliates/affiliates-bg.png) no-repeat -4px top;
	height:100px;
	width:888px;
	text-align:"center";
}
.footer .affiliates h3 {
	font-size:12px;
	color:#0D9FD8;
	position:absolute;
	left:50px;
	width:100px;
}
.footer .affiliates img {
	margin:5px 40px 0 10px;
}
/* footer end */
/* main container */
.container {
	padding: 181px 0 0;
	overflow: hidden;
	width: 100%;
}
/* flash start */
.flash {
	width: 888px;
	margin: 0 0 0 26px;
}
.flash .holder {
	background: url(images/bg-flash.png) no-repeat;
	overflow: hidden;
	height: 1%;
	padding: 13px 0 0 18px;
	margin-bottom: -5px;
}
.flash img,
.flash object,
.flash embed {
	display: block;
}
.flash .bottom {
	background: url(images/bg-flash-bottom.png) no-repeat;
	width: 888px;
	height: 28px;
	font-size: 0;
	overflow: hidden;
	position: relative;
}
/* flash end */
/* left column start */
.col-1 {
	float: left;
	width: 630px;
	margin: 1px 0 0 26px;
	display: inline;
}
.col-1 .top,
.col-1 .bottom {
	background: url(images/bg-content-top.png) no-repeat;
	height: 29px;
	overflow: hidden;
	font-size: 0;
	width: 100%;
}
.col-1 .bottom {
	background: url(images/bg-content-bottom.png) no-repeat;
	height: 30px;
}
.col-1 .bg {
	background: url(images/bg-content.png) repeat-y;
	width: 630px;
	overflow: hidden;
}
/* full page start */
.fullpage{
	float: left;
	width: 888px;
	margin: 1px 0 0 26px;
	display: inline;
}
.fullpage .top,
.fullpage .bottom {
	background: url(images/bg-content-full-top.png) no-repeat;
	height: 29px;
	overflow: hidden;
	font-size: 0;
	width: 100%;
}
.fullpage .bottom {
	background: url(images/bg-content-full-bottom.png) no-repeat;
	height: 30px;
}
.fullpage .bg {
	background: url(images/bg-content-full.png) repeat-y;
	width: 888px;
	overflow: hidden;
}
/* content start */
.content {
	background: url(images/grad.png) no-repeat 0 100%;
	width: 572px;
	min-height: 310px;
	overflow: hidden;
	margin: 0 0 0 18px;
	padding: 0 0 0 22px;
	position: relative;
}
.fullpage .content {
	background: url(images/grad-full.png) no-repeat 0 100%;
	width:830px;
}
* html .content {
	height: 310px;
	overflow: visible;
}
.content h1 {
	margin: 0 0 0 1px;
	padding: 0 0 20px;
	color: #0d9fd8;
	font-size: 30px;
	line-height: 34px;
	font-weight: bold;
	background: url(images/dotted-area-heading.gif) no-repeat 0 85%;
	text-align: center;
}
.fullpage .content h1 {
	background: url(images/dotted-area-heading-full.png) no-repeat 0 85%;
}
.content h2 {
	margin: 0;
	padding: 22px 0 0;
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
}
.content h2 a{
	color:#0D9FD8;
	text-decoration:none;
}
.content h2 a:hover{color:#6EB15E;}
.content h3 {
	margin: 0;
	padding: 0 0 2px;
	font-size: 14px;
	line-height: 17px;
}
.content p {
	margin: 0 20px 0 0;
	padding: 0 0 19px;
	color: #636363;
	font-size: 12px;
	line-height: 18px;
}
.content p a {
	text-decoration: none;
	color: #0d9fd8;
}
.content p a:hover {
	text-decoration: underline;
}
.content .alignleft{
	float:left;
	padding:10px 10px 4px;
}
.content .alignright{
	float:right;
	padding:10px 0 4px 10px;
}
.content .navigation{padding-bottom:20px;}
.content .navigation .alignleft{
	float:left;
	padding:0;
}
.content .navigation .alignright{
	float:right;
	padding:0 20px 0;
}
.content .navigation a,
.content .commentlist a{
	color:#0D9FD8;
	text-decoration:none;
}
.content .navigation a:hover,
.content .commentlist a:hover{text-decoration:underline;}
.content .image {
	float: left;
	display: inline;
	margin: -17px 17px -10px 0;
	padding: 0;
}
* html .content .image {
	margin-right: 14px;
}
.content .image-right {
	float: right;
	margin: 1px 4px 0 10px !important;
}
.content .image img {
	display: block;
}
.content .more {
	background: url(images/dotted-area.gif) no-repeat 0 8px;
	text-align: right;
	clear: both;
	color: #0d9fd8;
	font-size: 18px;
	line-height: 21px;
	padding: 0 87px 3px 0;
	position: relative;
}
.content .more a, .content a {
	text-decoration: none;
	color: #0d9fd8;
}
.content .more a:hover, .content a:hover {
	text-decoration: underline;
}
.content .faq {
	padding:10px 0 0 0;
	font-size:18px;
	font-weight:bold;
}
.content .faq2 {
	padding:10px 0 0 33px;
	font-size:18px;
	font-weight:bold;
}
.content .custom-slideshow {
	float:left;
	margin:0px 10px 10px 0px;
	background:#efefef;
	padding:10px;
	border:1px solid #ccc;
	width:320px;
	height:187px;
}
.content .nofloat{
	float:none;
}

.content .slideshow-right{
	float:right;
	margin:0px 0px 10px 10px;
}

/* content end */
/* left column end */
/* right column start */
.col-2 {
	float: left;
	width: 263px;
	display: inline;
	margin: 0 0 0 -5px;
	padding: 23px 0 0;
}
.col-2 h4 {
	margin: -3px 0 0 -3px;
	padding: 0 0 6px 22px;
	color: #0d9fd8;
	font-size: 18px;
	line-height: 21px;
	font-weight: normal;
	background: url(images/ico-sun.gif) no-repeat 0 3px;
	position: relative;
}
.col-2 h4 a {
	color: #0d9fd8;
	text-decoration:none;
}
.col-2 h4 a:hover {
	text-decoration:underline;
}

.col-2 .form-email h4 {
	margin: 0;
	background: url(images/ico-world.gif) no-repeat 0 4px;
	padding: 0 0 5px 22px;
}
.col-2 p {
	margin: 0;
	padding: 0;
	color: #555;
	font-size: 11px;
	line-height: 16px;
}
.col-2 .form-email p {
	line-height: 14px;
	padding: 0 0 6px;
}
.col-2 p.more {
	text-align: right;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	background: url(images/dotted-area-right.gif) no-repeat 0 5px;
	clear: both;
	text-decoration: none;
	letter-spacing: -1px;
	padding: 2px 16px 0 0;
	margin: 0 0 0 -2px;
}
* html .col-2 p.more {
	padding-top: 1px;
}
*+html .col-2 p.more {
	padding-top: 1px;
}
.col-2 p a {
	color: #0d9fd8;
	text-decoration: none;
}
.col-2 p a:hover {
	text-decoration: underline;
}
/* form email start */
.form-email {
	background: url(images/bg-form.png) no-repeat;
	width: 216px;
	height: 115px;
	overflow: hidden;
	margin: -22px 0 0 -1px;
	padding: 22px 20px 0 28px;
}
.wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.form-email .input, .form-register .input {
	float: left;
	border: 1px solid #c3c4bd;
	width: 143px;
	padding: 1px 3px;
	font: 10px/13px Arial, Helvetica, sans-serif;
	color: #9f9f9f;
}
.form-register .input {
	margin: 5px 5px 0px 0px;
}
.form-register p label {
	float:left;
	padding: 5px 0px 5px 0px;
}
.form-register .rememberme {
	float:left;
	margin: 7px 10px 0px 10px;
}
/*
.form-email .btn-submit, .form-register .btn-submit {
	background: none;
	border-style: none;
	color: #0d9fd8;
	text-transform: uppercase;
	font: bold 11px/14px "Trebuchet MS", trebuchet, Arial, Helvetica, sans-serif;
	margin: 0 0 0 1px;
	float: left;
	width: 58px;
}
*/
.form-email .btn-submit, .form-register .btn-submit {
	background: none;
	border:1px solid #c3c4bd;
	background:#fff;
	color: #0d9fd8;
	text-transform: uppercase;
	font: bold 11px/14px "Trebuchet MS", trebuchet, Arial, Helvetica, sans-serif;
	margin: 0 0 0 1px;
	float: left;
	width: 58px;
}
.form-register .btn-send {
	border:1px solid #c3c4bd;
	background:#fff;
	margin: 5px 0px 5px 0px;
}
.form-register .btn-send:hover, .form-email .btn-submit:hover {
	border:1px solid #0d9fd8;
	background:#0d9fd8;
	color:#fff;
}
/* form email end */
/* right boxes start */
.box {
	width: 263px;
	margin: -22px 0 0;
}
.box .top,
.box .bottom {
	background: url(images/bg-box-top.png) no-repeat;
	height: 24px;
	overflow: hidden;
	font-size: 0;
	width: 100%;
}
.box .bottom {
	background: url(images/bg-box-bottom.png) no-repeat;
	height: 29px;
}
.box .bg {
	background: url(images/bg-box.png) repeat-y;
	width: 100%;
}
.box .box-content {
	overflow: hidden;
	background: url(images/grad-2.png) no-repeat 0 100%;
	margin: 0 0 0 18px;
	padding: 0 4px 2px 10px;
	position: relative;
	width: 213px;
	min-height: 100px;
}
* html .box .box-content {
	height: 100px;
	overflow: visible;
}
.box .image {
	float: left;
	background: url(images/bg-image.gif) no-repeat;
	width: 127px;
	height: 102px;
	padding: 8px 0 0 7px;
	margin: 4px 9px 0 -6px;
	display: inline;
}
* html .box .image {
	margin-right: 6px;
}
/* right boxes end */
/* right column end */

/* custom page styles */
.content .testimonial {
	border:1px solid #c3c4bd;
	background:#fff;
	padding:10px 10px 20px 10px !important;
}
.source {
	font-style:italic;
	font-weight:bold;
	margin:-10px 50px 20px 300px;
	padding:10px;
	border:1px solid #c3c4bd;
	background: #efefef;
}

.contact-form {
	width:350px;
	float:left;
}
.contact-address {
	float:left;
	border:1px solid #c3c4bd;
	background:#efefef;
	margin: 10px 0px 0px 20px;
	padding:10px;
}
.contact-address h2, .contact-address p {
	padding:0px;
}
.linklove {
	text-align:left !important;
}
.content .news {
	float: left;
	background: url(images/bg-image.gif) no-repeat;
	width: 127px;
	height: 102px;
	padding: 8px 0 0 7px;
	margin: 3px 20px 10px 0;
	display: inline;
}
.content .partner-logos {
	width:550px; 
	margin-left:auto; 
	margin-right:auto;
}
.content .partner-logos img {
	margin:0px 5px 0px 5px;
}
.content .module-logos img {
	margin:10px;
	padding:0px;
	border:1px solid #0D9FD8;
}
.content ul, .content ol {
	margin-left: 30px;
}
.content .resources li {
	margin:5px;
}
.content .key-features {
	width:220px;
	float:right;
	list-style-image: url(images/leaf.gif);
	border:1px solid #cecece;
	background: #fefefe;
	padding:0px 20px 10px 20px;
	margin:0px 30px 0px 15px;
	line-height:2em;
}
.content .key-features ul {
	margin-top:20px;
}
ul li.pdf-small {
	list-style:none;
	background: transparent url(images/pdf-small.gif) no-repeat 0 0;
	margin: 5px 0 5px -30px;
	padding: 5px 0 0 30px;
	min-height:30px;
}
/*
ul .pdf-small {
	list-style-image: url(images/pdf-small.gif);
	list-style-position:10px;
	padding-bottom:5px;
}
*/
/* Hide back to blog text */
.login p#backtoblog {
	color:#333333;
}