/*
Version 2.0
21 August, 2007
*/



html {}
body{
	font-size:100%;
	padding: 0px;
	margin: 0px;
	background: url(/SmartCorp/images/top.png) #ffffff top left repeat-x;
}

#header{
	margin: 0px auto;
	height: 90px;
	width: 960px;

}
#logo {
	width: 450px;
	float: left;
}
#logo img{
	border: 0px;
}
#promo {
	width: 294px;
	height: 90px;
	color:	#fa4742;
	font-size: 20px;
	float: right;
	background: url(../images/phone.png) #ffffff top left no-repeat;
}
#promo span {display:none;}

#social {
	float: right;
	margin-right: -294px;
	margin-top: 42px;
}
#nav {
	margin: 0px auto;
	width: 960px;
	clear: both;
	height: 40px;
	Xbackground: url(/SmartCorp/images/nav_off.png) top left no-repeat;
	position: relative;
	padding: 0;
}
		
	#nav li {
		float: left;
		display: block;
		height: 40px;
		margin: 0;
		padding: 0;
	}

		
		#nav li a {
			color: #6995c8;
			font-weight: bold;
			line-height: 40px;
			text-align: center;
			display: block;
			height: 40px;
			padding: 0px 10px;
			text-decoration: none;
			text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1), -1px -1px 0 rgba(0, 0, 0, 0.2);

		}
		#nav li a:hover,
		#nav li a.selected {background-color:#3469A6;color:#eee;text-shadow:0 0 0 black;}

		X#nav li.li1 { left: 0px; width: 69px; }
		X#nav li.li2 { left: 70px; width: 96px; }
		X#nav li.li3 { left: 166px; width: 81px; }
		X#nav li.li4 { left: 247px; width: 103px; }

		X#nav li.li1 a:hover { background: url(/SmartCorp/images/nav_on.png) -0px 0px no-repeat; }
		X#nav li.li2 a:hover { background: url(/SmartCorp/images/nav_on.png) -70px 0px no-repeat; }
		X#nav li.li3 a:hover { background: url(/SmartCorp/images/nav_on.png) -166px 0px no-repeat; }
		X#nav li.li4 a:hover { background: url(/SmartCorp/images/nav_on.png) -247px 0px no-repeat; }
		
		X#nav li.li1 a.selected { background: url(/SmartCorp/images/nav_sel.png) 0px 0px no-repeat; }
		X#nav li.li2 a.selected { background: url(/SmartCorp/images/nav_sel.png) -70px 0px no-repeat; }
		X#nav li.li3 a.selected { background: url(/SmartCorp/images/nav_sel.png) -166px 0px no-repeat; }
		X#nav li.li4 a.selected { background: url(/SmartCorp/images/nav_sel.png) -247px 0px no-repeat; }

		#nav li.li1b { left: 772px; width: 100px; }
		#nav li.li1c { left: 872px; width: 88px; }

		X#nav li.li1b a:hover { background: url(/SmartCorp/images/nav_on.png) -772px 0px no-repeat; }
		X#nav li.li1c a:hover { background: url(/SmartCorp/images/nav_on.png) -872px 0px no-repeat; }

		X#nav li.li1b a.selected { background: url(/SmartCorp/images/nav_sel.png) -772px 0px no-repeat; }
		X#nav li.li1c a.selected { background: url(/SmartCorp/images/nav_sel.png) -872px 0px no-repeat; }

		
		X#nav li a span { display: none; }
		

#nav ul {
	float: left;
	margin: 0px;
	padding: 0px;
}

#nav ul+ul {
	float: right;
}

		#nav li ul {
			top: 0;
			left: 0;
			margin: 0;
			padding: 0;
			font-size: .85em;
			width: 11em;
			background-color: #0D4483;
			display: none;
		}

		#nav li:hover ul, #nav li.over ul {
			display: block;
		}
/* make the third level visible when you hover over second level list OR link */
#nav ul li:hover ul { visibility:visible;}
			#nav li ul li {
				display: block;
				height: 2.5em;
				line-height: 2.5em;
				position: relative;
				padding: 0;
				margin: 0px 1px;
				border-bottom: 1px solid #0D4483;
			}
			#nav li ul li.last {
				order: none;
			}
			#nav li ul li a {
				background-color: #0F4E96;
				color: #dfdfdf;
				display: block;
				height: 2.5em;
				padding-left: 1em;
			}
			
			#nav li ul li a.selected {
				background-image: none !important;
			}
			
			#nav li ul li a:hover{
				background-image: none !important;
				background-color: #3C6FAA !important;
				color: #FFF;
				text-decoration: none;
			}
			#nav li ul li a.selected {
				background-image: none !important;
				background-color: #3C6FAA !important;
				color: #fff;
				text-decoration: none;
			}


