@import url("global.css");
@import url("tables.css");

/* ------------------------------------------------------------------*/  	

body.L3 {
	background: url("../images/body-bg2.gif") 50% 0 no-repeat;
	background-color:#FFFFFF;
	font-size: 0.8em;
	color: #666;
	line-height: 1.6em;
	}

body.L2 {
	background: url("../images/body-bg.gif") 50% 0 no-repeat;
	background-color:#FFFFFF;
	font-size: 0.8em;
	color: #666;
	line-height: 1.6em;
	}
	
body.popUp {
	background-color:#FFFFFF;
	font-size: 0.72em;
	color: #666;
	line-height: 1.4em;
	}

/* Site Layout / Structure (L2)
------------------------------------------------------------------*/  	
#indexWrapper {
	width: 950px;
	height: 305px;
	margin: 0px auto;
	}
#headerWrapper {
	width: 950px;
	height: 211px;
	margin: 0px auto;
	}
#logoIndexWrapper {
	width: 218px;
	height: 80px;
	padding: 160px 0px 0px 0px;
	float: left;
	text-align:right;
	}
#logoWrapper {
	width: 218px;
	height: 80px;
	padding: 60px 0px 0px 0px;
	float: left;
	text-align:right;
	}
#centerWrapper {
	width: 720px;
	height: 211px;
	float: right;
	}	
#center2Wrapper {
	width: 720px;
	height: 305px;
	float: right;
	}
#contentWrapper {
	width: 950px;
	margin: 25px auto;
	}	
#leftWrapper {
	width: 218px;
	float: left;
	display: inline;
	position: relative;
	}
#centeringWrapper {
	width: 500px;
	float:left;
	margin: 0px 0px 20px 12px;
	padding: 0px 5px 5px 5px;
	display: inline;
	position: relative;
	}
#centeringWrapper2 {
	width: 655px;
	float:left;
	margin: 0px 0px 20px 12px;
	padding: 0px 5px 5px 5px;
	display: inline;
	position: relative;
	}
#rightWrapper {
	width: 190px;
	float:right;
	display: inline;
	position: relative;
	}
#footerWrapper {
	clear: both;
	width: 100%;
	border-top: 1px solid #e9e9e9;
	}

#centeringImageWrapper_googleAdwords {
	width: 655px;
	float:left;
	display: inline;
	position: relative;
	background-image: url(../images/promoBanner_googleAdword.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 275px;
	}
#centeringWrapperBottomBk_googleAdwords {
	background-image: url(../images/linuxHeader_btm.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
	
/* ---------------------------------------------------------------*/
/* ------------------- HEADER <<<------------------------*/
/* ---------------------------------------------------------------*/

/* Top Image Header for Index
------------------------------------------------------------------*/  
#imageHeader h1 {
	text-indent:-9999px;
	height:1px;
	display:block;
	}
.imageHeader_index {
	width: 700px;
	height: 305px;
	background-repeat: no-repeat;
	}
.imageHeader_index {
	background-image: url(../images/imageHeader-index-trans.png);
	}

/* Top Image Header
------------------------------------------------------------------*/  
#imageHeader h1 {
	text-indent:-9999px;
	height:1px;
	display:block;
	}
.imageHeader_aboutUs, .imageHeader_webHosting, .imageHeader_customerSupport, .imageHeader_resellers, .imageHeader_orderOnline, .imageHeader_quicklinks, .imageHeader_misc {
	width: 700px;
	height: 210px;
	background-repeat: no-repeat;
	}
.imageHeader_aboutUs {
	background-image: url(../images/imageHeader-aboutUs-trans.png);
	}
.imageHeader_webHosting {
	background-image: url(../images/imageHeader-webHosting-trans.png);
	}
.imageHeader_customerSupport {
	background-image: url(../images/imageHeader-customerSupport-trans.png);
	}
.imageHeader_resellers {
	background-image: url(../images/imageHeader-resellers-trans.png);
	}
.imageHeader_orderOnline {
	background-image: url(../images/imageHeader-orderOnline-trans.png);
	}
.imageHeader_quicklinks {
	background-image: url(../images/imageHeader-quicklinks-trans.png);
	}
.imageHeader_misc {
	background-image: url(../images/imageHeader-misc-trans.png);
	}
	
/* Secondary Nav 02 Header
------------------------------------------------------------------*/  
.navHeader {
	margin: 0px 0px 1px 0px;
	}
.navHeader_aboutUs a, .navHeader_webHosting a, .navHeader_customerSupport a, .navHeader_resellers a, .navHeader_orderOnline a {
	width: 220px;
	height: 31px;
	display: block;
	}
.navHeader_aboutUs a {
	background-image: url(../images/navHeader_aboutUs.jpg);
	}
.navHeader_webHosting a {
	background-image: url(../images/navHeader_webHosting.jpg);
	}
.navHeader_customerSupport a {
	background-image: url(../images/navHeader_customerSupport.jpg);
	}
.navHeader_resellers a {
	background-image: url(../images/navHeader_resellers.jpg);
	}
.navHeader_orderOnline a {
	background-image: url(../images/navHeader_orderOnline.jpg);
	}
.navHeader a span {
	display: none;
	}
	
/* ---------------------------------------------------------------*/
/* ----------------- NAVIGATION <<<----------------------*/
/* ---------------------------------------------------------------*/

