/*
Theme Name: Bitesites
Theme URI: http://akdesigner.com/
Description: 
Author: Ammar Malik
Author URI: http://akdesigner.com/
*/



/* Begin Typography & Colors */
body {
	background:#ededed;
	margin:0;
	padding:0;
	}
	
body, select, input, div{
	font-family:Arial, Helvetica, sans-serif, Calibri;
	font-size:12px;
	color:#333333;
	line-height:18px;
	
	
	}


#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	background: #e7e7e7 url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, Helvetica, Sans-Serif, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 24px;
	text-align: left;
	line-height:24px;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: Arial, Helvetica, Sans-Serif;
	}

h3 {
	font-size: 1.3em;
	}

/*h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
*/
.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}



#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	
	}

.narrowcolumn {
	float: left;
	padding: 0 20px 20px 20px;
	margin: 0px 0 0;
	width: 595px;
	}

.widecolumn {
	padding: 10px 20px 20px 20px;
	margin: 5px 0 0 0px;
	width: 870px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	padding:10px 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	line-height:140%;
list-style-position:outside;
list-style-type:none;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0;
	margin:0;
	width: 238px;
	float:right;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */





img{
	border:none;
	}
	
.clr{
	clear:both;
	height:0;
	}
.spacer{
	clear:both;
	height:20px;
	}	
hr{
	margin:15px 0;
	}
	
a{
	color:#015b73;
	text-decoration:none;
	outline:none;
	}	
	
a:hover{
	text-decoration:underline;
	outline:none;	
	}

h1, h2{
	font-family:"Trebuchet MS";
	}

.new{
	background:url(images/new.gif) no-repeat;
	width:40px;
	height:19px;
	
	position:absolute;
	margin-top:-20px;
	}
.popular{
	background: url(images/popular.png) no-repeat;
	width:73px;
	height:19px;
	
	position:absolute;
	margin-top:-20px;
	}	
.noborder{
	border:none !important;
	}

.nomarginrt{
	margin-right:0 !important;
	}
	
.imgstyle1{
	float:right;
	margin-left:5px;
	}

.imgstyle2{
	float:right;
	}

.imgstyle3{
	float:left;
	}	

.imgstyle4{
	float:right;
	margin:10px;
	}

.imgstyle5{
	float:left;
	margin:4px 10px 60px 0;
	}

.imgstyle6{
	float:right;
	margin:0 30px 10px 50px;
	}

.imgstyle7{
	float:left;
	margin:0 30px 10px 20px;
	}	
.imgstyle8{
	float:left;
	margin-left:-10px;
	}
.color1{
	color:#3baa0b;
	font-weight:bold;
	}

.color2{
	color:#ff7800;
	font-weight:bold;
	font-size:14px;
	}

.color3{
	color:#ff0000;
	font-weight:bold;
	font-size:14px;
	}
	
.color4{
	color:#000;
	font-weight:bold;
	font-size:14px;
	}
	
.container{
	background:url(images/bg_top.png) no-repeat top #fff;
	width:910px;
	padding:5px 20px;
	margin:10px auto 0;

	}

.logo{
	background:url(images/logo.jpg) no-repeat;
	height:48px;
	width:251px;
	float:left;
	margin-top:20px;
	}

.logo a{
	background:url(images/logo.jpg) no-repeat;
	height:48px;
	width:251px;
	display:block;
	}

.loginContainer{
	width:300px;
	float:right;
	font-size:16px;
	font-weight:bold;
	color:#025c74;
	text-align:center;
	margin-top:5px;
	line-height:30px;
	}
	
#menu {
	background:url(images/menubt.png) no-repeat;
	width:910px;
	float:left;
	text-align:center;
	margin:10px 0;
}

.special{
	background:url(images/spring_offer.jpg) no-repeat;
	height:50px;
	width:910px;
	float:left;
	}

.special_T1{
	font-size:18px;
	font-weight:bold;
	color:#000;
	width:300px;
	float:left;
	margin-left:290px;
	padding-top:15px;	
	text-align:center;
	}
.special_T1 a{
	color:#000;
	text-decoration:underline;
	}
.special_T1 a:hover{
	color:#ff0000;
	text-decoration:underline;
	}	