#container.home {
	background: url(/SmartCorp/images/content.png) #FFFFFF top left repeat-x;
}
#container {
	background: url(/SmartCorp/images/content.png) #FFFFFF 0px -330px repeat-x;
}
#content_container {
	width: 960px;
	margin: 0px auto;
}
#content {
	float: left;
	width: 600px;
	margin-left: 20px;
	margin-top: 1em;
}

#media {
	float: right;
	height: 329px;
}
#media img {
	border: none;
}
#media_text {
	margin-top: 20px;
	margin-left: 0px;
	float: left;
}
.screenshots {
border-bottom: 1px solid #ccc;
margin-bottom: 75px;
height: 182px;
}
.screenshots img {
	float: left;
	margin: -15px -30px -30px -60px;
	border: 0px;
}
.screenshots h2 {
	padding-top: 17px;
}
.enlarge {
float: left;
margin-top: 150px;
margin-left: -187px;
font-size: .9em;
color: #9BB8D7;
}
a.screenshot {

}
.screenshots p{
	color: #333;
}
.screenshots p {
	color: #444;
	padding-left: 360px;
	argin-bottom: 30px;
}

#features_pricing {
	background: url(/SmartCorp/images/features_pricing_off.png) top left no-repeat;
	width: 378px;
	height: 58px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
}
#features_pricing:hover {
	background: url(/SmartCorp/images/features_pricing_on.png) top left no-repeat;
}

#faq .faqcontent {margin: 0 10px 0 10px;font-size: 95%;}
#faq h2.faqopened, #faq h2.faqclosed {cursor: pointer;padding: 0 0 0 15px;border-bottom: dotted 1px #ccc;margin-bottom: 0;}
#faq h2.faqclosed:hover {color: #D51829;}
#faq h2.faqclosed {background: transparent url(/SmartCorp/images/collapsed.png) no-repeat scroll 0 10px;}
#faq h2.faqopened {color: #D51829; background: transparent url(/SmartCorp/images/expanded.png) no-repeat scroll 0 10px;}

img.tv {
	border: 0px;
	float: left;
	margin-bottom: 36px;
	margin-top: -26px;
	margin-right: 10px;
}

#sub_content_1 {
	width: 320px;
	float: right;
	margin-top: 3em;
	margin-bottom: 2em;
	order-left: 1px solid #DDD;
}
#sub_content_1 .content,
#sub_content_1 .widget {
	padding: 10px 10px 0px 10px;
	background-color: #F9F9F9;
	border: 1px solid #eee;
	Xmargin-bottom: 20px;
	list-style: none;
}

#sub_content_1 .content + .content,
#sub_content_1 .widget + .widget {
	margin-top: 20px;
}

#sub_content_1 h2 {
	text-align: left;
	margin-top: 0;
	font-size: 1.2em;
}

#sub_content_1 p+h2 {
	ext-align: left;
	margin-top: 3em;
}

#sub_content_1 .contact h2 {
	text-align: left;
}
#sub_content_1 .contact p + h2 {
	margin-top:1.5em;
}
#sub_content_1 ul.order {
	padding: 0px;
	margin: 0px;
}
#sub_content_1 ul.order li {
	color: #555;
	font-size: 14px;
	list-style:none;
	border-bottom: dashed 1px #ccc;
	padding: 5px 10px;
	margin: 0px -10px;
}
#sub_content_1 ul.order li:hover {background-color:#ddd;}

#sub_content_1 a.order_button,
#sub_content_1 input.order_button {float:right;font-size:12px;}
X#testimonials {
	height: 11em;
}
#testimonials p {
	margin-top: 0em;
}
#testimonials .sig {
	text-align:right;
	color:#666;
}

#footer_wrapper {
	height: 237px;
	width: 100%;
	min-width: 960px;
	background: url(/SmartCorp/images/bottom.png) #f92a22 top left repeat-x;
}
#footer {
	width: 960px;
	margin: 0px auto;
	height: 207px;
	background: url(/SmartCorp/images/bottom_overlay.png) 0px 17px no-repeat;
}
#footer .content {
	width: 290px;
	float: left;
	margin: 56px 0px 0px 20px;
}
#footer .content+.content {
	margin-left: 30px;
}

#footer img {border: 0px;}
.ebook {
	float:right;
	margin-top: -56px;
	margin-left: -43px;
}
#bottom_nav {
	font-size: 12px;
	padding-top: 8px;
	width: 960px;
	margin: 0px auto;
}
.copyright {
	float: right;
}