/* Index Nav
------------------------------------------------------------------*/  
.navIndexHolder {
	position:absolute;
	width: 662px;
	height: 31px;
	padding-left:1px;
	top: 274px;
	display:inline;
	}
.navIndexHolder ul {
	float: left;
	}
.navIndexHolder li {
	display: inline;
	}
.navIndexHolder a {
	display: block;
	float: left;
	height: 31px;
	width: 132px;
	background-position: 0 0;
	background-repeat: no-repeat;
	}
.navIndexHolder a:hover {
	background-position: 0 -31px;
	}
.navIndexHolder a.active, .navIndexHolder a.active:hover {
	background-position: 0 -62px;
	}
.navIndex_aboutUs a {	
	background-image: url(../images/mainNav_aboutUs.gif);
	}
.navIndex_webHosting a {
	background-image: url(../images/mainNav_webHosting.gif);
	}
.navIndex_customerSupport a {
	background-image: url(../images/mainNav_customerSupport.gif);
	}
.navIndex_resellers a {
	background-image: url(../images/mainNav_resellers.gif);
	}
.navIndex_orderOnline a {
	background-image: url(../images/mainNav_orderOnline.gif);
	}
.navIndexHolder a span {
	display: none;
	}
	
/* Primary Nav 01
------------------------------------------------------------------*/  
.nav01Holder {
	position:absolute;
	width: 662px;
	height: 31px;
	padding-left:1px;
	top: 159px;
	display:inline;
	}
.nav01Holder ul {
	float: left;
	}
.nav01Holder li {
	display: inline;
	}
.nav01Holder a {
	display: block;
	float: left;
	height: 31px;
	width: 132px;
	background-position: 0 0;
	background-repeat: no-repeat;
	}
.nav01Holder a:hover {
	background-position: 0 -31px;
	}
.nav01Holder a.active, .nav01Holder a.active:hover {
	background-position: 0 -62px;
	}
.nav01_aboutUs a {	
	background-image: url(../images/mainNav_aboutUs.gif);
	}
.nav01_webHosting a {
	background-image: url(../images/mainNav_webHosting.gif);
	}
.nav01_customerSupport a {
	background-image: url(../images/mainNav_customerSupport.gif);
	}
.nav01_resellers a {
	background-image: url(../images/mainNav_resellers.gif);
	}
.nav01_orderOnline a {
	background-image: url(../images/mainNav_orderOnline.gif);
	}
.nav01Holder a span {
	display: none;
	}

#leftcolumncontent {
	margin-top: 20px;
	background-image: url(../images/dynamail_freetrial.jpg);
	background-repeat: no-repeat;
	height:550px;
	padding-top: 80px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-position: top;
}
#leftcolumncontent form {
	text-align: right;
	color: #666666;
}
#leftcolumncontent input {
	background-color: #FFFFFF;
	border: 1px solid #7F9DB9;
	font-size: 1em;
	padding: 3px;
}
		
/* Secondary Nav 02
------------------------------------------------------------------*/  
.nav02Holder {
	width: 100%;
	text-align: right;
	border: 1px solid #ededed;
	}
.nav02Holder ul#L2 {
	padding-top: 10px;
	padding-bottom: 10px;
	}
.nav02Holder ul#L2 li {
	list-style-type: none;
	padding: 0px 5px 5px 0px;
	}
.nav02Holder a {
	display: block;
	color: #666;
	text-decoration: none;
	padding-right: 15px;
	padding-top: 2px;
	height: 23px;
	}
.nav02Holder ul#L2 li a:hover {
	color: #666;
	background-image: url(../images/activeBg.jpg);
	background-repeat: no-repeat;
	background-position: 4px 0;
	padding-right: 15px;
	font-weight:bold;
	height: 23px;
	padding-top: 2px;
	}
.nav02Holder ul#L2 li a.active, .nav02Holder ul#L2 li a.link, .nav02Holder ul#L2 li a.visited {
	color: #666;
	font-weight:bold;
	padding-right: 15px;
	height: 23px;
	padding-top: 2px;
	}
.nav02Holder ul#L3 {
	font-size: 11px;
	margin-right: -20px;
	padding: 2px 20px 7px 0px;
	line-height: 1.5em;
	padding-top: 2px;
	}
.nav02Holder ul#L3 li {
	display: block;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	color: #fff;
	border-bottom: 1px dashed #dcdcdc;
	background-color: #f2f1f1;
	margin-left: 5px;
	}
.nav02Holder ul#L3 li a {
	color:#666;
	padding-top: 5px;
	padding-right: 25px;
	}
.nav02Holder ul#L3 li a:hover {
	color: #310e0c;
	padding-top: 5px;
	background-image: url(../images/arrow_hover.gif);
	background-repeat: no-repeat;
	background-position: 92% 42%;
	padding-right: 25px;
	background-color: #eceeef;
	}
.nav02Holder ul#L3 li a.active, .nav02Holder ul#L3 li a.link, .nav02Holder ul#L3 li a.visited {
	color: #3a3a3a;
	font-weight: bold;
	padding-right: 25px;
	padding-top: 5px;
	background-image: url(../images/arrow_back.gif);
	background-repeat: no-repeat;
	background-position: 92% 42%;
	}

/* Overview */
.nav02Holder a.activeOverview, .nav02Holder a.activeOverview:hover {
	color: #cd2329;
	font-weight:bold;
	padding-right: 15px;
	background-image: url(../images/activeBg.jpg);
	background-repeat: no-repeat;
	background-position: 4px 0;
	height: 23px;
	padding-top: 2px;
	}
