@charset "utf-8";
/* CSS Document */


body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.twoColFixRtHdr #container { 
	width: 917px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	padding:0px;
 /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}

.twoColFixRtHdr #mainContent { 
/*	margin: 0 300px 0 0; *//* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	margin-top:15px;
	float:left;
	width:521px; 
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:11px;
	color:#333333;
	line-height: double;
	text-align:justify;
} 

.twoColFixRtHdr #mainContent blockquote{
margin-left:30px;
}

.twoColFixRtHdr #mainContent p.ind1{
margin-left:15px;
}

.twoColFixRtHdr #mainContent p.ind2{
margin-left:30px;
}

.twoColFixRtHdr #mainContent h1 {
font-size:18px;
color:#6c9817;
cursor:default;
}

.twoColFixRtHdr #mainContent h2 {
font-size:14px;
color:#005aa5;
}

.twoColFixRtHdr #mainContent a { 
color:#3399cc;
text-decoration:none;
}

.twoColFixRtHdr #mainContent a:hover { 
color:#3399cc;
text-decoration:underline;
}

.twoColFixRtHdr #footer { 
	border-top: 1px solid #cccccc;
	margin-top:40px;
	padding-bottom:30px;
} 

.HorizonLine_Blue{ 
	border-top: 1px solid #66ccff;
	margin-top:5px;
	margin-bottom:5px;
} 

.HorizonLine_Gray{ 
	border-top: 1px solid #cccccc;
	margin-top:10px;
	margin-bottom:10px;
} 

#AccReg {
	width:100%;
	height:20px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRtHdr #sidebar1 { width: 376px; }


/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { padding-top: 15px; }

.twoColFixRtHdr #sidebar2 
{
float:right;
margin-right:25px;
width:260px; 
font-size:11px;
color:#333333;
line-height: double;
/* text-align:justify; */
}

.twoColFixRtHdr #sidebar2 h1 {
font-size:24px;
color:#6c9817;
cursor:default;
}

.twoColFixRtHdr #sidebar2 h2 {
font-size:14px;
color:#005aa5;
}

.twoColFixRtHdr #sidebar2 a { 
color:#3399cc;
text-decoration:none;
}

.twoColFixRtHdr #sidebar2 a:hover { 
color:#3399cc;
text-decoration:underline;
}

.twoColFixRtHdr #sidebar2  a.underline { 
color:#3399cc;
text-decoration:underline;
}

.twoColFixRtHdr #sidebar2  a.underline:hover { 
color:#3399cc;
}

.twoColFixRtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

#topmenu {
font-size:9px;
float:right;
}

#topmenu a {
text-decoration:none;
color:#0059a3;
}

#topmenu a:hover { text-decoration:underline;}

#hearder{
margin-top:15px;
}

#ban-heading {
text-align:center;
width:539px;
height:26px;
background:url(../images/heading01.gif);
margin-top:4px;
}

#banner {
height:85px;
width:917px;
background:url(../images/banner.png) bottom no-repeat;
}

#domaintable {
float:right;
margin-top:34px;
margin-right:-32px;
width:364px;
padding-right:35px;
}

#whoisbox {
height:68px;
width:363px;
background:url(../images/whois.png) bottom no-repeat;
}

#whoisinput {
float:right;
margin-top:25px;
margin-right:-40px;
width:364px;
padding-right:35px;
}

#menu {
margin-top:20px;
margin-bottom:-5px;
width:895px;
height:35px;
padding-top:5px;
margin-left:10px;
background:url(../images/menu-bg.gif) top no-repeat;
}

#menuitem {
margin-left:5px;
}

#menusub {
width:917px;
height:29px;
background:url(../images/menu-int-bg.gif) bottom no-repeat;
}

#menusubtxt{
margin-left:20px; 
margin-top:2px;
float:left;
}

#menusubtxt .sep{
width:1px;
height:10px;
margin-left:2px;
margin-right:2px;
background-image:url(../images/menu-int-sep.gif);
}

#menusubtxt a{
font-size:9px;
color:#000000;
text-decoration:none;
}

#menusubtxt a:hover{
text-decoration: underline;
}

#breadcrumb{
font-size:9px;
color:#333333;
margin-bottom:30px;
}

#breadcrumb a{
font-size:9px;
color:#3399cc;
}

#accregbody{
margin-left:5px;
}

.accregcolumn{
float:left;
}

.contactbox{
float:left;
width:260px;
height:180px;
background-image:url(../images/contactbox.gif);
text-align: left;
}

.whitebox{
margin:20px 10px 10px 10px;
width:275px;
height:180px;
background-image:url(../images/whitebox.gif);
background-color:#FF9F55;
text-align: center;
}

.whitebox .firstbox{
	width:100%;
	height:85%;
}

.whitebox .secondbox{
	width:100%;
	height:15%;
}

.whitebox strong.companyname{
	font-size:14px; color:#006699;
}

.whitebox strong.country{
	font-size:10px; color:#666666;
}

.whitebox a{
	font-size:10px;
	float:right;
	color:#3399cc;
	margin-right:3px;
}

.whitebox a.img{
	float:right;
	margin-right:15px;
}

#footertxt{
color: #000000;
font-size:9px;
text-align:left;
width:100%;
margin: 0 auto;
margin-top:20px;
text-align:center;
}

#footertxt a{ color:#3399cc; text-decoration:none;}
#footertxt a:hover{text-decoration:underline;}

.bg-box{
background:url(../images/bg-box.png) top no-repeat;
width:336px;
height:141px;
padding-left:25px;
padding-right:15px;
line-height:14px;
}

.bg-box ul li{
font-size:10px;
line-height:16px;
}

.bg-box2{
margin-top:5px;
background:url(../images/nicbz-directory-ad.jpg) top no-repeat;
width:333px;
height:130px;
padding-left:25px;
padding-right:15px;
line-height:14px;
}

.bg-box2 ul li{
font-size:10px;
line-height:16px;
}

.dotted{
margin-top:15px;
margin-bottom:15px;
height:2px;
width:521px;
border-bottom: solid;
border-width:1px;
border-bottom-color:#cccccc;
/* background:url(../images/dotted.gif) top repeat-x; */
}

#newdomain{
padding-top:15px;
}

#bgwhois{
background:url(../images/bg-whois.png) top no-repeat;
width:324px;
height:75px;
float:left;
margin-top:15px;
line-height:normal;
font-size:11px;
color:#FFFFFF;
}

/* old
.Ico-Calendar{
background:url(../images/ico-Calendar.gif);
width:50px;
height:43px;
float:right;
} */

.Ico-Calendar{
background:url(../images/calendar-icon.png);
width:64px;
height:64px;
float:right;
}

/* old
.Ico-Calendar #dayofmon{
text-align:center;
margin-top:10px;
color:#9c0c0c;
} */

.Ico-Calendar #dayofmon{
text-align:center;
margin-top:25px;
color:#9c0c0c;
}
