/**************************************************************************************/
/*
GLOBAL.CSS
============
Only define general styles here
*/
/**************************************************************************************/

/* General elements reset to reduce cross-browser bugs */
html, body, h1, h2, h3, h4, h5, h6, form, ul, ol, li, p, dl, dt, dd, img { padding:0; margin:0; border: none; }

body { 
	margin: 10px 0 0 0; 
	background: #f0f6d0 url(../images/global/mainbg.jpg) repeat-x top left; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #333; 
	text-align: center;
	line-height: 16px;
}
	
/* IE 6 below hacks for correct font-size (relative) */
* HTML BODY { font-size: 11px; }
a, a:link, a:visited, .blue { color: #00598d; }
	a, a:link, a:visited, a:hover, a:active { text-decoration: none; }
	a:hover, a:active { color: #ff0000; }

div.hspacer { display:block; line-height:10px;  height:10px; width:1px; clear:both;  margin:0; padding:0; border:none;}
div.rspacer { display:block; line-height:6px;  height:6px; width:1px; clear:both; margin:0; padding:0; border:none;}
div.vspacer { display:block; line-height:4px;  height:4px; width:1px; clear:both;  margin:0; padding:0; border:none;}

.red { color:#e90000;}
.floatright { float:right;}
.clear { clear:both;}

/** wrapper **/
#wrapper { width: 786px; margin:0 auto; text-align: left; background: #FFF url(../images/global/wrapper_bg.gif) repeat-y top center;}
/** /wrapper **/

/** header **/
#header { padding: 0; background: url(../images/global/header_bg.gif) no-repeat top center ; height:285px;}
	#header .padding {padding: 17px 12px 0 12px;}
	#header #hdr_top { padding: 0; height:42px; clear:both;}
	#header #hdr_intercall { padding: 0; float:right;}
	#header #hdr_tollfree { padding: 0; float:right;}
	#header #hdr_firstsentence { float:left; width: 115px; color: #333; font-family: Arial; font-size: 10px; font-weight: bold; text-align: center; line-height:14px; }
		#header #hdr_firstsentence a { color: #333; text-decoration: none;  }
	#header #hdr_tabsmenu { height:35px; clear:both;}
	#header #hdr_banner { height:131px; width:762px; clear:both;}
	#header #hdr_bnpromo { height:62px; width:762px; clear:both;}
/** /header **/

/** footer **/
#footer { height:233px; clear: both; font-size: 11px; line-height: 14px; }
	#footer .padding{ padding:0 6px 0 6px;}
	#footer #verifications { height:50px; border-top:1px solid #a7a599; border-bottom:1px solid #a7a599; margin:0; padding:0; clear: both;}
		#footer #verifications .padding{ padding:9px 10px 9px 27px;}
		#footer #verifications .imgverify{ height:33px; width:104px; margin:0; padding:0; float:left;}
	#footer #ftr_link { height:143px; border-top:1px solid #fff; border-bottom:2px solid #0b3c5b; margin:0; padding:0; clear: both; background:#144f73 url(../images/global/ftr_bg.gif) top left repeat-x; color: #fff; text-align:center;}
		#footer #ftr_link .padding{ padding:10px;}
		#footer #ftr_link A:link, #footer #ftr_link A:active, #footer #ftr_link A:visited { color:#fff; text-decoration:none;}
		#footer #ftr_link A:hover { color:#ffb400; text-decoration:underline;}
	#footer #copyright { height:42px; margin:0; padding:0; clear: both; background:#f0f6d0 url(../images/global/copyright_bg.gif) top left no-repeat;}
	#footer p { padding: 6px 10px 0 10px; color: #555555; text-align:center;}
/** /footer **/

/** content **/
/* #content { width: 760px; margin: 10px auto; overflow: hidden; } */
#content { width: 760px; margin: 10px auto; overflow: hidden; padding-top:5px }
/** /content  **/

/** tabs menu **/
#tabs_nav {
	width: 100%;
	height: 35px;
	background: #fff;
	line-height: normal;
	font-weight: bold;
	font-size: 12px;
	background: url(../images/tabs/tabsmenu_bg.gif) no-repeat 0 27px;
	position: relative;
}

#tabs_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	
}

#tabs_nav ul li {
	margin: 0;
	padding: 0;
	float: left;
	line-height: 13px;
	
}

