@CHARSET "UTF-8";

/* PNG fix for older IE*/

img, div {
	behavior: url(iepngfix.htc)
}

/* General rules */

* {
	margin:0px;
	padding:0px;
}

body * {
	margin:0px;
	padding:0px;
}

a {
	outline:none;
}

a img {
	border:none;
}

body {
	text-align:center;
	margin:0px;
	padding:33px 0px;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 12px;
	background-color: #ffffff;
}

#inside-body {
	background: url(../images/inside-back.png) repeat-x;
}

#home-body {
	background: url(../images/home-back.png) repeat-x;
}

#top-wrapper {
	text-align:left;
	width:960px;
	margin:0px auto;
	position:relative;
}

#top-wrapper .todays-logo {
	position:absolute;
	top:-8px;
	left:25px;
	z-index:20002;
}

/* Top menu rules */
#top-menu {
	height:35px;
}
#top-menu a.request-link {
	float:right;
	width:119px;
	height:35px;
	overflow:hidden;
}
#top-menu img.left-border {
	float:left;
	height:35px;
	width:10px;
	margin:0px;
	padding:0px;
}
#top-menu .menu-container {
	text-align:right;
	height:35px;
	width:831px;
	float:left;
	background-color:#fff;
}
#top-menu .menu-container ul {
	list-style: none;
	list-style-position:inside;
	float:right;
	position:relative;
}
#top-menu .menu-container ul li {
	float:left;
	height:35px;
	line-height:35px;
	text-align:center;
}
#top-menu .menu-container ul li a{
	display:block;
	height:27px;
	line-height:27px;
	padding-top:0px;
	background: none #fff;
	text-decoration:none;
	padding:0px 12px;
	padding-top:4px;
	color: #4c7faf;
	border-bottom:4px solid #fff;
	_width:0px;
	white-space: nowrap;
}
#top-menu .menu-container ul li a:hover {
	border-bottom:4px solid #ffba00;
}
#top-menu .menu-container ul li.selected a {
	color:#c3c3c3;
	border-bottom:4px solid #ffba00 !important;
}

#top-menu .menu-container ul li ul {
	clear:both;
	float:none;
	display:none;
	position:absolute;
	z-index: 13000;
	background-color:#fff;
	margin:0px;
	padding:0px;
}
#top-menu .menu-container ul li ul li,#top-menu .menu-container ul li.selected ul li {
	float:none;
	display:block;
	height:22px;
	line-height:22px;
	border-top:1px solid #eaebec;
	font-family: arial;
	margin:0px;
	text-align:left;
}

#top-menu .menu-container ul li ul li a,#top-menu .menu-container ul li.selected ul li a {
	display:block;
	color:#3b96ca;
	height:22px;
	line-height:22px;
	padding:0px;
	margin:0px;
	font-size:11px;
	border-bottom:none !important;
	padding:0px 20px;
}
#top-menu .menu-container ul li ul li a:hover,#top-menu .menu-container ul li.selected ul li a:hover {
	border-bottom:none !important;
	text-decoration:underline;
}

/* Images carousel */
#carousel {
	position:relative;
	width:960px;
	height:263px;
	overflow:hidden;
}

#carousel ul {
	list-style: none;
	position:relative;
}

#carousel .images li {
	display:block;
	width:960px;
	height:263px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:10000;
}

#carousel .images li.active {
	z-index:10003;
}
#carousel .images li.back {
	z-index:10002;
}

#carousel .search {
	width:238px;
	height:37px;
	background: url(../images/search-back.png) no-repeat;
	position:absolute;
	left:703px;
	top:215px;
	padding:9px 15px;
	z-index:20002;
}

#carousel .search input {
	width:154px;
	height:15px;
	line-height:15px;
	border: 1px solid #db9c43;
	margin-right:5px;
	font-size:10px;
}

#carousel .search a{
	 color:#000;
	 text-decoration:none;
	 font-weight:bold;
}

#carousel .navigation {
	height:17px;
	position:absolute;
	left:43px;
	top:226px;
	z-index:20002;
}

