/* 

CleanCorp - CSS File

*/


/*** GLOBAL  ***/
html,body {margin:0;padding:0}
body {
	font-family:Arial, Verdana;
	font-size:12px;
	padding:0;
	line-height:18px;
}
* {
	margin:0;
	padding:0;
}
*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}
.clear{clear:both; height:1px !important; line-height:1px !important; float:none!important;}
form{margin:0; padding:0;}
hr {
	border-width:0;
	height:1px;
	line-height:0;
	margin:30px 0px;
	page-break-after:always;
	text-align:center;
	width:100%;
	clear:both;
	color:#cfcfcf;
	background-color:#cfcfcf;
	background-repeat:repeat-x
}
input[type=text], textarea
{
	border:solid 1px #e0e0e0;
	margin:4px 4px 8px 0px; 
	padding:5px; 
	vertical-align:middle; 
	font-size:11px;}


/*** END OF GLOBAL  ***/

/*** DEFAULT ELEMENT STYLES ***/
/* heading */
h1, h2{margin-bottom:15px; font-family:"Trebuchet MS", Arial}
h3, h4, h5, h6{margin-bottom:15px; font-family:"Trebuchet MS", Arial}
h1 {font-size:20px; line-height:22px;}
h2 {font-size:18px; line-height:20px;}
h3 {font-size:16px; line-height:18px;}
h4 {font-size:14px; line-height:16px;}
h5{font-size:13px; line-height:15px;}
h6 {font-size:12px; line-height:15px;}
h1, h2, h3, h4, h5, h6{ font-weight:normal;}
.uppercase{text-transform:uppercase}
.pagetitle{text-transform:uppercase; font-size:36px; float:right; padding:40px 30px 0 0; line-height:30px}
.lower{font-size:18px;}

/* links */
a, a:visited {text-decoration:none; font-weight:normal; }
a:hover{text-decoration:underline;}
a img{border:none}
/* float align */
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 3px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 5px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignnone,
img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top:3px;
}


img.alignleft, 
img.alignright, 
img.aligncenter,
img.alignnone {
	margin-bottom: 12px;
}


/* lists, blockquotes and paragraphs */
p, ul, ol, blockquote {
	margin-bottom:20px;
}
ul, ol {
	margin:10px 0 20px 20px;
	list-style-position:inside
}
li ol,
li ul
{
	list-style:square;
	margin-bottom:0;
	margin-top:0;
}
li ol {list-style:decimal;}
	
blockquote {
	margin:0px 0 20px 0px;
	padding:0px 10px 0px 40px;
	background-image:url(../images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	clear:both;
	font-size:16px;
	line-height:20px;
	font-family:Georgia, Arial;
	}
	
	
blockquote.left, blockquote.right  {
	float:right;
	letter-spacing:0px;
	margin-bottom:20px;
	margin-left:20px;
	margin-top:0px;
	padding:0px 20px 10px 60px;
	width:43%;
	background-position:0px 0px;
	}
	
blockquote.left{
	float:left;
	margin-left:0px;
	margin-right:20px;}

blockquote p{margin-bottom:0px; font-size:16px; line-height:20px}

/* code */
code {
	font-family:Verdana, Arial;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:4px solid #cfcfcf;
	padding:15px 10px;
}

/*** END OF DEFAULT ELEMENT STYLES ***/

/*** CONTAINER ***/
#top-container{
	width:auto;
	height:100px;
	background:#efeeee url(../images/bg-top-container-wrapper.gif) repeat-x;
}
#top{ 
	width:980px; margin:0 auto; height:100px;
	background:#efeeee url(../images/bg-top-container.gif) no-repeat;
}
#header-container{
	width:auto;
	clear:both;
	height:450px;
	background:#f7f7f7 url(../images/bg-header-container.gif) no-repeat top center;
}
#container{
	width:100%;
	margin:0 auto;
	background-color:#f7f7f7
}
#header-container-inner{
	width:auto;
	clear:both;
	height:128px;
	background:#f7f7f7 url(../images/bg-header-container.gif) no-repeat top center;
}
#header-inner{
	border-bottom:solid 2px #bcbcbc;	height:128px;
	width:940px;
	margin:0 auto
}
#content-container{
	width:auto;
	padding:30px 20px;
}
#content{
	width:940px;
	margin:0 auto;
}
#footer-container{
	width:auto;
	height:150px;
	background:#fff url(../images/bg-footer-container-wrapper.gif) repeat-x;
}
#footer{ 
	width:900px; margin:0 auto; height:150px;
	background:#fff url(../images/bg-footer-container.gif) no-repeat;
	padding:0 40px
}