#tabs_nav a {
	display: block;
	background: url(../images/tabs/tabsmenu_left.gif) no-repeat left top;
	margin: 0;
	padding: 0 0 0 14px;
	text-decoration: none;
	color: #00598d;
	
}
	#tabs_nav a:hover, #tabs_nav a:active {
		color: #ff0000;
	}

#tabs_nav li a {
	margin: 0 2px 0 0;
}

#tabs_nav a span {
	display: block;
	background: url(../images/tabs/tabsmenu_right.gif) no-repeat right top;
	padding: 8px 14px 6px 1px;
	cursor:pointer; cursor:hand;
	
}

#tabs_nav li.livechat_tab a {
	background: url(../images/tabs/tabsmenu2_left.gif) no-repeat left top;
	/* background: url(../images/tabs/tabsmenu2_left.gif) no-repeat left top; */
	margin: 0;
	 padding: 0 0 0 26px; /* 0 0 0 26 */
	text-decoration: none;
}


#tabs_nav li.livechat_tab a span {
	display: block;
	background: url(../images/tabs/tabsmenu2_right.gif) no-repeat right top;
	padding: 8px 14px 6px 5px;/* padding: 8px 14px 6px 5px; */
	cursor:pointer; cursor:hand;
	/* width:100%;   */
}

#tabs_nav li.livechat_tab A:hover span{
	
	
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs_nav a span {float:none;}
/* End IE5-Mac hack */

#tabs_nav a:hover span {
	
}

#tabs_nav a:hover {
	background-position: 0% -31px;
}

#tabs_nav a:hover span {
	background-position: 100% -31px;
}

#tabs_nav .current a {
	background-position: 0% -31px;
	color: #ff0000;
	background-color: #fff;
	padding: 0 0 0 14px;
}

#tabs_nav .current a span {
	background-position: 100% -31px;
	background-color: #fff;
	padding: 8px 14px 7px 0px;
}


/** sub menu **/
#tabs_nav li ul {
	position: absolute;
	z-index: 500;
	top: 25px;
	margin:0;
	padding:1px;
	border:1px solid #aaa;
	background: #fff;
	font-size: 11px;
	display: none;
	float: left;
}

#tabs_nav ul ul li {
	float: none;
	display: block;
	 margin:0;
	background: none;
	border:1px solid #dedede;
	border-bottom:0px;
}

#tabs_nav ul ul li.last {
	border-bottom:1px solid #dedede;
}

#tabs_nav ul ul li a, #tabs_nav .current li a {
	float: none;
	padding:0; margin:0;
	background: none;
	position: normal;
	display: block;
	padding:3px 20px 2px 10px;
	width: 200px;
	color: #00598d;
}
	#tabs_nav ul ul li a:hover, #tabs_nav .current li a:hover {
		color: #ff0000;
	}
	

#tabs_nav ul ul li a span, #tabs_nav .current li a span {
	float: none;
	padding:0; margin:0;
}

/************/
.breadCrumb { font-size: 11px; }

ul.arrowList { list-style-type: none; }
	ul.arrowList li { background: url(../images/icons/bl_arrow.gif) 0 50% no-repeat; padding: 0 0 0 16px; }
	
a.buttonLink { font-size: 16px; font-weight: bold; color: white; }
	a.buttonLink:hover { color: yellow; }
	
	
.txtboldtitle2 { font:bold 16px Arial, Helvetica, sans-serif}

.body_txt {
color:#111111;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
line-height:15px;
}

