/*  
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.5
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.
*/

/* Begin Typography & Colors */

#h1 {text-align:center; position:absolute;
    top: 0px;
    left: 50%;
    margin-left: -150px;
 font-size:8px;}
#h1 h1 {margin: 0px; font-size:10px;}
#h1main {height:10px;}


p { font-size:11px; }
p.note {
	background-color:#E4E3E3;
	line-height:125%;
	text-align:left;
	color:#000;
	padding:5px;
	border:1px dashed #B4B3B3;
	}
a.footer{color: #ffffff;Text-Decoration:none;  font-size:10px;}
a.footer:active{color:#ffffff;}
a.footer:link{color: #ffffff; }
a.footer:visited{color: #ffffff;}
a.footer:hover{color: #ffffff;Text-Decoration:underline;}

a {color: #000000;font-size:11px; Text-Decoration:none;}
a:active{color:#000000;}
a:link{color: #000000;}
a:visited{color: #000000;}
a:hover{color: #07a5d2;Text-Decoration:underline;}

.webs {
	font-weight: bold;
	font-color: #FFFFFF;
 	background-color: #FFFFFF;
}
A.webs:active{COLOR:#000000}
A.webs:link{COLOR: #000000}

A.webs:active{COLOR:#000000}
A.webs:link{COLOR: #000000}
body {
    font-size: 11px; /* Resets 1em to 10px */
	font-family: tahoma;
	color: #000000;
	background: url(http://www.imtechnologies.net/imt_image/backbg.jpg) repeat-y center; border: none;
	margin: 0;
	padding: 0; 
	height: 100%; 
	}


dt {font-size:11px; color:#333333; text-align:left; margin:0px; padding:3px 5px 4px 20px; background:url(http://www.imtechnologies.net/imt_image/bullet.gif) no-repeat 0px 5px; font-weight: normal;}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.crsr {
	cursor: hand;
}

.description {
	font-size: 1.2em;
	text-align: center;
	}

.diggclick {
float:left;
padding:3px 5px 5px 5px;
}

#sidebar {
	width: 199px;
	vertical-align: top;
	float: left;
	color: #333333;
	text-decoration: none;
	left: 104px;
	top: 24px;
	text-align: left;
	padding-left: 5px;

}

.navleft{
	border: 1px solid #DFDDDA;
	width: 194px;
	}

.white{
	border: 1px solid #DFDDDA;
	width: 194px;
	height: 10px;
	}


.navleft ul{
list-style: none;
margin-top: 0;
margin-left: 0;
margin-bottom: 0;
padding-left: 0px;
}

.navleft li a
{
color: #333333;
	display: block;
	background: url(http://www.imtechnologies.net/imt_image/left_button1_bg.jpg) no-repeat 1px 0px;
	text-decoration: none;
	font-weight: bold;
	padding-left:30px;
	padding-right:3px;
	padding-top:8px;
	padding-bottom:9px;
	font-size: 11px;

}


.navleft li a:hover
{ 
	color: #ffffff;
	background: url(http://www.imtechnologies.net/imt_image/left_buttonmain_bg.jpg) no-repeat 1px 0px;
	font-size: 11px;
	font-weight: bold;
	
	text-decoration: none;
}



/* Begin Structure */


#header{
	width: 594px;
	float: right;

}

#news
{
	padding-left:4px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#live{
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 3px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;

}
#content{
	text-align: left;
}
#contentarticles{

	font-size: 12px;
	text-align: left;
}

#contentarticles ul {
	line-height: 15px;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 0px 0 0px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
/* End Structure */




/*	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 */





/* "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." */


.nav {
	text-align: left;
	height: 20px;
	font-size: 11px;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 10px;
	color:#ffffff;
	background-color: #727272;
	width: 97.5%;


}
.nav a {
	text-align: left;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

.nav a:hover {
	text-align: left;
	font-size: 11px;
	color: #EAEAEA;
	text-decoration: underline;
}


.whitelink {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	}
.whitelink a {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	}

.whitelink a:hover {
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
}

.whitelink012 {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	}
.whitelink012 a {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}

.whitelink012 a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}

#line {
	background-image: url(http://www.imtechnologies.net/imt_image/gray_line.jpg);
	background-position: left;
	background-repeat: repeat-y;
}

#line1 {
	background-image: url(http://www.imtechnologies.net/imt_image/gray_line.jpg);
	background-position: left;
	background-repeat: repeat-y;
	padding-left: 8px;
	padding-right:8px;
}

#button {
	background-image: url(http://www.imtechnologies.net/imt_image/right_button.jpg);
	background-position: right;
		
}

.leftbutton {
	background-image: url(http://www.imtechnologies.net/imt_image/left_button_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-left: 37px;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	height: 27px;
	vertical-align: middle;
}
.leftbutton1 {
	background-image: url(http://www.imtechnologies.net/imt_image/left_button1_bg.jpg);
	background-repeat: no-repeat;
	padding-left: 37px;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	vertical-align: middle;
	height: 27px;
	padding-top: 7px;
}
.servicesbutton {
	font-size: 11px;
	font-weight: bold;
	color: 514A4A;
	padding-top: 5px;
	padding-bottom: 11px;
}
.box {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-family: verdana;
	font-size: 10px;
	color: #666666;
}
.grayline {
	background-attachment: fixed;
	background-image: url(http://www.imtechnologies.net/imt_image/gray_line.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 10px;
	padding-left: 15px;
}
.text {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	margin-right: 10px;
	padding-right: 10px;
	text-align: justify;
	padding-left: 10px;
}

.text a{
		color: #333333;
}

.text a:hover{
	color: #07a5d2;
}


.margin {
	margin-right: 10px;
	padding-right: 12px;
	padding-left: 10px;
	padding-top: 10px;
}

#footertext {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: ffffff;
}

.whiite {
	background-image: url(http://www.imtechnologies.net/imt_image/white.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: left;

}
.text1 {
	font-family: verdana;
	font-size: 11px;
	color: #6B6A6A;
	font-weight: bold;
}
.margin {
	
	font-size: 11px;
	padding-left: 20px;
}
.texthead {
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	padding-left: 20px;
	
	background-image: url(http://www.imtechnologies.net/imt_image/headerbullet.jpg);
	vertical-align: middle;
	padding-bottom: 0px;
	background-position: 0px 10px;
	padding-top: 7px;
}

.textheading {
	background-repeat: no-repeat;
	font-size: 12px;
	color: #1398be;
	padding-left: 2px;
	padding-bottom: 0px;
	background-position: 0px 10px;
	padding-top: 12px;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D2D2D2;
	text-transform: uppercase;
	
	font-weight: bold;

}
.textheadgray1 {
	background-image: url(http://www.imtechnologies.net/imt_image/headerbullet.jpg);
	padding-left: 25px;
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
	color: #1398be;
	padding-top: 12px;
	background-position: 2px 14px;
	text-transform: uppercase;
}
.textheadgray1 a {
	font-size: 13px;
}


.homeheading {
	background-image: url(http://www.imtechnologies.net/imt_image/h1arrow.jpg);
	padding-left: 25px;
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
	color: #1398be;
	padding-top: 12px;
	background-position: 2px 14px;
	text-transform: uppercase;
}
.homeheading a {
	font-size: 13px;
}

.bullet001 {

	padding-left: 15px;
	font-size: 11px;
	font-weight: bold;
	color: #1398be;


}


.textheadgray2 {
	background-image: url(http://www.imtechnologies.net/imt_image/buttonbg1.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-top: 10px;
	padding-left: 25px;
}



.textheadgrey {

	background-image: url(http://www.imtechnologies.net/imt_image/buttonbg.gif);
	padding-left: 20px;
}
ul {
	list-style-image: url(http://www.imtechnologies.net/imt_image/redbullet.gif);
	line-height: 20px;
	font-size: 11px;
	color: #000000;
	
}



#content dl {margin:24px}
#content dt { margin:0 0 0.2em }
#content dt a {font-weight:bold;}
#content dd {margin:0; padding-bottom:8px;}

ul a{
	line-height: 15px;
	
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

select {
	color: #333333;
	background-color: #EEEEEE;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
input {
	color: #333333;
	background-color: #F5F5F5;
	border: 1px dotted #878787;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
option {
	color: #333333;
	background-color: #FFFFFF;
	font-size: 10px;

}
optgroup {
	color: #333333;
	font-weight: normal;
	font-size: 11px;
	
}
#web-hosting {
	background-color: #E9E9E9;
	border: 1px dotted #D5D5D5;
	font-size: 9px;
}

#latest-project {
	background-color: #E9E9E9;
	border: 1px solid #000000;
	font-size: 9px;
}
.submenu{
	background-image: url(http://www.imtechnologies.net/imt_image/bulletmenu.gif);
	display: block;
	height: 19px;
	margin-left: 12px;
	padding-top: 2px;
	padding-left: 23px;
	color: #333333;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 3px;
	background-color: #EFEFEF;
}

.hide{
display: none;
}
.show{
	display: block;
}

.lefttop {
	background-image: url(http://www.imtechnologies.net/imt_image/menutop.gif);
	background-repeat: no-repeat;
	background-color: #088db3;
	height: 11px;
	background-position: left bottom;
	border-top: 0px none;
	border-right: 0px solid;
	border-bottom: 0px solid;
	border-left: 0px solid;
}
.text2{
	
	font-size: 11px;
	margin-right: 10px;
	margin-left: 10px;
}
.menulinks {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	background-image: url(http://www.imtechnologies.net/imt_image/bullet.jpg);
	background-repeat: no-repeat;
	height: 40px;

}
.menu01l3 {
	
	border: 0px none;
	margin: 0px;
	height: 30px;
}
.menu01l3 A {
	color: #333333;
	display: block;
	background: url(http://www.imtechnologies.net/imt_image/left_button1_bg.jpg) no-repeat 1px 0px;
	text-decoration: none;
	font-weight: bold;
	padding-left:30px;
	padding-right:3px;
	padding-top:8px;
	padding-bottom:9px;
	font-size: 11px;

}

.menu01l3 A:HOVER {
	color: #ffffff;
	background: url(http://www.imtechnologies.net/imt_image/left_buttonmain_bg.jpg) no-repeat 1px 0px;
	font-size: 11px;
	font-weight: bold;
	
	text-decoration: none;
}
.menu01l3main {
	
	border: 0px none;
	margin: 0px;
	height: 30px;
}

.menu01l3main a {
	color: #ffffff;
	display: block;
	background: url(http://www.imtechnologies.net/imt_image/left_buttonmain_bg.jpg) no-repeat 1px 0px;
	text-decoration: none;
	font-weight: bold;
	padding-left:30px;
	padding-right:3px;
	padding-top:8px;
	padding-bottom:9px;
	font-size: 11px;

}

.menu01l3main a:HOVER {
	color: #ffffff;
	background: url(http://www.imtechnologies.net/imt_image/left_buttonmain_bg.jpg) no-repeat 1px 0px;
	font-size: 11px;
	font-weight: bold;
	
	text-decoration: none;
}


.menutype {
	margin: 0px;
	color: #535353;
	display: block;
	background: url(http://www.imtechnologies.net/imt_image/left_buttonsub_bg.jpg) no-repeat 1px 0px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	padding-left:30px;
	padding-right:3px;
	padding-top:8px;
	padding-bottom:9px;
	font-size: 11px;

}

.menu01l3sub {
	
	border: 0px none;
	margin: 0px;
	height: 30px;
}


.menu01l3sub a {
	color: #535353;
	display: block;
	background: url(http://www.imtechnologies.net/imt_image/left_buttonsub_bg.jpg) no-repeat 1px 0px;
	text-decoration: none;
	font-weight: bold;
	padding-left:30px;
	padding-right:3px;
	padding-top:8px;
	padding-bottom:9px;
	font-size: 11px;

}
.menu01l3sub A:HOVER {
	color: #535353;
	background: url(http://www.imtechnologies.net/imt_image/left_buttonsub_bg.jpg) no-repeat 1px 0px;
	font-size: 11px;
	font-weight: bold;
	
	text-decoration: none;
}

.rpt{
	padding-right:8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dbdbdb;
}

ul a:hover
{
	color: #046d8b;
	font-size: 11px;
	font-weight: normal;
	
	text-decoration: underline;
}

.footerborder {
	width: 755px;
	font-size: 10px;
	font-weight: normal;
	color: #727272;
	background-color: #F9F9F9;
	border: 1px solid #D1D1D1;
	padding-right: 11px;
}


.footerborder a{
	font-size: 11px;
	font-weight: normal;
	color: #727272;
	}
.footerborder a:hover{
	font-size: 11px;
	font-weight: normal;
	color: #727272;
	}



.border {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	background-color: #F0F0F0;
	border: 1px solid #D1D1D1;
	padding-right: 10px;
}

.border2 {
	background-color: #FDFDFD;
	border-top: 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;

	
}

.articles {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	background-color: #F2F2F2;
	border: 1px solid #E4E4E4;
	padding-right: 3px;
	
}


.grayborder {
	
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	background-image: url(http://www.imtechnologies.net/imt_image/gray_square.jpg);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-bottom: 8px;
	padding-left: 10px;

}
.left {
	text-align: center;
	padding: 3px 3px 10px 5px;
	width: 183px;
	margin-left: 2px;
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
}
.left1 {
	text-align: center;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 15px;
	width: 165px;
	margin-left:2px;
	border-bottom:1px solid #EEEEEE;
}
.learn {
	background-image: url(http://www.imtechnologies.net/imt_image/learn.jpg);
	background-position: right;
	padding-top: 4px;
	background-repeat: no-repeat;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	font-size: 10px;
	height: 17px;
	padding-right: 5px;
	padding-left: 2px;

}
.learn a {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	font-size: 10px;
	height: 17px;
	}

.learn a:hover {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: right;
	font-size: 10px;
	height: 17px;
	}
	
	
.black {
	background-image: url(http://www.imtechnologies.net/imt_image/black.jpg);
	background-position: right;
	padding-top: 4px;
	background-repeat: no-repeat;
	
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	font-size: 10px;
	height: 17px;
	padding-right: 5px;
	padding-left: 2px;
}

.black a {
	
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	font-size: 10px;
	height: 17px;
}

.black a:hover {
	
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: right;
	font-size: 10px;
	height: 17px;
}

.learn1 {
	background-image: url(http://www.imtechnologies.net/imt_image/learn1.jpg);
	background-position: left;
	padding-top: 4px;
	background-repeat: no-repeat;
	
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	font-size: 11px;
	height: 17px;
	padding-right: 5px;
	padding-left: 20px;
	padding-bottom: 0px;
	margin-left: 15px;

}



.learn1 a {
	
	
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	font-size: 10px;
	height: 17px;
	}

.learn1 a:hover {
	
	
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: right;
	font-size: 10px;
	height: 17px;
	}






.book {
	background-image: url(http://www.imtechnologies.net/imt_image/navbullet.jpg);
	background-position: left;
	padding-top: 4px;
	background-repeat: no-repeat;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	font-size: 11px;
	height: 17px;
	padding-right: 5px;
	padding-left: 20px;
	padding-bottom: 0px;
	margin-left: 15px;

}

.bookmark {
	background-image: url(http://www.imtechnologies.net/imt_image/printicon.jpg);
	background-position: left;
	padding-top: 4px;
	background-repeat: no-repeat;
	font-weight:normal;
	color: #047899;
	text-decoration: none;
	text-align: left;
	font-size: 11px;
	height: 17px;
	padding-right: 5px;
	padding-left: 20px;
	padding-bottom: 0px;
	margin-left: 3px;

}

.bookmark a{
	
	color: #047899;
	text-decoration: underline;
	
}

.bookmark a:hover{
	
	color: #047899;
	text-decoration: underline;
	
}

.bookmark1 {
	background-image: url(http://www.imtechnologies.net/imt_image/bookmark.jpg);
	background-position: left;
	padding-top: 4px;
	background-repeat: no-repeat;
	font-weight:normal;
	color: #047899;
	text-decoration: none;
	text-align: left;
	font-size: 11px;
	height: 17px;
	padding-right: 5px;
	padding-left: 20px;
	padding-bottom: 0px;
	margin-left: 3px;

}

.bookmark1 a{
	
	color: #047899;
	text-decoration: underline;
	
}

.bookmark1 a:hover{
	
	color: #047899;
	text-decoration: underline;
	
}



.book a {
	
	
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: right;
	font-size: 10px;
	height: 17px;
	}

.book a:hover {
	
	
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
	text-align: right;
	font-size: 10px;
	height: 17px;
	}














.learn3 {
	background-image: url(http://www.imtechnologies.net/imt_image/learn1.jpg);
	background-position: left;
	padding-top: 4px;
	background-repeat: no-repeat;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	font-size: 11px;
	height: 17px;
	padding-right: 5px;
	padding-left: 20px;
	padding-bottom: 0px;
}

.learn13 {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	font-size: 10px;
	height: 17px;
	}
.learn3 a:hover {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: right;
	font-size: 11px;
	height: 17px;
}
.viewsite {
	background-image: url(http://www.imtechnologies.net/imt_image/learn.jpg);
	background-position: left;
	padding-top: 4px;
	background-repeat: no-repeat;
	cursor:hand;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	font-size: 11px;
	height: 17px;
	padding-right: 5px;
	padding-left: 20px;
	padding-bottom: 0px;
	margin-top: 10px;

}

.viewsite a {
	
	
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	font-size: 10px;
	height: 17px;
	}

.viewsite a:hover {
	
	
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: right;
	font-size: 10px;
	height: 17px;
	}

.lefthead {
	background-image: url(http://www.imtechnologies.net/imt_image/box.jpg);
	background-position: 0px 5px;
	padding-left: 22px;
	padding-top: 7px;
	height: 23px;
	background-repeat: no-repeat;
	text-align: left;

}
.leftbg {
	height: 500px;
	background-image: url(http://www.imtechnologies.net/imt_image/backbg.jpg);
	background-repeat: repeat-y;
	background-color: #CCCCCC;
}
#footer {

}
footerhead {
	
	font-size: 10px;
	color: #FFFFFF;
}
.block {
	background-image: url(http://www.imtechnologies.net/imt_image/domain-block.jpg);
	padding: 10px 10px 0px 20px;
	height: 50px;
	width: auto;
	background-repeat: no-repeat;
	
	font-size: 11px;
	font-weight: bold;
	color: #1383a2;
}

.submenu{
background-image: url(http://www.imtechnologies.net/imt_image/submenu.gif);
display: block;
height: 19px;
margin-left: 38px;
padding-top: 2px;
padding-left: 7px;
color: #333333;
}

.hide{
display: none;
}
.show{
display: block;
}.block1 {
	padding: 0px 10px 10px;
	font-size: 11px;
	font-weight: normal;
	
	color: #046d8b;
	background-color: #046d8b;
}
.orderbutton {
	background-image: url(http://www.imtechnologies.net/imt_image/button.gif);
	padding-top: 7px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	width: 80px;
	
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: no-repeat;
	height: 26px;
}
.serverbg {
	background-image: url(http://www.imtechnologies.net/imt_image/server.jpg);
	background-repeat: no-repeat;
	background-position: 190px 5px;
}

.base{
	border: 1px solid #DFDDDA;
	width: 194px;
	background-color: #F7F7F7;
	}


.base ul{
list-style: none;
margin-top: 0;
margin-left: 0;
margin-bottom: 0;
padding-left: 0px;
}

.base li a
{
display: block;
padding-left: 7px;
border-left: 10px solid #E6E6E6;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #C5C5C5;
height:20px;
background-color: #ffffff;
color:7D7D7D;
width: 90%;
}


.base li a:hover
{ 
background-color: #F4F4F4;
}





.basearticle{
	border: 1px solid #DFDDDA;
	width: 194px;
	background-color: #F7F7F7;
	}


.basearticle ul{
list-style: none;
margin-top: 0;
margin-left: 0;
margin-bottom: 0;
padding-left: 0px;
}

.basearticle li a
{
display: block;
padding-left: 7px;
padding-top: 3px;
border-left: 10px solid #E6E6E6;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #C5C5C5;
height:30px;
background-color: #ffffff;
color:7D7D7D;
width: 90%;
}


.basearticle li a:hover
{ 
background-color: #F4F4F4;
}



















bullet
{
	color: #000000;
	font-size: 11px;
	
	text-decoration: none;
}
bullet a
{
	color: #000000;
	font-size: 11px;
	
	text-decoration: none;
}

bullet a:hover
{
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	
	text-decoration: none;
}
.border1 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #DFDDDA;
	border-bottom-color: #DFDDDA;
	padding-left: 10px;
}
.show1 {

}



.tabdesign001 {
	background-image: url(http://www.imtechnologies.net/imt_image/business_hit.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
	
	font-size: 12px;
	font-weight: bold;
	width: 180px;
	height: 20px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 10px;
	background-color: #333333;
}

.tabdesign001 {
	background-image: url(http://www.imtechnologies.net/imt_image/business_normal.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
	
	font-size: 12px;
	font-weight: bold;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #046d8b;
	width: 180px;
	height: 20px;
	background-color: #333333;
	text-align: center;
	color: #FFFFFF;
	padding-top: 10px;
}


.tabdesign {
	
	font-size: 12px;
	font-weight: bold;
	width: 175px;
	height: 25px;
	text-align: right;
	color: #333333;
	background-image: url(http://www.imtechnologies.net/imt_image/tab01.jpg);
	padding-top: 18px;
	border: 1px solid #CCCCCC;
	padding-bottom: 5px;
	float: left;
	margin-right: 5px;

}

.tabdesign1 {
	
	font-size: 12px;
	font-weight: bold;
	width: 175px;
	height: 33px;
	text-align: right;
	color: #333333;
	background-image: url(http://www.imtechnologies.net/imt_image/tab01-hover.jpg);
	padding-top: 18px;
	padding-bottom: 5px;
	float: left;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: -1px;
	position: relative;
	background-color: #FFFFFF;
	margin-right: 5px;

}



.ecommercesolution {
	
	font-size: 12px;
	font-weight: bold;
	width: 175px;
	height: 25px;
	text-align: right;
	color: #333333;
	background-image: url(http://www.imtechnologies.net/imt_image/tab01.jpg);
	padding-top: 18px;
	border: 1px solid #CCCCCC;
	padding-bottom: 5px;
	float: left;
	margin-right: 5px;

}

.ecommercesolution1 {
	
	font-size: 12px;
	font-weight: bold;
	width: 175px;
	height: 33px;
	text-align: right;
	color: #333333;
	background-image: url(http://www.imtechnologies.net/imt_image/tab01-hover.jpg);
	padding-top: 18px;
	padding-bottom: 5px;
	float: left;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: -1px;
	position: relative;
	background-color: #FFFFFF;
	margin-right: 5px;
}



.buisness {
	
	font-size: 12px;
	font-weight: bold;
	width: 175px;
	height: 25px;
	text-align: right;
	color: #333333;
	background-image: url(http://www.imtechnologies.net/imt_image/tab01.jpg);
	padding-top: 18px;
	border: 1px solid #CCCCCC;
	padding-bottom: 5px;
	float: left;
	margin-right: 5px;

}

.buisness1 {
	
	font-size: 12px;
	font-weight: bold;
	width: 175px;
	height: 33px;
	text-align: right;
	color: #333333;
	background-image: url(http://www.imtechnologies.net/imt_image/tab01-hover.jpg);
	padding-top: 18px;
	padding-bottom: 5px;
	float: left;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: -1px;
	position: relative;
	background-color: #FFFFFF;
	margin-right: 5px;
}

.flashdesign {
	
	font-size: 12px;
	font-weight: bold;
	width: 175px;
	height: 25px;
	text-align: right;
	color: #333333;
	background-image: url(http://www.imtechnologies.net/imt_image/tab01.jpg);
	padding-top: 18px;
	padding-bottom: 5px;
	float: left;
	margin-right: 5px;
	border: 1px solid #CCCCCC;
}

.flashdesign1 {
	
	font-size: 12px;
	font-weight: bold;
	width: 175px;
	height: 33px;
	text-align: right;
	color: #333333;
	background-image: url(http://www.imtechnologies.net/imt_image/tab01-hover.jpg);
	padding-top: 18px;
	padding-bottom: 5px;
	float: left;
	margin-right: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: -1px;
	position: relative;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-right: 5px;
}


.navbullet {
	background-image: url(http://www.imtechnologies.net/imt_image/navbullet.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
}
.style25 { float:left; width:48.5%; }
.style25 ul{
	list-style-type: none;
	padding:6px 10px 0px 0px;
	line-height: 20px;
	margin: 0px;
	}
 .style25 li{
	list-style-type: none;
	background:no-repeat;
	list-style-position: inside;
	list-style-image: url(images/bullet.gif);
	border-bottom: 1px solid #eeeeee;
 }
  .style25 li a{
	list-style-type: none;
	padding: 6px;
	
 }

.style26 { float:right; width:48.5%;}

.style26 ul{
	list-style-type: none;
	padding:6px 10px 0px 0px;
	line-height: 20px;
	margin: 0px;
	}
 .style26 li{
	list-style-type: none;
	background:no-repeat;
	list-style-position: inside;
	list-style-image: url(images/bullet.gif);
	border-bottom: 1px solid #eeeeee;
 }
  .style26 li a{
	list-style-type: none;
	padding: 6px;
	
 }

.style41 { float:left; width: 55%;padding: 1px;}


.style25 dl {margin:0px;}
.style25 dt {margin:0px; padding: 0px 0px 0px 20px; background: url(images/bullet.gif) no-repeat; border-bottom: 1px solid #EEEEEE;}
.style25 dt a {margin: 0px; padding: 0px; font-weight: normal;}
.style25 dd {margin:0px; padding-bottom:8px;}


.style42 { float:right; width:38%; padding-top: 0px; padding-right: 5px;}

.style43 { float:left; width: 70%;}
.style44 { float:right; width:28%;}


.style30 {
	float:left;
	width:20%;
	text-align:center;
	border-top: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	border-left: 2px solid #666666;
	margin-top: 10px;

}
.style29 {
	float:right;
	width:60%;
	padding:8px 14px 0px;
	margin-top: 10px;
}
.style50{ float:left; width:100%;}
.style27 { float:left; width:95%;}
.style32 { width:95%;}
.style40 { float:left; width:100%;}


.box12 .learn a {color:#ffffff; }

.box12 td {border-bottom:1px solid #fff; height:26px; padding:0px 14px 0px 14px; font-size:11px;}
.box12 th { font-size:11px; text-align:left}
.box12 .icons { padding:3px 0px 3px 0px;}
.box12 .style14 {background: #ffffff; padding:0px 5px 0px 5px; border-bottom:1px solid #EEEEEE;text-align:center; color:#333333;}

.box12 .style14var12 {background: #ffffff;  border-bottom:1px solid #EEEEEE;text-align:center; color:#333333;
 font-size:11px; color:#333333; text-align:left; margin-left:5px; padding:0px 5px 2px 20px; background:url(http://www.imtechnologies.net/imt_image/bullet.gif) no-repeat 0px 5px; font-weight: normal;}


.box12 .style14 a {}
.box12 .style14 a:hover { text-decoration:underline;}
.box12 .style15 {background: #ffffff; padding:0px 5px 0px 5px;  border-bottom:1px solid #EEEEEE;text-align:left; padding-top:5px; padding-bottom:5px;}
.box12 .style31 {background: #ffffff; padding:0px 5px 0px 14px;border-top:1px dotted #E7E7E7  padding:0px 5px 0px 14px }

.box12 .style16 { background: #d7e0e9;}
.box12 .style17 { 1px 0px #e8eff5;}
.box12 .style27 { background: #eaeef2; border-bottom:1px solid #fff; padding:0px 0px 0px 2px}
.box12 .style32 { background: #ffffff; border-bottom:1px solid #fff; padding:0px 0px 0px 2px}
.box12 .style29 { background: #eaeef2; border-bottom:1px solid #fff; padding:0px 5px 0px 14px}
.box12 .style28 { background: #F7F7F7; border-bottom:1px solid #fff; padding:0px 5px 0px 8px }
caption.cpt01 {
	padding:6px 14px;
	font-size:12px;
	color:#333333;
	background:url(http://www.imtechnologies.net/imt_image/arrow.gif) no-repeat 0px 9px;
	font-weight:bold;
	border-bottom:1px solid #E1E1E1;
	text-align:left;
	
	margin-top: 10px;

}

.cpt01 {
	padding:6px 14px;
	font-size:12px;
	color:#333333;
	background:url(http://www.imtechnologies.net/imt_image/arrow.gif) no-repeat 0px 9px;
	font-weight:bold;
	border-bottom:1px solid #E1E1E1;
	text-align:left;
	
	margin: 0px;

}
h4.var12none {font-size:11px; color:#333333; text-align:left; margin:0px; padding:3px 5px 4px 20px; background:url(http://www.imtechnologies.net/imt_image/bullet.gif) no-repeat 0px 5px; font-weight: normal;}
h4.var12 {font-size:11px; color:#333333; text-align:left; margin:0px; padding:3px 5px 4px 20px; background:url(http://www.imtechnologies.net/imt_image/bullet.gif) no-repeat 0px 5px; font-weight: normal;}
h4.var13 a{font-size:13px; color:#1398be; text-align:left; margin:0px; padding:3px 5px 4px 20px; background:url(http://www.imtechnologies.net/imt_image/bullet.gif) no-repeat 0px 5px; font-weight: normal;}
h3.var13 a{font-size:13px; color:#1398be; text-align:left; margin:0px; padding:3px 5px 4px 20px; background:url(http://www.imtechnologies.net/imt_image/bullet.gif) no-repeat 0px 5px; font-weight: bold;}

h4.var11 {font-size:11px; color:#333333; text-align:left; margin:0px; padding:3px 0px 4px 0px;}
.var12 {font-size:11px; color:#333333; text-align:left; margin-left:5px; padding:3px 5px 4px 20px; background:url(http://www.imtechnologies.net/imt_image/bullet.gif) no-repeat 0px 5px; font-weight: normal;}

p.var12 {font-size:11px; color:#333333; text-align:left; margin-left:5px; padding:2px 5px 2px 20px; background:url(http://www.imtechnologies.net/imt_image/bullet.gif) no-repeat 0px 5px; font-weight: normal;}


.bordertext {
	
    color: #333333;
	background-position: right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D2D2D2;
	padding-bottom: 10px;
}
p.style01 { padding:10px 0px 13px 0px}
.border4 {
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;

}
.border3 {
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;

}
.bordertop {
	border: 1px dotted #CCCCCC;

}
.linebg {
	background-image: url(http://www.imtechnologies.net/imt_image/linebg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.tabdesignf {
	
	font-size: 12px;
	font-weight: bold;
	width: 175px;
	height: 25px;
	color: #333333;
	text-align: right;
	padding-top: 18px;
	background-image: url(http://www.imtechnologies.net/imt_image/tab01.jpg);
	padding-bottom: 5px;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	float: left;
	margin-right: 5px;
}
.tabdesignf1 {
	
	font-size: 12px;
	font-weight: bold;
	width: 175px;
	height: 33px;
	text-align: right;
	color: #333333;
	background-image: url(http://www.imtechnologies.net/imt_image/tab01-hover.jpg);
	padding-top: 18px;
	padding-bottom: 5px;
	float: left;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: -1px;
	position: relative;
	background-color: #FFFFFF;
	margin-right: 5px;

	}
.tabdesignc {
	
	font-size: 12px;
	font-weight: bold;
	width: 178px;
	height: 25px;
	text-align: right;
	color: #333333;
	padding-top: 18px;
	background-image: url(http://www.imtechnologies.net/imt_image/tab02.jpg);
	background-repeat: no-repeat;
	padding-bottom: 5px;
	border: 1px solid #CCCCCC;
	float: left;
}
.tabdesignc1 {

	
	font-size: 12px;
	font-weight: bold;
	width: 178px;
	height: 33px;
	text-align: right;
	color: #333333;
	background-image: url(http://www.imtechnologies.net/imt_image/tab02-hover.jpg);
	padding-top: 18px;
	padding-bottom: 5px;
	float: left;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: -1px;
	position: relative;
	background-color: #FFFFFF;
	margin-right: 5px;
}


.tabdesign010 {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-image: url(http://www.imtechnologies.net/imt_image/tab.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 35px;
	padding-right: 8px;
	background-position: center;
	padding-left: 6px;
}
.tabdesign010 a{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.tabdesign010 a:hover{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	padding-top: 10px;
	padding-left: 0px;
}
h2 {
	font-size: 12px;
	text-decoration: bold;
	
}
.prices {
	
	font-size: 11px;
	color: #003366;
	padding-top: 8px;
	padding-left: 16px;

}

.prices1 {
	
	font-size: 11px;
	color: #003366;
	padding-top: 1px;
	padding-bottom: 5px;
	padding-left: 16px;

}

.prices2 {
	
	font-size: 11px;
	color: #003366;
	padding-top: 0px;
	padding-left: 5px;

}

.prices-linux {
	
	font-size: 15px;
	color: #CC0000;
	padding-top: 20px;
	padding-left: 16px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	padding-right: 5px;
}

.prices-windows {
	
	font-size: 15px;
	color: #003399;
	padding-top: 20px;
	padding-left: 16px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	padding-right: 5px;



}


.tab01 {
	float: left;
	height: 15px;
	width: 120px;
	
	font-size: 11px;
	text-align: center;
	background-color: #EAEAEA;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	margin-top: 5px;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 5px 5px;
	margin-right: 3px;
	border-bottom-style: solid;
}
.tab01 a {
	
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#linux {
	
	font-size: 10px;
	color: #333333;
	border: 1px solid #CCCCCC;
	width: 95%;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#windows {
	
	font-size: 10px;
	color: #333333;
	border: 1px solid #CCCCCC;
	width: 95%;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#linux-reseller {
	
	font-size: 10px;
	color: #333333;
	border: 1px solid #CCCCCC;
	width: 95%;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#windows-reseller {
	
	font-size: 10px;
	color: #333333;
	border: 1px solid #CCCCCC;
	width: 95%;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#dedicated {
	
	font-size: 10px;
	color: #333333;
	border: 1px solid #CCCCCC;
	width: 85%;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#vps {
	
	font-size: 10px;
	color: #333333;
	border: 1px solid #CCCCCC;
	width: 85%;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.tab06 {
	background-image: url(http://www.imtechnologies.net/imt_image/business.jpg);
	float: left;
	border: 1px solid #CCCCCC;
	height: 99px;
	width: 180px;
	background-repeat: no-repeat;
	padding-top: 20px;
	text-align: center;

	}

.tab02 {
	background-image: url(http://www.imtechnologies.net/imt_image/linux.jpg);
	float: left;
	border: 1px solid #CCCCCC;
	height: 99px;
	width: 180px;
	background-repeat: no-repeat;
	padding-top: 20px;
	text-align: center;

	}


.tab02-hover {
	float: left;
	width: 180px;
	
	font-size: 10px;
	text-align: center;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(http://www.imtechnologies.net/imt_image/linux-hover.jpg);
	border-bottom-color: #CCCCCC;
	height: 110px;
	padding-top: 20px;
	margin-bottom: -1px;
	position: relative;

}

.tab03 {
	float: left;
	height: 99px;
	width: 180px;
	
	font-size: 10px;
	text-align: center;
	background-image: url(http://www.imtechnologies.net/imt_image/windows.jpg);
	background-repeat: repeat;
	border: 1px solid #CCCCCC;
	padding-top: 20px;
	margin-left: 8px;
}
.tab03-hover {
	float: left;
	height: 110px;
	width: 180px;
	
	font-size: 10px;
	text-align: center;
	background-color: #F8F8F8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-image: url(http://www.imtechnologies.net/imt_image/windows-over.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	position: relative;
	margin-bottom: -1px;
	margin-left: 8px;
}

.tab04 {
	background-image: url(http://www.imtechnologies.net/imt_image/dedicated.jpg);
	float: left;
	border: 1px solid #CCCCCC;
	height: 99px;
	width: 180px;
	background-repeat: no-repeat;
	padding-top: 20px;
	text-align: center;

	}


.tab04-hover {
	float: left;
	width: 180px;
	
	font-size: 10px;
	text-align: center;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(http://www.imtechnologies.net/imt_image/dedicated-hover.jpg);
	border-bottom-color: #CCCCCC;
	height: 110px;
	padding-top: 20px;
	margin-bottom: -1px;
	position: relative;

}


.tab05 {
	float: left;
	height: 99px;
	width: 180px;
	
	font-size: 10px;
	text-align: center;
	background-image: url(http://www.imtechnologies.net/imt_image/vps.jpg);
	background-repeat: repeat;
	border: 1px solid #CCCCCC;
	padding-top: 20px;
	margin-left: 8px;
}
.tab05-hover {
	float: left;
	height: 110px;
	width: 180px;
	
	font-size: 10px;
	text-align: center;
	background-color: #F8F8F8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-image: url(http://www.imtechnologies.net/imt_image/vps-hover.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	position: relative;
	margin-bottom: -1px;
	margin-left: 8px;
}



.detail {
	background-image: url(http://www.imtechnologies.net/imt_image/detail.jpg);
	background-position: left;
	padding-top: 4px;
	background-repeat: no-repeat;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	font-size: 11px;
	height: 17px;
	padding-right: 5px;
	padding-left: 20px;
	padding-bottom: 0px;
	margin-left: 15px;
}
.detail a { color: #FFFFFF;}
.detail a:hover { color: #FFFFFF;}
.order {
	background-image: url(http://www.imtechnologies.net/imt_image/order.jpg);
	background-position: left;
	padding-top: 4px;
	background-repeat: no-repeat;
	font-weight:bold;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	font-size: 11px;
	height: 17px;
	padding-right: 5px;
	padding-left: 20px;
	padding-bottom: 0px;
	margin-left: 15px;
}
.order a { color: #ffffff;}
.order a:hover { color: #ffffff;}

.stylehead {
	
	font-size: 11px;
	font-weight: bold;
	color: #4A4A4A;
	text-decoration: none;
	padding-left: 40px;
	text-align: left;


}

.stylehead-hover{
	
	font-size: 12px;
	font-weight: bold;
	color: #07a5d2;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 5px;
}

.styleheadhosting {
	
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding-left: 40px;
	text-align: center;
}


.tab01-hover {
	float: left;
	height: 20px;
	width: 120px;
	
	font-size: 11px;
	text-align: center;
	background-color: #E2E2E2;
	margin-top: 5px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 3px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	margin-bottom: -1px;
	position: relative;
	padding: 5px;
}
.tab01-hover a {
	
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#all {
	height: 0px;
	padding-top: 10px;
}
.spacer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F2F2F2;
	margin-top: -1px;
	}
.border001 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.caption-01 {
	background-color: #EEEEEE;
	background-image: url(http://www.imtechnologies.net/imt_image/arrow.gif);
	background-repeat: no-repeat;
	background-position: 3px;
	height: 15px;
	border: 1px solid #CCCCCC;
	padding-left: 20px;
	padding-top: 3px;
	font-size: 11px;
	font-weight: bold;
	
}
.learrnfeauter {
	background-image: url(http://www.imtechnologies.net/imt_image/learrnfeauter.jpg);
	background-position: left;
	padding-top: 4px;
	background-repeat: no-repeat;
	
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	font-size: 11px;
	height: 17px;
	padding-right: 5px;
	padding-left: 20px;
	padding-bottom: 0px;
	margin-left: 15px;
}

.learrnfeauter1 {
	background-image: url(http://www.imtechnologies.net/imt_image/learrnfeauter.jpg);
	background-position: left;
	padding-top: 4px;
	background-repeat: no-repeat;
	
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	font-size: 11px;
	height: 17px;
	padding-right: 5px;
	padding-left: 20px;
	padding-bottom: 0px;
	margin-left: 15px;
}

.learrnfeauter1 a{
	color: #FFFFFF;
	text-decoration: none;
}

.learrnfeauter1 a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}




.threed {
	
	font-size: 12px;
	font-weight: bold;
	width: 175px;
	height: 25px;
	text-align: right;
	color: #333333;
	background-image: url(http://www.imtechnologies.net/imt_image/tab01.jpg);
	padding-top: 18px;
	padding-bottom: 5px;
	float: left;
	border: 1px solid #CCCCCC;
}

.threed1 {
	
	font-size: 12px;
	font-weight: bold;
	width: 175px;
	height: 33px;
	text-align: right;
	color: #333333;
	background-image: url(http://www.imtechnologies.net/imt_image/tab01-hover.jpg);
	padding-top: 18px;
	padding-bottom: 5px;
	float: left;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: -1px;
	position: relative;
	background-color: #FFFFFF;
	margin-right: 5px;
}


.webmarketing {
	
	font-size: 12px;
	font-weight: bold;
	width: 175px;
	height: 25px;
	color: #333333;
	text-align: right;
	padding-top: 18px;
	background-image: url(http://www.imtechnologies.net/imt_image/tab01.jpg);
	padding-bottom: 5px;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	float: left;
	margin-right: 5px;

}

.webmarketing1 {
	
	font-size: 12px;
	font-weight: bold;
	width: 175px;
	height: 33px;
	text-align: right;
	color: #333333;
	background-image: url(http://www.imtechnologies.net/imt_image/tab01-hover.jpg);
	padding-top: 18px;
	padding-bottom: 5px;
	float: left;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: -1px;
	position: relative;
	background-color: #FFFFFF;
	margin-right: 5px;
}


.top10 {
	
	font-size: 12px;
	font-weight: bold;
	width: 175px;
	height: 25px;
	color: #333333;
	text-align: right;
	padding-top: 18px;
	background-image: url(http://www.imtechnologies.net/imt_image/tab01.jpg);
	padding-bottom: 5px;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	float: left;
	margin-right: 5px;
}

.top101 {
	
	font-size: 12px;
	font-weight: bold;
	width: 175px;
	height: 33px;
	text-align: right;
	color: #333333;
	background-image: url(http://www.imtechnologies.net/imt_image/tab01-hover.jpg);
	padding-top: 18px;
	padding-bottom: 5px;
	float: left;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: -1px;
	position: relative;
	background-color: #FFFFFF;
	margin-right: 5px;
}



.LinkPopularity {
	
	font-size: 12px;
	font-weight: bold;
	width: 178px;
	height: 25px;
	text-align: right;
	color: #333333;
	padding-top: 18px;
	background-image: url(http://www.imtechnologies.net/imt_image/tab02.jpg);
	background-repeat: no-repeat;
	padding-bottom: 5px;
	border: 1px solid #CCCCCC;
	float: left;
}

.LinkPopularity1 {
	
	font-size: 12px;
	font-weight: bold;
	width: 178px;
	height: 33px;
	text-align: right;
	color: #333333;
	background-image: url(http://www.imtechnologies.net/imt_image/tab02-hover.jpg);
	padding-top: 18px;
	padding-bottom: 5px;
	float: left;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: -1px;
	position: relative;
	background-color: #FFFFFF;
	margin-right: 5px;
}

.style31 {
	width:97%;
	float: left;
	
	font-size: 11px;
	color: #333333;
}

#ecommerce {
	border: 1px solid #CCCCCC;
	width: 95%;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}


#buisness {
	border: 1px solid #CCCCCC;
	width: 95%;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}


#webmarketing {
	
	font-size: 10px;
	color: #333333;
	border: 1px solid #CCCCCC;
	width: 95%;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#top10 {
	
	font-size: 10px;
	color: #333333;
	border: 1px solid #CCCCCC;
	width: 95%;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;;
}

#LinkPopularity {: #333333;
	border: 1px solid #CCCCCC;
	width: 95%;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}



#flash {
	
	font-size: 10px;
	color: #333333;
	border: 1px solid #CCCCCC;
	width: 95%;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#threed {

	
	border: 1px solid #CCCCCC;
	width: 95%;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#web {
	
	font-size: 10px;
	color: #333333;
	border: 1px solid #CCCCCC;
	width: 95%;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;


}


#flash {

	
	font-size: 10px;
	color: #333333;
	border: 1px solid #CCCCCC;
	width: 95%;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}


#corporate {

	
	font-size: 10px;
	color: #333333;
	border: 1px solid #CCCCCC;
	width: 95%;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}


#mymenu1 {

	
	font-size: 10px;
	color: #333333;
	width: 95%;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#mymenu2 {

	
	font-size: 10px;
	color: #333333;
	width: 95%;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#mymenu3 {
	font-size: 10px;
	color: #333333;
	width: 95%;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#mymenu5 {
	font-size: 10px;
	color: #333333;
	width: 95%;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}


#mymenu4 {

	font-size: 10px;
	color: #333333;
	width: 95%;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.caption-02 {
	background-repeat: no-repeat;
	background-position: 5px;
	height: 15px;
	margin:0px;
	padding-left: 20px;
	font-size: 1.2em;
	color:#ffffff;
	padding-top:0.5em; 
	padding-bottom:0.5em;
	background-color:#5A5E61;
	background-image: url(http://www.imtechnologies.net/imt_image/arrow.gif);
}

.caption-02 a {color:#ffffff; }
.caption-02 a:hover {color:#ffffff; }


.caption-02copy {
	background-repeat: no-repeat;
	background-position: 2px;
	height: 15px;
	padding-left: 20px;
	font-size: 11px;
	background-image: url(http://www.imtechnologies.net/imt_image/arrow1.jpg);

	
}


.cap {
	background-image: url(http://www.imtechnologies.net/imt_image/icon-closebutton.gif);
	background-repeat: no-repeat;
	background-position: 2px;
	height: 15px;
	padding-left: 15px;
	padding-top: 3px;
	font-size: 11px;
	
}

.caption-03 {
	background-image: url(http://www.imtechnologies.net/imt_image/arrow.gif);
	background-repeat: no-repeat;
	background-position: 3px;
	height: 15px;
	padding-left: 20px;
	padding-top: 3px;
	font-size: 12px;
	}
.icon {
	background-image: url(http://www.imtechnologies.net/imt_image/icon01.jpg);
	padding-left: 20px;
	background-repeat: no-repeat;
	
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-top: 13px;
	background-position: 2px 14px;
}

#h1top
{
	font-size: 10px;
	color: #666666;
	background-color: #F5F5F5;
	border: 3px solid #999999;
	margin-top: 25px;
	margin-left: 10px;
	width: 500px;
	padding: 3px;
	left: 11px;
	top: 11px;
	right: 11px;
	bottom: 11px;
	z-index: 1;
	position: relative;







}

h2, h1, h3, h4 {font-size: 11px; font-weight: bold; }


h1.top12 {
	font-size:11px;
	color:#333333;
	text-align:left;
	margin:0px;
	padding:3px 5px 4px 20px;
	background:url(http://www.imtechnologies.net/imt_image/bullet.gif) no-repeat 0px 5px;
	font-weight: normal;
}

h1.top1 {
	
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	text-align: left;
}

#h1top2
{
	
	font-size: 10px;
	color: #666666;
	background-color: #F5F5F5;
	position: absolute;
	border: 2px solid #999999;
	margin-top: 25px;
	margin-left: 10px;
	padding-left: 3px;
	padding-bottom: 3px;
	left: 298px;
	top: 156px;
	width: 250px;




}

.gray1 {
	width: 189px;
	background-image: url(http://www.imtechnologies.net/search_engine_promotion_india/images/r1.jpg);
	background-repeat: no-repeat;
	height: 92px;
	padding-top: 2px;





}


h1.top12 {
	font-size:11px;
	color:#333333;
	text-align:left;
	margin:0px;
	padding:3px 5px 4px 20px;
	background:url(http://www.imtechnologies.net/imt_image/bullet.gif) no-repeat 0px 5px;
	font-weight: normal;
}

.top2 {
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	text-align: left;
	border: 1px solid #CCCCCC;
	width: 130px;
	height: 55px;
	padding: 5px;

}
.article {
	font-family: verdana;
	font-size: 11px;
	color: #333333;
	font-weight: none;
}

.article a{
	font-family: verdana;
	font-size: 11px;
	color: #333333;
	font-weight: none;
}
.article a:hover{
	font-family: verdana;
	font-size: 11px;
	color: #07a5d2;
	text-decoration: underline;
}

.blink{
	
	font-size: 11px;
	color: #333333;
	text-decoration: blink;
	text-align: center;
	border: 1px solid #CCCCCC;
	width: 120px;
	padding: 3px;


}
#seopopup {

	
	font-size: 10px;
	color: #666666;
	background-color: #F5F5F5;
	position: absolute;
	border: 3px solid #999999;
	height: 135px;
	margin-top: 25px;
	margin-left: 10px;
	padding-left: 3px;
	padding-bottom: 3px;
	left: 336px;
	top: 603px;
	width: 310px;
}
.top5 {

	font-size: 11px;
	color: #333333;
	font-weight: normal;
	text-align: left;
	border: 3px solid #666666;
	width: 250px;
	height: 55px;
	padding: 5px;
}
#current_footnote {position:absolute; top:0px; right:0px; display:none; background:#ffffff; border:3px solid #017a9c; width:200px; padding:10px; color:#000; font-size:11px; z-index:999;}

.box018 {font-size:11px; }
.box019 {position:absolute; top:0px; right:0px; font-size:11px; visibility:hidden;}

.spacer {	height: 20px;}
.white {
	background-image: url(http://www.imtechnologies.net/imt_image/white_footer.jpg);
	height: 80px;
	width: 800px;
 
}
.gray {
	background-color: #EFEFEF;
	width: 189px;


}
.sideround {
	background-image: url(http://www.imtechnologies.net/imt_image/sideround.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 189px;
}
.sideroundflip {
	background-image: url(http://www.imtechnologies.net/imt_image/sideflipround.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 189px;
}
.text001 {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	margin-right: 10px;
	text-align: justify;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;

	
}
.price001 {
	font-size: 11px;
	font-weight: bold;
	color: #993300;
	background-image: url(http://www.imtechnologies.net/imt_image/tag.jpg);
	background-repeat: no-repeat;
	height: 32px;
	padding-right: 3px;
	padding-left: 12px;
	padding-bottom: 0px;
	margin-left: 15px;
	padding-top: 10px;

}
.text002 {
	font-size: 14px;
	font-weight: bold;
	color: #1398be;
	font-family: tahoma;
}
.linegray {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EBEBEB;
	background-color: #F5F5F5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	text-align: center;



}
.linegray01 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EBEBEB;
	background-color: #FBFBFB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	text-align: center;

}
.submit01 { font-family: Tahoma, Arial, Helvetica, sans-serif; cursor: pointer; cursor: hand; margin-top: 10px; padding: 4px 10px 4px 24px; color: #ffffff; font-size: 10px; height: auto; width: auto; overflow: visible; text-transform: uppercase; background: url(http://www.imtechnologies.net/imt_image/009.gif) 6px 7px no-repeat #1398be; text-decoration: underline; text-align: left; display: block; font-weight: bold; border: 1px solid #999999; }
.submit02 { font-family: Tahoma, Arial, Helvetica, sans-serif; cursor: pointer; cursor: hand; padding: 2px 7px 2px 15px; color: #ffffff; font-size: 10px; overflow: visible; text-transform: uppercase; background: url(/i/but/106.gif) no-repeat; text-decoration: none; text-align: left; display: block; font-weight: bold; border: 0px; }
.submit03 { font-family: Tahoma, Arial, Helvetica, sans-serif; cursor: pointer; cursor: hand; margin-left: 73px; margin-right: 5px; padding: 2px 7px 2px 15px; color: #fff; font-size: 10px; overflow: visible; text-transform: uppercase; background: url(/i/but/107.gif) no-repeat; text-decoration: none; text-align: left; display: block; font-weight: bold; border: 0px; }
.submit04 { font-family: Tahoma, Arial, Helvetica, sans-serif; cursor: pointer; cursor: hand; padding: 2px 12px 2px 15px; color: #666666; font-size: 9px; overflow: visible; text-transform: lowercase; background: url(/i/but/108.gif) no-repeat; text-decoration: none; text-align: left; display: block; font-weight: bold; border: 0px; }
.submit05 { font-family: Tahoma, Arial, Helvetica, sans-serif; cursor: pointer; cursor: hand; margin-top: 5px; padding: 2px 7px 2px 15px; color: #fff; font-size: 10px; overflow: visible; text-transform: uppercase; background: url(/i/but/109.gif) no-repeat; text-decoration: none; text-align: left; display: block; font-weight: bold; border: 0px; }
.price {
	background-image: url(http://www.imtechnologies.net/imt_image/price_tag.jpg);
	background-repeat: no-repeat;
	margin-top: 14px;
	height: 38px;
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #993300;
	margin-left: 55px;
	padding-top: 3px;




}
.plan {
	background-image: url(http://www.imtechnologies.net/imt_image/plan.jpg);
	background-position: right;
	padding-top: 4px;
	background-repeat: no-repeat;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	font-size: 10px;
	height: 17px;
	padding-right: 5px;
	padding-left: 55px;

}
.plan a{
	color: #ffffff;
	text-decoration: none;
	
}
.plan a:hover{
	color: #ffffff;
	text-decoration: underline;
	
}.dot {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	padding-right: 5px;
	padding-left: 5px;


}
.client {
	background-image: url(http://www.imtechnologies.net/web_hosting_india/images/ticket.jpg);
	padding: 2px 2px 2px 25px;
	background-repeat: no-repeat;
	margin: 8px

}
.clientsupport {
	
	padding: 2px 2px 2px 12px;
	background-repeat: no-repeat;
	margin: 8px;

}


.imp{
	background-image: url(http://www.imtechnologies.net/imt_image/imp.gif);
	background-position: 0px 5px;
	padding-left: 30px;
	padding-top: 12px;
	height: 28px;
	background-repeat: no-repeat;
	text-align: left;
	font-weight: bold;
	margin-left: 5px;
	}
.box1 {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	border: 1px solid #999999;
}
legend {
	color: #666666;
	border: #CCCCCC;
}
fieldset {
	border: thin 1 #CCCCCC;
}

.porfoliolabel
{
	color:#1398be;
	font-size:11px;
	font-weight:bold;
}
.text001Copy {

	font-size: 11px;
	font-weight: normal;
	color: #333333;
	margin-right: 10px;
	text-align: justify;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}

.tutor
{
text-align:left;
width:650px;
padding-left: 15px;
}


.boxred input {
	color: #ffffff;
	background-color: #A51810;
}

.borderCopy {

	font-size: 11px;
	font-weight: normal;
	color: #333333;
	border: 1px solid #D1D1D1;
	padding-right: 10px;

}

.newsborder{

	font-size: 11px;
	font-weight: normal;
	color: #333333;
	border: 1px solid #F0F0F0;
	padding-right: 10px;
	margin-left: 6px;
	width: 172px;

}

.bpborder{
width: 175px;
background-color: #F0F0F0;
font-size: 12px;
font-weight: bold;
color: #333333;
margin-left: 6px;
text-transform: uppercase;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
}

.texthead a{
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #1398be;
	vertical-align: middle;
	padding-bottom: 0px;
	background-position: 0px 10px;
	padding-top: 7px;
}


/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.1 Plugin: WP-PageNavi 2.11									|
|	Copyright (c) 2007 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://www.lesterchan.net													|
|																							|
|	File Information:																	|
|	- Page Navigation CSS Style													|
|	- wp-content/plugins/pagenavi/pagenavi-css.css						|
|																							|
+----------------------------------------------------------------+
*/


.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #ffffff;
	color: #ffffff;
	background-color: #941212;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #114477;
	color: #114477;
	background-color: #FFFFFF;
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #ffffff;
	background-color: #393C39;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

.apt01 {
	padding:6px 14px;
	font-size:12px;
	color:#333333;
	background:url(http://www.imtechnologies.net/imt_image/arrow.gif) no-repeat 0px 9px;
	font-weight:bold;
	border-bottom:1px solid #E1E1E1;
	text-align:left;
	
	margin-top: 10px;

}

#hostinglogo{
width: 203px;
float: left;

}
#position01{
width:98%;
float: left;
margin-left:5px;
}

.tutor
{
text-align:left;
width:650px;
padding-left: 12px;
}


<!--start tutorial inside page menu css style-->


/* CSS menu111s - Horizontal CSS menu111 with Dropdown and Popout menu111s - 20050131 */


/* Begin CSS Popout menu111 */

#menu111111{
width:100%;
background-color:#000000;
}

#menu111 a, #menu111 h2{
font:bold 11px arial,helvetica,sans-serif;
width:150px;
display:block;
border-width:1px;
border-style:solid;
border-color:#ccc #888 #555 #bbb;
margin-left:5px;
padding:1px 0 1px 3px;
}

#menu111 h2{
color:#fff;
background:#000 url(/css/images/expand3.gif) no-repeat 100% 100%;
text-transform:uppercase
}

#menu111 a{
background:#eee;
text-decoration:none;
}

#menu111 a, #menu111 a:visited{
color:#000;
}

#menu111 a:hover{
color:#a00;
background:#ddd;
}

#menu111 a:active{
color:#060;
background:#ccc;
}

#menu111 ul{
list-style:none;
margin:0;
padding:0;
float:left;
width:150px;
}

#menu111 li{
position:relative;
}

#menu111 ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
}

#menu111 ul ul ul{
top:0;
left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu111 h2:hover{
background:#000 url(/css/images/expand3.gif) no-repeat -999px -9999px;
}

div#menu111 li:hover{
cursor:pointer;
z-index:100;
}

div#menu111 li:hover ul ul,
div#menu111 li li:hover ul ul,
div#menu111 li li li:hover ul ul,
div#menu111 li li li li:hover ul ul
{display:none;}

div#menu111 li:hover ul,
div#menu111 li li:hover ul,
div#menu111 li li li:hover ul,
div#menu111 li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#menu111 a.x, #menu111 a.x:visited{
font-weight:bold;
color:#000;
background:#eee url(/css/images/expand3.gif) no-repeat 100% 100%;
}

#menu111 a.x:hover{
color:#fff;
background:#000;
}

#menu111 a.x:active{
color:#060;
background:#ccc;
}

/* End CSS Popout menu111 */

/* Begin Content Area - Not Part of CSS Popout menu111 */

/* End Content Area - Not Part of CSS Popout menu111 */


<!--end tutorial inside page menu -->

<!-- RSS Feed Reader -->

ul.clb_plus li {
	background: url(http://www.imtechnologies.net/imt_image/feed-icon_orange-10px.png) no-repeat left center;
	padding-left: 15px;
}
<!-- End RSS Feed Reader -->


/*-- Left Side Other Services Scrolling Menu Styles  --*/
.menuFrame{
	overflow: hidden;
	position: absolute;
	top:0px;
	left:0px;
}
.menu{
	position:relative;
	overflow:hidden;
	width:200px;
	height:100%;
	padding:0px;
	border-right:1px solid #cacbce;
}
.menu ul{margin:0px;padding:0px;list-style:none;}
.menu ul li{
	width:200px;
	margin:0px;
	padding:0px;
	background-color:#F0F0F0;
	border-bottom:1px solid #cacbce;
	border-left:1px solid #cacbce;
	height:25px;
	line-height:25px;
	clear:both;
	text-align:left;
}
#productsFrame{margin-left:-2px;}
#productsFrame, #products ul li{width:200px;}

.ex-pullquote, .pullquote {

   float : right;
   width : 210px;
   border : 0;
   color : #737573;
   font-family : georgia, palatino, 'times new roman', serif;
   font-size : 130%;
   font-weight : bold;
   font-style : italic;
   margin : -5px 0 15px 10px;
 }

 .pullquote {
   width : 250px;
   margin : -25px 0 20px 15px;
 }

blockquote { 
  background : url(http://www.imtechnologies.net/imt_image/bb_quotes.gif) no-repeat top left;
  margin : 15px 0 0 5px;
  padding : 5px 20px 0 25px;
  border-right : 1px dotted #99cc66; 
  border-left : 1px dotted #99cc66; 
  color : #666;
  text-indent : 30px;
}


.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#333333;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(http://www.imtechnologies.net/imt_image/dialog2-blue-800x1600.png) no-repeat top right;
 _background-image:url(http://www.imtechnologies.net/imt_image/dialog2-blue.gif);
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1 {
 padding-bottom:0px;
}

.resourcebox { margin-top:10px; background-color:#EFEDED; padding:5px; border: 1px dotted #878787; }



/* rounded corner with no images */
.xsnazzy h1, .xsnazzy h2, .xsnazzy p {margin:0 10px; letter-spacing:1px;}
.xsnazzy h1 {font-size:2.0em; color:#ffffff;}
.xsnazzy h2{font-size:1.5em; color:#ffffff; border:0;}
.xsnazzy p {padding-bottom:0.7em; color:#ffffff;}
.xsnazzy td {padding-bottom:0.5em; color:#ffffff;}
.xsnazzy h1, h2, h3 {padding-top:0.5em; padding-bottom:0.5em;}
.xsnazzy a {color:#ffffff;}
.xsnazzy a:hover {color:#ffffff; text-decoration:underline;}
.xsnazzy {background: transparent; margin-right:0em; margin-top:1em;margin-bottom:1em;} 

.xsnazzy em {display:block; width:0; height:0; color:#A51810; overflow:hidden; border-top:12px solid #fff; border-left:12px dotted transparent; border-right:12px dotted transparent; margin-left:50px;}
/* hack for IE5.5 */
* html .xsnazzy em {width:24px; height:12px; w\idth:0; hei\ght:0;}
.xsnazzy span {display:block; width:0; height:0; color:#fff; overflow:hidden; border-top:10px solid #A51810; border-left:10px dotted transparent; border-right:10px dotted transparent; margin-left:52px; margin-top:-15px;}
* html .xsnazzy span {width:20px; height:10px; w\idth:0; hei\ght:0;}

.xb1, .xb2, .xb3, .xb4, .xb5, .xb6, .xb7 {display:block; overflow:hidden; font-size:0;}
.xb1, .xb2, .xb3, .xb4, .xb5, .xb6 {height:1px;}
.xb4, .xb5, .xb6, .xb7 {background:#ccc; border-left:1px solid #fff; border-right:1px solid #fff;}

.xb1 {margin:0 8px; background:#fff;}
.xb2 {margin:0 6px; background:#fff;}
.xb3 {margin:0 4px; background:#fff;}
.xb4 {margin:0 3px; background:#BC1E15; border-width:0 5px;}

.xb5 {margin:0 2px; background:#BC1E15; border-width:0 4px;}
.xb6 {margin:0 2px; background:#BC1E15; border-width:0 3px;} 
.xb7 {margin:0 1px; background:#BC1E15; border-width:0 3px; height:2px;} 

.xboxcontent {display:block; background:#BD1C10; border:3px solid #fff; border-width:0 3px;}



.xsnazzyg h1, .xsnazzyg h2, .xsnazzyg p {margin:0 10px; letter-spacing:1px;}
.xsnazzyg h1 {font-size:2.0em; color:#ffffff;}
.xsnazzyg h2{font-size:1.5em; color:#ffffff; border:0;}
.xsnazzyg h3{font-size:1.5em; color:#ffffff; border:0;}
.xsnazzyg p {padding-bottom:0.7em; color:#ffffff;}
.xsnazzyg td {padding-bottom:0.5em; color:#ffffff;}
.xsnazzyg h1, h2, h3 {padding-top:0.5em; padding-bottom:0.5em;}
.xsnazzyg {background: transparent; margin-right:2em;margin-top:1em;margin-bottom:1em;} 

.xsnazzyg em {display:block; width:0; height:0; color:#A51810; overflow:hidden; border-top:12px solid #fff; border-left:12px dotted transparent; border-right:12px dotted transparent; margin-left:50px;}
/* hack for IE5.5 */
* html .xsnazzyg em {width:24px; height:12px; w\idth:0; hei\ght:0;}
.xsnazzyg span {display:block; width:0; height:0; color:#fff; overflow:hidden; border-top:10px solid #A51810; border-left:10px dotted transparent; border-right:10px dotted transparent; margin-left:52px; margin-top:-15px;}
* html .xsnazzyg span {width:20px; height:10px; w\idth:0; hei\ght:0;}

.xb1g, .xb2g, .xb3g, .xb4g, .xb5g, .xb6g, .xb7g {display:block; overflow:hidden; font-size:0;}
.xb1g, .xb2g, .xb3g, .xb4g, .xb5g, .xb6g {height:1px;}
.xb4g, .xb5g, .xb6g, .xb7g {background:#ccc; border-left:1px solid #fff; border-right:1px solid #fff;}

.xb1g {margin:0 8px; background:#fff;}
.xb2g {margin:0 6px; background:#fff;}
.xb3g {margin:0 4px; background:#fff;}
.xb4g {margin:0 3px; background:#737173; border-width:0 5px;}

.xb5g {margin:0 2px; background:#737173; border-width:0 4px;}
.xb6g {margin:0 2px; background:#737173; border-width:0 3px;} 
.xb7g {margin:0 1px; background:#737173; border-width:0 3px; height:2px;} 

.xboxcontentg {display:block; background:#737173; border:3px solid #fff; border-width:0 3px;}
.xboxcontentg a {color:#ffffff; text-decoration:none;}
.xboxcontentg a:hover {color:#ffffff;}


/* End */


.fbpborder {
	border: solid 1px #dddddd;
	padding: 8px;

	
}

.fpblinkborder{
	margin-left: 5px;
	border-left: solid 1px #dddddd;
	border-right: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	width: 755px;
	padding: 2px;
	background-color: #F5F5F5;
	font-size: 12px;
	line-height: 15pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		
}


.fpblinkborder a{
	font-size: 12px;
	color: #000000;
	line-height: 15pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 3px;	
}

.fpblinkborder a:hover{
	font-size: 12px;
	color: #ffffff;
	line-height: 15pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	background-color: #B0B0B0;
	padding: 3px;	
}

.fpblinkborder ul {
	margin:0;
	padding:0;
	font:bold 11px verdana,sans-serif;
	color:#6c6;
	}
.fpblinkborder ul li ul {
	display:inline;
	font-weight:normal;
	}
.fpblinkborder ul li {
	margin:0;
	padding:0;
	list-style:none;
	}
.fpblinkborder ul li ul li {
	display:inline;
	margin:0;
	padding:0;
	list-style:none;
	}

.fpblinkborder ul li a {
	color:#000;
	background:url(http://www.imtechnologies.net/imt_image/link-border.gif) no-repeat right;
	padding:0 7px 0 0;
	margin:0 2px 0 0;
	white-space:nowrap;
	}
.fpblinkborder ul li.last a {
	background:none;
	}
.fpblinkborder ul li a:hover {
	text-decoration:underline;
	padding:0 7px 0 0;
	}


.rbpchannel{
	background-image: url(http://www.imtechnologies.net/imt_image/redstrip.jpg);
	background-repeat: no-repeat;
	height: 61px;
	padding-top:10px;
	padding-left:145px;
	font-size: 12px;
	color: #ffffff;
	line-height: 15pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.rbpchannel a{
	font-size: 12px;
	color: #ffffff;
	line-height: 15pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 3px;	
}

.rbpchannel a:hover{
	font-size: 12px;
	color: #ffffff;
	line-height: 15pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	background-color: #D7201E;
	padding: 3px;	
}

.rbpchannel a:active{ Text-Decoration:underline;}


.rbpchannel ul {
	margin:0;
	font-weight:normal;
	}
.rbpchannel ul li {
	display:inline;
	margin:0;
	padding:0;
	list-style:none;
	}

.rbpchannel ul li a {

		
	background:url(http://www.imtechnologies.net/imt_image/link-border-white.gif) no-repeat right;
	padding:0 7px 0 0;
	margin:0 2px 0 0;
	white-space:nowrap;
	}
.rbpchannel ul li.last a {
	background:none;
	}
.rbpchannel ul li a:hover {
	text-decoration:underline;
	padding:0 7px 0 0;
	}
.priceonly {background-color:#AF0C0C; padding:5px; color:#ffffff;}

#bg{
background:url(http://www.imtechnologies.net/imt_image/white-grad.jpg) repeat-x;
margin: 0px;
height: 100px;
}

h2.tt{
color: #ffffff;
font-size: 12px;
font-weight: normal;
}

#pp{
float: right;
width: 200px;
padding: 12px 10px 0px 0px;
}
#seo { float:left; width:48.5%; }
#seo dl {margin:0px}
#seo dt { margin:0 0 0.2em; border-bottom: 1px solid #eeeeee;}
#seo dt a {font-weight:normal;}
#seo dd {margin:0; padding-bottom:1px;}



.style8001 { float:left; width:60%; }
.style8001 ul{
	list-style-type: none;
	padding:6px 10px 0px 0px;
	line-height: 20px;
	margin: 0px;
	}
 .style8001 li{
	list-style-type: none;
	background:no-repeat;
	list-style-position: inside;
	list-style-image: url(images/bullet.gif);
	border-bottom: 1px solid #eeeeee;
 }
  .style8001 li a{
	list-style-type: none;
	padding: 6px;
	
 }

.style8011 { float:right; width:35%;}
.mainheading{
	background-color: #AF0C0C;
	color: #ffffff;
	font-weight: bold;
	padding-left: 10px;
}
.gg{
border-bottom: 1px solid #818181;
}


#footerlinks{
color: #000000;
font-size: 11px;
}

#footerlinks ul{
margin: 0px;
padding: 0px;
}

#footerlinks li {
display: inline;
list-style: none;
margin: 0px;
padding: 0px;
}

#footerlinks li a{
background:url(http://www.imtechnologies.net/imt_image/link-border-gray.gif) no-repeat right;
background-repeat: no-repeat;
display: inline;
list-style: none;
margin: 0px;
padding: 0px 5px 0px 0px;
}
.excerpt{
font-face: verdana;
font-size:11px;
}


.order01 {
	background: url(images/order1.jpg) no-repeat;
	padding: 2px 5px 0px 20px;
	font-weight:bold;
	color: #ffffff;
	text-decoration: none;
	height: 17px;
	font-size: 12px;
	}
	
.order01 a { color: #ffffff;}
.order01 a:hover { color: #ffffff;}
.homeheading01 {
	background-image: url(http://www.imtechnologies.net/imt_image/h1arrow.jpg);
	padding-left: 20px;
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
	color: #1398be;
	text-transform: uppercase;
	}
	
.homeheading01 a {
	font-size: 13px;
}