/* begin Page */

body
{
	margin-top:0px;
	padding: 0;
    background-color:#B0B0B0;
	}


#main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	margin-top:0px;
	display:inline;
}


#dashed-line {
background-image:url(../images/dash.png );
background-repeat: repeat-x;
width: 974px;
}

.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}


form
{
	padding:0 !important;
	margin:0 !important;
}


/* end Page */

/* begin Box, Sheet */
.Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 974px;
	min-width:10px;
	min-height:10px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;

}




.Sheet-body
{
	position: relative;
	z-index:1;
	padding: 0px;
	width: 974px;
}

.Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #ffffff;
	background-image: url(../images/greygradient.jpg );
	background-repeat: repeat-x;	
	width: 974px;
}





/* end Box, Sheet */

/* begin Header */
div.Header
{
	margin-top:inherit;
	position: relative;
	z-index:0;
	width: 974px;
	height: 62px;
	background-color:#ffffff;
}


div.Header-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 974px;
	height: 62px;
	background-image:url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 20px;
}

div.Header-2-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 974px;
	height: 62px;
	background-image:url(../images/header-2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 20px;
}

.orange-bar
{
	background-color:#FF8800;
	width:974px;
	height: 20px;
	padding-top: 10px;
	}
/* end Header */

/* begin Menu */

/* begin Nav Container */

.NavContainer
{
  height:25px;
  width: 646px;
}

/* end Nav Container */


/* menu structure */

.menu a, .menu a:link, .menu a:visited, .menu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.menu, .menu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.menu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.menu li li
{
	float: none;
}

.menu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.menu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.menu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.menu:after, .menu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul
{
	min-height: 0;
}

.menu ul
{
	background-image: url(../images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.menu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}





div.nav-center
{
	position:relative;
	float:right; 
	right:50%;
	
}

ul.menu
{
	position:relative;
	float:left; 
	left:50%;
}


/* menu structure */

.menu
{
	padding: 2px 1px 0px 1px;
}

.nav
{

	height: 26px;
	z-index: 1000;
}

.nav .l, .nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 26px;
	background-image: url('../images/nav.png');
}

.nav .l
{
	left: 0;
	right:0px;
}

.nav .r
{
	right: 0;
	width: 646px;
	clip: rect(auto, auto, auto, 646px);
}


/* end Menu */

/* begin MenuItem */
.menu ul li
{
	clear: both;
}

.menu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 24px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
}


.menu a .r, .menu a .l
{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 72px;
	background-image: url('../images/MenuItemHome.png');
}

.menu a .l
{
	left:0;
	right:11px;
}

.menu a .r
{
	width:422px;
	right:0;
	clip: rect(auto, auto, auto, 411px);
}

.menu a .t 
{
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #3E443C;
	padding: 0 0px;
	margin: 0 10px;
	line-height: 24px;
	text-align: center;
}

.menu a:hover .l, .menu a:hover .r
{
	top:-24px;
}

.menu li:hover>a .l, .menu li:hover>a .r
{
	top:-24px;
}

.menu li:hover a .l, .menu li:hover a .r
{
	top:-24px;
}
.menu a:hover .t
{
	color: #B0B0B0;
}

.menu li:hover a .t
{
	color: #B0B0B0;
}

.menu li:hover>a .t
{
	color: #B0B0B0;
}


.menu a.active .l, .menu a.active .r
{
	top: -48px;
}

.menu a.active .t
{
	color: #FF6900;
	font-weight: 400;
}


/* end MenuItem */


/* begin ContentLayout */
.contentLayout
{
	position: relative;
	margin-bottom: 0px;
	width: 1000px;
}
/* end ContentLayout */

/* begin Box, Block */
.Block
{
	position:relative;
	z-index:0;
	margin:0;
	min-width:23px;
	min-height:23px;
	width: 272px;
}

.Block-body
{
	position: relative;
	z-index:1;
	padding: 8px;
}




.Block
{
	margin: 15px;
}