.support_link {
color:#FFFE00;
font-family:arial;
font-size:16px;
font-weight:normal;
}
.support_link a:link, .support_link a:visited, .support_link a:active {
color:#FFFE00;
font-family:arial;
font-size:16px;
font-weight:bold;
text-decoration:none;
}
.support_link a:hover {
color:#FFFFFF;
font-family:arial;
font-size:16px;
font-weight:bold;
text-decoration:underline;
}
.txtbold {
color:#000000;
font-family:Verdana;/*arial */
font-size:11px;
font-weight:bold;
}
.titlebold_white {
color:#FFFFFF;
font-family:Arial;
font-size:12px;
font-weight:bold;
}
.txtboldtitle2 {
color:#000000;
font-family:Arial;
font-size:14px;
font-weight:bold;
}
.txtboldtitle3 {
color:#000000;
font-family:Arial;
font-size:12px;
font-weight:bold;
}
.txt_testimonial2 {
color:#385F98;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
}
.txt_testimonial2 {
color:#385F98;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
}
.testimonial_link {
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
}
.txt_testimonial {
color:#000000;
font-family:Arial;
font-size:11px;
font-weight:normal;
}
.linkbold_blue1 {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #0064B3; FONT-FAMILY: "arial"; text-decoration: none;
}
.linkbold_blue1 A:link {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #0064B3; FONT-FAMILY: "arial"; text-decoration: none;
}
.linkbold_blue1 A:visited {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #0064B3; FONT-FAMILY: "arial"; text-decoration: none;
}
.linkbold_blue1 A:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #0064B3; FONT-FAMILY: "arial"; text-decoration: none;
}
.linkbold_red {
	FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #ff0000; font-family:Arial; text-decoration: underline;
}
.linkbold_red A:link {
	FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #ff0000; font-family:Arial; text-decoration: underline;
}
.linkbold_red A:visited {
	FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #ff0000; font-family:Arial; text-decoration: underline;
}
.linkbold_red A:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #000fff; font-family:Arial; text-decoration: underline;
}
ul.f {
line-height:15px;
list-style-image:url(../images/check_yellow.gif);
margin:0px 2px 0px 16px;
}
.nolimit {
	FONT-WEIGHT: bolder; FONT-SIZE: 14px; COLOR: #054479; FONT-FAMILY: "Arial"; 
}
.link_red {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #ff0000; font-family:Arial; text-decoration: underline;
}
.link_red A:link {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #ff0000; font-family:Arial; text-decoration: underline;
}
.link_red A:visited {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #ff0000; font-family:Arial; text-decoration: underline;
}
.link_red A:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #000fff; font-family:Arial; text-decoration: underline;
}
#webhost_ttl { 
	margin: 0;
	width:361px;
}
.nolimit2 {
	FONT-WEIGHT: bolder; FONT-SIZE: 12px; COLOR: #115a96; FONT-FAMILY: "Arial";
}
.titlebold_red {
	FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #ff0000; FONT-FAMILY: "Arial"; 
}
.txtboldtitle {
color:#000000;
font-family:"Arial";
font-size:14px;
font-weight:bolder;
}
.search_doc {
color:#0B3C5B;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
}
td {
color:#000000;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
line-height:normal;
}
#submenu {
	font-family: arial;
	font-size:11px;
	color: #054479;
	font-weight:bold;
}

.faq_title {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #385f98;
}

.faq_txt {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #385f98;
}

.faq_txt a:link, .faq_txt a:visited, .faq_txt a:active {
	font-family:  verdana;
	font-size: 11px;
	font-weight: bold;
	color: #385f98;
	text-decoration: underline;
	line-height:16px;
}

.faq_txt a:hover {
	font-family:  verdana;
	font-size: 11px;
	font-weight: bold;
	color: red;
	text-decoration: underline;
	line-height:16px;
}



.faq_sub {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #385f98;
}

.faq_sub a:link, .faq_sub a:visited, .faq_sub a:active {
	font-family:  verdana;
	font-size: 11px;
	font-weight: bold;
	color: #385f98;
	text-decoration: none;
	
}

.faq_sub a:hover {
	font-family:  verdana;
	font-size: 11px;
	font-weight: bold;
	color: red;
	text-decoration: none;
	
}