.nav02Holder ul#L3.Overview{
	background-position: top;
	margin-top: -4px;
	}	
/* Linux Shared Hosting */
.nav02Holder a.activeLinuxSharedHosting, .nav02Holder a.activeLinuxSharedHosting:hover {
	color: #cd2329;
	font-weight:bold;
	padding-right: 15px;
	background-image: url(../images/activeBg.jpg);
	background-repeat: no-repeat;
	background-position: 4px 0;
	height: 23px;
	padding-top: 2px;
	}
.nav02Holder ul#L3.LinuxSharedHosting {
	background-position: top;
	margin-top: -4px;
	}
	
/* Windows Shared Hosting */
.nav02Holder a.activeWindowsSharedHosting, .nav02Holder a.activeWindowsSharedHosting:hover {
	color: #cd2329;
	font-weight:bold;
	padding-right: 15px;
	background-image: url(../images/activeBg.jpg);
	background-repeat: no-repeat;
	background-position: 4px 0;
	height: 23px;
	padding-top: 2px;
	}
.nav02Holder ul#L3.WindowsSharedHosting {
	background-position: top;
	margin-top: -4px;

	}

/* Virtual Private Server */
.nav02Holder a.activevirtualPrivateServer, .nav02Holder a.activevirtualPrivateServer:hover {
	color: #cd2329;
	font-weight:bold;
	padding-right: 15px;
	background-image: url(../images/activeBg.jpg);
	background-repeat: no-repeat;
	background-position: 4px 0;
	height: 23px;
	padding-top: 2px;
	}
.nav02Holder ul#L3.virtualPrivateServer {
	background-position: top;
	margin-top: -4px;
	}
	
/* Dedicated Server */
.nav02Holder a.activededicatedServer, .nav02Holder a.activededicatedServer:hover {
	color: #cd2329;
	font-weight:bold;
	padding-right: 15px;
	background-image: url(../images/activeBg.jpg);
	background-repeat: no-repeat;
	background-position: 4px 0;
	height: 23px;
	padding-top: 2px;
	}
.nav02Holder ul#L3.dedicatedServer {
	background-position: top;
	margin-top: -4px;
	}
	
/* Dedicated Server Landing page*/
div#thumbnails{
	text-align:center;
}

div#thumbnails li{
	display:inline;
	padding-right:10px;
}

/* Malaysia Dedicated Server Plan Listing */

ul.maldedicatedlist{
	margin-right: -20px;
	margin-top:2px;
	margin-bottom:2px;
	padding-top:3px;
	padding-bottom:3px;
	}
	
ul.maldedicatedlist li{
margin-right:20px;
}

/* Server Co-Location */
.nav02Holder a.activeServerCoLocation, .nav02Holder a.activeServerCoLocation:hover {
	color: #cd2329;
	font-weight:bold;
	padding-right: 15px;
	background-image: url(../images/activeBg.jpg);
	background-repeat: no-repeat;
	background-position: 4px 0;
	height: 23px;
	padding-top: 2px;
	}
.nav02Holder ul#L3.Brown {
	background-position: top;
	margin-top: -4px;
	}
	
/* Virtual Private Network */
.nav02Holder a.activeVirtualPrivateNetwork, .nav02Holder a.activeVirtualPrivateNetwork:hover {
	color: #cd2329;
	font-weight:bold;
	padding-right: 15px;
	background-image: url(../images/activeBg.jpg);
	background-repeat: no-repeat;
	background-position: 4px 0;
	height: 23px;
	padding-top: 2px;
	}
.nav02Holder ul#L3.VirtualPrivateNetwork {
	background-position: top;
	margin-top: -4px;
	}

/* Domain Name */
.nav02Holder a.activedomainName, .nav02Holder a.activedomainName:hover {
	color: #cd2329;
	font-weight:bold;
	padding-right: 15px;
	background-image: url(../images/activeBg.jpg);
	background-repeat: no-repeat;
	background-position: 4px 0;
	height: 23px;
	padding-top: 2px;
	}
.nav02Holder ul#L3.domainName {
	background-position: top;
	margin-top: -4px;
	}

/* SSL Certificate */
.nav02Holder a.activeSslCertificate, .nav02Holder a.activeSslCertificate:hover {
	color: #cd2329;
	font-weight:bold;
	padding-right: 15px;
	background-image: url(../images/activeBg.jpg);
	background-repeat: no-repeat;
	background-position: 4px 0;
	height: 23px;
	padding-top: 2px;
	}
.nav02Holder ul#L3.SslCertificate {
	background-position: top;
	margin-top: -4px;
	}

/* PrivateEmail */
.nav02Holder a.activePrivateEmail, .nav02Holder a.activePrivateEmail:hover {
	color: #cd2329;
	font-weight:bold;
	padding-right: 15px;
	background-image: url(../images/activeBg.jpg);
	background-repeat: no-repeat;
	background-position: 4px 0;
	height: 23px;
	padding-top: 2px;
	}
.nav02Holder ul#L3.PrivateEmail{
	background-position: top;
	margin-top: -4px;
	}
	