/* end Box, Block */

/* begin Box, BlockContent */
.BlockContent
{

	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
	display:inline;
	}

.BlockContent-body
{
	position: relative;
	z-index:1;
	padding: 0px;
	background-image:url(../images/wifikitorder.jpg);
}


#price
{
	z-index:1;
	height: 80px;
	width: 272px;
}

.price-table {
	width: 175px;
	text-align:left;
	margin-top:13px;
	margin-left:95px;
	line-height:.8em;
        border: 0px Solid Blue;
	}
	
.price-subs {
	font-size:9px;
	text-align:right;
	}
.price-for {
	font-size:11px;
	}
.price-00 {
        padding-top: 8px;
	font-size:27px;
        color: #0A42FF;
	}
.price-55 {
        padding-top: 15px;
	font-size:50px;
	font-weight: thinner;
        color: #0A42FF;
	}
.BlockContent-body
{
	color:#4D4D4D;
	font-family: Verdana, Sans-Serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	background-repeat:no-repeat;
	height: 489px;
	width: 272px;
}

.BlockContent-body a:link
{
	color: #B0B0B0;
	font-family: Verdana, Sans-Serif;
	text-decoration: none;

}


.BlockContent-body a:hover, .BlockContent-body a.hover
{
	color: #7F7F7F;
	font-family: Verdana, Sans-Serif;
	text-decoration: none;
	font-weight:500;
}

.BlockContent-body ul
{
	list-style-type: none;
	margin:0;
	padding:0;
}

.BlockContent-body li
{
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	text-decoration: none;
}







.BlockContent-body-social
{
	position: relative;
	z-index:1;
	padding: 0px;
	background-image:url(../images/getsocial.gif);
}

.BlockContent-body-social
{
	color:#4D4D4D;
	font-family: Verdana, Sans-Serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	background-repeat:no-repeat;
	height: 489px;
	width: 272px;
}

.BlockContent-body-social a:link
{
	color: #B0B0B0;
	font-family: Verdana, Sans-Serif;
	text-decoration: none;

}


.BlockContent-body-social a:hover, .BlockContent-body-social a.hover
{
	color: #7F7F7F;
	font-family: Verdana, Sans-Serif;
	text-decoration: none;
	font-weight:500;
}

.BlockContent-body-social ul
{
	list-style-type: none;
	margin:0;
	padding:0;
}

.BlockContent-body-social li
{
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	text-decoration: none;
}
#bemore {
	position: relative;
	width: 100%;
	left: 0;
	top: 60px;
	z-index:1;
	font-family: Arial, Sans-Serif;
	font-size:18px;
        letter-spacing:1.7px;
        color: White;
	text-align: center;
	border: 0px Solid Red;
}
#smartfeed {
	position: relative;
	width: 100%;
	left: 0;
	top: 145px;
	z-index:1;
	font-family: Arial, Sans-Serif;
	font-size:15px;
        letter-spacing:1.2px;
	line-height: 15px;
        color: White;
	text-align: center;
	border: 0px Solid Red;
}
#businessgrow {
	position: relative;
	width: 100%;
	top: 310px;
	z-index:1;
	border: 0px Solid Red;
}
.grow-txt {
	font-family: Arial, Sans-Serif;
	font-size:11px;
        font-weight: 800;
        letter-spacing:.25px;
	line-height: 12px;
        color: Black;
	text-align: left;
}
.grow-table {
	width: 255px;
	margin-top:0px;
	margin-left:20px;
        border: 0px Solid Blue;
	}