.link_white {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.link_white a:link, .link_white a:visited, .link_white a:active {
	font-family:  Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.link_white a:hover {
	font-family:  Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFFE00;
	text-decoration: none;
}

.link_white2 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.link_white2 a:link, .link_white2 a:visited, .link_white2 a:active {
	font-family:  Arial;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.link_white2 a:hover {
	font-family:  Arial;
	font-weight: bold;
	color: #fff381;
	text-decoration: none;
}


.nolimit {
	FONT-WEIGHT: bolder; FONT-SIZE: 14px; COLOR: #054479; FONT-FAMILY: "Arial"; 
}
.nolimit A:link {
	FONT-WEIGHT: bolder; FONT-SIZE: 14px; COLOR: #054479; FONT-FAMILY: "Arial"; 
}
.nolimit A:visited {
	FONT-WEIGHT: bolder; FONT-SIZE: 14px; COLOR: #054479; FONT-FAMILY: "Arial";
}
.nolimit A:hover {
	FONT-WEIGHT: bolder; FONT-SIZE: 14px; COLOR: #ff0000; FONT-FAMILY: "Arial"; 
}


.nolimit2 {
	FONT-WEIGHT: bolder; FONT-SIZE: 12px; COLOR: #115a96; FONT-FAMILY: "Arial";
}
.nolimit2 A:link {
	FONT-WEIGHT: bolder; FONT-SIZE: 12px; COLOR: #115a96; FONT-FAMILY: "Arial"; 
}
.nolimit2 A:visited {
	FONT-WEIGHT: bolder; FONT-SIZE: 12px; COLOR: #115a96; FONT-FAMILY: "Arial"; 
}
.nolimit2 A:hover {
	FONT-WEIGHT: bolder; FONT-SIZE: 12px; COLOR: #115a96; FONT-FAMILY: "Arial";
}


.nolimit3 {
	FONT-WEIGHT: bolder; FONT-SIZE: 15px; COLOR: #ed1c24; FONT-FAMILY: "Arial"; text-decoration:none;
}
.nolimit2 A:link {
	FONT-WEIGHT: bolder; FONT-SIZE: 15px; COLOR: #ed1c24; FONT-FAMILY: "Arial"; 
}
.nolimit2 A:visited {
	FONT-WEIGHT: bolder; FONT-SIZE: 15px; COLOR: #ed1c24; FONT-FAMILY: "Arial"; 
}
.nolimit2 A:hover {
	FONT-WEIGHT: bolder; FONT-SIZE: 15px; COLOR: #ed1c24; FONT-FAMILY: "Arial";
}


.features{
	FONT-WEIGHT: bolder; FONT-SIZE: 11px; COLOR: #ff0000; FONT-FAMILY: "Arial"; 
}
.features A:link {
	FONT-WEIGHT: bolder; FONT-SIZE: 11px; COLOR: #ff0000; FONT-FAMILY: "Arial"; 
}
.features A:visited {
	FONT-WEIGHT: bolder; FONT-SIZE: 11px; COLOR: #ff0000; FONT-FAMILY: "Arial"; 
}
.features A:hover {
	FONT-WEIGHT: bolder; FONT-SIZE: 11px; COLOR: #237EC2; FONT-FAMILY: "Arial";
}



#price_txt { 
	margin: 0;
	width:206px;
	height:146px;
	background:url(../images/img_pricebg.gif) top center no-repeat;
	padding:18px 0 0 0px;
	line-height:80%;
}

#price_txt h1 {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 50px; 
		font-weight: bold;
		color: #fff;
		padding:0;
		letter-spacing:-1px;	
}

#price_txt h2 {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 32px;
		color: #fff;		
		font-style:italic;
		letter-spacing:-5px;	
}

#price_txt .text1 {
		font-size: 22px; 
		color: #fff;
		font-weight: bold;		
		font-style:italic;	
		letter-spacing:-1px;	
}

#price_txt .text2 {				
		font-size: 18px;
		color: #fff;
		font-weight: bold;
		font-style:italic;
		letter-spacing:-1px;
		
}

#price_txt2 { 
	margin: 0;
	width:206px;
	height:146px;
	background:url(../images/img_pricebg2.gif) top center no-repeat;
	padding:18px 0 0 0px;
	line-height:80%;
}

#price_txt2 h1 {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 50px; 
		font-weight: bold;
		color: #fff;
		padding:0;
		letter-spacing:-1px;	
}

#price_txt2 h2 {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 32px;
		color: #fff;		
		font-style:italic;
		letter-spacing:-5px;	
}

#price_txt2 .text1 {
		font-size: 22px; 
		color: #fff;
		font-weight: bold;		
		font-style:italic;	
		letter-spacing:-1px;	
}

#price_txt2 .text2 {				
		font-size: 18px;
		color: #fff;
		font-weight: bold;
		font-style:italic;
		letter-spacing:-1px;		
}


#price_txt3 { 
	margin: 0;
	width:603px;
	height:88px;
	background:url(../images/nolimitweb_ttl2.gif) top left no-repeat;
	padding:11px 0px 0px 0px;
	line-height:80%;
}

#price_txt3 div.big {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 40px; 
		font-weight: bold;
		color: #fff;
		padding:0;
		letter-spacing:-1px;	
}