/* BEGIN CLEARFIX */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */

/* END CLEARFIX */

ul.quick_package {
	float:left;
	width: 275px;
	border-radius: 3px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	padding: 0px;
	background: #fefefe;
	margin: 10px 46px 20px 0px;
	border: 1px solid #ccc;
	font-size: 15px;
}
ul.quick_package+ul.quick_package {margin-right:0px;}

ul.quick_package li {
	list-style-type: none;
	border-bottom: 1px dashed #ddd;
	border-radius: 2px; 
	margin: 0px;
	padding: 10px 5px;
	text-align: center;
	padding-top: 16px;
}

ul.quick_package li.title {
	text-align: left;
	background: #0F4E96;
	color: #fefefe;
	border-bottom: 0px;
	border-radius: 3px 3px 0px 0px;
	font-size: 26px;
	line-height: 16px;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

ul.quick_package li.title span.subtitle {font-size:12px; color:#ccc;}
ul.quick_package li.last {
	border-bottom: 0px;
	border-radius: 0px 0px 3px 3px;
}

#price_a,
#price_b {
	float:right; 
	margin:-41px -26px -9px 0px;
	height:87px;
	width:87px;
	overflow:hidden;
	font-size:0px;
}

#price_a {background: url(/SmartCorp/images/249.png) 0px 0px no-repeat;}
#price_b {background: url(/SmartCorp/images/549.png) 0px 0px no-repeat;}

table#pricing {
	border-collapse: collapse;
	ackground: #fee5e4;
	width: 100%;
	margin-bottom: 2em;
	font-size: 14px;
	font-weight: bold;
	border-radius: 3px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	background: #fefefe;
}
#pricing th {
	font-size: 18px;
	color: #0F4E96;
	background-color: #ddd;
	border: 1px solid #ccc;
	padding: 10px 10px;
	Xtext-shadow: 0px 0px 1px rgba(0,0,0,0.4);
}
#pricing th.col_a {text-align:left;}

#pricing td {
	border: 1px solid #ccc;
	padding: 10px 10px;
	text-align: center;
	Xmin-width: 100px;
	height: 54px;
}

#pricing th td {
	border-left: 0px;
	border-right: 0px;
}
#pricing img {
	margin-bottom: -5px;
	margin-top: -2px;
}
pricing td.silver {
	background: #fda9a5;
}
pricing .alt td {
	background-color: #fecbc9;
}
#pricing td.col_a {
	ackground-color: #EAEAEA;
	text-align:right;
	font-weight:bold;
	font-size: 18px;
	color: #333;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.1);
}
#pricing td.tip_td:hover {
	background-color: #F9F9F9;
}
#pricing td.col_a .subtitle {
	font-weight:normal;
	font-size: 12px;
}
#pricing td.col_a a:link, 
#pricing td.col_a a:active, 
#pricing td.feature a:visited { 
	text-decoration: none;
	Xcolor: #202020;
}
#pricing td.col_a a:hover {
	text-decoration: underline;
}
pricing .alt td.col_a {
	background-color: #D5D5D5;
}

#pricing tr.subhead th.col_b {
	background-color: #6995C8;
	color:#ffffff;
	font-weight: bold;
	text-align: center;
}
#pricing td.col_b {
	background-color: #F9F9F9;
	width: 140px;
}
#pricing tr.subhead th.col_c {
	background-color: #0F4E96;
	color:#ffffff;
	font-weight: bold;
	text-align: center;
}
#pricing td.col_c {
	background-color: #eee;
	width: 140px;
}
#pricing tr.subhead th.col_d {
	background-color: #EE8917;
	color:#ffffff;
	font-weight: bold;
}
#pricing td.col_d {
	background-color: #FFF7ED;
}
#pricing tr.subhead th.col_e {
	background-color: #3399CC;
	color:#ffffff;
	font-weight: bold;
}
#pricing td.col_e {
	background-color: #EEF9FF;
}
#Xpricing img.available {float:left;margin:-3px 0 0 -6px;}
#pricing tr.border_top td {border-top:3px;}
#selection_screenshot {
	float: right;
	margin: -15px -50px -40px -50px;
}
input#name, input#email {
	width: 180px;
	height: 22px;
	Xmargin-left: 30px;
	margin-top: 2px;
	margin-bottom: 10px;
}
input#access {
	margin-left: 31px;
}

