/* Body */

html, body	{
	margin: 0px 0px 0px 0px ;
	padding: 0px;
	background-color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
}

a:link	{
	text-decoration: none;
	color: #ff6d00;
}
a:visited 	{
	text-decoration: none;
	color: #ff6d00;
}
a:hover 	{
	text-decoration: underline;
	color: #ff6d00;
	background-color: e0eff0;
}

/* Text */

.attaintext {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
}

h1	{
	font-size: 20px;
	color: #36393d;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	text-transform: uppercase;
}

h2	{
	font-size: 15px;
	color: #3773d3;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

h3	{
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}


.grey a:link	{
	text-decoration: none;
	color: #666666;
}
.grey a:visited 	{
	text-decoration: none;
	color: #666666;
}
.grey a:hover 	{
	text-decoration: underline;
	color: #ff6d00;
}

.linethrough 	{
	text-decoration: line-through;
	font-style: italic;
	color: #999999;
}

b 	{
	font-style: bold;
	color: #143353;
}

.button	{
	font-size: 12px;
	margin: 4px 0px 4px 0px;
	padding: 2px 8px 2px 8px;
	color: #555555;
}

/* Table */

.header	{
	background-color: #36393d;
}
.header_IN	{
	color: #999999;
	padding: 10px 0px 10px 0px;
}

.nav	{
	background-color: #377bb8;
	margin-top: 6px;
}
.nav_IN	{
	padding: 0px 0px 0px 0px;
}

.sub	{
	background-color: #e3e4e5;
	margin-top: 6px;
}
.sub_in	{
	padding: 3px 0px 3px 0px;
}

.main	{
	border-right: 1px dotted #a5a5a5;
	text-align: justify;
	margin: 30px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
}
.margin_top	{
	margin: 30px 0px 0px 0px;
}
.margin	{
	margin: 10px 0px 0px 0px;
}

.bottom	{
	background-color: #ffffff;
	background: repeat-x url(image/base-bg.gif);
	margin-top: 40px;
}
.bottom_IN	{
	color: #999999;
	padding: 15px 0px 40px 0px;
}

.hosting_package	{
	background-color: #f9f9f9;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 5px 0px;
	font-size: 11px;
	border-bottom: 3px solid #e3e4e5;
}
.hosting_package_order	{
	padding: 2px 5px 7px 5px;
	border-bottom: 3px solid #e3e4e5;
}

.small_list	{
	background-color: #f9f9f9;
	border: 3px solid #e3e4e5;
	margin-bottom: 10px;
}

.selected-plan	{
	margin-bottom: 21px;
}

.online-form {
	padding: 20px 10px 10px 10px;
	background-color: #e1effa;
	border: 1px solid #a5acb2;
}

.padding-bottom {
	padding-bottom: 4px;
}

/* Main navigation */

.nav-list	{
	color: #ffffff;
	list-style: none;
	text-align: left;
	font-weight: bold;
}
.nav-list li {
	text-align: center;
}
.nav-list a {
	color: #ffffff;
	display: block;
	padding: 5px 10px 4px 10px;
	text-decoration: none;
}
.nav-list a:link {
	color: #ffffff;
}
.nav-list a:visited {
	color: #ffffff;
}
.nav-list a:hover {
	color: #9bbddc;
	text-decoration: none;
}

.nav-selected	{
	color: #377bb8;
	list-style: none;
	text-align: left;
	font-weight: bold;
	background-color: #FFFFFF;
}
.nav-selected li {
	text-align: center;
}
.nav-selected a {
	color: #377bb8;
	display: block;
	padding: 5px 10px 4px 10px;
	text-decoration: none;
}
.nav-selected a:link {
	color: #377bb8;
}
.nav-selected a:visited {
	color: #377bb8;
}
.nav-selected a:hover {
	color: #377bb8;
	text-decoration: none;
}