#social-post-good {
	position: relative;
	width: 350px;
	top: 127px;
  	left: 61px;
	z-index:1;
	border: 0px Solid Red;
}
.social-post-good-txt {
	font-family: Arial, Sans-Serif;
	font-size:22px;
        font-weight: 200;
        letter-spacing:1.05px;
        color: White;
}
#social-post-learn {
	position: relative;
	width: 100px;
	top: 163px;
  	left: 250px;
	z-index:1;
	border: 0px Solid Red;
}
.social-post-learn-txt
{
	font-family: Arial, Sans-Serif;
	font-size:10px;
        letter-spacing:.25px;
        font-weight: 200;
	text-decoration: underline;
        letter-spacing:.25px;
        color: White;
}
#social-post-learn a, a:link
{
	font-family: Arial, Sans-Serif;
	font-size:10px;
        letter-spacing:.25px;
        font-weight: 200;
	text-decoration: underline;
        letter-spacing:.25px;
        color: #FE942F;
}
#social-post-learn a:hover, #social-post-learn a.hover
{
	color: #7F7F7F;
	font-family: Arial, Sans-Serif;
	font-size:10px;
        letter-spacing:.25px;
        font-weight: 200;
	text-decoration: none;
        letter-spacing:.25px;
}

.social-post-txt {
	font-family: Arial, Sans-Serif;
	font-size:12px;
        font-weight: 200;
        letter-spacing:.39px;
        color: Black;
}
#social-post-use ul {
	list-style-type: bullet;
	margin:0;
	padding-left:15px;
}
#social-post-use li {
	padding-top:3px;
	font-size:11px;
        font-weight: 200;
        letter-spacing:.34px;
        color: Black;
}
#social-post-use {
	position: relative;
	width: 390px;
	top: 202px;
  	left: 29px;
	z-index:1;
	border: 0px Solid Red;
}
.social-post-other-txt {
	font-family: Arial, Sans-Serif;
	font-size:12px;
        font-weight: 200;
        letter-spacing:.39px;
        color: #4F4F4F;
}
#social-post-other ul {
	list-style-type: bullet;
	margin:0;
	padding-left:15px;
}
#social-post-other li {
	padding-top:3px;
	font-size:11px;
        font-weight: 200;
        letter-spacing:.30px;
        color: #4F4F4F;
}
#social-post-other {
 	float: right;
	position: relative;
	width: 195px;
	top: 96px;
  	left: 0px;
	z-index:1;
	border: 0px Solid Red;
}
#social-post-tra {
	position: relative;
	width: 110px;
	top: 237px;
  	left: 435px;
	z-index:1;
	border: 0px Solid Red;
}
.social-post-tra-txt {
	font-family: Arial, Sans-Serif;
	font-size:10px;
        font-weight: 600;
        letter-spacing:.20px;
        color: Black;
}





.BlockContent-body-pricing
{
	position: relative;
	z-index:1;
	padding: 0px;
	background-image:url(../images/pricing_right_bg.jpg);
}



.BlockContent-body-pricing
{
	color:#4D4D4D;
	font-family: Verdana, Sans-Serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	background-repeat:no-repeat;
	height: 489px;
	width: 272px;

}

.BlockContent-body-pricing a:link
{
	color: #B0B0B0;
	font-family: Verdana, Sans-Serif;
	text-decoration: none;

}

.BlockContent-body-pricing a:hover, .BlockContent-body a.hover
{
	color: #7F7F7F;
	font-family: Verdana, Sans-Serif;
	text-decoration: none;
	font-weight:500;
}

.BlockContent-body-pricing ul
{
	list-style-type: none;
	margin:0;
	padding:0;
}

.BlockContent-body-pricing li
{
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	text-decoration: none;
}


.BlockContent-body-sales
{
	position: relative;
	z-index:1;
	padding: 0px;
	background-image:url(../images/guestform_wifi_kit.gif);
}



.BlockContent-body-sales
{
	color:#4D4D4D;
	font-family: Verdana, Sans-Serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	background-repeat:no-repeat;
	height: 489px;
	width: 272px;

}

.BlockContent-body-sales a:link
{
	color: #B0B0B0;
	font-family: Verdana, Sans-Serif;
	text-decoration: none;

}

.BlockContent-body-sales a:hover, .BlockContent-body a.hover
{
	color: #7F7F7F;
	text-decoration: none;
	font-weight:500;
}