.special_T2{
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#ff0000;
	float:right;
	padding-right:70px;
	padding-top:15px;	
	}

	
.banner{
	background:url(images/banner.jpg) no-repeat;
	width:910px;
	float:left;
	margin:10px 0;
	height:234px;
	}

.box1{
	background:url(images/plansbg.png) no-repeat;
	height:200px;
	width:259px;
	float:left;
	margin:0 6px 20px 0;
	padding:0 20px;
	}

.box1 h1{
	font-size:24px;
	line-height:44px;
	font-weight:bold;
	color:#000;
	margin:0;
	}

.box1 ul {
	margin:20px 0 25px 15px;
	padding:0;
	}
#plan1bg{
	background:url(images/plan1bg.png) no-repeat;
	}
#plan2bg{
	background: url(images/plan2bg.png) no-repeat;
	}
#plan3bg{
	background: url(images/plan3bg.png) no-repeat;
	}

.standardprice{
	background:url(images/standard_price.png) no-repeat;
	height:62px;
	width:102px;
	float:right;
	position:absolute;
	margin:22px 0 0 176px;
	}

.advanceprice{
	background:url(images/advance_price.png) no-repeat;
	height:62px;
	width:102px;
	float:right;
	position:absolute;
	margin:22px 0 0 176px;
	}

.premiumprice{
	background: url(images/premium_price.png) no-repeat;
	height:75px;
	width:102px;
	float:right;
	position:absolute;
	margin:9px 0 0 176px;
	}
	
.ordernowbtn{
	height:26px;
	width:101px;
	float:left;
	margin:0 0 0 21px;
	}

.ordernowbtn a{
	background:url(images/ordernowbtn.png) no-repeat left;
	height:26px;
	width:101px;
	display:block;
	}

.ordernowbtn a:hover{
	background:url(images/ordernowbtn.png) no-repeat right;
	}

.moreinfobtn{
	height:26px;
	width:101px;
	float:right;
	margin:0 30px 0 0;
	}

.moreinfobtn a{
	background:url(images/moreinfobtn.png) no-repeat left;
	height:26px;
	width:101px;
	display:block;
	}

.moreinfobtn a:hover{
	background:url(images/moreinfobtn.png) no-repeat right;
	}

.resellerbg{
	background:url(images/resellerbg.png) no-repeat;
	height:197px;
	width:555px;
	float:left;
	padding:0 20px;
	}

.resellerbg h1{
	font-size:24px;
	line-height:44px;
	font-weight:bold;
	color:#000;
	margin:0;
	}

.box2{
	width:145px;
	float:left;
	margin:20px 3px 0 15px;
	}

.box2 ul{
	margin:0;
	padding:0;
	}

.resellerbtn{
	width:102px;
	float:left;
	padding-top:74px;
	}

.ordernowbtn2{
	height:26px;
	width:101px;
	float:left;
	}
.ordernowbtn3{
	height:26px;
	width:101px;
	margin:0 auto;
	}
.ordernowbtn2 a, .ordernowbtn3 a{
	background:url(images/ordernowbtn.png) no-repeat left;
	height:26px;
	width:101px;
	display:block;
	}
.ordernowbtn2 a:hover, .ordernowbtn3 a:hover{
	background:url(images/ordernowbtn.png) no-repeat right;
	}
.moreinfobtn2{
	height:26px;
	width:101px;
	float:right;
	padding-bottom:5px;
	}

.moreinfobtn2 a{
	background:url(images/moreinfobtn.png) no-repeat left;
	height:26px;
	width:101px;
	display:block;
	}

.moreinfobtn2 a:hover{
	background:url(images/moreinfobtn.png) no-repeat right;
	}

.testimonial{
	background:url(images/testimonialbg.png) no-repeat;
	height:197px;
	width:298px;
	float:left;
	margin-left:16px;
	padding-top:12px 10px;
	}

.testimonial h1{
	font-size:24px;
	font-weight:bold;
	margin:12px 0 0 20px; 
	}

.testimonial p{
	background:url(images/coma1.png) no-repeat 10px 15px;
	float:left;
	padding:10px 40px 0 50px;
	}

