/*	
	CleanCorp - Business Template
	Stefano Giliberti, kompulsive@gmail.com - lessbit.com
*/

/* Main */
body {
	background: url(../images/body-grad.gif) top repeat-x #FFF;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	line-height: 1.4em;
	color: #6a6a6a;
}
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.spacer { padding-bottom: 20px; }
span { display: block; }

/* Hyperlinks */
a {
	color: #1689dc; /*** Colored ***/
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Textual content */
p {
	padding-bottom: 15px;
}
strong {
	font-weight: bold;
	color: #1689dc; /*** Colored ***/
}
em {
	font-style: italic;
}
blockquote {
	font-style: italic;
	padding: 10px 0 10px 10px;
	margin: 10px 0;
	color: #919191;
	border-left: 5px solid #e2e2e2;
}
small {
	color: #aaaaaa;
	font-size: .8em;
}

/* Lists */
ul, ol {
	padding: 10px 0 10px 20px;
	
}
#content ul {
	list-style: url(../images/li.gif);
}
ul li {
	padding-left: 5px;
}

/* Form Styling */
label {
	display: block;
	margin: 15px 0 10px 0;
	font-weight: bold;
	color: #118ad6; /*** Colored ***/
}
input,
textarea {
	border: 1px solid #dfdfdf;
	border-left-width: 5px;
	padding: 7px;
	font-size: .9em;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
}
input {
	width: 210px;
}
	input.smaller {
		width: 100px;
	}
	input.larger {
		width: 400px;
	}
.submit {
    border: none;
    width: 100px;
    height: 35px;
	margin: 10px 5px 0 0;
	font-weight: bold;
	background: url(../images/grad.gif) top repeat-x #188de1; /* Colored */
	color: #FFF;
}
	.submit:hover {
		background-position: 0 7px;
		cursor: pointer;
	}
form small {
	padding: 13px 0 0 5px;
}

/* Headings */
h1 {
	font-size: 1.9em;
	color: #7a7a7e;
	border-bottom: 1px solid #dfdfdf;
	line-height: 1.5em;
	letter-spacing: -1px;
}
h2, h3 {
	font-size: 1.6em;
	color: #0d7ccf; /*** Colored ***/
	line-height: 1.4em;
}
h3 {
	font-size: 1.4em;
}
h4, h5, h6 {
	font-size: 1.3em;
	line-height: 1.5em;
	color: #8f9099;
}
h5, h6 {
	font-size: 1.1em;
	font-weight: bold;
}
h6 {
	font-size: 1em;
}

/* Tables Styling */
td {
	padding:17px 7px;
	border-bottom: 1px solid #e2e2e2;
	font-size:1em;
	text-align:center;
}
tr.table-header {
	background:url(../images/grad.gif) repeat-x #035fa5; /* Colored */
}
tr.table-header h6 {
	padding:7px 0;
	color: #FFF;
}

/* Layout styles */
img.framed {
	margin: 20px 0 30px;
	border: 1px solid #dfdfdf;
	background: #F7F7F7;
	padding: 7px;
}