/* TOP */
#top-left{width:250px; float:left; height:100px;}
#top-right{width:730px; float:left; height:100px}


/* TOP MENU */
#top-navigation{
	position:relative;
	z-index:200;
	float:right;
	padding:35px 10px 0 0;
	font-family:"Trebuchet MS", Arial;
}
#topnav{margin:0px 0px 0px 0px; padding:0px; list-style-type:none; float:right; position:relative; line-height:20px;}
#topnav{
	margin:0;
	padding:0;
	list-style-type:none;
	overflow:visible;
  }
#topnav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	background-color:#f0efef;
	-moz-box-shadow: 0px 0px 5px #d9d9d9;
	-webkit-box-shadow: 0px 0px 5px #d9d9d9;
	box-shadow: 0px 0px 5px #d9d9d9;
  }

#topnav li {
	margin: 0 30px 0 0;
	padding: 0;
	float:left;
	height:32px;
  }
#topnav a {
	display: block;
	line-height: 32px;
	margin: auto 0;
	padding:0 8px;
	color:#a4a4a4;
	font-size:14px;
	text-decoration:none;
  }

#topnav li a:hover{
	color: #717171;
	text-decoration: none;
	display: block;
  }
  
#topnav li.current > a, #topnav li:hover {
	color:#717171
}

#topnav li ul {
	  list-style: none;
	  position: absolute;
	  width: 170px;
	  top: 32px;
	  left: -999em;
	  padding:0 0 0px 0;
	  z-index:10;
	  border:solid 1px #e5e4e4;
	  border-width:0px 1px 1px 1px
  }

#topnav li:hover ul, #topnav li.sfhover ul {
	  left: auto;
	  margin-left:-10px
  }
  
#topnav li ul li:hover ul {
	 left: 90%;
	 top: -1px;
}
	
#topnav li li {  
	margin: 0;
	padding: 0;
	width: 170px;
	left: auto;
	height:auto !important;
	position:relative!important;
	border-bottom:1px solid #fff;
	border-top:solid 1px #e5e4e4;
	background:#f0efef;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0efef));
	background: -moz-linear-gradient(top,  #ffffff,  #f0efef);
	background: -o-linear-gradient(top,  #ffffff,  #f0efef);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0efef');
}
	
#topnav li li a {
	width: 140px;
	color:#a4a4a4;
	font-size:12px;
	line-height:18px;
	margin: 0;
	padding: 8px 15px 8px 15px;
  }
	
#topnav li li a:hover {
  padding: 8px 15px 8px 15px;
  }
  
#topnav li li:hover {
	background:#ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0efef), to(#ffffff));
	background: -moz-linear-gradient(top,  #f0efef,  #ffffff);
	background: -o-linear-gradient(top,  #f0efef,  #ffffff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0efef', endColorstr='#ffffff');
  }

#topnav li:hover, #topnav li.sfhover { /* prevents IE7 drop-down topnav bug (focus on a page element prevents nested topnavs from disappearing) */
  position: static;
  }
  
  

/* HEADER */
#slider-container{width:940px; height:450px; position:relative; margin:0 auto}
#slider h1{font-size:40px; line-height:42px;}