.footer{
	background:url(images/footerbg.png) no-repeat;
	height:128px;
	width:920px;
	line-height:30px;
	padding:27px 20px 0 10px;
	margin:0 auto 20px auto;
	color:#666666;
	font-size:12px;
	}

.footer_T1{
	width:720px;
	float:left;
	margin-left:15px;
	text-align:center;
	}

.footer a{
	font-size:12px;
	color:#025c74;
	border-right:1px solid #cccccc;
	margin:5px 0;
	width:120px;
	height:20px;
	line-height:20px;
	text-align:center;
	float:left;
	}

.facebook{
	background:url(images/facebookimg.jpg) no-repeat;
	height:56px;
	width:164px;
	float:right;
	}

.facebook a{
	height:56px;
	width:164px;
	display:block;
	border:none;
	padding:0;
	}

.ltContainer{
	width:672px;
	float:left;
	margin-top:20px;
	}
	
.pageheading{
	background:url(images/pageheading.png) no-repeat;
	height:64px;
	width:637px;
	float:left;
	margin-bottom:10px;
	}

.pageheading h1{
	font-size:36px;
	line-height:62px;
	padding:0 20px;
	margin:0;
	float:left;
	color:#000;
	}

.pageheading h2{
	background:url(images/bullet1.png) no-repeat left center;
	font-size:14px;
	line-height:62px;
	margin:0;
	padding:0 15px;
	color:#ff7800;
	float:left;
	}

.box3{
	background:url(images/box3bg.png) no-repeat;
	height:246px;
	width:163px;
	float:left;
	color:#ff7800;
	font-size:10px;
	text-align:center;
	margin:10px 20px 0 0;
	padding:15px 18px 20px 18px;
	}

.box3 h1{
	font-size:24px;
	line-height:24px;
	color:#000;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0 0 5px 0;
	}

.box3 h2{
	font-size:40px;
	line-height:36px;
	font-weight:bold;
	margin:0;
	}

.box3 ul{
	margin:10px 0;
	padding:0;
	}

.box3 ul li{
	line-height:30px;
	list-style:none;
	border-bottom:1px solid #cccccc;
	color:#333333;
	font-size:14px;
	}

.allfeaturebg{
	background:url(images/allfeaturebg.png) no-repeat;
	height:40px;
	width:637px;
	float:left;
	text-align:center;
	margin:10px 0;
	}

.allfeaturebg h1{
	font-size:18px;
	line-height:40px;
	margin:0;
	}

.allfeaturebg h1 a{
	text-decoration:underline;
	color:#FFF;
	}
.allfeaturebg h1 a:hover{
	text-decoration:none;
	}
.featurebottom{
	background:url(images/feature_bottom.png) no-repeat bottom;
	width:637px;
	float:left;
	padding-bottom:7px;
	}

.featureTop{
	background:url(images/feature_top.png) no-repeat top;
	width:637px;
	float:left;
	padding-top:7px;
	}

.featureContents{
	background:#eeeeee;
	width:635px;
	padding:30px 0;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	}
	

.featureContents h1{
	background:url(images/bottomborderbg.png) repeat-x bottom;
	font-size:24px;
	line-height:24px;
	color:#000;
	margin:0 0 25px 0;
	padding-bottom:10px;
	}
.featureContents h2{
	background:url(images/bottomborderbg.png) repeat-x bottom;
	font-size:18px;
	line-height:24px;
	color:#000;
	margin:0 0 25px 0;
	padding-bottom:10px;
	}	

.featureContents ul{
	margin:0 0 0 150px;
	padding:0;
	}
	
.featureContents ul li{
	background:url(images/bullet2.png) no-repeat 0px 3px;
	list-style:none;
	font-size:14px;
	padding-left:20px;
	}
.featureContents2{
	background:#eeeeee;
	width:575px;
	padding:30px;
	font-size:11px !important;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	}
.resellerStyle{
	margin:0 0 0 20px !important;
	padding:0;
	width:267px;
	float:left;
	}
.TermsStyle{
	margin:0 0 0 20px !important;
	padding:0;
	}	
.rtContainer{
	width:238px;
	float:left;
	margin-top:20px;
	}
	