/* Dynamail */
.nav02Holder a.activeDynamail, .nav02Holder a.activeDynamail:hover {
	color: #cd2329;
	font-weight:bold;
	padding-right: 15px;
	background-image: url(../images/activeBg.jpg);
	background-repeat: no-repeat;
	background-position: 4px 0;
	height: 23px;
	padding-top: 2px;
	}
.nav02Holder ul#L3.Dynamail {
	background-position: top;
	margin-top: -4px;
	}
	
/* WindowSharePointHosting */
.nav02Holder a.activeWindowSharePointHosting, .nav02Holder a.activeWindowSharePointHosting:hover {
	color: #cd2329;
	font-weight:bold;
	padding-right: 15px;
	background-image: url(../images/activeBg.jpg);
	background-repeat: no-repeat;
	background-position: 4px 0;
	height: 23px;
	padding-top: 2px;
	}
.nav02Holder ul#L3.WindowSharePointHosting{
	background-position: top;
	margin-top: -4px;
	}
/* Semi Dedicated Server */
.nav02Holder a.activesemiDedicatedServer, .nav02Holder a.activesemiDedicatedServer:hover {
	color: #cd2329;
	font-weight:bold;
	padding-right: 15px;
	background-image: url(../images/activeBg.jpg);
	background-repeat: no-repeat;
	background-position: 4px 0;
	height: 23px;
	padding-top: 2px;
	}
.nav02Holder ul#L3.semiDedicatedServer {
	background-position: top;
	margin-top: -4px;
	}
/* Secondary Nav 03
------------------------------------------------------------------*/  
.nav03Holder {
	margin-top:10px;
	padding-top:10px;
	border-top:dotted 1px #CCCCCC;
	width: 100%;
	text-align: right;
	}
.nav03Holder ul#L2 {
	margin-right: 20px;
	}
.nav03Holder ul#L2 li {
	display: block;
	list-style-type: none;
	padding: 0px 0px 6px 0px;
	background-position: 0 0;
	background-repeat: no-repeat;
	}
.nav03Holder a {
	display: block;
	color: #666;
	text-decoration: none;
	}
.nav03Holder a:hover {
	color: #9BB70D;
	}
.nav03Holder a.active, .nav03Holder a.active:hover {
	color: #9BB70D;
	font-weight:bold;
	}
.nav03Holder ul#L3 {
	background-color:#9BB70D;
	margin-right: -20px;
	padding: 7px 20px 7px 0px;
	line-height: 1.2em;
	}
.nav03Holder ul#L3 li {
	display: block;
	list-style-type: none;
	padding: 2px 0px 2px 0px;
	color: #fff;
	}
.nav03Holder ul#L3 li a {
	color:#fff;
	}
.nav03Holder ul#L3 li a:hover {
	color: #310e0c;
	}

	
/* Quick Links - Live Chat, Login, Contacts, Languages
------------------------------------------------------------------*/	
.quickLinks {
	position:absolute;
	width: 352px;
	height: 36px;
	top: 10px;
	display:inline;
	background-color: #ededed;
	padding: 0 4px 0 4px;
	margin-left: 305px;
	}
.quickLinks ul {
	float: left;
	}
.quickLinks li {
	display: inline;
	}
.quickLinks a {
	display: block;
	float: left;
	height: 36px;
	width: 88px;
	background-position: 0 0;
	background-repeat: no-repeat;
	}
.quickLinks a:hover {
	background-position: 0 -36px;
	}
.quickLinks a.active, .quickLinks a.active:hover {
	background-position: 0 -72px;
	}
.quickLinks_liveChat a {	
	background-image: url(../images/quickLinks_liveChat.gif);
	}
.quickLinks_logIn a {	
	background-image: url(../images/quickLinks_logIn.gif);
	}
.quickLinks_contacts a {	
	background-image: url(../images/quickLinks_contacts.gif);
	}
.quickLinks_languages a {	
	background-image: url(../images/quickLinks_languages.gif);
	}
.quickLinks a span {
	display: none;
	}

/* Style for Drop Down Menu (Languages)
------------------------------------------------------------------*/ 
.dropmenudiv {
	position:absolute;
	border: 1px solid #d3d3d3;
	border-bottom-width: 0;
	z-index:100;
	background-color: #e5dadb;
	width: 84px;
	visibility: hidden;
	margin: 0 0 0 1px;
	}
.dropmenudiv a {
	width: auto;
	display: block;
	border-bottom: 1px solid #d3d3d3;
	padding: 2px 2px 2px 6px;
	text-decoration: none;
	color: #767676;
	}
.dropmenudiv a:hover{
	background-color: #ededed;
	}
	
/* Style for Main Nav Drop Down Menu 
------------------------------------------------------------------*/ 
#dropmenudiv2{
position:absolute;
font:normal 11px Arial;
line-height:18px;
z-index:100;
}

#dropmenudiv2 a{
width: 100%;
background-color:#446923;
color:#FFFFFF;
display: block;
text-indent: 3px;
border-bottom:1px solid #8FA57B;
padding: 3px;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv2 a:hover{ /*hover background color*/
background-color:#9BB70D;
}

/* ---------------------------------------------------------------*/
/* ------------ INTRO 1st PARAGRAPH <<<------------------*/
/* ---------------------------------------------------------------*/

/* Intro Paragraph Holder (L2)
------------------------------------------------------------------*/  	
.introParaHolder {
	width: 488px;
	margin-bottom: 12px;
	background-repeat: no-repeat;
	margin-left: -4px;
	}