/* Main wrapper */
#wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
	#head {
		position: relative;
		height: 138px;
		z-index: 5;
	}
		/* Logo */
		#head h1#logo, #head h1#logo a { 
			display: block;
			height: 58px;
			width: 238px;
		}
		#head h1#logo { 
			background: url(../images/logo.gif) no-repeat;
			border: none;
			height: 58px;
			left: 0px;
			margin: 0;
			padding: 0;
			position: absolute;
			text-indent: -999em;
			top: 43px;
		}
		#head #info {
			position: absolute;
			right: 0;
			top: 45px;
			padding: 3px 15px 3px 0;
			border-right: 5px solid #e2e2e2;
			text-align: right;
			font-style: italic;
			font-size: .8em;
			line-height: 1.3em;
			color: #b8b8b8;
		}
		/* Navigation */
		ul#navigation {
			list-style: none;
			position: absolute;
			bottom: 0;
			right: 10px;
			margin: 0;
			padding: 0;
		}
		ul#navigation li {
			list-style: none;
			float: left;
			position: relative;
			background: url(../images/mi-standby.gif) no-repeat left top;
			padding-left: 3px;
			margin-left: 6px;
		}
		ul#navigation a {
			float: left;
			display: block;
			background: url(../images/mi-standby.gif) no-repeat right top;
			padding: 10px 29px 6px 26px;
			text-decoration: none;
			font-weight: bold;
			font-size: .8em;
			color: #a6a6a6;
		}
		ul#navigation a:hover {
			color: #777;
		}
			/* Current list item */
			ul#navigation .current {
				background: url(../images/mi-active.gif) no-repeat left top;
			}
			ul#navigation .current a {
				background: url(../images/mi-active.gif) no-repeat right top;
				color: #FFF;
			}
			
			/* Dropdown */
			ul#navigation ul { 
				position: absolute;
				top: -999em;
			}
				ul#navigation ul li, ul#navigation ul li a {
					float: none;		
				}
				ul#navigation ul li {
					background: none;
					width: 160px;
					margin: 0;
				}
				ul#navigation ul li a {
					background: url(../images/light-grad.gif) repeat-x top !important;
					color: #a6a6a6 !important;
					padding-left: 13px;
				}			
			ul#navigation li:hover ul { left: -25px; top: 28px; }
			ul#navigation li:hover li ul { top: -999em; }
			ul#navigation li li:hover ul { left: 140px; top: -10px; }
			ul#navigation li li:hover li ul { top: -999em; }
		
	/* Promo box */
	#promo {
		height: 253px;
		background: url(../images/promo_home.jpg) no-repeat;
		position: relative;
	}
		#promo #headings, #promo.page #headings {
			position: absolute;
			top: 65px;
			left: 60px;
			font-style: italic;
			text-align: center;
			cursor: default;
		}
		#promo h1, #promo h2 {
			padding: 0;
			border: 0;
			line-height: 1.2em;
			letter-spacing: normal;
		}
		#promo h1 {
			color: #FFF;
			font-size: 2.6em;
		}
		#promo h2 {
			color: #b0daf7; /*** Colored ***/
			font-size: 1.2em;
		}
		
	#promo.page {
		height: 112px;
		background: url(../images/promo_page.jpg) no-repeat;
		position: relative;
	}
		#promo.page #headings {
			top: 34px;
			left: 50px;
		}
		
		a.know-more {
			width: 133px;
			height: 40px;
			background: url(../images/know-more.png) no-repeat;
			text-indent: -999em;
			display: block;
		}
			a.know-more:hover {
				background-position: 0 -40px;
			}
			a.know-more:active {
				background-position: 0 -80px;
			}
			
		#promo a.know-more {
			position: absolute;
			top: 155px;
			left: 250px;
		}
		
	/* Content wrapper */
	#content {
		margin: 50px 0 45px;
		font-size: .9em;
		z-index: 1;
	}
		/* Columns */
		.col {
			width: 290px;
			float: left;
		}
		.big-col {
			width: 630px;
			padding-right: 40px;
		}
		.small-col {
			width: 260px;
		}
		.midcol { margin: 0 45px; }
		.borderleft { border-left: 1px solid #dfdfdf; }
		.borderright { border-right: 1px solid #dfdfdf; }
	
	#content h1.title {
		padding-bottom: 20px;
		border: 0;
	}
	#content img.pic {
		padding: 0 17px 22px 0;
	}

	/* Search column */
	.col .search {
		margin-bottom: 30px;
	}
	.col blockquote {
		text-align: right;
		font-size: .9em;
		color: #8b8b8b;
		padding: 0;
		border: none;
	}
	
	/* Homepage search */
	.search {
		background: #e2e2e2;
		border: 1px solid #c6c6c6;
		padding: 10px;
	}
		.search .text {
			background: #FFF;
			border: 1px solid #c6c6c6;
			padding: 7px 10px;
			width: 195px;
			float: left;
		}
		.search .go {
			background: url(../images/grad.gif) top repeat-x #188de1; /* Colored */
			color: #FFF;
			border: none;
			height: 35px;
			width: 45px;
			cursor: pointer;
			margin-left: 6px;
		}
		.search .go:hover {
			background-position: 0 7px;
		}
	
	/* Footer */
	#footer {
		padding: 15px 0;
		font-size: .8em;
		border-top: 1px solid #dfdfdf;
		color: #a8a8a8;
		text-align: right;
	}