.resellerbox{
	background:url(images/resellerbox.jpg) no-repeat;
	height:105px;
	width:238px;
	float:left;
	}

.resellerbtn2{
	height:33px;
	width:109px;
	float:left;
	margin:60px 0 0 18px;
	}

.resellerbtn2 a{
	background:url(images/resellerbtn.png) no-repeat left;
	height:33px;
	width:109px;
	display:block;
	}
	
.resellerbtn2 a:hover{
	background:url(images/resellerbtn.png) no-repeat right;
	}

.moneyback{
	background:url(images/moneybackbottom.png) no-repeat bottom;
	width:238px;
	margin:10px 0;
	padding-bottom:7px;
	}

.moneyback h1{
	background:url(images/moneybacktop.png) no-repeat;
	width:238px;
	line-height:30px;
	margin:0 0 0 0;
	padding-left:20px;
	padding-top:10px;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	font-family:Arial;
	}

.moneybackContents{
	background: url(images/moneybackbg.png) repeat-x bottom #f3fff3;
	border-left:1px solid #a4e289;
	border-right:1px solid #a4e289;
	width:196px;
	padding:20px;
	}

.box4{
	background: url(images/box4bottom.png) no-repeat bottom;
	width:238px;
	margin-bottom:10px;
	padding-bottom:7px;
	}

.box4 h1{
	background: url(images/box4top.png) no-repeat;
	width:238px;
	line-height:40px;
	margin:0;
	padding-left:20px;
	padding-bottom:18px;
	font-size:24px;
	font-weight:bold;
	color:#000;
	}
.box4 h2{
	background: url(images/monitoringtop.png) no-repeat;
	width:218px;
	height:55px;
	line-height:48px;
	margin:0;
	padding-left:20px;
	font-size:16px;
	font-weight:bold;
	color:#000;
	}	
.box4style{
	background: url(images/box4bg.png) repeat-x #fff bottom;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	width:236px;
	padding-bottom:10px;
	}
	
.box4style ul{
	margin:0 0 0 20px;
	padding:0;
	}

.box4style ul li{
	background: url(images/bullet2.png) no-repeat 0 8px;
	font-weight:bold;
	list-style:none;
	padding: 5px 0 5px 20px;
	}
.box4Contents{
	background: url(images/box4bg.png) repeat-x bottom #fff;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	width:236px;
	}

.box4Contents ul{
	margin:0;
	padding:0;
	}

.box4Contents ul li{
	background:url(images/bullet3.png) no-repeat;
	list-style:none;
	padding-left:15px;
	padding-bottom:15px;
	margin:0 20px;
	}

.box4Contents p{
	background:url(images/coma1.png) no-repeat 3px 5px;
	padding:0 20px 0 35px;
	margin:0;
	}
.formStyle{
	width:150px;
	padding:0 5px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	}	
.smallbox{
	background:url(images/smallbox.png) no-repeat;
	height:68px;
	width:259px;
	float:left;
	margin:0 17px 10px 0;
	padding:12px 0 0 20px;
	}
.smallbox h6{
	float:right;
	width:180px;
	font-size:14px;
	font-weight:bold;
	margin:18px 0
	}
.smallbox h5{
	float:right;
	width:180px;
	font-size:14px;
	font-weight:bold;
	margin:10px 0	
	}
.chatbox{
	background: url(images/chatboxbotttom.png) no-repeat bottom;
	width:577px;
	float:left;
	padding-bottom:7px;
	}
.chatbxotop{
	background:url(images/chatboxtop.png) no-repeat;
	width:577px;
	padding-top:7px;
	}

.chatboxContents{
	background: url(images/chatboxbg.png) repeat-x bottom #FFF;
	float:left;
	width:515px;
	padding:0 30px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	}

.chatbtn{
	background:url(images/chaticon.png) no-repeat;
	height:57px;
	width:141px;
	float:left;
	}

.chatbtn a{
	background:url(images/chaticon.png) no-repeat;
	height:57px;
	width:141px;
	display:block;
	}
	
.moritoring{
	background:url(images/monitoringtop.png) no-repeat;
	height:55px;
	width:238px;
	float:left;
	}

.troubleshooting{
	background:url(images/troubleshootingbtm.png) no-repeat bottom;
	width:238px;
	padding-bottom:7px;
	float:left;
	}

