/* CSS genet.com */


/* ======================== General Definition ========================== */

*{
	padding:0px;
	margidn:0px;
}

body{
	background:#C0C0C0;
	font:11px tahoma, verdana, Arial, Helvetica, sans-serif;
	color:#666;
}




/* ======================== Container ============================== */

#container{
	width:775px;
	margin:0px auto;
	position:relative;
	background:url(../images/getnet_topbg.gif) repeat-x #FFF;
	display:table;
	
}


/* ======================== Page Components =========================== */

/* HEADER */
#header{
	position:relative;
	height:150px;
	width:775px;
}

#logo{
	position:absolute;
	top:20px;
	left:9px;
}

#slogan{
	position:absolute;
	top:60px;
	left:190px;
}

#topBanner{
	position:absolute;
	top:0px;
	right:15px;
}




/* ======================== Pagination ============================== */
.pagination{
    font:"Times New Roman", Times, serif;
    color:#CC0033;
	text-decoration:none;
	font:bold;
	font-size:10px;
}

/* ==================Icon Set ==========================*/

#iconSet{
	position:absolute;
	top:90px;
	left:10px;
}

#iconSet img{
	margin-right:15px;
}

/* ==================== Navication =====================*/
#navigation{
/*	text-align:right;
	margin-right:15px;*/
	position:absolute;
	right:15px;
	top:0px;
	z-index:100;
}
	


/*================== Container ========================*/
/* LEFT CONTAINER */
#leftContainer{
	position:relative;
	float:left;
	width:185px;
	display:block;
	border-left:6px solid #D2013A;
	padding:10px 0 0 15px;
}



#leftContainer ul{
	list-style:none;
	margin:5px 0 10px; /* Since we are using images for header we are assigning 5px margins
}

#leftContainer li{
/*	list-style-image:url(images/getnet_arrow.gif);*/
/*	list-style-position:inside;*/
}


#leftContainer a, #leftContainer a:active, #leftContainer a:visited{
	background:url(../images/getnet_arrow.gif) left center no-repeat;
	padding-left:15px;
	margin-left:5px;
	line-height:17px;	
	text-decoration:none;
	color:#666;
}

#leftContainer a:hover{
	background:url(../images/getnet_arrow_red.gif) left center no-repeat;
	color:#D2013A;
}



/*** contact ***/
#contact{
	background:url(../images/getnet_contact.png) no-repeat;
	width:190px; /* height and width adjusted with the padding*/
	height:160px;
	margin-left:-20px; /* because left container has padding 20px;*/
	padding:35px 0 0 10px;
}


/* RIGHT CONTAINER */
#rightContainer{
	position:relative;
	float:right;
	width:552px;
	vertical-align:top;
/*	height:700px;*/
}


/*** Products ***/

#product{
	background:url(../images/getnet_product_back.jpg) 0 10px no-repeat;
	/*margin-top:20px; /* This margin is set so that the navigator icons cannot overlap the product dispaly */
	/* There was an IE6 bug so the background is shifted rather than margin */
	padding:60px 10px 10px 0px;
/*	height:250px;  just set for testing have to be manipulated*/
/*	display:table;*/
	float:left;
}
#product .product_text {
	margin:-45px 0px 30px 40px;
	font:13px "trebuchet ms",verdana,arial;
    color:#D2013A;
    font-weight:bold;
    text-transform:uppercase;
	text-decoration:none;
}

#loading{
	width:552px;
	background:url(../images/getnet_productback.gif) 0 10px no-repeat;
	padding:60px 10px 10px 0px;
	float:inherit;
}


/*.blk{
	margin-left:18px;
	margin-right:14px;
	float:left;
	width:160px;
	display:block;
	position:relative;
}

.blk[class]{ /*IE6 Can't see this*/
/*	margin-left:18px;
}

.blk p{
	margin-top:30px;
	text-align:justify;
}

*/

.blk{
	width:155px;
	float:left;
	position:relative;
}

.blk img{
	margin-top:20px;
	margin-left:10px;
}

.blk P{
	margin-top:30px;
	text-align:justify;
}

.blk1{
	margin-left:10px;
}

.blk1[class]{
	margin-left:20px;
}

.blk2,.blk3{
	margin-left:20px;
}


.more{
	float:right;
	margin:10px 5px 0 0;
}


/*** Services ***/
#services{
	float:left;
}

.blkService{
	background:url(../images/getnet_services_bg.gif) repeat-y;
	width:178px;
	float:left;

}

.blkService p{
	text-align:justify;
	margin-left:25px;
	margin-right:10px;
}

.blkService .btmImg{
	vertical-align:bottom;
}

.moreS{
	float:right;
	margin:10px 10px 0 0;
}