#price_txt3 div.medium {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 24px;
		color: #fff;		
		font-style:italic;
		letter-spacing:-5px;	
}

#price_txt3 .text1 {
		font-size: 18px; 
		color: #fff;
		font-weight: bold;		
		font-style:italic;	
		letter-spacing:-1px;	
}

#price_txt3 .text2 {				
		font-size: 18px;
		color: #fff;
		font-weight: bold;
		font-style:italic;
		letter-spacing:-1px;		
}


#price_txt4 { 
	margin: 0;
	width:375px;
	height:88px;
	background:url(../images/nlcommerce_01a.gif) top left no-repeat;
	padding:0px 0px 0px 0px;
	line-height:80%;
}

#price_txt4 div.big {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 32px; 
		font-weight: bold;
		color: #fff;
		padding:0;
		letter-spacing:-1px;	
}

#price_txt4 div.medium {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 22px;
		color: #fff;		
		font-style:italic;
		letter-spacing:-5px;	
}

#price_txt4 .text1 {
		font-size: 18px; 
		color: #fff;
		font-weight: bold;		
		font-style:italic;	
		letter-spacing:-1px;	
}

#price_txt4 .text2 {				
		font-size: 18px;
		color: #fff;
		font-weight: bold;
		font-style:italic;
		letter-spacing:-1px;		
}


#price_txt5 { 
	margin: 0;
	width:375px;
	height:88px;
	background:url(../images/nldeveloper_01a.gif) top left no-repeat;
	padding:0px 0px 0px 0px;
	line-height:80%;
}

#price_txt5 div.big {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 36px; 
		font-weight: bold;
		color: #fff;
		padding:0;
		letter-spacing:-1px;	
}

#price_txt5 div.medium {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 22px;
		color: #fff;		
		font-style:italic;
		letter-spacing:-5px;	
}

#price_txt5 .text1 {
		font-size: 18px; 
		color: #fff;
		font-weight: bold;		
		font-style:italic;	
		letter-spacing:-1px;	
}

#price_txt5 .text2 {				
		font-size: 18px;
		color: #fff;
		font-weight: bold;
		font-style:italic;
		letter-spacing:-1px;		
}


#price_txt6 { 
	margin: 0;
	width:100%;
	height:91px;
	background:url(../images/nolimit_webhostingbg_01.gif) top left no-repeat;
	padding:16px 0px 0px 0px;
}

#price_txt6 .big {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 46px; 
		font-weight: bold;
		color: #fff;
		padding:0;
		letter-spacing:-0.05em;	
}

#price_txt6 .medium {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 24px;
		color: #fff;		
		font-style:italic;
		letter-spacing:-0.05em
}

#price_txt6 .text1 {
		font-size: 18px; 
		color: #fff;
		font-weight: bold;		
		font-style:italic;	
		letter-spacing:-0.05em
}

#price_txt6 .text2 {				
		font-size: 18px;
		color: #fff;
		font-weight: bold;
		font-style:italic;
		letter-spacing:-0.05em
}


#price_txt7 { 
	margin: 0;
	width:143px;
	height:146px;
	background:url(../images/img_pricebg3.gif) top center no-repeat;
	padding:18px 0 0 0px;
}

#price_txt7 .big {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 46px; 
		font-weight: bold;
		color: #fff;
		padding:0;
		letter-spacing: -0.05em;
}

#price_txt7 .medium {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 24px;
		color: #fff;		
		font-style:italic;
		letter-spacing: -0.05em;
}

#price_txt7 .text1 {
		font-size: 18px; 
		color: #fff;
		font-weight: bold;		
		font-style:italic;
		letter-spacing: -0.05em;
}

#price_txt7 .text2 {				
		font-size: 18px;
		color: #fff;
		font-weight: bold;
		font-style:italic;
		letter-spacing: -0.05em;
}

#price_txt8 { 
	margin: 0;
	width:143px;
	height:146px;
	background:url(../images/img_pricebg3.gif) top center no-repeat;
	padding:18px 0 0 0px;
}

#price_txt8 .big {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 44px; 
		font-weight: bold;
		color: #fff;
		padding:0;
		letter-spacing: -0.05em;
}

#price_txt8 .medium {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 22px;
		color: #fff;		
		font-style:italic;
		letter-spacing: -0.2em;
}