.BlockContent-body-sales ul
{
	list-style-type: none;
	margin:0;
	padding:0;
}

.BlockContent-body-sales li
{
	font-family: Verdana, Sans-Serif;
	text-decoration: none;
}

.order-now {
padding-top:70px;
margin-left: 175px;
margin-right: 20px;
}

#venues {
	z-index: 1;
	padding-top: 220px;
	text-align:center;

	}

.venues-table {
	width: 272px;
	text-align:center;
	text-align:center;
	margin-top:13px;
	margin-bottom:17px;
	margin-left:2px;
	line-height:.8em;
	}
	
.venues-title {
	margin-left:10px;
	font-size:11px;
	text-align:center;
	}
	
.venues-bottom {
	font-size: 10px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	}		
.venues-tablecontent {
	font-size: 9px;
	text-align:center;

	}	
	
.sales-blue-title {
padding-top:16px;
text-align: center;
font-weight: bold;
font-size:16px;
color:#0099cc;
}

.sales-sidebar-text {
padding-top:5px;
text-align: justify;
font-size:10px;
color:#000000;
margin-left:25px;
margin-right:25px;
}
	
#salesleft {
	z-index: 1;
	padding-top: 15px;
	text-align:center;

	}

.salesleft-table {
	width: 272px;
	text-align:center;
	margin-bottom:17px;
	margin-left:8px;
	padding-top: 15px;
	padding-bottom: 1px;

	}
	
.salesleft-title {
	font-size:13.25px;
	font-weight:bold;
	text-align:center;
	color:#B0B0B0;
	}
	
.salesleft-bottom {
	font-size: 10px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	}		
.salesleft-tablecontent {
	font-size: 13px;
	color: #ffffff;
	text-align:left;
	padding-bottom: 3px;
	padding-top: 3px;
	}	
	
.salestable  {
width:385px;
font-size: 11px;
font-weight: bold;
/* padding-top:2px; */
	}
	
.salestable td {
padding-bottom: 1px;
vertical-align:middle;
}

.salestable-right  {
width:260x;
font-size: 12px;
font-weight: 500;
color:#ffffff;
margin-left:30px;
line-height:.8em;
	}
	
.salestable-right td {
padding-bottom:0px;
vertical-align:middle;
}

.salestable-right-title {
font-size:13px;
margin-left: 27px;
margin-right: 10px;
font-weight:bold;
text-align:center;
color: #ffffff;
width: 200px;
padding-bottom: 6px;
padding-top: 6px;
}

.input-textarea {

font-size: 11px;
font-family: Verdana, san-serif;
height: 11px;
border: 2px solid #eee;
border-left: 2px solid #999;
border-top: 2px solid #999;
margin:3;
vertical-align: middle;
position: relative;
top: -1px;
*overflow: hidden;
}

.input-title {
font-size: 10px;
font-weight: bold;
}

textarea {
height: 100px;
width: 360px;
max-width:360px;
max-height:100px;
border: 2px solid #eee;
border-left: 2px solid #999;
border-top: 2px solid #999;
*overflow: hidden;
padding-top: 1px;
padding-left: 4px;
/* background-image:url(../images/formbg.png); */
/* background-repeat: repeat-x; */
font-size: 11px;
font-family: Verdana, san-serif;
color:#000000;
}

textarea{
resize:none;
}


.required {
color: #ffffff;
padding-top: 5px;
padding-bottom: 5px;
}

.checkbox {
margin-right: 7px;
vertical-align:middle;
}


#pricing-structure {
	z-index: 1;
	text-align:center;
	padding-top:28px;

	}
	
.pricing-title {

	font-size:19.5px;
	font-weight:500;
	color: #999999;
	text-align:center;
	}
	
.pricing-content {

	padding-top: 40px;
	font-size:9px;
	color: #999999;
	text-align:center;
	}
	
.pricing-header {
	font-size:14px;
	font-weight: 700;
	color: #666666;
}