.introParaHolder h3{
	text-indent:-9999px;
	height:1px;
	display:none;
	}
.introParaHolder span {
    display: none;
	}
.introParaHolder2 {
	width: 655px;
	margin-bottom: 12px;
	background-repeat: no-repeat;
	}
.introParaHolder2 h3{
	text-indent:-9999px;
	height:1px;
	display:none;
	}
.introParaHolder2 span {
    display: none;
	}
.introPara_aboutUs {
    background-image: url(../images/introPara_aboutUs.gif);
    height: 38px;  
	}
.introPara_webHosting {
    background-image: url(../images/introPara_webHosting.gif);
    height: 58px;   
	}
.introPara_customerSupport {
    background-image: url(../images/introPara_customerSupport.gif);
    height: 50px;
	}
.introPara_resellers {
    background-image: url(../images/introPara_resellers.gif);
    height: 32px; 
	}
	
/* Intro Paragraph Holder (L3)
------------------------------------------------------------------*/  	
.introPara_linuxSharedHosting {
    background-image: url(../images/introPara_linuxSharedHosting.gif);
    height: 117px; 
	}
.introPara_newProduct {
    background-image: url(../images/introPara_winServer08.jpg);
    height: 117px; 
	}
.introPara_windowsSharedHosting {
    background-image: url(../images/introPara_windowsSharedHosting.jpg);
    height: 117px; 
	}
.introPara_virtualPrivateServer {
    background-image: url(../images/introPara_virtualPrivateServer.gif);
    height: 117px; 
	}
.introPara_dedicatedServers {
    background-image: url(../images/introPara_dedicatedServers.gif);
    height: 117px; 
	}
.introPara_malDedicatedServers {
    background-image: url(../images/introPara_dedicatedServers_mal.gif);
    height: 117px; 
	}
.introPara_serverCoLocation {
    background-image: url(../images/introPara_serverCoLocation.gif);
    height: 117px; 
	}
.introPara_virtualPrivateNetwork {
    background-image: url(../images/introPara_virtualPrivateNetwork.gif);
    height: 117px; 
	}
.introPara_domainName {
    background-image: url(../images/introPara_domainName.gif);
    height: 117px; 
	}
.introPara_sslCertificate {
    background-image: url(../images/introPara_sslCertificate.gif);
    height: 117px; 
	}
.introPara_privateEmail {
    background-image: url(../images/introPara_privateEmail.gif);
    height: 117px; 
	}
.introPara_windowSharePointHosting {
    background-image: url(../images/introPara_windowSharePointHosting.jpg);
    height: 117px; 
	}
.introPara_semiDedicatedServer {
    background-image: url(../images/introPara_semiDedicatedServer.jpg);
    height: 117px; 
	}
/* Intro Paragraph Holder (L4)
------------------------------------------------------------------*/  
.introPara_sgDedicated {
    background-image: url(../images/introPara_bargainBins.jpg);
    height: 67px; 
	}
.introPara_dedicatedBargain {
    background-image: url(../images/introPara_bargainBins.jpg);
    height: 80px; 
	}
.introPara_dedicatedExpress {
    background-image: url(../images/introPara_dedicatedExpress.jpg);
    height: 80px; 
	}
.introPara_dedicatedBasic {
    background-image: url(../images/introPara_dedicatedBasic.gif);
    height: 67px; 
	}
.introPara_dedicatedStandard {
    background-image: url(../images/introPara_dedicatedStandard.gif);
    height: 67px; 
	}
.introPara_dedicatedExpress {
    background-image: url(../images/introPara_dedicatedExpress.gif);
    height: 67px; 
	}
.introPara_dedicatedAdvanced {
    background-image: url(../images/introPara_dedicatedAdvanced.gif);
    height: 67px; 
	}
.introPara_dedicatedAMD {
    background-image: url(../images/introPara_dedicatedAMD.gif);
    height: 67px; 
	}
.introPara_dedicatedOSControlPanel {
    background-image: url(../images/introPara_dedicatedOSControlPanel.gif);
    height: 67px; 
	}
.introPara_dedicatedAntiDDOS {
    background-image: url(../images/introPara_dedicatedAntiDDOS.gif);
    height: 67px; 
	}
.introPara_dedicatedVIPnVIP {
    background-image: url(../images/introPara_dedicatedVIPnNVIP.gif);
    height: 67px; 
	}
.introPara_dedicatedUpgrade {
    background-image: url(../images/introPara_dedicatedUpgrade.gif);
    height: 67px; 
	}
.introPara_pleskLinux {
    background-image: url(../images/introPara_pleskLinux.gif);
    height: 67px; 
	}
.introPara_pleskWindows {
    background-image: url(../images/introPara_pleskWindows.gif);
    height: 67px; 
	}
.introPara_cPanelLinux {
    background-image: url(../images/introPara_cPanelLinux.gif);
    height: 67px; 
	}
.introPara_vpsPackages {
    background-image: url(../images/introPara_vpsPackages.gif);
    height: 80px; 
	}
.introPara_vpsAddOns {
    background-image: url(../images/introPara_vpsAddOns.gif);
    height: 67px; 
	}
.introPara_windowsVpsAdd-Ons {
    background-image: url(../images/introPara_windowsVpsAdd-Ons.gif);
    height: 67px; 
	}
.introPara_linuxVpsAdd-Ons {
    background-image: url(../images/introPara_linuxVpsAdd-Ons.gif);
    height: 67px; 
	}