#price_txt8 .text1 {
		font-size: 16px; 
		color: #fff;
		font-weight: bold;		
		font-style:italic;
		letter-spacing: -0.05em;
}

#price_txt8 .text2 {				
		font-size: 16px;
		color: #fff;
		font-weight: bold;
		font-style:italic;
		letter-spacing: -0.05em;
}

#specialtysite_ttl { 
	margin: 0;	 	  	
}

#specialtysite_ttl h1 {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 20px; 
		font-weight: bold;
		color: #004e8f;
		margin: 0;
		padding: 0px 0 0 0;
		letter-spacing:-1px;
		line-height:90%;
}

#specialtysite_ttl h2 {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 24px; 
		font-weight: bold;
		color: #fd0700;
		margin: 0;
		padding: 0px 0 0 0;
		letter-spacing:-1px;
		line-height:90%;
}

#specialtysite_ttl h3 {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 14px; 
		font-weight: bold;
		color: #004e8f;
		margin: 0;
		padding: 0px 0 0 0;
		letter-spacing:95%;
}

#specialtysite_ttl h4 {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 22px; 
		font-weight: bold;
		color: #fd0700;
		margin: 0;
		padding: 0px 0 0 0;
		letter-spacing:-1px;
		line-height:90%;
}

#specialtysite_ttl h5 {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 22px; 
		font-weight: bold;
		color: #fd0700;
		margin: 0;
		padding: 0px 0 0 0;
		letter-spacing:-2px;
		line-height:90%;
}

#specialtysite_ttl .black {		
		color: #000;
}

#specialtysite_ttl .orange {		
		color: #ff8400;
}

#paperboxbg { 
	margin: 0;
	width:346px;
	height:155px;
	background:url(../images/imgwin_03.gif) left center no-repeat;	
	padding: 0px 0 0 0px;
	line-height:80%;
}

#paperboxbg2 { 
	margin: 0;
	width:346px;
	height:145px;
	background:url(../images/imgwin_03.gif) left center no-repeat;	
	padding: 0px 0 0 0px;
	line-height:80%;
}

.txtboldtitle {
	FONT-WEIGHT: bolder; FONT-SIZE: 14px; COLOR: #000000; FONT-FAMILY: "Arial";
}
.txtboldtitle A:link {
	FONT-WEIGHT: bolder; FONT-SIZE: 14px; COLOR: #000000; FONT-FAMILY: "Arial";
}
.txtboldtitle A:visited {
	FONT-WEIGHT: bolder; FONT-SIZE: 14px; COLOR: #000000; FONT-FAMILY: "Arial";
}
.txtboldtitle A:hover {
	FONT-WEIGHT: bolder; FONT-SIZE: 14px; COLOR: #ff0000; FONT-FAMILY: "Arial";
}

.txtboldtitle2 {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #000000; FONT-FAMILY: "verdana";
}
.txtboldtitle2 A:link {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #000000; FONT-FAMILY: "verdana";
}
.txtboldtitle2 A:visited {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #000000; FONT-FAMILY: "verdana";
}
.txtboldtitle2 A:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #ff0000; FONT-FAMILY: "verdana";
}


.txtboldtitle3 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: "verdana";
}

.txtboldtitle4 {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #000000; FONT-FAMILY: "verdana";
}

.txtboldtitle5 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: "arial";
}

.txtboldtitle6 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #1a426a; FONT-FAMILY: "Verdana";
}


.note {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #ff0000; FONT-FAMILY: "verdana"
}

.titlebold_white {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #FFFFFF; FONT-FAMILY: "Verdana"
}

.titlebold_white2 {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #FFFFFF; FONT-FAMILY: "arial"
}

.titlebold_white3 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #FFFFFF; FONT-FAMILY: "arial"
}

.titlebold_white4 {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #FFFFFF; FONT-FAMILY: "arial"
}

.titlebold_white5 {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #FFFFFF; FONT-FAMILY: "arial"
}

.titlebold_white6 {
	FONT-WEIGHT: bold; FONT-SIZE: 20px; COLOR: #FFFFFF; FONT-FAMILY: "arial"
}

.titlebold_red {
	FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #ff0000; FONT-FAMILY: "Arial"; 
}

.titlebold_red2 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #ff0000; FONT-FAMILY: "Arial"
}

