/* General Settings */
html { background:#c0c0c0 url(../images/bg-body.gif) repeat-x; }
body {
	margin:0;
	color:#666666;
	background:url(../images/bg-page.jpg) no-repeat 50% 0;
	min-width:960px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#fixed{
  -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
	background-image:url(../images/hiring.png);
	background-repeat:no-repeat;
   
    box-shadow: 0 1px 3px black;
    color: white;
    font-size: large;
    font-weight: bold;
    margin: -2.5em 0 0;
    padding: 0em 0.0em 0em 0em;
    position: fixed;
    right: 0;
    text-align: left;
    top: 50%;
    width:40px;
	height:165px;
    z-index: 5;

}


img { border-style:none; }
a { color:#5d9e42; text-decoration:underline; }
a:hover { text-decoration:underline; color:#323232; }
a:active, a:focus {outline:0}
input, textarea, select { vertical-align:middle; font-family: Arial, Helvetica, sans-serif; font-size: 100%; }
form, fieldset { margin:0; padding:0; border:none; }
*:focus {outline: none;}

/* Wrapper */
#wrapper { width:100%; overflow:hidden; margin-left:auto; margin-right:auto; }

/* Wrapper Sub Elements */
.w-main { width:1004px; margin:0 auto; overflow:hidden; }
.w-top { background:url(../images/bg-w-main-top.png) no-repeat; height:50px; text-indent:-9999px; overflow:hidden; }
.w-bottom { overflow:hidden; text-indent:-9999px; background:url(../images/bg-w-main-bottom.png) no-repeat; height:101px; width:100%; float:left; }
.w-content { background:url(../images/bg-w-main-content.png) repeat-y; width:960px; padding:0 22px; float:left; }
.main-wrapper { float:left; margin:-28px 0 -76px; position:relative; width:960px; }

* Topbar/Header */
#header { width:100%; background:url(../images/bg-header.gif) no-repeat; }
#header .top {
	width:100%;
	overflow:hidden;
	margin:0 0 0;
	height:75px;
}
#header .logo {
    display: inline;
    float: left;
    height: 38px;
    overflow: hidden;
    padding: 22px 26px 0 27px;
    width: 151px;
}
#header .tagline {  
    background-image: url("../images/bg-slogan.gif");
    background-position: left 22px;
    background-repeat: no-repeat;
    color: #BABABA;
    display: inline;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 37px;
    padding-left: 26px;
    padding-top: 34px;
 }


/* annivery */
.annivery{
background-image:url(../images/5thyear.png);
width:200px;
height:55px;
margin:12px 395px;
}



/* Phone Number */
#header .call-holder{
 	width:450px;
	height:auto;
	margin:-80px auto;
	float:right;
	
}
#header .call-box{
	float:right;
	margin:27px 15px 0 0;
}

#header .live-chat {
	float:left;
	padding:0 15px 0 0;
	width:72px;
	height:22px;
	margin-right:10px;
	background-image:url(../images/chat-icon.jpg);
	border-radius:3px;
	border:2px solid #568513;
}
#header .live-chat li {
	list-style:none;
	width:55px;
	padding:3px 0 0 30px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	
}


#header .support-ticket {
	float:left;
	padding:0 15px 0 0;
	width:66px;
	height:22px;
	margin-right:10px;
	background-image:url(../images/email-icon.jpg);
	border-radius:3px;
	border:2px solid #568513;
}
#header .support-ticket li {
	list-style:none;
	width:60px;
	padding:3px 0 0 15px;
	color:#fff;
	text-align:right;
	font-size:12px;
	font-weight:bold;
}

#header .tollfree {
	float:left;
	padding:0 15px 0 0;
	width:104px;
	height:22px;
	margin-right:10px;
	background-image:url(../images/phone-icon.jpg);
	border-radius:3px;
	border:2px solid #568513;
}
#header .tollfree li {
	list-style:none;
	width:98px;
	padding:3px 0 0 15px;
	color:#fff;
	text-align:right;
	font-size:13px;
	font-weight:bold;
	/* [disabled]font-weight:bold; */
}