/* CONTENT */
#content{}
#side{width:290px; float:left; margin-right:30px;}
#side.positionright{width:290px; float:left; margin-right:0;}
#maincontent{ width:585px; float:left; padding-right:35px;}
#maincontent.positionleft{ width:615px; float:left; padding-right:35px;}
#contentbox{background-color:#ededed; padding:20px}
.colortext{color:#da5632;}
.double-arrow{float:right; padding-right:10px}
.imgborder{border:solid 1px #dedede; padding:7px; display:block}
.t1, .t1 a, .t1 a:visited{font-weight:bold; display:block; margin-bottom:14px}
.tborder{border-bottom:solid 1px #dedede; padding-bottom:4px}
.boldText{font-weight:bold; line-height:30px; display:block}
#widget-info{float:right; width:340px; padding:0 30px}
.backtop{float:right;}


/* form and button */
input[type="text"],
textarea {
	padding: 5px;
	background: #fbfbfb;
	border: 1px solid #e0e0e0;
	color:#828282
}

.inputbox{
	padding: 5px;
	background: #fbfbfb;
	border: 1px solid #bfbfbf;
	color:#828282
}
.button{
	background:#a4a4a4;
	background: -webkit-gradient(linear, left top, left bottom, from(#797979), to(#a4a4a4));
	background: -moz-linear-gradient(top,  #797979,  #a4a4a4);
	background: -o-linear-gradient(top,  #797979,  #a4a4a4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#797979', endColorstr='#a4a4a4');
	border:solid 1px #e0e0e0;
	padding:8px 20px;
	color:#fff;
	font-weight:bold
}
.button:hover{
	background: -webkit-gradient(linear, left top, left bottom, from(#a4a4a4), to(#797979));
	background: -moz-linear-gradient(top,  #a4a4a4, #797979);
	background: -o-linear-gradient(top,  #a4a4a4, #797979);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4a4a4', endColorstr='#797979');
}
.more{
	font-size:11px;
	text-transform:lowercase;
}



/* SIDE */
#side ul{
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	padding:0;
}
#side ul li{
	list-style-type:none;
	margin:0;
	padding:0;
}
#side ul li a, #side ul li a:visited{}
#side .widget-container{margin-bottom:20px; border:solid 1px #e8e8e8;}
#side .widget-title{
	font-size:16px; 
	line-height:28px; 
	text-transform:uppercase;
	min-height:40px;
	height:40px;
	margin-bottom:0px; 
	border-bottom:solid 1px #e8e8e8;
	padding:12px 20px 0 20px;
	background-image:url(../images/bg-title-sidebox.gif);
	background-color:#efeeee;
	background-repeat:repeat-x;
}
#side li li{
	list-style-type:none;
	margin:0;
	padding:6px 0 6px 5px;
	background-image:url(../images/arrow-list.gif);
	background-repeat:no-repeat;
	background-position:0px 11px;
}
#side li li a{padding:0 0 0px 15px;}
#side li.current, #side li li:hover{}
#side li li a:hover{text-decoration:none;}
#side ul ul, #side ul.sub-menu, #side ul.children{margin:0 0 0 10px !important;}
#side ul ul li:last-child, #side ul.sub-menu li:last-child, #side ul.children li:last-child{padding-bottom:0px;}
#side .padbox{padding:12px 15px 20px 15px;}
.lp-title{font-size:14px;}
.lp-title a, .lp-title a:visited, .lp-title a:hover{font-weight:bold; text-decoration:none}
.lp-utility{color:#aaa; font-size:11px; display:block; line-height:30px}
.lp-utility a, .lp-utility a:visited{color:#aaa;}
#side blockquote{font-size:12px; font-family:Arial; font-style:italic; padding:10px 0 0 0; text-indent:40px}

/* FOOTER */
#footer{
	clear:both;
	font-size:11px;
}
#footer-left{padding:60px 0 0 0; float:left}
#footer-right{padding:50px 0 0 0; float:right; text-align:right}
#footer-menu{list-style-type:none; padding:0; margin:0;}
#footer-menu li{display:inline; text-align:right; padding-left:8px}
#footer-menu li a, #footer-menu li a:visited{color:#aaaaaa;}
#footer-menu li.current a{color:#6a6b6c;}
#footer ul#sn{list-style-type:none; padding:0; margin:0 0 10px 0;}
#footer ul#sn li{list-style-type:none; padding:0 0 0 5px; margin:0; display:inline}


/* column */
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth{margin-right: 4%; position:relative; float:left; }
.one_half{ width:48%; }
.one_third{width:30.6666%;}
.one_fourth{width:22%; }
.one_fifth{width: 16.8%;}
.one_sixth {width: 13.3333%;}

.two_third{width: 65.3332%;}
.two_fourth {width: 48%;}
.two_fifth {width: 37.6%;}
.two_sixth {width: 30.6666%;}

.three_fourth{width:74%;}
.three_fifth {width: 58.4%;}
.three_sixth {width: 47.9998%;}

.four_fifth {width: 79.2%;}
.four_sixth {width: 65.3332%;}

.five_sixth {width: 82.6665%;}
.last{ margin-right:0 !important; clear:right; }



/*==== Dropcaps ====*/
.dropcap1{
	text-shadow:1px 1px 0 #fff;
	display:block;
	float:left;
	font-size:34px;
	line-height:34px;
	margin:2px 8px 0 0;
	color:#676767
}
.dropcap2{
	background: transparent url(../images/dropcaps.png) top left no-repeat;
	color:#fff;
	display:block;
	float:left;
	font-size:25px;
	line-height:40px;
	width:40px;
	height:40px;
	text-align: center;
	margin:4px 8px 0 0;
}
.dropcap3{
	background-color:#989898;
	color:#fff;
	display:block;
	float:left;
	font-size:25px;
	line-height:40px;
	width:40px;
	height:40px;
	text-align: center;
	margin:6px 8px 0 0;
}

/*==== Highlight ====*/
.highlight1{padding:2px 5px;background-color:#e6e8e8;color:#000; border:solid 1px #ccc}	
.highlight2{padding:2px 5px;background-color:#666666;color:#fff; border:solid 1px #333}	

/*==== Bulleted List ====*/
.bullet-default{
	margin:0;
	padding:0;
	list-style-type:none;
}	
.bullet-default li{
	background: transparent url(../images/arrow_default.png);
	background-repeat:no-repeat;
	background-position:0 8px;
	margin:0;
	padding:0 0 0 25px;
	list-style-type:none;
	line-height:25px
}

.bullet-check{
	margin:0;
	padding:0;
	list-style-type:none;
}	
.bullet-check li{
	background: transparent url(../images/arrow_check.png);
	background-repeat:no-repeat;
	background-position:0 8px;
	margin:0;
	padding:0 0 0 25px;
	list-style-type:none;
	line-height:25px
}	
.bullet-star{
	margin:0;
	padding:0;
	list-style-type:none;
}	
.bullet-star li{
	background: transparent url(../images/arrow_star.png);
	background-repeat:no-repeat;
	background-position:0 5px;
	margin:0;
	padding:0 0 0 25px;
	list-style-type:none;
	line-height:25px
}	
.bullet-plus{
	margin:0;
	padding:0;
	list-style-type:none;
}	
.bullet-plus li{
	background: transparent url(../images/arrow_plus.png);
	background-repeat:no-repeat;
	background-position:0 8px;
	margin:0;
	padding:0 0 0 25px;
	list-style-type:none;
	line-height:25px
}	
.bullet-circle{
	margin:0;
	padding:0;
	list-style-type:none;
}	
.bullet-circle li{
	background: transparent url(../images/arrow_circle.png);
	background-repeat:no-repeat;
	background-position:5px 10px;
	margin:0;
	padding:0 0 0 25px;
	list-style-type:none;
	line-height:25px
}	
.bullet-x{
	margin:0;
	padding:0;
	list-style-type:none;
}	
.bullet-x li{
	background: transparent url(../images/arrow_x.png);
	background-repeat:no-repeat;
	background-position:0 5px;
	margin:0;
	padding:0 0 0 25px;
	list-style-type:none;
	line-height:25px
}

/*==== Info Boxes  ====*/
.download-box, .note-box, .error-box, .info-box {
	padding: 20px 20px;
	margin: 0 0 25px 0;
	padding-left: 60px;
	background: #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.download-box {
	background: #dde2aa url(../images/download.png) no-repeat scroll 20px 18px;
	border: 1px solid #a2c058;
	color: #7b9244;
	padding-left:60px
}

.note-box {
	background: #fdebae url(../images/note.png) no-repeat scroll 20px 15px;
	border: 1px solid #e6c555;
	color: #b28c0b;
	padding-left:65px
}
.error-box {
	background: #ffcccc url(../images/error.png) no-repeat scroll 20px 15px;
	border: 1px solid #ff9999;
	color: #fb1414;
	padding-left:60px
}

.info-box {
	background: #bde3f9 url(../images/info.png) no-repeat scroll 20px 15px;
	border: 1px solid #8bb5cd;
	color: #1d97db;
	padding-left:65px
}




/*==== Pullquotes ====*/
.pullquote-right,.pullquote-left{
	padding:0px 10px;
	float:right;
	font-style:italic;
	font-size:14px;
	letter-spacing:0px;
	line-height:20px;
	margin:0px 2px 20px 20px;
	width:50%;
	font-family:"Bookman Old Style", Georgia, arial;
	color:#454545
	}
.pullquote-left{float:left;margin-left:2px;margin-right:20px;}



/*==== Tables ====*/
table {border-collapse:separate;border-spacing:0;width:100%;border-top:1px solid #cfcfcf;margin-bottom:18px;}
table,td,th { text-align:center;}
th{padding:10px;color:#666;text-transform:uppercase;}
td{padding:10px;color:#888;}
tfoot td{border:0px;}
th,tr:hover{background-color:#cfcfcf;}
table {
	border: 1px solid #cfcfcf;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
tr td {
	border-top: 1px solid #cfcfcf;
	padding: 6px 24px;
}
tr.odd td {
	background: #F2F7FC;
}


/* TESTIMONIALS */
.ts-thinkbox-list{list-style-type:none; padding:0; margin:0;}
.ts-thinkbox-list li{clear:both; margin-bottom:40px;}
.ts-thinkbox-thumb{float:left;}
.ts-thinkbox-quote{font-style:italic; background-image:url(../images/quote.png); background-repeat:no-repeat; margin-left:100px; padding:5px 0 0 35px}
.ts-thinkbox-name{color:#aaa; line-height:30px}
.ts-thinkbox-2 .ts-thinkbox-quote{margin-left:0;}