.titlebold_red3 {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #ff0000; FONT-FAMILY: "arial"; text-decoration: underline;
}


.linkbold_red2 {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #ff0000; FONT-FAMILY: "arial"; text-decoration: underline;
}
.linkbold_red2 A:link {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #ff0000; FONT-FAMILY: "arial"; text-decoration: underline;
}
.linkbold_red2 A:visited {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #ff0000; FONT-FAMILY: "arial"; text-decoration: underline;
}
.linkbold_red2 A:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #237EC2; FONT-FAMILY: "arial"; text-decoration: underline;
}


.linkbold_red3 {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #ff0000; FONT-FAMILY: "arial"; text-decoration: none;
}
.linkbold_red3 A:link {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #ff0000; FONT-FAMILY: "arial"; text-decoration: none;
}
.linkbold_red3 A:visited {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #ff0000; FONT-FAMILY: "arial"; text-decoration: none;
}
.linkbold_red3 A:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #ff0000; FONT-FAMILY: "arial"; text-decoration: none;
}


.linkbold_red4 {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #ff0000; FONT-FAMILY: "tahoma"; text-decoration: underline;
}
.linkbold_red4 A:link {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #ff0000; FONT-FAMILY: "tahoma"; text-decoration: underline;
}
.linkbold_red4 A:visited {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #ff0000; FONT-FAMILY: "tahoma"; text-decoration: underline;
}
.linkbold_red4 A:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #ff0000; FONT-FAMILY: "tahoma"; text-decoration: underline;
}


.linkbold_blue1 {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #0064B3; FONT-FAMILY: "arial"; text-decoration: none;
}
.linkbold_blue1 A:link {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #0064B3; FONT-FAMILY: "arial"; text-decoration: none;
}
.linkbold_blue1 A:visited {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #0064B3; FONT-FAMILY: "arial"; text-decoration: none;
}
.linkbold_blue1 A:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #0064B3; FONT-FAMILY: "arial"; text-decoration: none;
}


.tborder2 {
	border-right: 1px solid #b3b6ba;
	border-left: 1px solid #b3b6ba;	
}

.shift_gr{ width:710px; height:48px; background:url('/images/shiftbg.gif') repeat-x;}
.shift_link{ font-family:'Arial', Helvetica, sans-serif; font-size:17px; color:#FFFFFF; font-weight:bold;}
.shift_underline{ color:#ffee5e; text-decoration:underline;}

.txt { font-weight:normal; font-size:11px; color:#000000; font-family:Verdana, Arial;}
.txt a:link { font-weight:bold; font-size:11px; color:#ff0000; font-family:Verdana, Arial;}
.txt A:visited { font-weight:bold; font-size:11px; color:#ff0000; font-family:Verdana, Arial;}
.txt A:hover { font-weight:bold; font-size:11px; color:#000000; font-family:Verdana, Arial;}

#reseller_ttl3 { 
	margin: 0;
	width:363px;
	height:30px;
	background-image: url(../images/resellerhosting/reseller_ttlbg.gif);
}

#reseller_ttl3 h1 {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 22px; 
		font-weight: bold;
		color: #000;
		padding-left: 43px;
		letter-spacing:-1px;
		line-height:90%;
}
#reseller_ttl3 .red {		
		color: #ff0000;
}

#reseller_ttl3 .black {		
		color: #000;
}

#reseller_ttl h1 {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 30px; 
		font-weight: bold;
		color: #fd0700;
		margin: 0;
		padding: 0;
		letter-spacing:-1px;
		line-height:90%;
}

#reseller_ttl h2 {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 22px; 
		font-weight: bold;
		color: #000000;
		margin: 0;
		padding: 0;
		letter-spacing:-1px;
		line-height:90%;
}
#reseller_ttl h3 {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 14px; 
		font-weight: bold;
		color: #ff6400;
		margin: 0;
		padding: 0;
		letter-spacing:95%;
}

.body_txt {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #111111;
	line-height:15px;

}
.body_txt a:link, .body_txt a:visited, .body_txt a:active {
	font-family:  verdana;
	font-size: 11px;
	font-weight: normal;
	color: #111111;
	line-height:15px;
	text-decoration: none;
}

.body_txt a:hover {
	font-family:  verdana;
	font-size: 11px;
	font-weight: normal;
	color: red;
	line-height:15px;
	text-decoration: underline;
}