/* Navigation Holder */
#header .holder { background:url(../images/bg-nav-holder.gif) no-repeat; width:940px; margin:0 0 6px 10px; height:39px; }


/* Navigation */
#nav { margin:0; padding:0; float:left; font-size:13px; line-height:26px; position:relative; z-index:2000; font-weight: bold; }
#nav li { float:left; list-style:none; padding:1px 8px 0 6px; background-image: url(../images/nav-separator.gif); background-repeat: no-repeat; background-position: 100% center; position:relative; }
#nav a { color:#fff; height:33px; float:left; padding:5px 0 0; text-decoration:none; }

#nav a span { float:left; cursor:pointer; }
#nav span.c span {
	padding:0px 10px 0;
}
#nav a:hover span.c { background:url(../images/bg-nav-hover.gif) no-repeat; }
#nav a:hover span.c span { height:27px; background:url(../images/bg-nav-hover.gif) no-repeat 100% 100%; }

/* Sub Navigation */
#nav li ul {
	display:none;
	text-align:left;
	background:transparent;
	position:absolute;
	top:39px;
	left:10px;
	padding:0;
	padding-top:6px;
	font-size: 12px;
	line-height:28px;
}
#nav li:hover ul { display:block; }
#nav li ul li { float:none; background-image:none; background-color:#555555; padding:0; margin:0; display:block; }
#nav li ul li a {
	float:none;
	display:block;
	height:28px;
	background-color:#559941;
	padding:0;
	padding-left:10px;
	padding-right:16px;
	border-bottom:1px solid #333333;
	width:160px;
}
#nav li ul li a:hover {
	background-color: #3f7230;
	background-image: url(../images/dropdown-arrow.gif);
	background-repeat: no-repeat;
	background-position: 165px center;
}
#nav li.selected ul li a { background-image:none; }
#nav li.selected ul li a:hover { background-image: url(../images/dropdown-arrow.gif); background-repeat: no-repeat; background-position: 165px center; }





/* Nav Fix Target Firefox 1.5 and newer [!] */
*:first-child+html #nav { margin:-1px 0 0; }



