/* CSS Document */

body{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;	
	background-image: url(../site-images/page-bg.gif);
	background-repeat:repeat-y;
	background-position: center top;
}   

#container {
	padding:10px 0px 10px 0px;
}

#text {
	color: #333;
	line-height:18px;
	text-align:justify;
	text-decoration:none;
}

#text a:link {
	color: #1F5ABA;
	text-decoration:underline;
}

#text a:visited {
	color: #1F5ABA;
	text-decoration:underline;
}

#text a:hover{
	color: #666666;
	text-decoration:underline;
}

/**************************** This class for Top Nav *****************************************/
#topLink {
	font-size:11px;
	color: #F59B39;
	font-weight:bold;
	text-decoration:none;
	padding:50px 14px 0px 0px;
	text-align:right;
}

#topLink a:link {
	color: #F59B39;
	text-decoration:none;
}

#topLink a:visited {
	color: #F59B39;
	text-decoration:none;
}

#topLink a:hover {
	color: #666666;
	text-decoration:none;
}

#topLink .current a {
	color: #666666;
	text-decoration:none;
}

/********************* Main Menu Code START HERE *****************************/

.nav-sep {
	padding:0px 5px 0px 5px;
}

#nav {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	text-align:right;
	background-image: url(../site-images/nav-bg.gif);
	background-repeat:repeat-x;
	background-position: center top;
	padding:0px 14px 0px 0px;
	height:33px;
}

#nav a:link {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

#nav a:visited {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

#nav a:hover {
	font-weight:bold;
	color:#F59B39;
	text-decoration:none;
}

#nav-highlight, #nav-highlight a:link, #nav-highlight a:visited {
	background-image: url(../site-images/common/nav-over.gif);
	background-repeat: repeat;
	background-position: center center;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

#nav-highlight a:hover {
	text-decoration: none;
	color: #000;
}

/**************************** This class for Main Page Content *******************************/
#content{
	text-align: justify;
	margin: 10px 0px 0px 14px;
}

#rightContent {
	padding:15px 14px 0px 0px;
}

#domainSearch {
	font-size:10px;
	height: 148px;
	width: 276px;
	background-image: url(../site-images/domain-search.gif);
	background-repeat:no-repeat;
	padding:20px 0px 0px 0px;
}

#domainSearch td {
	height:25px;
}

#domainSearch input {
	width:100px;
	border:1px solid #cccccc;
	font-size:10px;
}

#domainSearch select {
	width:60px;
	border:1px solid #cccccc;
	font-size:11px;
}

#newCustomer {
	height: 190px;
	width: 276px;
	background-image: url(../site-images/new-customer.gif);
	background-repeat:no-repeat;
}

#transferCustomer {
	height: 208px;
	width: 276px;
	background-image: url(../site-images/transfer-customer.gif);
	background-repeat:no-repeat;
}

/**************************** This class for Text *******************************/
.title {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:24px;
	line-height:24px;
	color:#F59A39;
	word-spacing:2px;
	margin-bottom:10px;
}

.subtitle {
	font-weight:bold;
	font-size:14px;
	line-height:24px;
	color:#F59A39;
	word-spacing:2px;
	margin-bottom:10px;
}

.highligh {
	color:#026BB5;
}
/*************************** This class use for Footer ***********************************/
#footer {
	font-size:11px;
	color: #666666;
	text-decoration:none;
	background-image: url(../site-images/footer-bg.gif);
	background-repeat:repeat-x;
	background-position: center bottom;
	height:33px;
	text-align:center;
}

#footer a:link {
	color: #000000;
	text-decoration:none;
}

#footer a:visited {
	color: #000000;
	text-decoration:none;
}

#footer a:hover {
	color: #666666;
	text-decoration:none;
}