#carousel .navigation li {
	display:block;
	width:13px;
	height:17px;
	float:left;
	margin-right: 4px;
	background: url(../images/carousel-navigation.png) no-repeat;
	padding-left:4px;
}

#carousel .navigation li.active {
	background: url(../images/carousel-navigation-active.png) no-repeat;
}

#carousel .navigation li a {
	font-weight:bold;
	text-decoration: none;
	color: #fff;
}

#carousel .navigation li.active a {
	color: #007abf;
}

/* Content */
#content-wrapper {
	text-align:left;
	width:909px;
	margin:0px auto;
	position:relative;
	background: url(../images/content-background.png) no-repeat;
	background-color: #ffffff;
	overflow:auto;
	padding:50px 32px 32px 32px;
	color:#414141;
}

#content-wrapper .clear{
	clear: both;
}

#content {
	float:left;
	width: 620px;
	padding-right:10px;
	overflow:visible;
}

#content.fullwidth {
	width:890px !important;
}

#content-wrapper h1 {
	font-size:30px;
	color:#007abf;
	font-weight:normal;
	margin-bottom:20px;
}
#content-wrapper h2 {
	font-size:14px;
	color:#7b7b7b;
	font-weight:bold;
	margin-bottom:15px;
}

#content-wrapper p {
	padding:8px 0px;
}

#content-wrapper a{
	color:#007abf;
	text-decoration:none;
}

#content #breadcrumbs {
	list-style: none;
	overflow: auto;
	clear:both;
	width:100%;
}
#content #breadcrumbs li {
	float:left;
	color:#007abf;
	margin-right:6px;
	padding-left:6px;
	background: url(../images/bread-bullet.png) no-repeat 0px 4px;
}
#content #breadcrumbs li.first {
	background: transparent none;
	padding-left:0px;
}
#content #breadcrumbs li a{
	font-size:11px;
	text-decoration:underline;
}

/* Right column */
#right-column {
	width:250px;
	float:right;
}
#right-column p {
	padding: 8px 0px;
	clear:both;
}
#right-column p img {
	float:left;
	margin-right:6px;
}
#right-column a {
	text-decoration:none;
	font-size:11px;
}
#right-column .separator {
	clear:both;
	margin:16px 0px;
	border-bottom:1px solid #b4b4b4;
}
#right-column ul {
	list-style:none;
}
#right-column ul li {
	float:left;
	margin-right:9px;
	margin-bottom:16px;
}
#right-column ul li.last {
	margin-right:0px;
}

#right-column h2 {
	font-size:14px;
	color:#007abf;
	font-weight:bold;
	margin-bottom:20px;
}

/* Footer */
#footer {
	text-align:left;
	width:960px;
	margin:0px auto;
	position:relative;
	border-top:1px solid #e5e5e5;
	padding-top:10px;
}

#footer ul {
	list-style: none;
	height:33px;
	width:100%;
}
#footer ul li {
	float:left;
	margin:10px 40px 0px 8px;
}
#footer ul li a {
	color:#000;
	text-decoration: none;
}
#footer ul li.logo {
	float:right;
	margin:5px 0px 0px 8px;
	height:33px;
}
/* Home page */

#home-body #content {
	padding-right:30px !important;
}

#home-body #right-column {
	width:250px;
}

#home-body #right-column h1{
	font-size:30px;
	color:#007abf;
	font-weight:normal;
	margin-bottom:0px;
}
#home-body #right-column h2{
	font-size:14px;
	color:#007abf;
	font-weight:bold;
	margin-bottom:16px;
	margin-top:10px;
}
#home-body #right-column p {
	padding:0px;
	margin:0px;
	margin-bottom:16px;
}
#home-body #right-column p img {
	float:left;
	margin:2px 6px 6px 0px;
}

#home-body #right-column .section {
	overflow:auto;
	padding-bottom:16px;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:6px;
}

