﻿/*	
	CleanCorp Template
	File: stylesheet.css
	Stefano Giliberti - kompulsive@gmail.com clickswitch.net		
*/
/* Resets */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
.clear {
	clear: both;
}
.spacer {
	clear: both;
	height: 15px;
}
:focus {
	outline: 0;
}
/* Lists and Tables */
ol, ul {
	list-style: none;
	list-style-image: url(../images/list-dot.gif);
}
table {
	border-collapse: separate;
	border-spacing: 0;
	font-size: 1em;
	line-height: 1.3em;
	margin: 15px 0;
}
.table-head {
	font-size: 0.8em;
	height: 3.0em;
	line-height: 3.0em;
	background: #4CB041;
	color: #FBFBFB;
	text-transform: uppercase;
}
th {
	padding: 0px 15px;
	font-weight: bold;
}
td {
	padding: 10px 10px;
	background: #f1f1f1;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* Main styles */
.right {
	float: right;
}
.left {
	float: left;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
body {
	background: #FFF;
	color: #777777;
	font: 62.5% Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}
#wrapper {
	margin: 0 auto;
	position: relative;
	width: 960px;
	overflow: hidden;
}

#plans .standardplan
{
	width: 450px;
	float: left;

} 

#plans .customplan
{
	width: 450px;
	float: right;
} 


/* Links Style */
a:link, a:visited {
	color: #1c3d66;
	text-decoration: underline;
}
a:hover {
	color: #3b70ad;
	text-decoration: underline;
}
a:active {
	color: #8b8b8b;
	text-decoration: underline;
}
/* Headings */
h1, h2 {
	border-bottom: 1px solid #c6c6c6;
	color: #8b8b8b;
	font-size: 1.3em;
	font-weight: bold;
	margin: 5px 0 15px 0;
	padding: 5px 0 10px 0;
}
h2 {
	font-size: 1.1em;
}
h3, h4 {
	border: 1px solid #c6c6c6;
	color: #8b8b8b;
	font-weight: bold;
	font-size: 1em;
	padding: 4px 0 4px 10px;
	margin: 13px 0 13px 0;
}
h4 {
	font-size: 0.8em;
}
/* Header */
#header {
	height: 135px;
	position: relative;
	z-index: 1;
}
/* Call CleanCorp on.. */
#header p#rapid-info {
	color: #a2a2a2;
	font-style: italic;
	font-size: 1.3em;
	line-height: 1.2em;
	position: absolute;
	right: 0px;
	top: 54px;
	text-align: right;
}
/* Navigation */
ul#navigation {
	bottom: 0px;
	list-style: none;
	position: absolute;
	right: 10px;
	float: right;
}
ul#navigation li {
	background: url(../images/tab.gif) 0% 0px;
	display: inline;
	float: left;
	font-size: 1.3em;
	margin: 0 0 0 7px;
	width: 113px;
	position: relative;
}
ul#navigation li a {
	color: #8b8b8b;
	display: block;
	line-height: 37px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
}
#navigation li a:hover {
	background-position: 0 -37px;
}
#navigation li:hover {
	background-position: 0 -37px;
}
/* Current list item */
#navigation li.current-item {
	background-position: 0 -74px;
}
/* Current list item */
#navigation li.current-item a {
	background-position: 0 -74px;
	color: white;
}
/* Dropdown */
#navigation ul.ddown {
	position: absolute;
	top: 37px;
	left: -7px;
	display: none;
}
#navigation ul.ddown li {
	background: #333;
	border: 1px solid #474747;
	border-top: none;
	font-size: 0.8em;
	text-transform: uppercase;
	width: 111px;
}
#navigation ul.ddown li:hover {
	background: #3b3b3b;
}
#navigation ul.ddown li a {
	line-height: 37px;
	color: #969696;
}
/* Logo */
#header h1#logo, #header h1#logo a {
	display: block;
	height: 62px;
	width: 292px;
}
#header h1#logo {
	background: url(../images/logo.jpg) no-repeat;
	border: none;
	height: 62px;
	left: 0px;
	margin: 0;
	padding: 0;
	position: absolute;
	text-indent: -999em;
	top: 32px;
}
/* Promo */
#promo-box {
	position: relative;
	height: auto;
}
/* Know more */
#promo-box h1#know-more {
	height: 40px;
	left: 259px;
	margin: 0;
	padding: 0;
	position: absolute;
	text-indent: -999em;
	top: 163px;
	border: none;
}
#promo-box h1#know-more, #promo-box h1#know-more a {
	background: url(../images/know-more.gif) no-repeat;
	display: block;
	height: 40px;
	width: 134px;
}
#promo-box h1#know-more a:hover {
	background-position: 0% -40px;
}
#promo-box h1#know-more a:active {
	background-position: 0% -80px;
}





