@charset "windows-1250";

/*-----------------------------------------------------------------------------------------------*/
/*                   Designer: SpeedySparrow.com                                                 */
/*                   AUTHOR: Sean Bowtell                                                        */
/*                   EMAIL: admin@speedysparrow.com                                              */
/*-----------------------------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------------------
   ALERT BOX
--------------------------------------------------------------------------------------- */
.alert {
	background: #fff6bf url(../images/exclamation.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	}
	

/* ---------------------------------------------------------------------------------------
   NEWS TICKER
--------------------------------------------------------------------------------------- */
input.input-text {
 position: relative;
 z-index: 2;
 }
   
  label {
  position: relative;
  z-index: 1;
    }



   label.inlined {
    padding-left: 6px;
   font-weight: normal;
  font-size: 12px;
  font-family: "Helvetica Neue";
 opacity: 0.75;
  -webkit-transition: opacity 0.15s linear;
 }



 label.inlined + input.input-text {
 margin-top: -22px;
 }


 label.focus { opacity: 0.35; }
   label.has-text { opacity: 0.0; -webkit-transition-duration: 0s; }


/* --------------------------------------------------------------
   NEWS TICKER
-------------------------------------------------------------- */
.newsticker {
	list-style-type: none;
	border: none;
	background: #ffff;
	padding: 3px;
	margin: 0;
}
table.pretty {
  margin: 1em 1em 1em 2em;
  background: whitesmoke;
  border-collapse: collapse;
}
table.pretty th, table.pretty td {
  border: 1px silver solid;
  padding: 0.2em;
}
table.pretty th {
  background: gainsboro;
  text-align: left;
}
table.pretty caption {
  margin-left: inherit;
  margin-right: inherit;
}

/* --------------------------------------------------------------
   SLOW BOX
-------------------------------------------------------------- */
/* General Styles ( You don't need this for your button ) */
body
{
     background:#f9f9f9;
}
#container
{
     width: 580px;
	 padding: 30px;
	 border: 1px solid #e4e4e4;
	 margin: 0 auto;
	 background: #fff;
	 margin-top: 100px;
	 margin-bottom: 100px;
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 0px;
}
.text
{
     font-size:20px;
	 color:#666;
	 border-bottom:1px solid black;
}
.return
{
     color: #809dba;
}
/*End General Styles*/
/* --------------------------------------------------------------
    BUTTON STYLING
-------------------------------------------------------------- */
.button1 /* Button with CSS only */  
{  
background: url(http://simg.speedysparrow.com/order_shared.png) 0 0;  
height:65px;  
width:580px;  
display:block;  
}  
.buttons:hover /* mouseOver */  
{  
background: url(http://simg.speedysparrow.com/order_shared.png) 0 65px;  
}  

/* Button Styles */
.button2
{
     background: url(http://simg.speedysparrow.com/contact_us.png) 0 -300px;
     height:65px;
	 width:580px;
	 display:block;
	 background-position:0 -65px;
}
.button2 a
{
     background: url(http://simg.speedysparrow.com/contact_us.png) 0 0px;
     height:65px;
	 width:580px;
	 display:block;
}

/* Button Styles */
.button3, .button3 a {  
background: url(http://simg.speedysparrow.com/order_shared.png) 0 -65px;  
height:65px;  
width:580px;  
display:block;  
}  
.button3 a {  
background-position: 0 0;  
}  
 
/* Button Styles */
.button4, .button4 a {  
background: url(http://simg.speedysparrow.com/order_reseller.png) 0 -65px;  
height:65px;  
width:580px;  
display:block;  
}  
.button4 a {  
background-position: 0 0;  
} 
/* --------------------------------------------------------------
   INFO BOXES
-------------------------------------------------------------- */

.contentbox {
	width: 94%;
	align: left;
	text-align: left;
	background-color: #f7f7f7;
	border: 1px dashed #cccccc;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}

.bluebox {
	width: 100%;
	text-align: left;
	background-color: #ECF7FE;
	border: 1px dashed #C2E0F6;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}
.greenbox {
	width: 100%;
	text-align: left;
	background-color: #ECF7FE;
	border: 1px dashed #C2E0F6;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}
.errorbox {
	border: 1px dashed #cc0000;
	font-weight: bold;
	background-color: #FBEEEB;
	text-align: left;
	width: 90%;
	padding: 10px;
	color: #cc0000;
	margin-left: auto;
	margin-right: auto;
}

.errorbox2 {
	border: 1px dashed #cc0000;
	font-weight: bold;
	background-color: #FBEEEB;
	text-align: left;
	width: 90%;
	padding: 10px;
	color: #cc0000;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}
/* --------------------------------------------------------------
   HEADINGS
-------------------------------------------------------------- */

.heading {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #65A5E6;
}

.heading2 {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
    text-decoration: none;
    color: #000000;
}

.heading3 {
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #16679F;
}
/* --------------------------------------------------------------
   TOOLTIP
-------------------------------------------------------------- */
div.tooltip
{
	position: absolute;
	z-index:100;
	padding:10px;
	border:solid 1px #dadada;
	background-color:#f9f9f9;
	width: 200px;
}
/** Right Side **/
a.sidebutton {	text-decoration: none;	color:#000000;}
a.sidebutton:hover {text-decoration:underline; color:#000000;}

/* --------------------------------------------------------------
   CLIENTBOX FIELDS
-------------------------------------------------------------- */
.client_box {border:solid 4px #e5e5e5; padding:15px;}
.client_box h1{ font-size:24px; color:#000000; margin:0 10px 15px 10px; border-bottom:solid 1px #f5f5f5; padding:10px 10px 10px 10px; font-size:20px;}
.client_box h2{ font-size:24px; color:#000000; margin:0; border-bottom:solid 1px #f5f5f5; padding:10px 10px 10px 10px; font-size:20px;}
.client_box h3{ font-size:24px; margin:0; color:#3f9bc2; line-height:24px}
.client_box h4{ font-size:18px; margin:0; color:#8faf0a; line-height:18px; border-bottom:solid 3px #f1f1f1; padding-bottom:10px}
.client_box h5{ font-size:16px; margin:0; margin-bottom:10px; color:#fff; line-height:14px; border:solid 1px #f1f1f1; padding:10px; background-color:#f5f5f5}
/* ----------------------------------------------------------- */

body{
	background:url(http://simg.speedysparrow.com/bg.png) repeat-x top #011c31;
	margin:0;
	padding:0;
	}
	
body, select, input, div{
	font-family:Arial, Helvetica, sans-serif, Calibri;
	font-size:12px;
	color:center;
	line-height:18px;
	
	}	
	
img{
	border:none;
	}
	
.clr{
	clear:both;
	height:0;
	}
	
hr{
	margin:15px 0;
	}
	
a{
	color:#003471;
	text-decoration:none;
	outline:none;
	}	
	
a:hover{
	color:#000000;
	text-decoration:none;
	outline:none;	
	}

.no_bg{
	background:none !important;
	}

.imgstyle{
	float:right;
	margin-right:10px;
	}

.imgstyle1{
	float:right;
	}

.imgstyle2{
	float:left;
	}
	
.color1{
	color:#f99b01;
	}

.noborderLT{
	border-left: none !important;
	}

.noborderRT{
	border-right: none !important;
	}
	
.nomargin{
	margin:0 !important;
	}
	
.nomargin_right{
	margin-right:0 !important;
	}

.bg_02{
	background:url(http://simg.speedysparrow.com/bg_02.jpg) no-repeat center top ;
	}
	
.container{
	width:950px;
	margin:0 auto;
	}

.topcontainer{
	background:url(http://simg.speedysparrow.com/bg.png) repeat-x;
	height:26px;
	}
	
.topmenu{
	width:950px;
	margin:0 auto;
	line-height:18px;
	height:25px;
	}

.topmenu ul{
	margin:0;
	padding:0;
	float:right;
	}
	
.topmenu ul li{
	display:inline;
	float:left;
	list-style:none;
	}
	
.topmenu ul li a{
	display:block;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	height:23px;
	padding-left:20px;
	padding-right:6px;
	margin-left:6px;
	border-right:1px solid #0051a0;
	}
	
.img_1{
	background:url(http://simg.speedysparrow.com/img_1.png) no-repeat 6px 5px;
	}
.img_2{
	background: url(http://simg.speedysparrow.com/img_2.png) no-repeat 6px 4px;
	}
.img_3{
	background:url(http://simg.speedysparrow.com/img_3.png) no-repeat 8px 5px;
	}
.img_4{
	background: url(http://simg.speedysparrow.com/img_4.png) no-repeat 8px 4px;
	}
.img_5{
	background: url(http://simg.speedysparrow.com/img_5.png) no-repeat 8px 4px;
	}	
	
.header{
	background:url(http://simg.speedysparrow.com/header_btm.png) no-repeat bottom;
	width:930px;
	padding:2px 10px;
	float:left;
	}

.logo{
	background:url(http://simg.speedysparrow.com/logo.png) no-repeat;
	height:43px;
	width:321px;
	float:left;
	margin:24px 0 0 0;
	}

.logo a{
	background:url(http://simg.speedysparrow.com/logo.png) no-repeat;
	height:43px;
	width:321px;
	display:block;
	}

.chat_logo{
	width:195px;
	height:34px;
	float:right;
	margin-top:10px;
	margin-bottom:10px;
	}

#menu {
	width:550px;
	float:right;
	font-size:14px;
	font-weight:bold;
	font-family:Trebuchet MS;
	line-height:37px;
	height:37px;
	margin-top:10px;
	text-align:center;
	}
	
#menu ul {  
	margin: 0; 
	padding: 0;
	}
	
#menu ul li {
	display:inline;
	float:left;
	list-style:none;
	margin-right:1px;
	}
	
#menu ul li a {
	background:url(http://simg.speedysparrow.com/menu_btn.png) no-repeat left;
	height:37px;
	width:109px;
	display:block;
	text-decoration:none;  
	color:#003471;
	}
	
#menu ul li a:hover{
	background:url(http://simg.speedysparrow.com/menu_btn.png) no-repeat right;
	color:#003471;
	text-decoration:none;	
	}
	
#menu ul li a.active {
	background:url(http://simg.speedysparrow.com/menu_btn.png) no-repeat right;
	text-decoration:none;
	}	
	
.banner{
	background:url(http://simg.speedysparrow.com/banner.jpg) no-repeat;
	height:438px;
	width:950px;
	float:left;
	border-bottom:1px solid #bdbdbd;
	}

.banner ul{
	margin:110px 0 0 424px;
	padding:0;
	}
	
.banner ul li{
	background:url(http://simg.speedysparrow.com/bullet.png) no-repeat 0 4px;
	font-size:16px;
	color:#000;
	line-height:24px;
	list-style:none;
	padding-left:20px;
	}

.banner_btn{
	height:59px;
	width:259px;
	float:left;
	margin:19px 0 0 530px;

	}

.banner_btn a{
	background:url(http://simg.speedysparrow.com/banner_btn.png) no-repeat left;
	height:59px;
	width:259px;
	display:block;
	}

.banner_btn a:hover{
	background:url(http://simg.speedysparrow.com/banner_btn.png) no-repeat right;
	}

.serviceContainer{
	background:url(http://simg.speedysparrow.com/services_bg.jpg) repeat-x;
	height:68px;
	width:948px;
	float:left;
	border:1px solid #d2d2d2;
	}

.support, .uptime, .sitebuilder, .moneyback{
	width:168px;
	float:left;
	font-size:16px;
	letter-spacing:-1px;
	font-weight:bold;
	padding:15px 0 15px 65px;
	}

.support{
	background:url(http://simg.speedysparrow.com/support_img.jpg) no-repeat 10px 10px;
	}
.uptime{
	background:url(http://simg.speedysparrow.com/uptime_img.jpg) no-repeat 10px 10px;
	}
.sitebuilder{
	background:url(http://simg.speedysparrow.com/sitebuilder_img.jpg) no-repeat 10px 10px;
	}
.moneyback{
	background: url(http://simg.speedysparrow.com/moneyback_img.jpg) no-repeat 10px 10px;
	}

.serviceborder{
	background:url(http://simg.speedysparrow.com/service_border.png) no-repeat;
	height:52px;
	width:5px;
	float:left;
	margin-top:8px;
	}

.mianContainer{
	background:#ececec;
	width:930px;
	float:left;
	padding:20px 0px 0 20px;
	}

.leftcontainer{
	width:655px;
	float:left;
	}

.statuscontainer{
	width:920px;
	float:left;
	}

.new_website{
	background:url(http://simg.speedysparrow.com/new_website_btm.png) no-repeat bottom;
	width:316px;
	float:left;
	padding-bottom:25px;
	margin-right:20px;
	}

.new_website_top{
	background:url(http://simg.speedysparrow.com/new_website_top.png) no-repeat;
	width:236px;
	height:55px;
	float:left;
	font-size:14px;
	color:#666666;
	padding:20px 0 0 80px;
	}

.new_website_top h1{
	font-size:24px;
	font-weight:normal;
	color:#000;
	letter-spacing:normal;
	margin:0 0 5px 0;
	letter-spacing:-1px;
	}

.new_websiteContent{
	background:#fdfdfd;
	width:281px;
	color:#003471;
	padding:20px 15px 0 18px;
	font-size:14px;
	float:left;
	border-left:1px solid #d2d2d2;
	border-right:1px solid #d2d2d2;
	}

.new_websiteContent ul{
	margin:10px 0 0 20px;
	padding:0;
	}
	
.new_websiteContent ul li{
	background:url(http://simg.speedysparrow.com/bullet.png) no-repeat 0 6px;
	font-weight:bold;
	color:#666666;
	font-size:12px;
	line-height:24px;
	list-style:none;
	padding-left:20px;
	}

.new_website a{
	color:#f99b01;
	text-decoration:underline;
	}
	
.transfer{
	background:url(http://simg.speedysparrow.com/new_website_btm.png) no-repeat bottom;
	width:316px;
	float:left;
	padding-bottom:25px;
	margin-right:20px;
	}

.transfer_top{
	background:url(http://simg.speedysparrow.com/transfer_top.jpg) no-repeat;
	width:236px;
	height:55px;
	float:left;
	font-size:14px;
	color:#666666;
	padding:20px 0 0 80px;
	}

.transfer_top h1{
	font-size:24px;
	font-weight:normal;
	color:#000;
	letter-spacing:normal;
	margin:0 0 5px 0;
	letter-spacing:-1px;
	}

.transferContent{
	background:#fdfdfd;
	width:281px;
	color:#003471;
	padding:20px 15px 0 18px;
	font-size:14px;
	float:left;
	border-left:1px solid #d2d2d2;
	border-right:1px solid #d2d2d2;
	}

.transferContent ul{
	margin:10px 0 0 20px;
	padding:0;
	}
	
.transferContent ul li{
	font-weight:bold;
	color:#666666;
	font-size:12px;
	}

.rightcontainer{
	width:242px;
	float:right;
	margin-right:16px;
	}

.box1{
	background:url(http://simg.speedysparrow.com/box1_bg.png) no-repeat bottom;
	width:242px;
	padding-bottom:30px;
	float:left;
	margin-bottom:15px;
	}
	
.box1 h1{
	background:url(http://simg.speedysparrow.com/box1_top.png) no-repeat;
	width:227px;
	line-height:40px;
	font-size:24px;
	font-weight:normal;
	padding-left:15px;
	margin:0 0 0 2px;
	}
	
.box1 ul{
	margin:20px 20px 0 20px;
	padding:0;
	}
	
.box1 ul li{
	background: url(http://simg.speedysparrow.com/bullet.png) no-repeat 0 5px;
	padding:0 0 0 20px;
	line-height:24px;
	list-style:none;
	font-size:14px;
	}

.box1 p{
	background:url(http://simg.speedysparrow.com/coma_1.png) no-repeat 8px 4px;
	padding:0 30px;
	}

.textstyle{
	font-style:italic;
	}

.hosting_services{
	width:610px;
	float:left;
	margin:40px 0 0 20px;
	}
.lines_services{
	width:400px;
	float:left;
	margin:-12px 20 20 20px;
	}
.hosting_services_bg2{
	background:url(http://simg.speedysparrow.com/services_bg2.png) no-repeat;
	height:64px;
	width:234px;
	float:left;
	margin:0;
	}
.lines_services_bg2{
	background:url(http://simg.speedysparrow.com/services_bg2.png) no-repeat;
	height:5px;
	width:234px;
	float:left;
	margin:0;
	}
.hosting_services h1{
	font-size:24px;
	font-weight:normal;
	border-bottom:1px solid #cccccc;
	padding-bottom:5px;
	margin:0;
	}
.lines_services h5{
	font-size:24px;
	font-weight:normal;
	border-bottom:1px solid #cccccc;
	padding-bottom:3px;
	margin:0;
	}
.money, .dedicated, .rvs, .activation{
	width:195px;
	line-height:14px;
	float:left;
	margin-right:15px;
	padding:15px 10px 15px 90px;
	}

.money h2, .dedicated h2, .rvs h2, .activation h2{
	font-size:14px;
	color:#003471;
	margin:0 0 5px 0;
	}

.money{
	background:url(http://simg.speedysparrow.com/money_img.jpg) no-repeat 0 15px;
	}
.dedicated{
	background:url(http://simg.speedysparrow.com/dedicated_img.jpg) no-repeat 0 15px;
	}
.rvs{
	background:url(http://simg.speedysparrow.com/rvs_img.jpg) no-repeat 0 15px;
	}
.ssl{
	background:url(http://simg.speedysparrow.com/rvs_img.jpg) no-repeat 0 15px;
	}	
.activation{
	background:url(http://simg.speedysparrow.com/activation_img.jpg) no-repeat 0 15px;
	}

.testimonial_btn{
	background:url(http://simg.speedysparrow.com/testimonial_btn.png) no-repeat;
	height:31px;
	width:148px;
	float:left;
	margin-left:30px;
	}

.testimonial_btn a{
	background:url(http://simg.speedysparrow.com/testimonial_btn.png) no-repeat left;
	height:31px;
	width:148px;
	display:block;
	}
	
.testimonial_btn a:hover{
	background:url(http://simg.speedysparrow.com/testimonial_btn.png) no-repeat right;
	}

.bottomContainer{
	background:url(http://simg.speedysparrow.com/bg_btm.png) repeat-x top #011d33;
	width:100%;
	float:left;
	}

.btm_logo{
	background:url(http://simg.speedysparrow.com/mascot-small.png) no-repeat;
	height:262px;
	width:215px;
	float:left;
	margin:3px 55px 0 30px;
	}

.sitemap{
	min-height:120px;
	float:left;
	padding:15px 45px 15px 0;
	margin-top:10px;
	}

.sitemap h1{
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	margin:0 0 10px 0;
	}

.sitemap ul{
	margin:0;
	padding:0;
	}
	
.sitemap ul li{
	line-height:24px;
	list-style:inside;
	color:#999999;
	}

.sitemap ul li a{
	color:#999999;
	}
	
.sitemap ul li a:hover{
	color:#FFF;
	}

.copyright{
	width:500px;
	float:left;
	color:#FFF;
	margin-top:30px;
	}

.copyright a{
	border-left:1px solid #FFF;
	padding:0 5px;
	color:#FFF;
	text-decoration:none;
	}

.footer{
	width:650px;
	float:left;
	color:#FFF;
	margin-left:-5px;
	}

.footer a{
	border-left:1px solid #70c0ff;
	padding:2px 5px;
	color:#70c0ff;
	}

.footer a:hover{
	color:#FFF;
	}

.hosting_banner{
	background:url(http://simg.speedysparrow.com/hosting_banner.jpg) no-repeat;
	height:100px;
	width:950px;
	float:left;
	}

.hosting_banner h1{
	font-size:40px;
	float:left;
	font-weight:bold;
	color:#FFF;
	letter-spacing:-1px;
	line-height:100px;
	margin:0;
	padding:0 10px 0 30px;
	}

.hosting_banner h2{
	background:url(http://simg.speedysparrow.com/banner_h2_bg.png) no-repeat 0 18px;
	font-size:24px;
	float:left;
	font-weight:bold;
	color:#FFF;
	letter-spacing:-1px;
	line-height:100px;
	padding-left:30px;
	margin:0;
	}

.hosting_banner2{
	background:url(http://simg.speedysparrow.com/hosting_banner2_bg.png) repeat-x;
	width:880px;
	float:left;
	font-size:14px;
	padding:0 0 6px 30px;
	border:1px solid #cccccc;
	margin-bottom:20px;
	}

.hosting_banner2 h1{
	font-size:30px;
	font-weight:bold;
	color:#000;
	letter-spacing:-1px;
	margin:30px 0 10px 0;
	}
	
.hosting_banner3{
	background:url(http://simg.speedysparrow.com/hosting_shared.png) repeat-x;
	width:880px;
	float:left;
	font-size:14px;
	padding:0 0 6px 30px;
	border:1px solid #cccccc;
	margin-bottom:20px;
	}

.hosting_banner3 h1{
	font-size:30px;
	font-weight:bold;
	color:#000;
	letter-spacing:-1px;
	margin:30px 0 10px 0;
	}

.box2{
	background:url(http://simg.speedysparrow.com/box2_bg.png) repeat-y;
	width:212px;
	float:left;
	margin-bottom:20px;
	border-bottom:1px solid #cccccc;
	}

.box2 h1{
	background:url(http://simg.speedysparrow.com/box2_h1.png) no-repeat;
	line-height:46px;
	height:62px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	margin:0;
	}

.box2 h2{
	background:url(http://simg.speedysparrow.com/box2_h2.png) no-repeat;
	line-height:46px;
	height:62px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	margin:0;
	}

.box2 h3{
	background:url(http://simg.speedysparrow.com/box2_h3.png) no-repeat;
	line-height:46px;
	height:62px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	margin:0;
	}

.box2 ul{
	margin:0;
	padding:0;
	}
	
.box2 ul li{
	background:url(http://simg.speedysparrow.com/box2_bg02.png) no-repeat top;
	font-size:18px;
	font-weight:bold;
	line-height:24px;
	list-style:none;
	text-align:center;
	letter-spacing:-1px;
	padding:10px 0 15px 0;
	}

.style_01{
	color:#017f8c;
	font-size:24px;
	}

.style_01a{
	color:#017f8c;
	font-size:13px;
	}

.style_02{
	color:#04c4d9;
	font-size:24px;
	}

.style_03{
	color:#8c3c00;
	font-size:24px;
	}

.style_04{
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	}

.signup_btn1{
	height:42px;
	width:102px;
	margin:0 auto;
	}

.signup_btn1 a{
	background:url(http://simg.speedysparrow.com/signup_btn1.png) no-repeat left;
	height:42px;
	width:102px;
	display:block;
	}

.signup_btn1 a:hover{
	background:url(http://simg.speedysparrow.com/signup_btn1.png) no-repeat right;
	}

.signup_btn2{
	height:42px;
	width:102px;
	margin:0 auto;
	}

.signup_btn2 a{
	background:url(http://simg.speedysparrow.com/signup_btn2.png) no-repeat left;
	height:42px;
	width:102px;
	display:block;
	}

.signup_btn2 a:hover{
	background:url(http://simg.speedysparrow.com/signup_btn2.png) no-repeat right;
	}

.signup_btn3{
	height:42px;
	width:102px;
	margin:0 auto;
	}

.signup_btn3 a{
	background:url(http://simg.speedysparrow.com/signup_btn3.png) no-repeat left;
	height:42px;
	width:102px;
	display:block;
	}

.signup_btn3 a:hover{
	background:url(http://simg.speedysparrow.com/signup_btn3.png) no-repeat right;
	}

.mascot{
	background:url(http://simg.speedysparrow.com/mascot_subpage.png) no-repeat;
	height:431px;
	width:294px;
	position:absolute;
	margin:35px 0 0 -62px;
	}

.G_information{
	width:655px;
	float:left;
	margin-bottom:20px;
	}
	
.box3{
	float:left;
	width:43%;
	}

.box3_header{
	background:url(http://simg.speedysparrow.com/box3_top_bg.png) repeat-x;
	font-size:16px !important;
	line-height:30px;
	font-weight:bold;
	color:#fff;
	border:none !important;
	}	
	
.box3 ul{
	margin:0;
	padding:0;
	}
	
.box3 ul li{
	list-style:none;
	font-size:12px;
	line-height:30px;
	padding-left:10px;
	font-weight:bold;
	border-top:1px solid #fff;
	border-bottom:1px solid #d5d5d5;	
	border-left:1px solid #fff;
	border-right:1px solid #d5d5d5;	
	}

.c1{
	float:left;
	width:19%;
	text-align: center;
	}
	
.c1 ul{ 
	padding:0;
	margin:0;
	}
	
.c1 ul li{
	list-style:none;
	font-size:12px;
	line-height:30px;
	font-weight:bold;
	border-top:1px solid #fff;
	border-bottom:1px solid #d5d5d5;	
	border-left:1px solid #fff;
	border-right:1px solid #d5d5d5;
	}
	
.check{
	background: url(http://simg.speedysparrow.com/bullet.png) no-repeat center;
	}

.style_05{
	color:#017f8c;
	font-size:16px !important;
	}

.style_06{
	color:#04c4d9;
	font-size:16px !important;
	}

.style_06a{
	color:#04c4d9;
	font-size:13px !important;
	}	

.style_07{
	color:#8c3c00;
	font-size:16px !important;
	}

.style_07a{
	color:#8c3c00;
	font-size:13px !important;
	}

.style_08{
	color:#ff0000;
	font-size:14px !important;
	}

.style_09{
	font-size:14px !important;
	}

.spacer{
	height:465px;
	width:242px;
	float:left;
	}

.spacer_02{
	height:20px;
	width:242px;
	float:left;
	}

.affiliate_banner{
	background:url(http://simg.speedysparrow.com/affiliate_banner.jpg) no-repeat;
	height:269px;
	width:910px;
	float:left;
	margin-top:-17px;
	margin-bottom:15px;
	}

.affiliate_banner h1{
	font-size:72px;
	font-weight:bold;
	color:#ffb800;
	line-height:72px;
	letter-spacing:-1px;
	margin:50px 0 0 35px;
	}

.affiliate_banner h2{
	font-size:40px;
	line-height:40px;
	font-weight:bold;
	color:#fff;
	letter-spacing:-1px;
	margin:0 0 30px 35px;
	}

.login_btn{
	height:40px;
	width:139px;
	float:left;
	margin:0 5px 0 10px;
	}

.login_btn a{
	background:url(http://simg.speedysparrow.com/login_btn2.png) no-repeat left;
	height:40px;
	width:139px;
	display:block;
	}

.login_btn a:hover{
	background:url(http://simg.speedysparrow.com/login_btn2.png) no-repeat right;
	}

.register_btn{
	height:40px;
	width:139px;
	float:left;
	}

.register_btn a{
	background:url(http://simg.speedysparrow.com/register_btn.png) no-repeat left;
	height:40px;
	width:139px;
	display:block;
	}

.register_btn a:hover{
	background:url(http://simg.speedysparrow.com/register_btn.png) no-repeat right;
	}

.affiliate{
	background:url(http://simg.speedysparrow.com/affiliate_top.jpg) no-repeat top #FFF;
	width:653px;
	float:left;
	}

.status{
	background:url(http://simg.speedysparrow.com/affiliate_top.jpg) no-repeat top #;
	width:910px;
	float:left;
	}
	
.affiliate h1{
	line-height:60px;
	font-size:30px;
	font-weight:bold;
	color:#000;
	padding-left:30px;
	margin:0;
	}
	
.affiliate ul{
	margin:20px 0 0 30px;
	padding:0;
	}
	
.affiliate ul li{
	background:url(http://simg.speedysparrow.com/bullet.png) no-repeat 0 5px;
	list-style:none;
	line-height:24px;
	padding-left:20px;
	font-size:12px;
	}

.affiliate_btm{
	background:url(http://simg.speedysparrow.com/affiliate_btm.png) no-repeat bottom #fff;
	width:623px;
	float:left;
	padding:0 0 60px 30px;
	}
	
/* Changes made to fix AdBlock Plus glitch */
.term{
	background:url(http://simg.speedysparrow.com/affiliate_top.jpg) no-repeat top #FFF;
	width:653px;
	float:left;
	}

.status{
	background:url(http://simg.speedysparrow.com/affiliate_top.jpg) no-repeat top #;
	width:910px;
	float:left;
	}
	
.term h1{
	line-height:60px;
	font-size:30px;
	font-weight:bold;
	color:#000;
	padding-left:30px;
	margin:0;
	}
	
.term ul{
	margin:20px 0 0 30px;
	padding:0;
	}
	
.term ul li{
	background:url(http://simg.speedysparrow.com/bullet.png) no-repeat 0 5px;
	list-style:none;
	line-height:24px;
	padding-left:20px;
	font-size:12px;
	}

.term_btm{
	background:url(http://simg.speedysparrow.com/affiliate_btm.png) no-repeat bottom #fff;
	width:623px;
	float:left;
	padding:0 0 60px 30px;
	}	
/* Changes made to fix AdBlock Plus glitch */

.btm_border{
	background:url(http://simg.speedysparrow.com/affiliate_btm.png) no-repeat bottom #fff;
	width:623px;
	float:left;
	padding:0 0 25px 30px;
	}
	

.package{
	width:440px;
	float:left;
	margin:20px 0 10px 0;
	border-left:1px solid #cccccc;
	}

.c2{
	float:left;
	width:43%;
	}

.c2_header{
	background:url(http://simg.speedysparrow.com/box3_top_bg.png) repeat-x !important;
	font-size:14px !important;
	line-height:30px;
	font-weight:bold;
	color:#fff;
	border:none !important;
	}

.c2_header2{
	background:#00a8e9 !important;
	border:none !important;
	font-size:14px !important;
	font-weight:bold;
	color:#FFF;
	}
	
.c2 ul{
	margin:0;
	padding:0;
	}
	
.c2 ul li{
	background:none;
	list-style:none;
	font-size:12px;
	line-height:30px;
	padding-left:10px;
	font-weight:bold;
	border-top:1px solid #fff;
	border-bottom:1px solid #d5d5d5;	
	border-left:1px solid #fff;
	border-right:1px solid #d5d5d5;	
	}

.c3{
	float:left;
	width:19%;
	text-align: center;
	}
	
.c3 ul{ 
	padding:0;
	margin:0;
	}
	
.c3 ul li{
	background:none;
	list-style:none;
	font-size:12px;
	line-height:30px;
	font-weight:bold;
	border-top:1px solid #fff;
	border-bottom:1px solid #d5d5d5;	
	border-left:1px solid #fff;
	border-right:1px solid #d5d5d5;
	}

.amount_box{
	width:150px;
	position:absolute;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	margin:-24px 0 0 10px;
	}

.money_icon{
	background:url(http://simg.speedysparrow.com/money_icon.png) no-repeat;
	height:346px;
	width:705px;
	float:left;
	position:absolute;
	margin:70px 0 0 448px;
	left: 53px;
	top: 640px;
	}

.get_started_btn{
	background:url(http://simg.speedysparrow.com/get_started_btn.png) no-repeat;
	height:71px;
	width:332px;
	float:left;
	margin-top:-28px;
	margin-left:-10px
	}

.get_started_btn a{
	background:url(http://simg.speedysparrow.com/get_started_btn.png) no-repeat left;
	height:71px;
	width:332px;
	display:block;
	}

.get_started_btn a:hover{
	background:url(http://simg.speedysparrow.com/get_started_btn.png) no-repeat right; 
	}

.workbox{
	width:613px;
	float:left;
	padding:0 20px;
	margin:40px 0;
	}

.workbox h1{
	font-size:24px;
	font-weight:normal;
	color:#000;
	margin:0 0 20px 0;
	padding-bottom:10px;
	border-bottom:1px solid #cccccc;
	}

.workbox ul {
	margin:0;
	padding:0;
	}
	
.workbox ul li{
	list-style:none;
	line-height:30px;
	font-size:18px;
	padding-left:30px;
	}

.one{
	background:url(http://simg.speedysparrow.com/one_img.png) no-repeat 0 4px;
	}
.two{
	background:url(http://simg.speedysparrow.com/two_img.png) no-repeat 0 4px;
	}
.thhree{
	background:url(http://simg.speedysparrow.com/three_img.png) no-repeat 0 4px;
	}

.contact_banner{
	background:url(http://simg.speedysparrow.com/contact_banner.png) no-repeat;
	height:140px;
	width:910px;
	float:left;
	margin:-17px 0 20px 0;
	}

.contact_banner h1{
	font-size:40px;
	font-weight:bold;
	line-height:30px;
	letter-spacing:-1px;
	color:#000;
	margin:45px 0 0 40px;
	}

.box4{
	background: url(http://simg.speedysparrow.com/box4_btm.png) no-repeat bottom;
	width:316px;
	float:left;
	padding-bottom:17px;
	margin:0 20px 20px 0;
	}

.box4 h1{
	background:url(http://simg.speedysparrow.com/box4_top.png) no-repeat;
	line-height:40px;
	font-size:24px;
	font-weight:normal;
	padding-left:15px;
	margin:0;
	
	text-shadow: 1px 1px #eee;
	}

.box4Contents{
	background:#fdfdfd;
	width:314px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	}

.location, .voice, .email, .helpdesk{
	width:204px;
	min-height:60px;
	font-size:14px;
	padding:20px 0 20px 110px;
	margin:0;
	}

.style_10{
	line-height:24px;
	font-size:18px;
	color:#003471;
	}
	
.style_11{
	line-height:24px;
	font-size:14px;
	color:#fd910a;
	}	

.location{
	background:url(http://simg.speedysparrow.com/location_img.jpg) no-repeat 20px 20px;
	}
.voice{
	background:url(http://simg.speedysparrow.com/voice_img.jpg) no-repeat 20px 20px;
	}
.email{
	background:url(http://simg.speedysparrow.com/email_img.jpg) no-repeat 20px 20px;
	}
.helpdesk{
	background:url(http://simg.speedysparrow.com/helpdesk_img.jpg) no-repeat 30px 20px;
	}

.contact{
	width:613px;
	float:left;
	margin:20px 0;
	padding:0 20px;
	font-size:14px;
	font-weight:bold;
	}
	
.contact h1{
	font-size:24px;
	font-weight:normal;
	color:#000;
	margin:0 0 20px 0;
	padding-bottom:10px;
	border-bottom:1px solid #cccccc;
	}

.contact ul{
	margin:0;
	padding:0;
	}
	
.contact ul li{
	width:470px;
	float:left;
	list-style:none;
	}
	
.contact ul li label{
	float:left;
	width:107px;
	display:block;
	line-height:30px;
	}
	
.textfield{
	background: url(http://simg.speedysparrow.com/textfield_bg.jpg) no-repeat;
	border:none;
	width:341px;
	border:none;
	float:right;
	padding:8px 10px;
	border:none;
	}
	
.textfield_02{
	background: url(http://simg.speedysparrow.com/comments_bg.png) no-repeat;
	height:96px;
	width:341px;
	float:right;	
	border:none;
	padding:8px 10px;
	line-height:12px;
	}
	
.style{
	font-size:14px;
	margin:10px 0 5px 110px;
	}

.submit_btn{
	background:url(../images/submit_btn.png)) no-repeat;
	height:31px;
	width:128px;
	float:center;
	margin:10px 0 5px 110px;
	}

.submit_btn a{
	background:url(../images/submit_btn.png) no-repeat left;
	height:31px;
	width:128px;
	display:block;
	}

.submit_btn a:hover{
	background:url(../images/submit_btn.png) no-repeat right;
	}
	
/* Login Box */

.sprited {
    background: url(http://simg.speedysparrow.com/download_sprite.png) no-repeat;
    line-height: 1000px;
    overflow: hidden;
    display: block;
	border: 0;
}
.try { 
    width: 93px;
    height: 31px;
    background-position: -30px -156px;
}
.try:hover {
    background-position: -30px -187px;
}
.try:active {
    background-position: -30px -218px;
}
.white {
    background: white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px;
}
table th {
    background: #dfe6ee; padding: 3px 0;
}
table td {
    padding: 7px 5px;
    border-bottom: 1px solid #c3ccd8;
}
table tr.stripe td {
    background: #f9fbfc;
}

#footer {
    text-align: center;
    background: url(http://simg.speedysparrow.com/divider.png) repeat-x top left;
    margin-top: 30px;
    padding-top: 20px;
    font-size: .85em;
    color: #8a8e92;
}

#text_what { width: 120px; height: 19px; background-position: -202px -175px;}
#text_features { width: 94px; height: 17px; background-position: -202px -216px;}
#text_demonstration { width: 167px; height: 20px; background-position: -202px -195px;}
#text_options { width: 86px; height: 25px; background-position: -431px -133px;}

h2 { margin-top: 50px;}


  #sign_up {
        -moz-border-radius: 6px;
        background: #eef2f7;
        -webkit-border-radius: 6px;
        border: 1px solid #536376;
        -webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
        -moz-box-shadow:  rgba(0,0,0,.6) 0px 2px 12px;;
        padding: 14px 22px;
        width: 400px;
        position: relative;
        display: none;
    }
    #sign_up #sign_up_form {
        margin-top: 13px;
    }
    #sign_up label {
        display: block;
        margin-bottom: 10px; 
        color: #536376;
        font-size: .9em;
    }
  
    #sign_up label input {
        display: block;
        width: 393px;
        height: 31px;
        background-position: -201px 0;
        padding: 2px 8px;
        font-size: 1.2em;
        line-height: 31px;
    }
    
    #see_id {
        width: 228px;
        height: 23px;
        background-position: -202px -133px;
    }
    #left_out {
        background-position: -202px -158px;
        width: 113px; height: 16px;
    }
    #sign_up_form {
        position: relative;
        background: url(http://simg.speedysparrow.com/divider.png) repeat-x bottom left;
        padding-bottom: 54px;
        margin-bottom: 12px;
    }
    #actions {
        float: left;
        position: absolute;
        right: 0;
        height: 31px;
        bottom: 20px;
    }
    a.form_button {
        float: left;
        width: 93px; height: 31px;
        margin-right: 15px;
    }
    #cancel { background-position: -198px -36px; }
    #log_in { background-position: -291px -36px; }
    #cancel:hover { background-position: -198px -67px; }
    #cancel:active { background-position: -198px -98px; }
    #log_in:hover { background-position: -291px -67px; }
    #log_in:active { background-position: -291px -98px; }
    #close_x { 
        width: 24px; height: 23px;
        overflow: hidden; line-height: 1000px;
        display: block;
        position: absolute; top: 5px; right: 5px;
        background-position: -387px -102px;
    }
    #usage { background-position: -323px -172px; width: 67px; height: 22px;}


/* Service Level Agreement */
/* Box Connections */
{
.side {
	text-align:left;
	background:url(http://simg.speedysparrow.com/side.gif) no-repeat left;
	font-size:12px;
	font-weight:bold;
	color:#424242;
	padding:11px 11px 11px 40px;
}

.c4{
	text-align:center;
	background:url(http://simg.speedysparrow.com/side_01.gif) no-repeat right;
	border-left:1px solid #ccc;
	padding-right:40px;
	width:200px;
	}

/*----------------------------------------------------End Body-----------------------------------------------*/

#sidermenu {
	width:258px;  
	margin: 0 auto;  
	color:#000000;
	float:left;
	line-height:29px;
	text-align:left;
	
	font-family:Arial, Helvetica, sans-serif, Calibri;
	font-size:14px;
	font-weight:bold;
	letter-spacing:-1px;
	margin-bottom:10px;
}
#sidermenu ul {  
	margin: 0; 
	padding: 0;
}
#sidermenu ul li {
	display:inline;
	float: left;
	list-style: none;
	width:258px;  
	}
#sidermenu ul li a { 
	display: block; 
	margin:0;
	text-decoration: none;  
	color:#424242;
	padding:0 20px 0 40px;
	background:url(images/menu.gif) no-repeat;
}
#sidermenu ul li a:hover, #sidermenu ul li a.active {
	color:#fff;
	background:url(images/menu_over.gif) no-repeat;
}

.color1{
	color:#759b00;
	}
.color2{
	color:#fdab00;
	}
.PlanHeader{
	background:url(images/tab.gif) no-repeat left;
	width:107px;
	line-height:53px;
	
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	letter-spacing:-1px;
}
.PlanHeader2{
	background:url(images/PlansHeader.gif) no-repeat center bottom;
	/* width:106px; */
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	letter-spacing:-1px;
	padding:20px 20px 10px 20px;
}

.side{
	text-align:left;
	background:url(images/side.gif) no-repeat left;

	font-size:12px;
	font-weight:bold;
	color:#424242;
	padding:11px 11px 11px 20px;
	}
.c1{
	text-align:center;
	background:url(images/bg_01.gif) repeat-x;
	border-left:1px solid #ccc;
	line-height:12px;

	}	
.c2{
	text-align:center;
	background:url(images/bg_01.gif) repeat-x;
	border-left:1px solid #ccc;	

	
	}	
.c3{
	text-align:center;
	background:url(images/bg_01.gif) repeat-x;	
	border-left:1px solid #ccc;	
	
	}	
.c4{
	text-align:center;
	background:url(images/side_01.gif) no-repeat right;
	border-left:1px solid #ccc;
	padding-right:12px;
	width:106px;
	
	}	
.borderBottom{
	border-bottom:1px solid #f1f1f1;}
	
h5{
	font-size:18px;
	margin:0;
	font-weight:bold;
	letter-spacing:-1px;
	}
.Box {
	padding:10px;
	border:solid 1px #dadada;
	background-color:#f9f9f9;
}


div.tooltip
{
	position: absolute;
	z-index:100;
	padding:10px;
	border:solid 1px #dadada;
	background-color:#f9f9f9;
	width: 200px;
}
/** Right Side **/
a.sidebutton {	text-decoration: none;	color:#000000;}
a.sidebutton:hover {text-decoration:underline; color:#000000;}