.radio-right {
	vertical-align:middle;
	}

.pricing-table {

	width: 272px;
	text-align:center;
	text-align:center;
	line-height:.8em;
}
	

/* end Box, BlockContent */


/* begin Box, Post */
.Post
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 646px;
	min-width:23px;
	min-height:23px;


}

.Post-body
{
	position: relative;
	z-index:-1;
	padding-top:18px;
	padding-left: 18px;
	padding-right: 18px;
	padding-bottom: 18px;

}


.Post
{
	margin-left: -12px;
}

/* Start images */
a img
{
	border: 0;
}

/* Finish images */

/* end Box, Post */



/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
  font-family: Verdana, Sans-Serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  color: #4F4F4F;
}

.PostContent-home
{
  font-family: Verdana, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
  color: #4F4F4F;
  background-image:url(../images/homebordered.gif);
  background-repeat:no-repeat;
  padding-top:20px;
  height:460px;
  width: 646px;

}

.PostContent-social
{
  font-family: Verdana, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
  color: #4F4F4F;
  background-image:url(../images/homebg.gif);
  background-repeat:no-repeat;
  padding-top:20px;
  height:460px;
  width: 646px;

}

.PostContent-security
{
  font-family: Verdana, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
  color: #4F4F4F;
  background-image:url(../images/securitybg.gif);
  background-repeat:no-repeat;
  padding-top:20px;
  height:460px;
  width: 646px;

}

.PostContent-reliability
{
  font-family: Verdana, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
  color: #4F4F4F;
  background-image:url(../images/reliabilitybg.gif);
  background-repeat:no-repeat;
  padding-top:20px;
  height:460px;
  width: 646px;
}

.PostContent-advertising
{
  font-family: Verdana, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
  color: #4F4F4F;
  background-image:url(../images/advertisingbg.gif);
  background-repeat:no-repeat;
  padding-top:20px;
  height:460px;
  width: 646px;
}

.PostContent-community
{
  font-family: Verdana, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
  color: #4F4F4F;
  background-image:url(../images/communitybg.gif);
  background-repeat:no-repeat;
  padding-top:20px;
  height:460px;
  width: 646px;
}

.PostContent-pricing
{
  font-family: Verdana, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
  color: #4F4F4F;
  background-image:url(../images/pricingbg.gif);
  background-repeat:no-repeat;
  padding-top:20px;
  height:460px;
  width: 646px;
}

.PostContent-faq
{
  font-family: Verdana, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
  color: #4F4F4F;
  background-image:url(../images/faqbg.jpg);
  background-repeat:no-repeat;
  padding-top:20px;
  height:460px;
  width: 646px;
}

.PostContent-questions
{
  font-family: Verdana, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
  color: #4F4F4F;
  background-image:url(../images/questionsbg.gif);
  background-repeat:no-repeat;
  padding-top:20px;
  height:460px;
  width: 646px;
}

.PostContent-features
{
  font-family: Verdana, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
  color: #4F4F4F;
  background-image:url(../images/featuresbg.gif);
  background-repeat:no-repeat;
  padding-top:20px;
  height:460px;
  width: 646px;
}

.PostContent-salesform
{
  font-family: Verdana, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
  color: #4F4F4F;
  background-image:url(../images/salesformbg.gif);
  background-repeat:no-repeat;
  padding-top:20px;
  height:460px;
  width: 646px;
}


/* Start Content link style */


a, a:link, a:visited {
  font-family: Verdana, Sans-Serif;
  font-size: 12px;
  text-decoration: underline;
  color:#666666;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{

  text-decoration: none;
  color:#999999;

}

/* Finish Content link style */

/* end PostContent */

/* begin PageFooter */
.page-footer
{
	font-family:Verdana, San-Serif;
	font-size:10px;
	color:#B0B0B0;
	margin-left: 2px;
}
/* end PageFooter */

/* begin LayoutCell */
.contentLayout .sidebar1
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 300px;
	display:inline;
}
/* end LayoutCell */