.introPara_thawte {
    background-image: url(../images/introPara_thawte.gif);
    height: 67px; 
	}
.introPara_comodo {
    background-image: url(../images/introPara_comodo.gif);
    height: 67px; 
	}
.introPara_sslSupportDocs {
    background-image: url(../images/introPara_sslSupportDocs.gif);
    height: 67px; 
	}
.introPara_domainPriceGuide {
    background-image: url(../images/introPara_domainPriceGuide.gif);
    height: 67px; 
	}
.introPara_domainSupportDocs {
    background-image: url(../images/introPara_domainSupportDocs.gif);
    height: 67px; 
	}
.introPara_whoIs {
    background-image: url(../images/introPara_whoIs.gif);
    height: 67px; 
	}
.introPara_dynamailFeatures {
    background-image: url(../images/introPara_dynamailFeatures.gif);
    height: 67px; 
	}
.introPara_vipManagedService {
    background-image: url(../images/introPara_vipManagedService.gif);
    height: 67px; 
	}
.introPara_windowSharePointHosting_top10 {
    background-image: url(../images/introPara_top10advantages.gif);
    height: 67px; 
	}
.introPara_privateDomainTnC {
    background-image: url(../images/introPara_privateDomainTnC.gif);
    height: 67px; 
	}
	
/* Promotion */

.promoHeader {
    background-image: url(../images/promoheader_rayaPromo.jpg);
    height: 67px;
	margin-bottom:20px;	
	}

.promoHeader h3{
	text-indent:-9999px;
	height:1px;
	display:none;
	}

.bigheadline{
	font-size:1.5em;
	font-weight:bold;
	padding-top:25px;
	padding-bottom:15px;
	}
	
#signup{
	border-top: 1px dotted #CCCCCC;
	padding-top:5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#dotline{
	border-top: 1px dotted #CCCCCC;
	padding-top:5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.column1{
	float:left;
	width:307px;
	margin-bottom:20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.column1 #signup{
border-top: 1px dotted #CCCCCC;
margin:0px 0px 20px 0px;
padding-top:10px;
}

.column1 .bigheadline{
	font-size:1.5em;
	font-weight:bold;
	padding-top:25px;
	padding-bottom:8px;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom:10px;
}

.column1  .bullet{
	height:240px;
}
.column1 .bullet ul { 
	padding: 0;
	list-style: none;
	margin-bottom: 20px;
	}
.column1 .bullet li { 
	background-image: url(../images/bullet_square.gif);
	background-repeat: no-repeat;
	background-position: 0 .6em;
	padding: 0px 0px 3px 10px;
	}
.column1 .bullet ul li b { 
	display:block; 
	color:#666; 
	font-weight:bold;
	}
	
.column1 .asteriktxt{
font-size:.95em;
margin-top:-15px;
margin-bottom:20px;
}


.clearer{
clear:both;
}


	
/* Footer
------------------------------------------------------------------*/
.footerHolder {
	width: 900px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	}
.footerNavHolder {
	width: 712px;
	float: right;
	font-size: 10px;
	color: #999;
	margin-bottom: 20px;
	}
.footerNavHolder li {
	display: inline;
	}
.footerNavHolder li span {
	margin: 0 2px 0 4px;
	}
.footerNavHolder a {
	color: #999;
	text-decoration: underline;
	}
.footerNavHolder a:hover {
	color: #666;
	}
.footerNavHolder a.active, .footerNavHolder a.active:hover {
	font-weight: bold;
	color: #666;
	}

/* ---------------------------------------------------------------*/
/* -------------- CONTENT STYLES <<<---------------------*/
/* ---------------------------------------------------------------*/
	
/* Promo - Middle
------------------------------------------------------------------*/	
.middlePromoHolder {
	width: 456px;
	margin-left: -4px;
	margin-top: 0px;
	}
.middlePromoHolder ul {
    display:block;
	list-style-type:none;
	}
.middlePromoHolder ul li {
	margin-bottom: 15px;
	}

/* Promo - Right Corner
------------------------------------------------------------------*/	
.promoHolder {
	width: 200px;
	}
.promoHolder ul {
    display:block;
	list-style-type:none;
	}
.promoHolder ul li {
	margin-bottom: 20px;
	}
	
/* About Us - Press Releases
------------------------------------------------------------------*/
.press { 
	display:block; 
	margin:0 0 20px 0; 
	}
.press ul li { 
	display:inline; 
	}
.press ul li a, ul.press li a:visited { 
	display:block;
	border-bottom:1px solid #eaeaea; 
	padding:15px 10px 20px 10px; 
	color:#4f4f4f !important;  
	text-decoration:none !important
	}
.press ul li a:hover { 
	background-color:#f5f5f5; 
	color:#4f4f4f !important; 
	}
.press ul li a b {
	display:block; 
	color:#9BB70D; 
	font-weight:normal; 
	font-size: 1.0em;
	text-decoration:underline !important
	}

/* Pagination
------------------------------------------------------------------*/	
.pagination {
	text-align: center;
	font-size: 0.85em;
	}
.pagination a {
	border: 1px solid #eaeaea;
	margin-right: 3px;
	padding: 2px 8px;
	background-position: bottom;
	text-decoration: none;
	color: #666;
	font-weight: bold;
	}