.link_white {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.link_white a:link, .link_white a:visited, .link_white a:active {
	font-family:  Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.link_white a:hover {
	font-family:  Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFFE00;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.txtbold2 { font-weight:bold; font-size:13px; color:#000000; font-family: "Verdana"}

.tour_link a {
	font-family: verdana;
	font-size:11px;
	font-weight:bold;
	color: #0B3C5B;
	text-decoration:none;
	line-height:150%;
}

.tour_link a:hover {
	font-family: verdana;
	font-size:11px;
	color: red;
	text-decoration:underline;
}

.link_red {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #ff0000; FONT-FAMILY: "verdana"; text-decoration: underline;
}
.link_red A:link {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #ff0000; FONT-FAMILY: "verdana"; text-decoration: underline;
}
.link_red A:visited {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #ff0000; FONT-FAMILY: "verdana"; text-decoration: underline;
}
.link_red A:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #000fff; FONT-FAMILY: "verdana"; text-decoration: underline;
}

.txtboldblue1 {
	font-family: Arial;
	font-size: 14px;
	letter-spacing:-1px;
	font-weight: bold;
	color: #054479;
}
.txtboldblue1 a:link, .txtboldblue1 a:visited, .txtboldblue1 a:active, .txtboldblue1 a:hover {
	font-family: Arial;
	font-size: 14px;
	letter-spacing:-1px;
	font-weight: bold;
	color: #054479;
	text-decoration: none;
}

.txtboldtitle3 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: "verdana";
}

ul.b {
 list-style-image:url(../images/checks.gif);
 margin-right:2px;
 margin-top:0px;
 margin-bottom:0px;
 margin-left:16px;
 line-height:15px;
}

ul.b LI {
	margin-top:3px;
	margin-bottom:3px;
	line-height:14px;
}

.link_white {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.link_white a:link, .link_white a:visited, .link_white a:active {
	font-family:  Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.link_white a:hover {
	font-family:  Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFFE00;
	text-decoration: none;
}

.link_red {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #ff0000; FONT-FAMILY: "verdana"; text-decoration: underline;
}
.link_red A:link {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #ff0000; FONT-FAMILY: "verdana"; text-decoration: underline;
}
.link_red A:visited {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #ff0000; FONT-FAMILY: "verdana"; text-decoration: underline;
}
.link_red A:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #000fff; FONT-FAMILY: "verdana"; text-decoration: underline;
}
ul.a {
 list-style-image:url(../images/bullet.gif);
 margin-right:15px;
 margin-top:0px;
 margin-bottom:0px;
 margin-left:15px;
 line-height:15px;
}

.txtboldtitle6 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #1a426a; FONT-FAMILY: "Verdana";
}

td.award_list {
background:transparent url(../images/arrow.gif) no-repeat scroll left center;
padding:2px 0pt 2px 8px;
}


#reseller_ttl h1 {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 30px; 
		font-weight: bold;
		color: #fd0700;
		margin: 0;
		padding: 0;
		letter-spacing:-1px;
		line-height:90%;
}

#reseller_ttl h2 {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 22px; 
		font-weight: bold;
		color: #000000;
		margin: 0;
		padding: 0;
		letter-spacing:-1px;
		line-height:90%;
}
#reseller_ttl h3 {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 14px; 
		font-weight: bold;
		color: #ff6400;
		margin: 0;
		padding: 0;
}
.support_link {
color:#FFFE00;
font-family:arial;
font-size:16px;
font-weight:normal;
}
.support_link a:link, .support_link a:visited, .support_link a:active {
color:#FFFE00;
font-family:arial;
font-size:16px;
font-weight:bold;
text-decoration:none;
}
.support_link a:hover {
color:#FFFFFF;
font-family:arial;
font-size:16px;
font-weight:bold;
text-decoration:underline;
}

/** new add **/
.txtboldtitlecc {
	FONT-WEIGHT: bold; FONT-SIZE: 20px; COLOR: #ff0000; FONT-FAMILY: "Arial";
}
.txtboldtitle2 A:link {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #000000; FONT-FAMILY: "verdana";
}
.txtboldtitle2 A:visited {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #000000; FONT-FAMILY: "verdana";
}
.txtboldtitle2 A:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #ff0000; FONT-FAMILY: "verdana";
}
.rslbox:hover {
background-color:#a1b6d4;
}