#home-body #right-column .section ul {
	list-style:none;
}
#home-body #right-column .section ul li {
	float:left;
	margin-right:9px;
	margin-top:16px;
	margin-bottom:0px !important;
}
#home-body #right-column .section ul li.last {
	margin-right:0px;
}
#home-body #right-column .section ul li img {
	border:none;
}

#blue-list {
	height:148px;
	width:100%;
	text-align:left;
	width:958px;
	margin:0px auto;
	position:relative;
	background: url(../images/blue-list-back.png) repeat-x;
	border-left:1px solid #7fa0bf;
	border-right:1px solid #7fa0bf;
}

#blue-list ul {
	height:148px;
	width:100%;
	overflow:hidden;
	list-style: none;
}

#blue-list ul li {
	float:left;
	width:399px;
	padding:10px 40px;
}

#blue-list h1, #blue-list h1 a {
	font-size:16px;
	font-weight:normal;
	color:#414141;
	text-decoration:none;
}
#blue-list p {
	color:#fff;
	padding:10px 0px;
}

.home-list {
	list-style:none;
}

.home-list li {
	float:left;
	width:178px;
	margin-right:27px;
}

.home-list h1,.home-list h1 a {
	font-size:14px !important;
	text-decoration:none;
}

.home-list p {
	color:#000;
	margin-bottom:16px;
}
.home-list li img{
	margin-bottom:14px;
}

/* Testimonials */
#testimonials {
	list-style:none;
	margin-top:20px;
}
#testimonials li {
	margin-bottom:17px;
	clear:both;
	overflow:auto;
}
#testimonials li p {
	padding:0px;
}
#testimonials li img {
	float:left;
	margin-right:20px;
}
#testimonials li h2 {
	color: #007abf;
	font-size:14px;
	font-style:italic;
	font-weight:normal;
	margin-bottom:4px;
}

/* Customers */
#customers {
	list-style:none;
	margin-top:20px;
}
#customers li {
	margin-bottom:17px;
	clear:both;
	overflow:auto;
	padding-bottom:10px;
	border-bottom:1px solid #d9d9d9;
}
#customers li p {
	padding:0px;
}
#customers li img {
	float:left;
	margin-right:20px;
}
#customers li h2 {
	color: #007abf;
	font-size:14px;
	font-style:italic;
	font-weight:normal;
	margin-bottom:4px;
}
#customers li a {
	display:block;
	padding:6px 0px;
	text-align:right;
}
#customers li h2 a {
	text-align:left;
	display:inline;
}

/* Generic page navigation */

#page-navigation {
	padding:0px;
	margin:0px;
}

#page-navigation a {
	height:19px;
	line-height:19px;
	display:block;
	float:left;
	text-align:center;
	overflow:hidden;
	margin:0px 2px;
	padding:0px 6px;
}

#page-navigation a.first {
	background:url(../images/nav-first.png) center center no-repeat;
	margin-left:0px;
	content:' ';
}
#page-navigation a.last {
	background:url(../images/nav-last.png) center center no-repeat;
	margin-right:0px;
	content:' ';
}
#page-navigation a.selected {
	background: url(../images/nav-selected.png) center center no-repeat;
	background-position:center 0px;
	color:#fff;
}

/* Search results */

#results {
	list-style:none;
	margin-top:20px;
}
#results li {
	margin-bottom:17px;
	clear:both;
	overflow:auto;
	padding-bottom:10px;
	border-bottom:1px solid #d9d9d9;
}
#results li p {
	padding:0px;
}
#results li h2 {
	color: #007abf;
	font-size:14px;
	font-style:italic;
	font-weight:normal;
	margin-bottom:4px;
}
#results li h2 a {
	text-align:left;
	display:inline;
}

/* Guides */
#guides {
	list-style:none;
	margin-top:20px;
}
#guides li {
	margin-bottom:17px;
	clear:both;
	overflow:auto;
	padding-bottom:10px;
	border-bottom:1px solid #d9d9d9;
}
#guides li p {
	padding:0px;
}
#guides li img {
	float:left;
	margin-right:20px;
}
#guides li h2 {
	color: #007abf;
	font-size:14px;
	font-style:italic;
	font-weight:normal;
	margin-bottom:4px;
}
#guides li a {
	display:block;
	padding:6px 0px;
	text-align:right;
}
#guides li h2 a {
	text-align:left;
	display:inline;
}