.troubleshooting h1{
	background:url(images/troubleshootingtop.png) no-repeat;
	width:218px;
	height:33px;
	font-size:16px;
	font-family:Arial;
	line-height:14px;
	color:#fff;
	padding:17px 0 0 20px;
	margin:0;

	}

.troubleshootingContents{
	background:url(images/troubleshootingbg.png) repeat-x bottom #f5fbfe;
	width:196px;
	float:left;
	border-left:1px solid #97d1e8;
	border-right:1px solid #97d1e8;
	padding:0 20px 12px 20px;
	line-height:14px;
	}

.resetbtn{
	background: url(images/resetbtn.png) no-repeat left;
	height:20px;
	width:49px;
	float:left;
	margin:10px 10px 0 0;
	}

.resetbtn a{
	background: url(images/resetbtn.png) no-repeat left;
	height:20px;
	width:49px;
	display:block;
	}

.resetbtn a:hover{
	background: url(images/resetbtn.png) no-repeat right;
	}

.submitbtn{
	background: url(images/submitbtn.png) no-repeat left;
	height:20px;
	width:49px;
	float:left;
	margin-top:10px;
	}

.submitbtn a{
	background: url(images/submitbtn.png) no-repeat left;
	height:20px;
	width:49px;
	display:block;
	}

.submitbtn a:hover{
	background: url(images/submitbtn.png) no-repeat right;
	}
.contact_form{
	margin:0;
	padding:0;
	}
.contact_form label{
	width:200px;
	float:left;
	margin-bottom:10px;
	padding-left:15px;
	}	
.contact_form input, .contact_form select, .contact_form textarea{
	float:left;
	width:200px;
	}		
		.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
		}
		
		.white_content {
			display: none;
			position: absolute;
			top: 25%;
			left: 25%;
			width: 50%;
			height: 50%;
			padding: 0;
			border: 16px solid gray;
			background-color: white;
			z-index:1002;
			overflow: auto;
		}
.r1{
	border:1px solid #ccc;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	text-align:center;
	padding:5px;
	background:#eee;
	}
.r1Head{
	text-align:center;
	padding:5px;
	background: url(images/bannerbottom.png) no-repeat center;
	color:#FFF;
	font-size:14px;	
	}	
.side{
	border:1px solid #ccc;
	border-top:1px solid #fff;
	
	text-align:left;
	padding:5px;
	background:#f7f7f7;
	width:20%;
	}
.sideHead{

	text-align:left;
	padding:5px;
	background: url(images/bannerbottom.png) no-repeat center;
	color:#FFF;
	font-size:14px;
	width:30%;	
	}	
	
.webdesign{
	background:url(images/web-design.png) no-repeat;
	width:220px;
	height:417px;
	
	position:absolute;
	margin-left:350px;
	margin-top:-100px;
}
.affiliate{
	background:url(images/affiliate-01.png) no-repeat;
	width:336px;
	height:256px;
	padding:20px;
	float:right;
	
	font-size:18px;
	}
.aff-txt{
	font-size:36px;
	line-height:36px;
	color:#F00;
	font-weight:bold;
	text-align:center;
	margin:0;
	}
.aff-txt1{
	font-size:12px;
	}
.aff-row{
	border-bottom:1px solid #ccc;
	line-height:30px;
	padding:0 10px;
	}	
.aff-imagestyle{
	float:left;
	margin-top:-20px;
	}	
.aff-bt{
	margin:30px auto 0;
	width:210px;
	height:45px;
	}	
.aff-bt a{
	display:block;
	width:210px;
	height:45px;	
	}
	

#sidebar-wrap {
	height:100%;
	min-height:400px;
	float:left;
	top:0px;
	margin-top:0px;
}
.widgettitle{
	background: url(images/monitoringtop.png) no-repeat;
	height:55px;
	line-height:48px;
	margin:0;
	padding-left:20px !important;
	font-size:16px;
	font-weight:bold;
	color:#000;	
	}
.widget{
	background:url(images/sider-bg.png) no-repeat bottom;
	padding-bottom:20px;
	}	
.podHeadlineWidget{
	padding:0 20px;
	}