/* begin LayoutCell */
.contentLayout .content
{
	position: relative;
	margin: 0;
	padding-top: 9px;
	border: 0;
	float: left;
	overflow: hidden;
	width: 680px;
	display: inline;
}
.contentLayout .content-wide
{
	position: relative;
	margin: 0;
	padding-top: 9px;
	border: 0;
	float: left;
	overflow: hidden;
	width: 974px;
	display:inline;
}
/* end LayoutCell */

/* begin TypeTreatments */

.selected-orange
{
color:#ff6900;
font-size:11px;
}

.info-header
{

width:646px;
height:99px;
}

.info-header-salesform
{
width:646px;
}


.info-header-home
{
width:646px;
height:99px;
}

.info-header-text
{
text-align:right;
font-color:#7f7f7f;
font-weight:700;
padding-top:30px;
font-size:12px;
margin-right: 50px;
}

.info-header-text-sales-gray
{
text-align:right;
color:#666666;
font-weight:600;
font-size:18px;
margin-right: 20px;
margin-top: 20px;
}

.info-header-text-sales-orange
{
text-align:right;
color:#ff6900;
font-weight:700;
font-size:20px;
margin-right: 20px;
margin-top:20.25px;
}

/* Begin table on features Page */

#ist-a
{
	background: #fff;
	width: 595px;
	border-collapse: collapse;
	text-align: left;
}
#ist-a td
{
	padding: 30px 0px 0px 0px;
}

/* End table on Features page */

.inner-content
{
text-align:left;
line-height:1.5em;
margin-left: 20px;
padding-top:40px;
}


h3
{
color:#ff6900;
font-size: 18px;
}


#questions {
margin-left: 10px;
margin-top: 10px;
}

.dark-charcoal
{
color:#333333;
font-weight:700;
}

.fine-print 
{
font-size: 9px;
line-height:1.1em;
padding-top: 5px;
}

/* Begin scroll box for faq page */

#faq
{
width: 500px;
margin-left: 10px;
margin-top: 10px;
}

#faq a:, a:link, a:visited {
	color: #FF6900;
	text-decoration: underline;
	font-size: 10px;
	font-weight: 700;
}
#faq a:hover {
	text-decoration: none;
}
#faq a:visited {
	color: #FF6900;
	text-decoration: none;
	font-size: 10px;
	font-weight: 700;
}



/* End scroll box for faq page */

/* Begin scroll box for questions page */

#scrollframe {
position: relative;
margin-right       : 20px;
}

#scrollcontainerquestions {
	position	: absolute;
	top			: 10px;
	width		: 540px;
	height		: 230px;
	background	: #FFF;
	border		: 1px solid #ccc;
	overflow	: hidden;
}

#scrollcontentquestions {
	position	: relative;
	width		: 540px;
	left		: 5px;


}

#scrollArea {
	position	: absolute;
	left		: 540px;
	top			: 10px;
	height		: 230px;
	width		: 15px;
	border		: 1px solid #ccc;
	overflow	: hidden;
}

#scroller {
	position	: absolute;
	top			: -1px;
	width		: 15px;
	background	: #EEE;
	border-top	: 1px solid #ccc;
	border-bottom	: 1px solid #ccc;
}

/* End scroll box for questions page */

/* Answer Container div for questions page */

.Answer-Container {
margin-right: 45px;
margin-top: 20px;
float:right;
text-align:center;
}


.textarea-default {
background-image:url(../images/formbg.png);
background-repeat:repeat-x;
color: #b0b0b0;
}

.formtable {
font-size: 10px;
color:#ffffff;
padding-top: 15px;
}

#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:384px;
width:408px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;
}
#popupContact h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}

#pricing-compatible {
	margin-top: 12px;
	font-size: 10px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	}	

.salessubmit {
padding-top: 10px;
padding-bottom: 10px;
padding-left:40px;
}

.reqtxt-red {
    color: red;
}


