@charset "utf-8";
/*----------------------------------------------------
                CSS File
------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, h7, h8, h9 {
	font-family: ff-dagny-web-pro, sans-serif;
}
p {
	font-family: facitweb, sans-serif;
	color:#333333;
	font-size: 14px;
}
body {
	font-family: facitweb, sans-serif;
	font-size:14px;
	color:#666;
	padding:0px;
	margin:3px;
	background-color:#dcdcdc;
}
/* links */
a, a:visited {
	color: #3193C6;
	text-decoration:none;
}
a:hover {
	color:#cc262c;
	text-decoration:underline;
}
a img {
	border:none
}
.imgcenter {
	margin:2px auto 15px auto;
	display:block
}
hr {
	background-color:#e4e4e4;
	border-width:0;
	color:#d6d6d6;
	height:1px;
	line-height:0;
	margin:30px 0px !important;
	page-break-after:always;
	clear:both;
}
hr.double {
	background-color:#e4e4e4;
	border-width:0;
	color:#d6d6d6;
	height:2px;
	line-height:0;
	margin:10px 0px;
	page-break-after:always;
}
/* Lists, Blockquotes and Paragraphs */
p, ul, ol, blockquote {
	margin-bottom:20px;
	color: #666;
}
ul li {
	padding:0px 0px 0px 0px;
	line-height:20px;
}
/* Pullquotes */
.pullquote_right, .pullquote_left {
	font-family: ff-dagny-web-pro, sans-serif;
	color:#9c9c9c;
	position: relative;
	left: 200px;
	font-size:1.2em;
	letter-spacing:0px;
	margin-bottom:0;
	margin-top:7px;
	margin-left:20px;
	padding-left:15px;
	width:70%;
	font-weight:bold;
	font-style:italic;
	line-height:1.4em;
	border-left:2px solid #cccccc;
}
.pullquote_left {
	font-family: ff-dagny-web-pro, sans-serif;
	border-right:2px solid #cccccc;
	border-left:none;
	float:left;
	margin-left:0px;
	margin-right:10px;
	padding-left:0;
	padding-right:15px;
}
#content ul li, #maintext ul li {
	/*background-image:url(../images/list-general.gif);*/
	list-style-image: url(../images/list-general.gif);
	background-position:0px center;
	background-repeat:no-repeat;
	/*padding:0px 0px 0px 12px;*/
	padding:0px 0px 0px 0px;
	margin-left: 12px;
	font-size: 14px;
	line-height:24px;
	list-style-type:none;
}
ul.arrow li {
	background-image:url(../images/list-general.gif);
	background-position:0px center;
	background-repeat:no-repeat;
	padding:0px 0px 0px 12px;
	line-height:24px;
	list-style-type:none;
}
ul.circle li {
	background-image:url(../images/list-blue.png) !important;
	background-position:0px center;
	background-repeat:no-repeat;
	padding:0px 20px 0px 20px !important;
	line-height:20px !important;
	list-style-type:none;
}
ul.nolistblock li {
	padding:0px 0px 0px 0px !important;
	line-height:20px;
	display:inline-block;
	margin:0px 12px 0px 0px;
	background-image:none !important;
}
li.marginoff {
	margin-right:0px !important;
}
ol li {
	list-style:decimal;
	line-height:20px;
	list-style-position:inside
}
blockquote {
	background-image:url(../images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 5px;
}
.clear {
	clear:both;
}
.center {
	text-align:center;
	margin-bottom:10px;
}
/* heading */
h1, h2, h3, h4, h5, h6 {
	color:#7f7f7f !important;
	margin-bottom:10px;
}
h1 {
	font-size:24px;
	line-height:26px;
}
h2 {
	font-size:22px;
	line-height:24px;
}
h3 {
	font-size:18px;
	line-height:20px;
}
h4 {
	font-size:16px;
	line-height:18px;
}
h5 {
	font-size:14px;
	line-height:12px;
	margin-left:15pt;
}
h6 {
	font-size:13px;
	line-height:15px;
}
/* text styled */
.boldtext-medium {
	font-family: ff-dagny-web-pro, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#888;
}
.boldtext-strong {
	font-family: ff-dagny-web-pro, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#888;
}
.redtext {
	color:#c22127;
}
.orangetext {
	color:#F05A26;
}
.bluetext {
	color:#3193C6;
}
small {
	font-size:11px;
}
/* Container
------------------------------------------------------*/
#container {
	width:960px;
	margin:0 auto;
}
/* Main
------------------------------------------------------*/
#main-curve-top {
	width:960px;
	background-image: url(../images/css-sprite/home-sprite.png);
	background-position: -10px -10px;
	background-repeat:no-repeat;
	height:7px;
}
#main-curve-bottom {
	width:960px;
	background-image: url(../images/css-sprite/home-sprite.png);
	background-position: -10px -97px;
	background-repeat: no-repeat;
	height:7px;
}
#main {
	width:920px;
	padding:0px 20px 20px 20px;
	background-color:#ffffff;
}
#top {
	height:80px;
	position:relative;
}
#topright {
	background-image:url(../images/vertical-line.png);
	background-repeat:repeat-y;
	padding:0px 0px 0px 20px;
	line-height:normal;
	position:absolute;
	right:10px;
	top:27px
}
/* Main Menu
------------------------------------------------------*/
.menubar {
	width: 920px;
	margin: 0px 0px 0px 0px;
}
#menu {
	width:100%;
	overflow:hidden;
	margin-top:3px
}
#menu li {
	float:left;
}
#menu li a {
	font-family: ff-dagny-web-pro, sans-serif;
	font-weight: 700;
	color: #666;
}
#menu a {
	display:block;
	font-size:16px;
	font-weight: 700;
	color:#000;
	background:url(../images/menu.gif) top repeat-x;
	line-height:35px;
	text-decoration:none
}
#menu li span {
	display:block;
	text-align: center;
	width: 153px;
	overflow: hidden;
	background-image: url(../images/css-sprite/home-sprite.png);
	background-position: -10px -234px;
	background-repeat: no-repeat;
}
#menu .alpha span {
	background-image: url(../images/css-sprite/home-sprite.png);
	background-position: -10px -124px;
	background-repeat: no-repeat;
}
#menu .alpha a:hover span, #menu .alpha#menu_active a span {
	background:url(../images/left_menu_active.gif) top left no-repeat
}
#menu .omega span span {
	background-image: url(../images/css-sprite/home-sprite.png);
	background-position: 132px -289px;
	background-repeat: no-repeat;
}
#menu .omega a:hover span span, #menu .omega#menu_active a span span {
	background:url(../images/right_menu_active.gif) top right no-repeat
}
#menu li span span, #menu .alpha span span {
	background-image: url(../images/css-sprite/home-sprite.png);
	background-position: 142px -179px;
	background-repeat: no-repeat;
}
#menu a:hover, #menu #menu_active a {
	color:#fff;
	background:url(../images/menu_active.gif) top repeat-x
}
#menu a:hover span, #menu #menu_active a span {
	background:url(../images/menu_left_active.gif) top left no-repeat
}
#menu a:hover span span, #menu #menu_active a span span, #menu .alpha#menu_active a span span, #menu .alpha a:hover span span {
	background:url(../images/menu_right_active.gif) top right no-repeat
}
/* Header
------------------------------------------------------*/
#header {
	background-image:url(../images/bg-header.jpg);
	background-repeat:no-repeat;
	height:339px;
	margin-top:10px;
	position:relative;
	z-index:40;
}
#header-cleardent-s {
	background-image:url(../cleardent/images/bg-summary.jpg);
	background-repeat:no-repeat;
	height:339px;
	margin-top:10px;
	position:relative;
	z-index:40;
}
/* Slider
------------------------------------------------------*/
.header-left {
	float:left;
	width:520px;
	height:339px;
}
.header-left-s {
	float:left;
	width:600px;
	height:339px;
}
.header-left-f1 {
	float:left;
	width:600px;
	height:225px;
}
.header-text {
	padding:30px 30px 20px 40px;
	color:#666666;
}
.header-text h1 {
	width:420px;
	font-size:26px;
	line-height:28px;
}
.feature-text {
	padding:30px 30px 20px 40px;
	color:#666666;
}
.conbut {
	text-align:left;
	position: relative;
	left: 0px;
	top: 250px;
}
.stitle {
	font-size:18px;
}
.header-right {
	float:right;
	width:400px;
	height:339px;
	text-align:right;
	position:relative;
}
.header-right-f1 {
	float:right;
	width:400px;
	text-align:right;
	position:relative;
}
.header-image1 {
	position:relative;
	top:46px;
	left:-35px;
}
.header-image2 {
	position:relative;
	top:48px;
	left:-93px;
}
.header-image3 {
	position:relative;
	top:68px;
	left:-85px;
}
.header-image4 {
	position:relative;
	top:40px;
	left:-59px;
}
.header-image-clearvault {
	position:absolute;
	top:100px;
	left:20px;
	width: 301px;
	height: 54px;
}
#nav-slide {
	position:absolute;
	bottom:20px;
	right:20px;
	z-index:10;
	padding:10px 10px;
	background-image:url(../images/nav-slide-repeat.png);
	background-repeat:repeat;
}
#pager a {
	background-image: url(../images/css-sprite/home-sprite.png);
	background-position: -10px -37px;
	display:block;
	float:left;
	font-size:0px;
	width:9px;
	height:10px;
	margin:0px 2px;
	outline-style:none;
	outline-width:medium;
	text-indent:-9999px;
}
#pager .activeSlide {
	background-image: url(../images/css-sprite/home-sprite.png);
	background-position: -10px -67px;
	background-repeat:no-repeat;
}
/* Content
------------------------------------------------------*/
#content {
	margin-top:14px;
}
#maintext {
	padding:12px 7px 5px 15px;
	color:#666666;
}
/* Column
------------------------------------------------------*/
.col-li-heading {
	font-weight: bold;
	padding-bottom: 6px;
}
.col-920 {
	width:920px;
	padding:0px 0px 0px 0px;
}
.col-141 {
	display:inline-block;
	width:141px;
	vertical-align:top;
	float: left;
	padding:0px 0px 0px 0px !important
}
.col-141-last {
	display:inline-block;
	width:141px;
	vertical-align:top;
	float: right;
	padding:0px 0px 0px 0px !important
}
.col-173 {
	display:inline-block;
	width:173px;
	vertical-align:top;
	float: left;
	padding:0px 0px 0px 0px !important;
}
.col-223 {
	float:left;
	width:223px;
	vertical-align:top;
	padding:0px 0px 0px 0px !important
}
.col-287 {
	display:inline-block;
	width:282px !important;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	float:right;
	margin: 15px 5px 0px 0px;
}
.col-440 {
	display:inline-block;
	width:300px;
	vertical-align:top;
	padding:0px 0px 0px 0px !important;
	margin:0px;
	float:right;
}
.col-440 p, .col-440 ul {
	margin-top:0px;
}
.vertical-separator {
	display:inline-block;
	width:33px;
	float: left;
	background-image:url(../images/vertical-line.png);
	background-repeat:repeat-y;
	background-position:top center;
}
.col-620 {
	float:left;
	width:675px;
}
/* Homepage
------------------------------------------------------*/
.box-grey {
	background-color:#d6d6d6;
	position:relative;
	margin-top:35px;
}
.box-grey-text {
	width:140px;
	color:#a0a0a0;
	margin-left:120px;
	padding:10px 0px 18px 0px;
}
.box-grey-text h3 {
	margin-bottom:5px;
}
.img-tour {
	position:absolute;
	left:10px;
	top:-15px;
}
.button {
	background-color:#3193C6;
	background-repeat:repeat-x;
	color:#fff !important;
	margin-right:10px;
	padding:5px 15px 8px 15px;
	font-size:14px;
	font-weight:bold;
	display: inline-block;
	text-decoration: none;
}
.button:hover {
	color:#C22127;
	text-decoration:none
}
/* Contact
------------------------------------------------------*/
form {
	margin:0;
	padding:0;
}
fieldset {
	border:0px;
}
label {
	margin-bottom:5px;
	display:block
}
input.button {
	padding: 4px 5px;
	cursor: pointer;
}
button {
	font-size:12px;
	background-image:url(../images/more-submit.gif);
	background-repeat:repeat-x;
	border:solid 1px #e2e2e2;
	border-width:0px 1px 1px 0px;
	color:#908f8f;
	padding:5px;
	cursor:pointer;
	min-width:100px;
	display:block;
	margin:10px 0px;
	padding:4px 0px 7px 0px;
	text-shadow:0px 1px 0px #eaeaea;
}
/* footer
------------------------------------------------------*/
#footer {
	background-image:url(../images/footer-glow.png);
	background-repeat:no-repeat;
	background-position:top center;
	margin:0px;
	padding:20px 0px;
}
#footer-col {
	width:920px;
	padding:0px 20px;
}
#footer-col ul li a, #footer-col ul li a:visited {
	color:#666;
	text-shadow:0px 1px 0px #f4f4f4;
}
#footer-text {
	color:#999999;
	text-align:center;
	padding:20px 0px 0px 0px;
	text-shadow:0px 1px 0px #f4f4f4;
}
#hosting-col {
	overflow:hidden;
}
/* soical networks */
.social-networks-wrapper {
	float:right;
	height: 22px;
	width: 334px;
	background:#ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	display: inline-block;
}
.social-networks-wrapper-no-demo {
	float:right;
	height: 22px;
	width: 208px;
	background:#ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	display: inline-block;
}
.social-networks-demo {
	float: left;
	margin: 0px 36px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 20px;
	width: 90px;
	display: inline-block;
}
.social-networks-facebook {
	float: left;
	height: 20px;
	width: 90px;
	display: inline-block;
}
.social-networks-google {
	float: left;
	height: 20px;
	width: 32px;
	margin: 0px 2px 0px 2px;
	padding: 0px 0px 0px 0px;
	display: inline-block;
}
.social-networks-twitter {
	float: left;
	height: 20px;
	width: 55px;
	margin: 0px 2px 0px 2px;
	padding: 0px 0px 0px 0px;
	display: inline-block;
}
.social-networks-rss {
	float: left;
	height: 20px;
	width: 21px;
	margin: 0px 2px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline-block;
}
.social-networks li {
	float:left;
	padding-right:2px;
}
.social-networks a {
	float:left;
	width:24px;
	height:22px;
	text-indent:-9999px;
	overflow:hidden;
}
.social-networks .facebook {
	background: url(../images/facebook.png) no-repeat;
}
.social-networks .twitter {
	background: url(../images/twitter.png) no-repeat;
}
.social-networks .linkedin {
	background: url(../images/linkedin.png) no-repeat;
}
.social-networks .dribbble {
	background: url(../images/dribbble.png) no-repeat;
}
.social-networks .flickr {
	background: url(../images/flickr.png) no-repeat;
}
.social-networks .vimeo {
	background: url(../images/vimeo.png) no-repeat;
}
.social-networks .rss {
	background: url(../images/rss.png) no-repeat;
}
.breadcrumb {
	display: inline-block;
	height: 22px;
	font-family: facitweb, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	vertical-align: middle;
	color: #3193C6;
}
.breadcrumb a {
	color: #555;
}
.screenshots span {
	width: 37px;
	height: 37px;
	position: absolute;
	top: -12px;
	left: 181px;
	background: url(../images/icon-1.png) no-repeat;
	z-index: 60;
}
.screenshots div {
	width: 80px;
	height: 18px;
	position: absolute;
	top: -26px;
	left: 160px;
	font-size: 10px;
	font-weight: bold;
	z-index: 61;
}
#reg_table {
	background: #fff;
	color: #444;
}
#reg_table td {
	background: #fff;
	color: #444;
	border: 0px none #fff;
	vertical-align: top;
	text-align: left;	
	height: auto;
}