/* Confirmation message */
.confirm {
	color:#34913f;
	font-style: italic;
}

/* Contact form */
#contact-form {
	margin-top:24px;
}
#contact-form dt{
	display:block;
	width:100px;
	float:left;
	clear:left;
	height:26px;
	line-height:26px;
}
#contact-form dt label {
	color:#007abf;
}
#contact-form dt label span {
	color:#a0a0a0;
	font-size:11px;
	line-height: 11px;
}
#contact-form dd{
	display:block;
	width:300px;
	float:left;
	clear:right;
	padding-top:4px;
}
#contact-form input, #contact-form select, #contact-form textarea {
	border:1px solid #d0d0d0;
	width:300px;
}
#contact-form input, #contact-form select {
	height:18px;
	line-height:18px;
}
#contact-form textarea {
	height:75px;
}

/* Quote forms */
#quote-wrapper dl {
	margin-top:24px;
}
#quote-wrapper dl dt{
	display:block;
	width:100px;
	float:left;
	clear:left;
	height:26px;
	line-height:26px;
}
#quote-wrapper dl dt label {
	color:#007abf;
	line-height:14px;
	margin-top:8px;
	display:block;
}
#quote-wrapper dl dd{
	display:block;
	width:300px;
	float:left;
	clear:right;
	padding-top:4px;
}
#quote-wrapper dl input, #quote-wrapper dl select, #quote-wrapper dl textarea {
	border:1px solid #d0d0d0;
	width:300px;
}
#quote-wrapper dl input, #quote-wrapper dl select {
	height:18px;
	line-height:18px;
}
#quote-wrapper dl textarea {
	height:75px;
}

#quote-wrapper #step-2 {
	display:none;
}


/* Articles */
#articles {
	list-style:none;
	margin-top:20px;
}
#articles li {
	margin-bottom:17px;
	clear:both;
	overflow:auto;
	padding-bottom:10px;
	border-bottom:1px solid #d9d9d9;
}
#articles li p {
	padding:0px;
}
#articles li img {
	float:left;
	margin-right:20px;
}
#articles li h2 {
	color: #007abf;
	font-size:14px;
	font-style:italic;
	font-weight:normal;
	margin-bottom:4px;
}
#articles li a {
	display:block;
	padding:6px 0px;
	text-align:right;
}
#articles li h2 a {
	text-align:left;
	display:inline;
}

input, select, textarea {
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
}

img.border {
	background-color:#fff !important;
	padding:3px !important;
	border-right:1px solid #d9d7cb !important;
	border-bottom:1px solid #d9d7cb !important;
}

.calculator-result {
	font-weight: bold;
	font-size:13px;
	padding-left:16px;
}
.calculator-result.error{
	color:red;
}

/* causes */
#causes {
	list-style:none;
	margin-top:30px;
}
#causes li {
	margin-bottom:17px;
	clear:both;
	overflow:auto;
	.overflow:inherit;
	padding:8px 8px 12px 8px;
}
#causes li.selected {
	background-color:#f0f0f0;
}
#causes li p {
	padding:0px;
	margin-bottom:4px;
}
#causes li h2 {
	color: #007abf;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	margin-bottom:4px;
}
#causes li h2 span {
	float:right;
	color:#333333;
}
#causes li .url {
	margin-bottom:4px;
}
#causes li .buttons a {
	font-size:14px;
	font-weight:bold;
}
#causes li .buttons .download {
	float : right;
}
#causes li .buttons .vote {
	float : left;
	color : green;
	font-weight:bold;
}
#causes li .vote-form {
	clear:both;
	padding:4px;
	line-height:60px;
	vertical-align: middle;
	overflow:auto;
	background-color:#f0f0f0;
}
#causes li .vote-form .clear{
	line-height:normal;
}
#causes li .vote-form a {
	font-size:14px;
}
#causes li .vote-form img {
	cursor:pointer;
	float:left;
	height:60px;
	width:150px;
	margin-right:16px;
}
#causes li .vote-form input {
	border:1px solid #e0e0e0;
	height:22px;
	line-height:22px;
	margin-right:16px;
}
#causes li .vote-form input.error {
	border:1px solid red;
}