/* Page */
#page {
	position: relative;
	margin: 50px 0;
	font-size: 1.4em;
	line-height: 1.4em;
}
#page h1.title {
	height: 19px;
	margin: 0 0 20px 0;
	padding: 0;
	width: 251px;
	background: none;
	border: none;
}
#page .mini-box {
	float: left;
	width: 290px;
}
.mini-box .desc {
	width: 155px;
	font-size: 0.9em;
	line-height: 1.3em;
	float: right;
}
/* What we offer box */
#center-box {
	margin: 0px 45px;
}

/* Plans */
.standardplan h3,h4 {
	border: 0px;

}


/* Right column */
#right-col {
	width: 250px;
	float: right;
	color: #5e5e5e;
}
#right-col .guarantees li {
	margin: 2px 0 0 20px;
	padding: 0 0 0 5px;
}
/* Full width page (about us, services, contact us) */
#full-page {
	float: left;
	width: 635px;
	line-height: 1.7em;
	border-right: 1px solid #c6c6c6;
	padding: 0 40px 0 10px;
}
/*this one actually covers the entire page*/
#full-page-wide {
	width: 960px;
	line-height: 1.7em;
	padding: 0 10px 0 10px;
}
/* Search and Testimonials */
#fast-search {
	background: #e2e2e2;
	border: 1px solid #c6c6c6;
	padding: 12px;
	text-align: center;
}
.input-search {
	border: 1px solid #c6c6c6;
	color: #ababab;
	font-size: 0.7em;
	padding: 8px;
	text-transform: uppercase;
	width: 205px;
}
.input-search-go {
	background: #214571;
	border: none;
	color: white;
	font-size: 0.7em;
	padding: 5px;
}
/* Testimonial */
.testimonial {
	color: #8b8b8b;
	font-size: 0.9em;
	line-height: 1.6em;
	text-align: right;
	margin: 20px 0 0 0;
	float: right;
	width: 85%;
}
/* Forms */
input, select, textarea {
	background: url(../images/input-back.gif) repeat-x;
	border: 1px solid #c6c6c6;
	color: #333;
	padding: 8px;
}
.input-go {
	background: #214571;
	border: none;
	color: white;
	font-size: 0.7em;
	padding: 10px 15px 10px 15px;
	text-transform: uppercase;
}
/* Contact form error message */
p#form-info {
	padding: 5px 5px 5px 40px;
	margin: 8px;
	background: url(../images/cisily_32_warning.gif) left no-repeat;
	display: none;
}
/* Contact form success message */
p#form-success {
	padding: 5px 5px 5px 40px;
	margin: 8px;
	background: url(../images/cisily_32x_yes.gif) left no-repeat;
	display: none;
}
/* Footer */
#footer {
	color: #a3a3a3;
	border-top: 1px solid #dddddd;
	font-size: 1.2em;
	position: relative;
	text-align: right;
	padding: 10px 0 10px 0;
}
/* ELEMENT FUSION CMS */
#featuresColOne {
	float: left;
	margin-right: 3%;
	width: 47%;
}
#featuresColTwo {
	float: right;
	width: 47%;
}
.cmsTabs {
	border: 1px solid #c6c6c6;
	color: #8b8b8b;
	padding: 4px 10px 4px 10px;
	margin: 13px 0 13px 0;
}
.cmsTabs h3,h4 {
	border: 0px;

}
.idTabs {
	width: 930px;
}
#tabs li {
	background: url(../images/tab.gif) 0% 0px;
	display: inline;
	float: left;
	font-size: 1.1em;
	margin: 0 0 0 7px;
	width: 100px;
	position: relative;
}
#tabs li a {
	color: #8b8b8b;
	display: block;
	line-height: 27px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
}
#tabs li a:hover {
	background-position: 0 -37px;
}
#tabs li:hover {
	background-position: 0 -37px;
}
/* Pricing Table
-------------------------------------- */
div.tableholder {
	padding: 0px;
	border: 2px solid #CCC;
	margin-bottom: 1.5em;
	position: relative;
}
table.signup col.col2 {
	background: #f4fafd;
}
table.signup col.col3 {
	background: #eef8fc;
}
table.signup col.col4 {
	background: #e7f5fc;
}
table.signup col.col5 {
	background: #def1fc;
}
table.signup col.col6 {
	background: #d8eefb;
}
table.signup col.col7 {
	background: #cee7f9;
}
table.signup th img {
	margin-top: 2px;
	border: none;
}
table.signup h3 {
	margin: 0;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-size: 1.125em;
	line-height: 1em;
}
table.signup .heading {
	background: #CCC;
	color: #FFF;
	padding: 0.5em 1em;
}
table.signup th {
	font-size: 1.25em;
	line-height: 1.2em;
	padding: 0.5em;
	text-align: center;
	color: #799e12;
	font-weight: bold;
	border: 1px solid #CCC;
}
table.signup th strong {
	color: #333;
	font-size: larger;
}
table.signup th .small {
	font-size: smaller;
}
table.signup td.shadedw {
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}
table.signup td.shaded {
}
table.signup td.shadedleft {
	text-align: right;
	font-weight: bold;
}
table.signup td {
	text-align: center;
	line-height: 1.5em;
	padding: 0.25em 0.5em;
	border: 1px solid #CCC;
}
table.signup td.banner {
	background-color: #FFF;
	color: #333;
	font-weight: bold;
}
table.signup td.dsmall {
	text-align: center;
	vertical-align: top;
	line-height: 1.5em;
}
.closeLink {
	outline: none;
	font-weight: bold;
}
.popup {
	position: absolute;
	visibility: hidden;
	background-color: #FFF;
	layer-background-color: #FFF;
	width: 16em;
	border: 1px solid #333;
	padding: 1em 1.5em;
	z-index: 100;
	margin: 0;
	text-align: center;
}
a.signUpBtn, a.learnMoreBtn {
	width: 87px;
	text-indent: -9999em;
	overflow: hidden;
	text-decoration: none;
	background: url(i/btn_sign-up_sm.png) no-repeat left top;
	padding-top: 34px !important;
	height: 0px !important;
	margin: 1em auto;
	display: block;
}
a.learnMoreBtn {
	background-image: url(i/btn_learn_more.png);
	width: 121px;
}
* html a.signUpBtn, * html a.learnMoreBtn {
	padding-top: 0 !important;
	height: 34px !important;
}
a.signUpBtn:hover, a.learnMoreBtn:hover {
	background-position: left -34px;
}
.tableholder .tableHead {
	background: url(i/feature_content_bg.jpg) no-repeat left -150px;
	color: #e7f5fc;
	text-align: left;
	padding: 0.5em 2em 0;
}
.tableholder .tableHead p {
	font-size: larger;
	line-height: 1.5em;
	margin-bottom: 2.5em;
}
.tableholder .tableHead a {
	color: #33ddf7;
}
.tableholder .tableHead h1, .tableholder .tableHead h2, .tableholder .tableHead h3, .tableholder .tableHead h4, .tableholder .tableHead h5 {
	color: #FFF;
	font-size: 2.25em;
}
.templateThumbDisplay {
	width: 330px;
	height: 198px;
	float: right;
	margin: 0 0 0 10px;
	display: inline;
	background: url('i/templateThumbDisplay-water.jpg') 0 0 no-repeat;
}