.pagination a:hover, .pagination a:active {
	border: 1px solid #9e0006;
	background-image:none;
	background-color:#9e0006;
	color: #fff;
	font-weight: bold;
	}
.pagination span.current {
	margin-right:3px;
	padding:2px 6px;
	font-weight: bold;
	color: #9e0006;
	}
.pagination span.disabled {
	display:none;
	}
.pagination a.next{
	border:2px solid #ccdbe4;
	margin:0 0 0 10px;
	}
.pagination a.next:hover{
	border:2px solid #2b55af;
	}
.pagination a.prev{
	border:2px solid #ccdbe4;
	margin:0 10px 0 0;
	}
.pagination a.prev:hover{
	border:2px solid #2b55af;
	}

/* Ordered List
------------------------------------------------------------------*/	
.number {
	display:block;
	padding: 0 0 20px 25px;
	}
.number ul { 
	display:inline;
	list-style-type:decimal;
	}
.number ol li{ 
	padding:0px 0px 10px 0px; 
	}
.number ol li b{ 
	display:block; 
	color:#666; 
	font-weight:bold;
	}

/* UnOrdered List
------------------------------------------------------------------*/	
.bullet ul { 
	padding: 0;
	list-style: none;
	margin-bottom: 20px;
	}
.bullet li { 
	background-image: url(../images/bullet_square.gif);
	background-repeat: no-repeat;
	background-position: 0 .6em;
	padding: 0px 0px 3px 10px;
	}
.bullet ul li b { 
	display:block; 
	color:#666; 
	font-weight:bold;
	}
.bullet ul.left {
	float: left;
	width: 49%;
	}
.bullet ul.right {
	float: right;
	width: 49%;
	}
.bullet ul.nospace {
	margin: 0;
	}
.bullet ul li.blank {
	display: block;
	background: none;
	}
.bullet2{
padding-left:15px;
}

.accordion_child ul{
margin-bottom:10px;

}


/* Image border
------------------------------------------------------------------*/		
.img {
	border: 1px solid #dbdbdb;
	margin-right: 10px;
	}

/* About Us - Customer Testimonials
------------------------------------------------------------------*/		
.testimonials {
	width:94.5%; 
	margin-bottom: 10px; 
	padding: 15px; 
	border:1px solid #e5e5e4; 
	border-width:1px 0; 
	background-color:#f5f5f5; 
	}
.testimonials q {
	display:block; 
	color:#666;
	font-style:italic;
	margin-bottom: 5px; 
	}
.testimonials b {
	display: inline;
	color:#666; 
	font-weight:bold;
	}
.testimonials q p {
	display: inline; 
	margin-bottom: 18px; 
	}
	
/* Web Hosting - VPS Plesk Powerpack for Windows
------------------------------------------------------------------*/	
.pleskPowerpackforWindows {
	margin-bottom: 20px;
	}
.pleskPowerpackforWindows ul { 
	padding: 0 10px 0px 10px;
	list-style: none;
	border: 1px solid #d9d9d9;
	}
.pleskPowerpackforWindows li { 
	border-bottom: 1px solid #d9d9d9;
	padding: 10px 0 20px 60px;
	background-repeat: no-repeat;
	background-position: 0 1.2em;
	}
.pleskPowerpackforWindows li.powerpack01 {
	background-image: url(../images/icon_powerpack01.gif);
	}
.pleskPowerpackforWindows li.powerpack02 {
	background-image: url(../images/icon_powerpack02.gif);
	}
.pleskPowerpackforWindows li.powerpack03 {
	background-image: url(../images/icon_powerpack03.gif);
	}
.pleskPowerpackforWindows li.powerpack04 {
	background-image: url(../images/icon_powerpack04.gif);
	}
.pleskPowerpackforWindows li.powerpack05 {
	background-image: url(../images/icon_powerpack05.gif);
	}
.pleskPowerpackforWindows li.powerpack05a {
	background-image: url(../images/icon_powerpack05.gif);
	border-bottom: none;
	}
.pleskPowerpackforWindows li.powerpack06 {
	background-image: url(../images/icon_powerpack06.gif);
	}
.pleskPowerpackforWindows li.powerpack07 {
	background-image: url(../images/icon_powerpack07.gif);
	border-bottom: none;
	}
	
/* Web Hosting - Dynamail Highlights
------------------------------------------------------------------*/	
.dynamailHighlights {
	margin-bottom: 20px;
	}
.dynamailHighlights ul { 
	padding: 0 10px 0px 10px;
	list-style: none;
	border: 1px solid #d9d9d9;
	}
.dynamailHighlights li { 
	border-bottom: 1px solid #d9d9d9;
	padding: 10px 0 20px 60px;
	background-repeat: no-repeat;
	background-position: 0 1.2em;
	}
.dynamailHighlights b {
	display: block;
	}
.dynamailHighlights li.dynamail01 {
	background-image: url(../images/icon_dynamail01.gif);
	}
.dynamailHighlights li.dynamail02 {
	background-image: url(../images/icon_dynamail02.gif);
	}
.dynamailHighlights li.dynamail03 {
	background-image: url(../images/icon_dynamail03.gif);
	}
.dynamailHighlights li.dynamail04 {
	background-image: url(../images/icon_dynamail04.gif);
	border-bottom: none;
	}
.dynamailHighlights li.dynamail05 {
	background-image: url(../images/icon_dynamail05.gif);
	}
.dynamailHighlights li.dynamail06 {
	background-image: url(../images/icon_dynamail06.gif);
	}