.top-votes{
	list-style: none;
}
.top-votes li {
	margin-bottom:2px;
	overflow:auto;
	clear:both;
}
.top-votes li div{
	float:left;
}
.top-votes li div.position {
	width:25px;
}
.top-votes li div.referer {
	width:140px;
	color: #007abf;
}
.top-votes li div.votes {
	width:75px;
	text-align:right;
}

.top-votes li.no-data {
	color:#a0a0a0;
	font-style: italic;
	text-align: center;
	float:none !important;
}

#results {
	margin-top:24px;
	clear:both;
	display:none;
}
#results dt{
	display:block;
	width:100px;
	float:left;
	clear:left;
	height:26px;
	line-height:26px;
}
#results dt label {
	color:#007abf;
}
#results dd{
	display:block;
	width:300px;
	float:left;
	clear:right;
	padding-top:4px;
}
#results input, #results select, #results textarea {
	border:1px solid #d0d0d0;
	width:300px;
}
#results input, #results select {
	height:18px;
	line-height:18px;
}
#results textarea {
	height:75px;
}

#request {
	margin-top:24px;
	clear:both;
	display:none;
}
#request dt{
	display:block;
	width:100px;
	float:left;
	clear:left;
	height:26px;
	line-height:26px;
}
#request dt label {
	color:#007abf;
}
#request dd{
	display:block;
	width:300px;
	float:left;
	clear:right;
	padding-top:4px;
}
#request input, #request select, #request textarea {
	border:1px solid #d0d0d0;
	width:300px;
}
#request input, #request select {
	height:18px;
	line-height:18px;
}
#request textarea {
	height:75px;
}

/* Calculator SEO */
#seo-form {
	margin-top:24px;
	overflow: auto;
}
#seo-form dt{
	display:block;
	width:200px;
	float:left;
	clear:left;
	height:26px;
	line-height:26px;
}
#seo-form dt label {
	color:#007abf;
}
#seo-form dt label span {
	color:#808080;
	font-size:11px;
	line-height: 12px;
}
#seo-form dd{
	display:block;
	width:400px;
	float:left;
	clear:right;
	padding-top:4px;
}
#seo-form input, #seo-form select, #seo-form textarea {
	border:1px solid #d0d0d0;
	width:400px;
}
#seo-form input, #seo-form select {
	height:18px;
	line-height:18px;
}
#seo-form textarea {
	height:150px;
	font-size: 14px;
}
#seo-results {
	margin-top:16px;
	clear:both;
	display: none;
}
#seo-results p b{
	color:#000;
}
#seo-results p {
	margin:4px 0px;
	padding:0px;
}
#results-loading {
	margin:20px 0px;
	text-align: center;
}
#results-loading img {
	vertical-align: middle;
	margin-right: 8px;
}
#results-loading span{
	color: #007ABF;
	font-style: italic;
}
#results-buttons {
	text-align:left;
	margin-top:16px;
	display:none;
}
#results-table {
	width:620px;
}
#results-table th {
	font-size:14px;
	vertical-align: bottom;
	text-align: center;
	background-color: #333333;
	color:#fff;
	font-weight: bold;
	padding:4px 2px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
#results-table th.c-kw {
	width: 220px:
}
#results-table th.c-d {
	width:75px;
}
#results-table th.c-t {
	width:100px;
}

#results-table tbody tr{
	background-color: #f0f0f0;
}
#results-table tbody tr.e {
	background-color: #fff;
}
#results-table td {
	font-size:14px;
	padding:4px 0px;
}
#results-table td.c-kw {
	text-align: left;
	padding-left:8px;
}
#results-table td.c-d {
	text-align: center;
}
#results-table td.c-t {
	text-align: right;
	padding-right:8px;
}