a.order_now {
margin: 0px auto;
	display: block;
	padding-left: 102px;
	padding-top:30px;
	background: url(/SmartCorp/images/order_now_off.png) #fff top left no-repeat;
}
a.order_now:hover {
	background: url(/SmartCorp/images/order_now_on.png) #fff top left no-repeat;
}
a.order_now span { display: none; }

img.gallery {
margin-bottom: -30px;
}

.poster {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	width: 280px;
	height: 150px;
	ackground-color: #EFF5FB;
	order: 1px solid #EEE;
}
.poster img {
	float:left;
	margin-right: 15px;
	margin-bottom: 100px;
}

.poster+.poster {
	margin-right: 0px;
}
.poster+.poster+.poster{
	margin-right: 20px;
}
.poster+.poster+.poster+.poster {
	margin-right: 0px;
}
.poster+.poster+.poster+.poster+.poster {
	margin-right: 20px;
}
.poster+.poster+.poster+.poster+.poster+.poster {
	margin-right: 0px;
}
.poster p {
margin: 0px 10px;
}
.poster h2 {
	margin-top: 0px;
	font-size: 1.2em;
}

.features p, .features ul {
	margin-left: 120px;
}
.features img {
	float:left;
	margin: 2em 15px 2px 0px;
	border: 0px;
}
.features h2+img {
	margin-top: 1em;
}
.features h2+img+h3 {
	margin-top: 2em;
}
.heading_img {
	float: left;
	margin: 14px 10px 20px 0px;
}

/* SOCIAL */
#socnet {
	width:170px;
	height: 110px;
	margin: 0 0 20px 15px;
}
#socnet a{
	text-decoration: none;
	vertical-align:middle;
}
#socnet img {
	float:left;
	width:18px;
	border:none;
	vertical-align:middle;
	margin-top:0px;
}
.socnettext {
	float:left;
	font-size: 11px;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	vertical-align:middle;
	line-height: 18px;
	text-align:center;
	width:150px;
	margin:0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-weight:bold;
	background:url(http://smartflexdemo.com/images/tinySWYN/follow_bg.gif) top left no-repeat;

}
/* END SOCIAL */


.tooltip{
 position: absolute;
 top: 0;
 left: 0px;
 margin-left:-5px;
 z-index: 3;
 display: none;
 width: 280px;
 border: 1px solid #999;
 background-color: #fff;
 padding: 8px;
 font-size: 11px;
 font-weight: normal;
 text-align:left;
 color: #000;
 border-radius: 5px 5px 5px 5px;
 -moz-box-shadow: 3px 3px 5px #888;
 -webkit-box-shadow: 3px 3px 5px #888;
 box-shadow: 3px 3px 5px #888;
text-shadow: none;
 }

.tooltip .setup {width:130px;float:left;background-color:#e2e2e2; border-radius: 0px 0px 5px 5px; padding:5px;}
.tooltip .campaign {width:130px;float:right; border-radius: 5px 5px 0px 0px; padding:5px;}
.tooltip h2 {margin: 0px;}
.tooltip p.available {
  background-color: #EDEDED;
	border: 1px solid #ccc;
  border-radius: 2px 2px 2px 2px;
  font-style: italic;
  margin: 0;
  padding: 3px;
}
#pricing a.order_button img, a.order_button img {float:none; margin:-4px 2px -8px -10px; border:none;}

.whmcscontainer {
    background-color: transparent;
}

#order-modern .products .product {
  background: none repeat scroll 0 0 #FEFEFE;
  border: 1px solid #CCCCCC;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  font-size: 15px;
  padding: 0px;
}

#order-modern .products .product .name {
  background: none repeat scroll 0 0 #0F4E96;
	padding: 16px 5px 24px;
  border-bottom: 0 none;
  border-radius: 3px 3px 0 0;
  color: #FEFEFE;
  font-size: 26px;
  line-height: 26px;
  text-align: left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
#order-modern .products .product .pricing {
	line-height: 5px;
	margin: 15px 4px;
	color: #fefefe;
	width: 125px;

}
#whmcsorderfrm input[type="button"], #whmcsorderfrm input[type="reset"], #whmcsorderfrm input[type="submit"],
a.order_button, a.order_button:link, a.order_button:active, a.order_button:visited,
input.order_button {
  background-color: #FFFFFF;
	color: #24BF24;
  border: 1px solid #24BF24;
  font-size: 16px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
  -moz-transition: all 0.1s linear 0s;
  background-image: -moz-linear-gradient(center top , #FFFFFF, #FFFFFF 25%, #E6E6E6);
  background-repeat: no-repeat;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  display: inline-block;
  line-height: normal;
  padding: 5px 14px 6px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}