.dynamailHighlights li.dynamail07 {
	background-image: url(../images/icon_dynamail07.gif);
	border-bottom: none;
	}
	
.boxhighlight/* Dynamail Campaign 
------------------------------------------------------------------*/	

 {
	background-color: #F3F8EF;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	color: #1C4A34;
	border: 1px dashed #607344;
}
.dynamailsubheader {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 5px;
}


#bonuscontainer {

}
.bonus {
	color: #0082D9;
	background-color: #E8F5FF;
	padding: 10px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	width: 180px;
	float: left;
	height: 125px;
	border: 1px solid #79E1FF;
}
#guarantee {
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 20px;
}
#guarantee td.text {
	vertical-align: middle;
}

.bonus h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #0099FF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0099FF;
	margin-bottom: 8px;
}

	
/* Web Hosting - Sharepoint Highlights
------------------------------------------------------------------*/	
.sharePointHighlights {
	margin-bottom: 20px;
	}
.sharePointHighlights ul { 
	padding: 0 10px 0px 10px;
	list-style: none;
	border: 1px solid #d9d9d9;
	}
.sharePointHighlights li { 
	border-bottom: 1px solid #d9d9d9;
	padding: 10px 0 20px 60px;
	background-repeat: no-repeat;
	background-position: 0 1.2em;
	}
.sharePointHighlights b {
	display: block;
	}
.sharePointHighlights li.sharePoint01 {
	background-image: url(../images/icon_sharepoint_share.gif);
	}
.sharePointHighlights li.sharePoint02 {
	background-image: url(../images/icon_sharepoint_calendar.gif);
	}
.sharePointHighlights li.sharePoint03 {
	background-image: url(../images/icon_sharepoint_announce.gif);
	border-bottom: none;
	}


/* Web Hosting - SSL Certificated Highlights
------------------------------------------------------------------*/	
.ssl_thawteHighlights {
	margin-bottom: 20px;
	}
.ssl_thawteHighlights ul { 
	padding: 0 10px 0px 10px;
	list-style: none;
	border: 1px solid #d9d9d9;
	}
.ssl_thawteHighlights li { 
	border-bottom: 1px solid #d9d9d9;
	padding: 10px 0 0px 113px;
	background-repeat: no-repeat;
	background-position: 0 1.0em;
	}
.ssl_thawteHighlights b {
	display: block;
	}
.ssl_thawteHighlights li.thawte {
	background-image: url(../images/icon_sslCertificate_thawte.gif);
	border-bottom: none;
	}


	
/* Customer Support - FAQ
------------------------------------------------------------------*/		
#basic-accordian {
	width:100%;
	margin-bottom: 20px;
	}
.accordion_headings {
	padding:5px;
	background:#e7e7e7;
	color:#666;
	border:1px solid #fff;
	border-width: 1px 0;
	cursor:pointer;
	font-weight:normal;
	}
.accordion_headings:hover{
	background:#d0d0d0;
	color: #666;
	}
.accordion_child{
	padding:10px 15px 10px 23px;
	background-color:#f5f5f5;
	}
.header_highlight{
	background:#e7e7e7;
}
.imageOptions{
	margin:0;
	padding:0;
}

/* Enquiry Form pop up
------------------------------------------------------------------*/	
div#enquirycontainer{
	background-image:url(../images/popupBand.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

/* Whois */
.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #666666;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border:none;
	cursor: hand;
	cursor: pointer;
}

/* Web Hosting - Windows SharePoint Top10
------------------------------------------------------------------*/	
.windowsSharePoint_Top10 {
	margin-bottom: 20px;
	}
.windowsSharePoint_Top10 ul { 
	padding: 0 10px 0px 10px;
	list-style: none;
	border: 1px solid #d9d9d9;
	}
.windowsSharePoint_Top10 li { 
	border-bottom: 1px solid #d9d9d9;
	padding: 10px 0 20px 60px;
	background-repeat: no-repeat;
	background-position: 0 1.2em;
	}
.windowsSharePoint_Top10 b {
	display: block;
	}
.windowsSharePoint_Top10 li.top01 {
	background-image: url(../images/icon_no1.jpg);
	}
.windowsSharePoint_Top10 li.top02 {
	background-image: url(../images/icon_no2.jpg);
	}
.windowsSharePoint_Top10 li.top03 {
	background-image: url(../images/icon_no3.jpg);
	}
.windowsSharePoint_Top10 li.top04 {
	background-image: url(../images/icon_no4.jpg);
	}
.windowsSharePoint_Top10 li.top05 {
	background-image: url(../images/icon_no5.jpg);
	}
.windowsSharePoint_Top10 li.top06 {
	background-image: url(../images/icon_no6.jpg);
	}
.windowsSharePoint_Top10 li.top07 {
	background-image: url(../images/icon_no7.jpg);
	}
.windowsSharePoint_Top10 li.top08 {
	background-image: url(../images/icon_no8.jpg);
	}
.windowsSharePoint_Top10 li.top09 {
	background-image: url(../images/icon_no9.jpg);
	}
.windowsSharePoint_Top10 li.top10 {
	background-image: url(../images/icon_no10.jpg);
	border-bottom: none;
	}
	
.redbodytext {
	font-size: 11px;
	color: #FF0000;
}
.txtbox{
	border:#9BB70D 1px solid;
	
	
	}