/*** Client Quote ***/
#clientQuote{
	background:url(../images/getnet_client_quote_back.gif) no-repeat;
	width:316px; /* height and width adjusted with padding*/
	height:	100px;
	float:right;
	margin-right:13px;
	padding:55px 40px 0 40px;
	color:#444243;
}

#clientQuote h1{
	font:25px "trebuchet ms", Verdana, Arial, Helvetica, sans-serif;
}

#clientQuote h2{
	text-align:right;
	font:bold 14px "trebuchet ms";
}

/*** Web Hosting ***/
#wh{
	position:absolute;
	left:-200px;
	bottom:0px;
	display:block;
}

/* FOOTER */
#footer{
	position:relative;
	float:left;
	width:772px;
	height:90px;
	background:url(../images/getnet_footerbg.gif) repeat-x #D2013A;
	color:#FFF;
	text-align:center;
	line-height:18px;
	right:-1px;
}

#footer[id]{ /* Tackling IE6 bugs */
	width:774px;
}

#footer a,
#footer a:visited,
#footer a:active
{
	color:#FFF;
	text-decoration:none;
}

#footer a:hover{
	color:#C0C0C0;
}




/* ====================== Formatting ====================== */
.clearBoth{
	clear:both;
}
.category_heading{
 font:13px "trebuchet ms",verdana,arial;
    color:#D2013A;
    font-weight:bold;
    text-transform:uppercase;
	text-decoration:none;
}

/*** finxing png file for IE6 ***/
.png{
	behavior: url(iepngfix.htc);
}


/******************************* for the image magnifier ************************/
/* Sample PopBox CSS Classes */
/* PopBox.js, Copyright (c) 2007, C6 Software, Inc. (http://www.c6software.com/)*/

.PopBoxImageSmall
{
	border: none 0px #ffffff;
	cursor: url("../images/magnifier/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
	border: solid 1px #999999;
	cursor: url("../images/magnifier/magminus.gif"), pointer;
}
.PopBoxImageShrink
{
	cursor: url("../images/magnifier/magminus.gif"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}


/*************************** end of iimage magnifier ****************************/


/*************************** starting of product info css ****************************/
#picLabel{
    position:absolute;
    top:200px;
	left:150px;
	vertical-align:sub;
	font-size:medium;
    font:bolder;
	font-family:Georgia,"Times New Roman", Times, serif;
}

#leftProductShow{
	width:345px;
	margin:10px 10px;
	position:relative;
	float:left;
	text-align:left;
}

#leftProductShow[id]{
	margin:10px 15px;
}
.imgPaddingTop{
	padding-top:0px;
	margin-top:-2px;
}

#leftProductShow b{
	color:#D2013E;
}

#leftProductShow p{
	text-align:right;
	padding-right:18px;
}

#rightProductShow{
	width:380px;
	float:right;
	position:absolute;
 }
#ProductDetail{
	/*position:absolute;
	top:200px;
	right:150px;
	left:350px;
	height:auto; */
	position:relative;
	float:left;
	left:350px;
	top:-180px;
	width:405px;
}
#ProductHeading{
	position:absolute;
	top:300px;
	right:400px;
}
#rightProductShow h1{
	text-transform:uppercase;
	color:#666;
	font:bold 12px tahoma, Verdana, Arial, Helvetica, sans-serif;
}


#rightProductShow a,#rightProductShow a:active,#rightProductShow a:visited{
	color:#D2013A;
}

#rightProductShow a:hover{
	text-decoration:none;
}
/*************************** ending of product info css ****************************/



/*************************** clinet_feedback css ****************************/
#midName{
	position:inherit;
    color:#BFB7BD;
}
#country{
	position:inherit;
    color:#666666;
}

#formHeading{
	position:inherit;
    color:#CE1400;
	font-size:16px;
	font:large;
	font-family:"Book Antiqua";
}


/***************8 latest added **********************/

.btn1{
	background:url(../images/getnet_btn_back1.png) no-repeat;
	height:17px;
	width:54px;
	color:#FFF;
	text-align:center;
	line-height:5px;
	
	font:13px impact, Helvetica, sans-serif;
}
.btn{
	background:url(../images/getnet_btn_back.png) no-repeat;
	height:29px;
	width:84px;
	color:#FFF;
	text-align:center;
	line-height:29px;
	font:16px impact, Helvetica, sans-serif;
}

.normal{
color:#FFFFFF;
text-decoration:none;
}

.title{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
font-weight:bold;
color: #CC3300;
}

.green_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #649B19;
	text-decoration: none;
}
.padding {
padding-right:5px;
padding-left:6px;

}

.normal10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

TD.pageHeading{
font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #BB0600;
  text-decoration: none;  
  
}

.text{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-decoration:none;
color:#999999;
}
.inputRequirement {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	text-decoration: none;
}