/* Home Page Lower Banner */
.lower-banner {
	width:940px;
	overflow:hidden;
	padding:16px 0 20px;
	background: #252525 url(../images/bg-lower-banner.gif) no-repeat 0 100%;
	margin-bottom: 5px;
}
.lower-banner .holder {
	padding:0 0 0 20px;
	overflow:hidden;
	width:1000px;
	position:relative;
}
.lower-banner .holder1 { padding:0 0 0 20px; overflow:hidden; width:1000px; position:relative; }
.lower-banner .col {float:left; width:273px; color:#FFFFFF; font-size:12px; margin-top: 0; margin-right: 41px; margin-bottom: 0; margin-left: 0;  padding-top: 0; padding-right: 0; padding-bottom: 0px; padding-left: 0;}
.lower-banner .col h2 {
	font-weight:normal;
	font-size:18px;
	color:#76ad46;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding-top: 7px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 0;
}
.lower-banner .col h2 a { text-decoration:none; color:#ffffff; }
.lower-banner .col p {
	line-height:18px;
	margin-top: 0;
	margin-bottom: 8px;
}
.lower-banner .more { color:#5d9e42; padding:0 10px 0 0; background:url(../images/arrow-more.gif) no-repeat 100% 6px; }
.lower-banner .more:hover { color:#ffffff; text-decoration:none; }

/* Lower Section */
.lower-section { width:100%; overflow:hidden; border-top:1px solid #d8d8d8; clear: both; }
.lower-section-home { width:100%; overflow:hidden; border-top:1px solid #d8d8d8; clear: both; }
.lower-section .col-holder {
	padding:15px 25px 15px 30px;
	overflow:hidden;
	background:#F1F1F1;
	border-bottom:0px solid #D7D7D7;
	width:905px;
}


.lower-section .col-boder {
	width:960px;
	padding:5px 5px 3px 5px;
	border-top: 1px solid #cccccc;
	background-color: #F1F1F1;
}

.lower-section .col-holder1 {
	padding:5px 25px 10px 25px;
	overflow:hidden;
	background:#f1f1f1 url(../images/bg-col-holder.gif) repeat-x 0 100%;
	width:935px;
}
.lower-section-home .col-holder { background:#ffffff url(../images/home-bottom.gif) repeat-x 0 100%; }
.lower-section .col-holder .holder { width:1000px; overflow:hidden; position:relative; }
.lower-section .col-holder .col {
	float:left;
	width:275px;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0px;
}

.lower-section .col-holder .col-mid {
	float:left;
	width:15px;
	border-left: 1px #cccccc solid;
	height: 160px;
	
}


.lower-section .col-holder h3 { font-weight:normal; font-size:18px; margin-top: 0; margin-right: 0; margin-bottom: 9px; margin-left: 0; padding-top: 2px; padding-right: 40px; padding-bottom: 5px; padding-left: 0; color:#323232; }
.lower-section .col-holder p { line-height:18px; margin-top: 0; margin-right: 0; margin-bottom: 18px; margin-left: 0; }
.lower-section .col-holder a { color:#5d9e42; }
.lower-section .col-holder a:hover { color:#323232; text-decoration:none; }
.lower-section .bottom {
	background:url(../images/bg-bottom.png) no-repeat;
	height:39px;
	overflow:hidden;
	padding:0 15px 0 31px;
	width:914px;
	border-top: 3px solid #cccccc;
}
.lower-section .bottom .txt-holder { overflow:hidden; color:#727272; font-size:12px; padding:11px 0 0; }
* html .lower-section .bottom .txt-holder { overflow:visible; height:1%; }
.footer-nav a:hover { color:#323232; }
.more-dark { padding:0 10px 0 0; background:url(../images/arrow-more-dark.gif) no-repeat 100% 6px; }
.lower-section .bottom .txt-holder p { margin:0 0 0; }
.lower-section .bottom a { color:#47842e; }
.lower-section .bottom a:hover { text-decoration:none; color:#323232; }

/* Newsletter Form in Lower Section */
.form-add {
	width:102%;
	overflow:hidden;
	margin: 0 0 0 10px;
	padding: 0px;
}
.form-add .row { width:102%; overflow:hidden; margin:0 0 5px; }
.form-add label { font-weight:bold; width:93px; margin:0 8px 0 0; float:left; color:#746f6e; font-size:12px; line-height:20px; }
.form-add .txt input { float:left; background:none; width: 163px; height: 15px; padding:4px 0; margin:0; font:12px Arial, Helvetica, sans-serif; border:0; color: #555555; }
.form-add .txt { background:url(../images/bg-form-txt.gif) no-repeat; width: 163px; padding:0 7px; float:left; }
.form-add .btn-holder { overflow:hidden; padding-top: 6px; padding-right: 0; padding-bottom: 0; padding-left: 101px; }

.form-add .btn-holder a { float:left; padding:5px 0 0; }

/* Follow Us Icons */
.lower-section .follow-box { float:right; margin-left: 25px; }
.lower-section .follow-box strong { color:#727272; float:left; margin-right: 10px; padding-top: 11px; }
.lower-section .follow-box ul { float:left; list-style:none outside none; margin:0; padding:7px 0 0; }
.lower-section .follow-box li { float:left; margin:0 0 0 8px; display:inline; }
.lower-section .follow-box a { float:left; width:24px; height:24px; overflow:hidden; text-indent:-9999px; }
.lower-section .follow-box a.facebook { background:url(../images/social-icons/facebook.png) no-repeat; }
.lower-section .follow-box a.twitter { background:url(../images/social-icons/twitter.png) no-repeat; }
.lower-section .follow-box a.google { background:url(../images/social-icons/google.png) no-repeat; }
.lower-section .follow-box a.linkedin { background:url(../images/social-icons/linkedin.png) no-repeat; }

/* Follow Payment Icons */
.lower-section .follow-box1 {
	float:right;
	margin-left: 0px;
}
.lower-section .follow-box1 strong { color:#727272; float:left; margin-right: 10px; padding-top: 11px; }
.lower-section .follow-box1 ul { float:left; list-style:none outside none; margin:0; padding:0px 0 0 0; }
.lower-section .follow-box1 li {float:left; margin:7px 0 0 5px; display:inline;}
.lower-section .follow-box1 a { float:left; width:39px; height:27px; overflow:hidden; text-indent:-9999px; }
.lower-section .follow-box1 a.visa { background:url(../images/payment-methods/payment-icons.png) 0 0 no-repeat; }
.lower-section .follow-box1 a.visadebit {background:url(../images/payment-methods/payment-icons.png) -39px 0 no-repeat; }
.lower-section .follow-box1 a.master { background:url(../images/payment-methods/payment-icons.png) -78px 0 no-repeat; }
.lower-section .follow-box1 a.discover { background:url(../images/payment-methods/payment-icons.png) -117px 0 no-repeat; }
.lower-section .follow-box1 a.diners { background:url(../images/payment-methods/payment-icons.png) -156px 0 no-repeat; }
.lower-section .follow-box1 a.citibank { background:url(../images/payment-methods/payment-icons.png) -195px 0 no-repeat; }
.lower-section .follow-box1 a.paypal { background:url(../images/payment-methods/payment-icons.png) -234px 0 no-repeat; }
.lower-section .follow-box1 a.ebs { background:url(../images/payment-methods/payment-icons.png) -273px 0 no-repeat; }
.lower-section .follow-box1 a.sbi { background:url(../images/payment-methods/payment-icons.png) -312px 0 no-repeat; }
.lower-section .follow-box1 a.icici { background:url(../images/payment-methods/payment-icons.png) -351px 0 no-repeat; }
.lower-section .follow-box1 a.hdfc { background:url(../images/payment-methods/payment-icons.png) -390px 0 no-repeat; }
.lower-section .follow-box1 a.axis { background:url(../images/payment-methods/payment-icons.png) -429px 0 no-repeat; }
.lower-section .follow-box1 a.sitelock { background:url(../images/payment-methods/payment-icons.png) -507px 0 no-repeat; }
.lower-section .follow-box1 a.verisign { background:url(../images/payment-methods/payment-icons.png) -546px 0 no-repeat; }


.follow-box2 {float:left; margin-left: 0px;}
.follow-box2 ul { float:left; list-style:none outside none; margin:0; padding:0px 0 0 0; }
.follow-box2 li {float:left; margin:7px 0 10px 10px; display:inline;}
.follow-box2 a { float:left; width:175px; height:57px; overflow:hidden; text-indent:-9999px; }
.follow-box2 a.globalsign { background:url(../images/auth-partners.png) 0 0 no-repeat; }
.follow-box2 a.singlehop {background:url(../images/auth-partners.png) 0 -57px no-repeat; }
.follow-box2 a.rackspace { background:url(../images/auth-partners.png) 0 -114px no-repeat; }
.follow-box2 a.cloudflare { background:url(../images/auth-partners.png) 0 -171px no-repeat; }
.follow-box2 a.ebs { background:url(../images/auth-partners.png) 0 -228px no-repeat; }

/*----- Home Banner Icons (32x32px) -----*/
.lower-banner h2.icon1 { background:url(../images/secure-server.png) no-repeat 100% 0; }
.lower-banner h2.icon2 { background:url(../images/technical-support.png) no-repeat 100% 0; }
.lower-banner h2.icon3 { background:url(../images/data-center.png) no-repeat 100% 0; }

/*----- Lower Section Icons for Home Page and Inner Pages (32x32px) -----*/
.lower-section h3.icon1 { background:url(../images/office.png) 		no-repeat 100% 0; }
.lower-section h3.icon2 { background:url(../images/lower-icon2.png) no-repeat 100% 0; }
.lower-section h3.icon3 { background:url(../images/client-area.png) no-repeat 100% 0; }

/* Form Buttons */
.formbutton { text-align: center; border: 0; overflow: visible; background-image: url(../images/button-bg-right.gif); background-repeat: no-repeat; background-position: right; padding-top: 0; padding-right: 13px; padding-bottom: 0; padding-left: 0; background-color: transparent; margin-right:8px; margin-top: 0; margin-bottom: 0; margin-left: 0; float:left; cursor:pointer; }
.formbutton span { position: relative; display: block; white-space: nowrap; height: 26px; color: #fff; background-image: url(../images/button-bg.gif); background-repeat: no-repeat; background-position: left top; padding-top: 0; padding-right: 3px; padding-bottom: 0; padding-left: 15px; background-color: transparent; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; line-height: 23px; text-shadow: 0px 1px 0px #35621d; }
.formbutton:hover { background-image: url(../images/button-bg-right-hover.gif); }
.formbutton:hover span { background-image: url(../images/button-bg-hover.gif); }
.rightalign { float:right; margin-right:0px; }
.formbutton::-moz-focus-inner { border: 0; padding: 0; }
.formbutton:focus {outline:none;}
.formbutton:active {    -ms-background-position-y: 1px; outline:none; }

/* Inner Page Layout Full Width */
#main { width:940px; padding:0 10px; }
.main { background:url(../images/bg-main.gif) no-repeat; padding:25px 20px 0; width:900px; overflow:hidden; }

/* Inner Page Layout With Sidebar */
.sidebar-main {
	width:900px;
	padding:25px 20px 0;
	background:url(../images/bg-main-area.gif) no-repeat;
}
.sidebar-main:after { clear: both; content:''; display: block; }
.sidebar-main a:hover { color:#323232; }
.sidebar-main .leftcolumn {
	float:left;
	width:630px
}

/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
	padding: 0;
	margin: 0px -5px 0 0;
	display: inline;
}

#sidebar h3 {
	margin-top: 10px;
	margin-left: 5px;
	padding: 5px 5px;
	font: normal 1.9em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #666666;
}

/* sidemenus */
#sidebar ul.sidemenu {
	text-align: justify;
	margin: 10px 10px 8px 8px;
	padding: 0;
	border: 1px solid #EBEBEB;
}
#sidebar /* sidemenus */
 ul.sidemenu1 {
	text-align: justify;
	margin: 10px 10px 8px 8px;
	padding: 0;
	list-style: none;
}
#sidebar ul.sidemenu li {
	list-style: none;
	border-bottom: 2px solid #EBEBEB;
	border-right: 2px solid #EBEBEB;
	padding: 8px 5px;
	margin: 0;
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}


#sidebar ul.sidemenu li a:link,
#sidebar ul.sidemenu li a:visited {
	color: #666666;
	padding-left: 0;
	font-weight: bold;
	text-decoration: none;

}
#sidebar ul.sidemenu li a span {
	color: #9F9F9F;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-style: normal;
	font-weight: normal;
}
#sidebar ul.sidemenu li a:hover {
	color: #7BB046;
	text-decoration: none;

	}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { background: none; }



/* Page Content */
.pagecontent h2 {
	color:#252525;
	line-height:26px;
	font-size:22px;
	font-weight:normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
.pagecontent h2 a {
	color:#32833C;
}
.pagecontent h3 {
	color:#252525;
	line-height:26px;
	font-size:18px;
	font-weight:normal;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
.pagecontent .txt-content {
	width:100%;
	overflow:hidden;
	line-height:22px;
	color:#797979;
	margin:0 0 20px;
}


.pagecontent .txt-content p { margin:0 0 15px; }
.pagecontent .box-holder { width:980px; overflow:hidden; }
.pagecontent .box-holder .sidelayout { width:660px; overflow:hidden; } /* For use with sidebar page layout */
.pagecontent .box-holder ul { list-style:none; margin:0; padding:0; }
.pagecontent .box-holder li {width:275px; vertical-align:top;margin-right: 38px; padding-bottom: 5px; float: left;}
.pagecontent .box-holder .img img { vertical-align:top; text-align:center; }
.pagecontent .box-holder .img { margin:0 0 15px; border-bottom:2px solid #c7c7c7; }
.pagecontent .box-holder .img-box { margin:0 0 15px; border: solid 2px #EBEBEB; width: 276px;}

.pagecontent .box-holder .sprite3 {float:left; margin-left: 0px;}
.pagecontent .box-holder .sprite3 ul { float:left; list-style:none outside none; margin:0; padding:0px 0 0 0; }
.pagecontent .box-holder .sprite3 li {float:left; display:inline; }
.pagecontent .box-holder .sprite3 a { float:left; width:275px; height:115px; overflow:hidden; text-indent:-9999px; margin:0 0 5px; border: solid 2px #EBEBEB;  }
.pagecontent .box-holder .sprite3 a.cpanel { background:url(../images/reseller-vps-dediacted.png) 0 0 no-repeat; }
.pagecontent .box-holder .sprite3 a.whm {background:url(../images/reseller-vps-dediacted.png) 0 -115px no-repeat; }
.pagecontent .box-holder .sprite3 a.restore { background:url(../images/reseller-vps-dediacted.png) 0 -230px no-repeat; }



.pagecontent .box-holder .img-box a { text-align:center; position:relative; }
.pagecontent .box-holder .img-box img { vertical-align:top; }
.pagecontent .box-holder .img a { border:1px solid #9a9a9a; display:block; text-align:center; padding:1px; }
.pagecontent .box-holder .img a:hover { border:1px solid #666666; }
.pagecontent .box-holder h3 { color:#323232; font-size:18px; font-weight:normal; margin:0 0 7px; }
.pagecontent .box-holder p { color:#797979; line-height:22px; margin:0 0 10px; }

.pagecontent .box-holder1 { width:980px; overflow:hidden; }
.pagecontent .box-holder1 .sidelayout { width:660px; overflow:hidden; } /* For use with sidebar page layout */
.pagecontent .box-holder1 ul { list-style:none; margin:0; padding:0; }
.pagecontent .box-holder1 li {
	width:420px;
	vertical-align:top;
	margin-right: 20px;
	padding-bottom: 5px;
	float: left;
	font-size: 13px;
	color: #7E7E7E;
	text-align: left;
	font-weight: bold;
	margin-left: 12px;
}
.pagecontent .img-box1 li {list-style-image: url(https://icons.cdn.hostmacro.com/images/icons/16/greentickicon.png);}
.pagecontent .box-holder1 .img img { vertical-align:top; text-align:center; }
.pagecontent .box-holder1 .img { margin:0 0 15px; border-bottom:2px solid #c7c7c7; }
.pagecontent .box-holder .img-box1 { margin:0 0 15px; text-align:center; float: left; background-image:url(images/cloud-vps-icon.jpg)}
.pagecontent .box-holder1 .img-box {
	margin:0 0 15px;
	text-align:center;
}
.pagecontent .box-holder1 .img-box a { text-align:center; position:relative; }
.pagecontent .box-holder1 .img-box img {
	vertical-align:top;
	float: right;
	margin-top: -220px;
	margin-right: -20px;
}
.pagecontent .box-holder1 .img a { border:1px solid #9a9a9a; display:block; text-align:center; padding:1px; }
.pagecontent .box-holder1 .img a:hover { border:1px solid #666666; }
.pagecontent .box-holder1 h3 { color:#323232; font-size:18px; font-weight:normal; margin:0 0 7px; }
.pagecontent .box-holder1 p { color:#797979; line-height:22px; margin:0 0 10px; }

.pagecontent .table { margin-bottom: 35px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: none; border-bottom-style: solid; border-left-style: solid; border-color: #cccccc; }
.pagecontent .table th { background-color:#e2e2e2; padding:4px; font-size:12px; font-weight: bold; color:#444444; text-align:left; border-right: 1px solid #cccccc; }
.pagecontent .table td { padding:4px; border-right: 1px solid #cccccc; border-bottom:1px solid #cccccc; }

/* Inner Page Heading Banner */
.pageheader { background:url(../images/bg-visual.gif) no-repeat; width: 900px; height: 90px; padding:0 20px; margin:0 0 7px; }
.pageheader .holder { overflow:hidden; }
.pageheader h1 { font-size:24px; color:#ffffff; font-weight:normal; margin:0px; }
.pageheader .image {
	float: right;
	margin-top: -55px;

}
* html .pageheader .holder { overflow:visible; height:1%; }
blockquote {
	margin: 0 0 20px 0;
	border: 2px solid #EBEBEB;
	background: #FFFFFF 7px 10px;
	color: #333333;
	width: 625px;
	list-style:none;
}
img.float-left {
	margin: 15px 10px 10px 0px;
	float: left;
}


/* Inner Page Sidebar */
#sidebar { float:right; width:230px; }
#sidebar h1 { color:#3c3c3c; font-size:18px; margin:0 0 18px; font-weight: normal; }
#sidebar h2,h3 { color:#3c3c3c; font-size:16px; margin:0 0 18px; font-weight: normal; }
#sidebar p {line-height:20px;}
#sidebar blockquote { margin:0; font-style:italic; }
#sidebar blockquote p { margin:0 0 21px; }
#sidebar blockquote q { color:#727272; line-height:26px; }
#sidebar blockquote cite { color:#aaa; }
q { quotes: none; }
q:before { content:""; }
q:after { content:""; }


/* Breadcrumbs */
.breadcrumbs {
	width:100%;
	overflow:hidden;
	font-size:11px;
	color:#a5a5a5;
	padding:19px 0 0;
	margin:0 0 3px;
}
.breadcrumbs li { float:left; background:url(../images/separator03.gif) no-repeat 100% 5px; padding:0 12px 0 0; list-style:none; margin-left: 5px;}
.breadcrumbs a { float:left; color:#a5a5a5; }
.breadcrumbs a:hover { color:#ffffff; }

/* Footer */
#footer { width:1004px; margin:0 auto; overflow:hidden; text-align:center; font-size:12px; color:#727272; padding:25px 0 30px; background:url(../images/bg-footer.png) no-repeat 50% 0; }
#footer .w1 { position:relative; left:50%; float:left; }
#footer .w2 { float:left; position:relative; left:-50%; }
#footer p { margin:0; }
#footer p a { color:#727272; }
.footer-nav { width:100%; overflow:hidden; position:relative; margin:0 0 12px; }
.footer-nav ul { list-style:none; margin:0; padding:0; float:left; overflow:hidden; font-weight:bold; font-size:12px; }
.footer-nav li { float:left; background:url(../images/separator02.gif) no-repeat 0 3px; padding:1px 12px 0 13px; display:inline; margin:0 13px 0 -13px; }
.footer-nav a { color:#535252; }


#footer-columns h3 {
	font-size:18px;
	margin-left: 8px;
	color: #323232;
	margin-bottom: -5px;
	font-weight: bold;
}
#footer-columns {
	color: #888;
	margin: 0 auto;
	padding: 0;
	width: 960px;
}
#footer-columns a {
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	border-top: 0px solid #DBD8D8;
	font-size: 12px;
}
#footer-columns li {
	border-bottom: 0px solid #DBD8D8;
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 7px 10px 7px 10px;
	width: 100%;
}
#footer-columns li a:hover {
	display: block;
	font-weight: normal;
	padding: 7px 10px 7px 10px;
	width: 100%;
	color: #2B5919;
}
#footer-columns .col3, .col3-center, .col3-right  {
	float: left;
	width: auto;
	color: #3C3C3C;

}

#footer-columns .col3 {
	margin: 0 0px 0 6px;
	border-right: 1px solid #cccccc;
	
}

#footer-columns .col3-center {
	margin: 0 0px 0 6px;
	border-right: 1px solid #cccccc;
	
}

#footer-columns .col3-right {margin: 0 4px 0 6px;}






/* Google Apps Tab */
.tabs {
      position: relative;   
      min-height: 290px; /* This part sucks */
      clear: both;
      margin: 25px 0;
    }
    .tab {
      float: left;
    }
    .tab label {
      background: #eee; 
      padding: 10px; 
      border: 1px solid #ccc; 
      margin-left: -1px; 
      position: relative;
      left: 1px; 
    }
    .tab [type=radio] {
      display: none;   
    }
    .content {
      position: absolute;
      top: 28px;
      left: 0;
      background: white;
      right: 0;
      bottom: 0;
      padding: 20px;
      border: 1px solid #ccc; 
    }
    [type=radio]:checked ~ label {
      background: white;
      border-bottom: 1px solid white;
      z-index: 2;
    }
    [type=radio]:checked ~ label ~ .content {
      z-index: 1;
    }
	
.pagecontent .box-holder-apps { width:980px; overflow:hidden; }
.pagecontent .box-holder-apps .sidelayout { width:660px; overflow:hidden; } /* For use with sidebar page layout */
.pagecontent .box-holder-apps ul { list-style:none; margin:0; padding:0; }
.pagecontent .box-holder-apps li {width:600px; vertical-align:top;margin-right: 38px; padding-bottom: 5px; float: left;}	




/* Landing Page */



.pagecontent .box-holder .sprite4 {float:left; margin-left: 0px;}
.pagecontent .box-holder .sprite4 ul { float:left; list-style:none outside none; margin:0; padding:0px 0 0 0; }
.pagecontent .box-holder .sprite4 li {float:left; display:inline; }
.pagecontent .box-holder .sprite4 a { float:left; width:275px; height:115px; overflow:hidden; text-indent:-9999px; margin:0 0 5px; border: solid 0px #EBEBEB;  }


.pagecontent .box-holder .sprite4 a.cloud{background-image:url(../images/landing/landing-sprite.png); background-position: 0 0; width: 270px; height: 191px; } 
.pagecontent .box-holder .sprite4 a.hardware{background-image:url(../images/landing/landing-sprite.png); background-position: 0 -241px; width: 270px; height: 191px; } 
.pagecontent .box-holder .sprite4 a.litespe{background-image:url(../images/landing/landing-sprite.png); background-position: 0 -482px; width: 270px; height: 191px; } 
.pagecontent .box-holder .sprite4 a.noover-sell{background-image:url(../images/landing/landing-sprite.png); background-position: 0 -723px; width: 270px; height: 191px; } 
.pagecontent .box-holder .sprite4 a.r1soft{background-image:url(../images/landing/landing-sprite.png); background-position: 0 -964px; width: 270px; height: 191px; } 
.pagecontent .box-holder .sprite4 a.soft{background-image:url(../images/landing/landing-sprite.png); background-position: 0 -1205px; width: 270px; height: 191px; } 


/*
.pagecontent .box-holder .sprite4 a.cloud { background-image:url(../images/landing/landing-sprite.png); background-position: 0 -220px; width: 186px; height: 170px;  margin-left:35px;}
.pagecontent .box-holder .sprite4 a.litespe{background-image:url(../images/landing/landing-sprite.png); background-position: 0 -1100px; width: 186px; height: 170px; margin-left:35px;}
.pagecontent .box-holder .sprite4 a.r1soft{ background-image:url(../images/landing/landing-sprite.png); background-position: -236px 0; width: 186px; height: 170px; margin-left:35px;}
.pagecontent .box-holder .sprite4 a.hardware{background-image:url(../images/landing/landing-sprite.png); background-position: 0 -660px; width: 186px; height: 170px; margin-left:35px;}
.pagecontent .box-holder .sprite4 a.soft{background-image:url(../images/landing/landing-sprite.png); background-position: -236px -440px; width: 186px; height: 170px; margin-left:35px;}
.pagecontent .box-holder .sprite4 a.noover-sell{background-image:url(../images/landing/landing-sprite.png); background-position: 0 -1540px; width: 186px; height: 170px; margin-left:35px;}






.pagecontent .box-holder .sprite4 a.cloud{ background-image:url(../images/landing/landing-sprite.png); background-position: 0 0; width: 186px; height: 170px; } 
.pagecontent .box-holder .sprite4 a.hardware{ background-image:url(../images/landing/landing-sprite.png);  background-position: 0 -440px; width: 186px; height: 170px; } 
.pagecontent .box-holder .sprite4 a.litespe{ background-image:url(../images/landing/landing-sprite.png); background-position: 0 -880px; width: 186px; height: 170px; } 
.pagecontent .box-holder .sprite4 a.noover-sell{background-image:url(../images/landing/landing-sprite.png);  background-position: 0 -1320px; width: 186px; height: 170px; } 
.pagecontent .box-holder .sprite4 a.r1soft{background-image:url(../images/landing/landing-sprite.png);  background-position: 0 -1760px; width: 186px; height: 170px; } 
.pagecontent .box-holder .sprite4 a.soft{ background-image:url(../images/landing/landing-sprite.png);  background-position: -236px -220px; width: 186px; height: 170px; } 



*/