/*--------------------------------------------
	BASIC LINKS
----------------------------------------------*/
	a:link, a:visited, a:active, a:hover  {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #0070a4;
		/* color: #0176C3; */
		text-decoration: underline;
		background: transparent; 
		}
	a:active {
		color: #ff6600;
		}
		
/*--------------------------------------------
	HEADINGS
----------------------------------------------*/
	h1, h2, h3, h4, h5, h6	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		color: #333;
		margin-top: 3px;
		margin-bottom: 2px;
		/* letter-spacing: 1px; */
		}
	h2, h3 {
		font-size: 12px;
		font-weight: bold;
		color: #666;
		}
	h3 {
		color: #666;
		}
	.section_title {
		color: #0077C1;
		width: 100%;
		display: block;
		border-bottom: 1px solid #0077C1;
		}
	
/*--------------------------------------------
	HEADER / NAVIGATION
----------------------------------------------*/
	#header, #logo, #logo img, #header_login {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 10px;
		color: silver;
		}
	div.header_cell, div.header_cell_spacer {
		float: left;
		margin: 0;
		padding: 0 0 6px 0;
		border: 0px solid green;
		vertical-align: bottom;
		}
	div.header_cell {
		width: 49%;
	}
	div.header_cell_spacer {
		width: 160px;
		}
	#header dl#logo dt {
		position: absolute;
		top: 8px;
		left: 22px;
		padding: 0;
		margin: 0;
		}
	#logo dd {
		vertical-align: bottom;
		font-size: 10px;
		color: #666666;
		margin: 0 0 0 675px;
		}
	#logo_dd_sub {
		width: 80px;
		text-align: center;
		}
	/* ,#footer a, #footer a:visited  */
	#logo dd a, #logo dd a:visited, .header_cell a:link,  .header_cell a:hover, .header_cell a:visited {
		font-size: 10px;
		color: #444444;
		text-decoration: none;
		}
	/* , #footer a:hover */
	#logo dd a:hover, #header_login a:hover {
		text-decoration: underline; /* no underline because of the support image */
		}
	#navigation {
		margin: 0;
		padding: 0;
		border: 0;
		}
	#header_login {
		position: relative;
		clear: none;
		padding: 0;
		width: 760px;  /* bmh */	
		voice-family: "\"}\""; 
		voice-family:inherit;
		width: 750px;	 
		text-align: right;
		padding-right: 0px;
	}

/*--------------------------------------------
	BODY / CONTAINERS
----------------------------------------------*/

	body {
		color: black;
		margin: 0;
		padding: 0;
		border: 0;
		text-align: center;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		padding-bottom: 25px;
		}
	td {
		font-size: 10px;
		}
		
	#container {
		position: relative;
		color: #333;
		margin: 0 auto;
		padding: 0;
		width: 760px;  /* bmh */	
		voice-family: "\"}\""; 
		voice-family:inherit;
		width: 760px;	 
		height: 100%;
		text-align: left;
		}

	#container1, #container2, #container3 {
		position: relative;
		width: 100%;
		left: 0;
		top: 0;
		padding: 0;
		}
	#container1 img {
		width: 1px;
		height: 105px;
		border: 3px;
		}
	#container3 {
		clear: both;
		}
	#container_header	{
		position: absolute;
		top: 0px;
		left: 0px;
		margin: 0 auto;
		width: 760px;
		padding: 0;
		padding-top: 8px;
		}
	#container_footer	{
		position: relative;
		left: 0px;
		top: 0px;
		}
		
/*--------------------------------------------
	CONTENT AREAS
----------------------------------------------*/
	div.content_title, div.content_title_nav {
		position: relative;
		top: 0px;
		left: 0px;
		width: 100%;
		clear: both;
		padding: 0;
		border-bottom: 1px solid gainsboro;
		text-align: left;
		margin-bottom: 17px;
		}
	div.content_title h1, div.content_title h2, div.content_title_nav h1 {
		font-size: 14px;
		font-weight: bold;
		color: #464646;
		vertical-align: top;
		}
	div.content_title a:link, div.content_title a:hover, div.content_title a:visited {
		text-decoration: none;
		font-size: 14px;
		}

	#content_main, #content_content, #content_vspacer {
		position:relative;
		top: 0px;
		left: 170px;
		padding: 0;
		color: #222;
		border: 0;
		background: transparent; 
		/* compensates for IE Win bungling */
		}	
	#content_main {
		min-height: 510px;
		}
	#content_main_iespacer {
		position: relative;
		float: left;
		top: 0px;
		left: 1px;
		width: 1px;
		height: 540px;
		}
	
	#content_content {
		float: left;
		left: 0px;
		}
	#content_vspacer2 {
		padding: 0;
		margin: 0;
		float: left;
		width: 1px;
		}	

	#content_right {
		position: absolute;
		top: 0px;
		left: 610px;
		padding: 0;
		margin: 0;
		height: 440px;
		}
	#content_right div.divider {
		clear: both;
		width: 25px;;
		}
	#content_nav {
		position: absolute;
		top: 0px;
		width: 150px;
		padding: 0;
		margin: 0;

		/* compensates for IE Win bungling */
		height: 550px;
		
		}
	#content_nav_boxhack {
		border-right: 1px solid gainsboro;
		padding-right: 5px;
		}
	#content_nav h2 {
		margin: 0;
		padding: 4px 0 4px 0;
		font-weight: normal;
		}
		
	#content_nav ul {
		width: 100%;
		margin: 0;
	    padding:0;
	    list-style-type: none;
		}
	#content_nav li {
	    background-position:left;
	    background-repeat:no-repeat;
		padding-left: 15px;
		color: #0176C3;
		margin-bottom: 3px;
		height: 17px;
		}
	#content_nav li a:link, #content_nav li a:hover, #content_nav li a:visited, #content_nav li a:active {
	    display: block;
		color: #0176C3;
		padding: 1px 0 1px 0;
		font-weight: normal;
		}
	#content_nav h2 { font-weight: bold; } 
	#content_nav li.nostyle { margin: 0px; padding: 0px; height: 22px; }	
	/* #content_nav li.item, #content_nav li.item_selected { background-image: url('http://www.ilisys.com/_lib/images/nav/arrow_dot_blue.gif'); }	*/
	#content_nav li.item_gray, #content_nav li.item_selected, #content_nav li.item { background-image: url('http://www.ilisys.com.au/_lib/images/nav/blue_square.gif'); font-weight: normal; text-decoration: none; }
	#content_nav li.item_selected a:link, #content_nav li.item_selected a:hover, #content_nav li.item_selected a:visited, 
		#content_nav li.item a:link, #content_nav li.item a:hover, #content_nav li.item a:visited 
		{ text-decoration: none; font-weight: normal; }
	#content_nav li.item_top a:link, #content_nav li.item_top a:hover, #content_nav li.item_top a:visited { text-decoration: none; }
	#content_nav li.item_selected { 
		background-image: url('http://www.ilisys.com/_lib/images/nav/black_square.gif');
		color: black;
		}	
	#content_nav li.item_gray { 
		background-image: url('http://www.ilisys.com/_lib/images/nav/gray_square.gif');
		color: silver;
		}	
	#content_nav li.parent, #content_nav li.parent_expanded, #content_nav li.parent_expanded_selected { margin-top: 2px; }
	#content_nav li.parent { background-image: url('http://www.ilisys.com.au/_lib/images/nav/arrow_right_blue.gif'); }
	#content_nav li.parent a:hover, #content_nav li.parent a:link, #content_nav li.parent a:visited, #content_nav li.parent_expanded a:link, #content_nav li.parent_expanded a:hover, #content_nav li.parent_expanded a:visited
		{ text-decoration: none;  }
	/* #content_nav li.parent_expanded a:link, #content_nav li.parent_expanded a:hover, #content_nav li.parent_expanded a:visited { color: black; }		*/
	#content_nav li.parent_expanded, #content_nav li.parent_expanded_selected { background-image: url('http://www.ilisys.com.au/_lib/images/nav/arrow_down_blue.gif'); color: #ff0000; }
	/* #content_nav li.parent_expanded_selected { background-image: url('http://www.ilisys.com.au/_lib/images/nav/arrow_down_orange.gif'); } */
	#content_nav li.child, #content_nav li.child_selected {
		background-image: url('http://www.ilisys.com.au/_lib/images/nav/blue_square.gif');
		margin-left: 8px;
	}
	#content_nav li.child_selected {
		background-image: url('http://www.ilisys.com.au/_lib/images/nav/black_square.gif');
		color: black;
		}
	#content_nav li.child a:link, #content_nav li.child a:hover, #content_nav li.child a:visited {
		text-decoration: none; 
		}
	/*
	#content_nav li.child_selected {
		background-image: url('http://www.ilisys.com.au/_lib/images/nav/arrow_dot_orange.gif');
		margin: 0 0 0 8px;
	}	
	*/

/*--------------------------------------------
	SPECIAL TABLES
----------------------------------------------*/
	table.cell_main, table.cell_main_sales {
		border: 1px solid #cdcdcd;
	} 
	/*
	table.cell_main td {
		font-size: 12px;
	}
	*/
	table.cell_main_sales {
		border-bottom: 0;
	} 
	td.home_title, td.home_subtitle {
		height: 24px;
		background: gainsboro url(/_lib/images/site/grad.gif);
		padding-left: 10px;
	}
	td.home_title a, td.home_title a:hover, td.home_title a:visited, td.home_subtitle a, td.home_subtitle a:visited {
		font-size: 12px;
		font-weight: bold;
		color: #0099cc;
		text-decoration: none;
	}
	td.home_subtitle a, td.home_subtitle a:hover, td.home_subtitle a:visited { font-size: 10px; }
	td.home_feature, td.home_featurette {
		padding-left: 10px;
		padding-top: 5px;
		padding-right: 10px;
		padding-bottom: 8px;
		background-color: #f5f5f5;
		color: #444444;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #ffffff;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #ffffff;
		font-size: 10px;
	}
	td.home_featurette {
		padding-bottom: 5px;	
		padding-right: 5px;
	}
	td.home_feature a, td.home_feature a:hover, td.home_featurette a, td.home_featurette a:hover, td.info_box a, td.info_box a:hover {
		font-size: 10px;
		color: #444444;
		text-decoration: none;
	}
	td.home_feature a.home_links, td.home_featurette a.home_links, td.info_box a.home_links { 
		text-decoration: underline; 
	}

	td.cell_title {
		height: 24px;
		background: gainsboro url(/_lib/images/site/grad.gif);
		padding-left: 10px;
		font-size: 12px;
		font-weight: bold;
		color: #FF7D26;
		text-decoration: none;
	}

	td.cell_info, td.cell_info_req, td.cell_subTitle, td.cell_subTitle_right, td.cell_tt, td.unique_tt {
		font-size: 10px;
		color: #444444;
		padding-left: 15px;
		padding-top: 3px;
		padding-bottom: 3px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #ffffff;
		background-color: #f5f5f5;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #ffffff;
	}
	td.cell_info_req {
		font-weight: bold;
		} 
	td.cell_tt, td.unique_tt {
		font-family: Courier, monotype;
		font-size: 12px;
		padding: 0 0 0 15px;
	}
	td.cell_tt_mark {
		color:red;
		font-size: 15px;
	}
	td.unique_tt {
		padding-right: 15px;	
	}
	td.cell_info {
		padding: 0 0 0 15px;
	}
	td.cell_info a {
		font-size: 10px;
	}
	td.cell_subTitle, td.cell_subTitle_right {
		font-weight: bold;
		vertical-align: top;
	}
	td.cell_subTitle_right { 
		text-align: right; 
		}
	.cell_links:visited {
		color: #0070A4;
		text-decoration: underline;
		}
	.cell_links:link {
		color: #0070A4;
		text-decoration: underline;
		}
	.cell_links:hover {
		color: #0070A4;
		text-decoration: underline;
		}
	.cell_links:active {
		color: #ff6600;
		text-decoration: none;
		text-decoration: underline;	
		}
		
	td.info_box {
	    font-size: 10px;
	    color: #444444;
	    background-color: #f5f5f5;
	    padding: 3px 5px 3px 5px;
	}
	
	/* used in signup process */
	.linkOrange {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FF7D26
	}
	.linkBlue {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #0070a4;
	}
	
	/* END top and bottom links 
	
	
	end checked
	*/
	
	
	
	
/*--------------------------------------------
	SALES PROCESS
----------------------------------------------*/
	div.sales_title {
		border: 1px solid #cdcdcd;
		border-bottom: 0;
		height: 23px;
		width: 100%;
		background: gainsboro url(/_lib/images/site/grad.gif);
		margin: 0 0 6px 0;
		
	}
	div.sales_title h3 {
		padding: 0 0 0 10px;
	}

	input.sales_domain_field {
		width: 155px;
		}
	select.sales_domain_field {
		width: 80px;
		}
	#sales_hosting_options {
		float: left;
		width: 250px;
	}
	#sales_hosting_seperator {
		float: left;
		width: 15px;
	}
	#sales_hosting_pricing {
		float: left;
		width: 225px;
		border: 0;
		margin-left: 5px;
		}
	#quoteTotalPriceText, #quoteDiscountPercentageText, #quoteDiscountPriceText, 
	#quoteDaysRemainingText, #quoteDaysRemainingTextNumber
		{
		margin: 0;
		left: 0px;
		border: 1px solid blue;
		}

	div.sales_platform {
		float: left;
		width: 62px;
		margin: 0;
		padding: 0px;
		text-align: center;
		}
	div.sales_platform a, div.sales_platform img {
		border: 0;
		text-decoration: none;
		}


	/* Sales process */
	table.unique_main {
		border-right: 1px solid #cdcdcd;
		border-bottom: 1px solid #cdcdcd;
		border-left: 1px solid #cdcdcd;
	} 
	td.unique_title {
		font-weight: bold;
		color: #FF7D26;
		height: 24px;
		background-image: url(/_lib/images/site/grad.gif);
		padding-left: 15px;
	}
	td.unique_subTitle, td.unique_subTitle div.info {
		padding-left: 15px;
		color: #444444;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #ffffff;
		background-color: #f5f5f5;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #ffffff;
		font-weight: bold;
		padding-right: 15px;
		padding-top: 3px;
	}
	td.unique_subTitle div.info {
		padding: 0;
		color: #444444;
		border: 0;
		font-weight: normal;
	}
	
	td.unique_info, td.unique_info_tabbed {
		padding-left: 15px;
		color: #444444;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #ffffff;
		background-color: #f5f5f5;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #ffffff;
		padding-top: 3px;
		padding-bottom: 3px;
		padding-right: 15px;
	}
	td.unique_info_tabbed {
		padding-left: 25px;
	}
	td.statement_cell {
		color: black;
	}
	.unique_space {
		background-color: #cdcdcd;
	
	}
	.unique_info_text {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #444444;
	}
	.unique_links:link, .unique_links:hover, .unique_links:active, .unique_links:visited {
		font-size: 10px;
		color: #007BA6;
		text-decoration: none;
	}
	.unique_links:visited {
		color: #0099cc;
	}
	.unique_links:hover {
		color: #005C7E;
		text-decoration: underline;
	}
	
/*--------------------------------------------
	FOOTER
----------------------------------------------*/
	#footer {
		position: relative;
		text-align: center;
		padding: 0;
		padding-top: 2px;
		border: 0;
		border-top: 0px solid #C0C0C0;
		margin: 0px;
		font-size: 10px;
		color: silver;
		background: transparent; 
		/* compensates for IE Win bungling */
		height: 100%;
		}	
		
/*--------------------------------------------
	MISC
----------------------------------------------*/
	div.spacer, div.spacer_small, div.spacer_large  { 
		clear: both; 
		height: 5px; 
		padding: 0px; 
		margin: 0;
		}
	div.spacer_small { height: 2px; }
	div.spacer_large { height: 10px; }
	.normal {
		padding: 0;
		margin: 0;
		border: 0;
	}
	select, .frmInput, .frmInputGray, .frmInputText, .frmInputReadOnly, .frmInputTextArea { 
		font-family: Verdana,Arial, Helvetica, sans-serif; 
		color: #333333; 
		text-decoration: none; 
		font-size: 12px; 
		border: 1px solid silver; 
		padding-left:3px; 
	}
	.frmInput, .frmInputGray, .frmInputText, .frmInputReadOnly { 

		}
	.frmDomainSearch {
		font-size: 10px; 
		height: 12px;
		vertical-align: middle;
		}
	.float_left {
		float: left;
		margin: 0;
		padding: 0;
		top: 0px;
		}
	.float_right {
		float: right;
		margin: 0;
		padding: 0;
		}

		
/*** splash page **/


#splash_feature, #splash_signup {
	width: 502px;
	padding: 0;
	margin: 0;
	}
#splash_feature img, #splash_signup img { border: 0; }
#splash_signup {
	height: 298px;
}
.splash_spacer {
	height: 19px;
	width: 400px;
	border: 0px solid yellow;
}

#splash_feature div.title {
	height: 27px;
	background: white url('http://www.ilisys.com.au/_lib/images/site/splash/feature_top.gif') no-repeat top left;
	}
#splash_feature div.content {
	float: left;
	width: 250px;
	}
#splash_feature div.footer {
	float: left;
	width: 250px;
	background: white url('http://www.ilisys.com.au/_lib/images/site/splash/feature_bot_middle.jpg') repeat-x;

	}
#splash_feature div.footer a {
	padding: 2px 0 0 4px;
	color: black;
	font-size: 10px;
	text-decoration: underline;
	border: 0;
}
#splash_feature img {
	border: 0;
	}

	
#splash_feature div.footer div.text {
	float: left;
	height: 25px;
	margin-top: 2px;
	}
	
div.box_one, div.box_two, div.box_three, div.box_four {
	color: #464646;
	font-size: 11px;
	width: 241px;
	margin: 0 0 1px 0;
	padding: 0;
	background: url('http://www.ilisys.com.au/_lib/images/site/splash/box_one_mid_bg.gif') repeat-y top left;
	}

div.box_one {
	margin-bottom: 3px;
	}
div.box_one a, div.box_two a, div.box_three a, div.box_four a {
	padding-left: 4px;
	color: #103E72;
	font-size: 10px;
	text-decoration: underline;
	}
div.box_two div.content {
	height: 82px;
	}
div.box_three div.content {
	height: 78px;
	}
div.box_one img, div.box_two img, div.box_three img, div.box_four img {
	border: 0;
	text-decoration: none;
	}
div.box_one div.title, div.box_two div.title, div.box_three div.title, div.box_four div.title {
	border-bottom: 2px solid white;
	background: white url('http://www.ilisys.com.au/_lib/images/site/splash/box_one_top.gif') no-repeat top left;
	height: 29px;
	}
div.box_one div.title img, div.box_two div.title img, div.box_three div.title img, div.box_four div.title img {
	padding: 9px 0 0 12px;
	}
div.box_one div.content, div.box_two div.content, div.box_three div.content, div.box_four div.content {
	background: url('http://www.ilisys.com.au/_lib/images/site/splash/box_one_bot.gif') no-repeat bottom left;
	}
div.box_one div.text, div.box_two div.text, div.box_three div.text, div.box_four div.text {
	margin: 2px 5px 0px 12px;
	}
div.box_one div.text img {
	padding: 0 5px 0 5px;
	}
div.box_two div.text img {
	padding: 0 7px 0 4px;
	}
div.box_three div.text img {
	padding: 0 3px 0 3px;
	}
div.box_one div.footer, div.box_two div.footer, div.box_three div.footer, div.box_four div.footer {
	margin: 5px 5px 0px 8px;
	padding-bottom: 10px;
	}
div.box_one div.footer a, div.box_two div.footer a, div.box_three div.footer a, div.box_four div.footer a {
	font-size: 10px;
	color: #103E72;
}
div.box_four div.text img { padding: 2px 6px 2px 2px; }
div.box_two { background: url('http://www.ilisys.com.au/_lib/images/site/splash/box_two_mid_bg.gif') repeat-y top left; }
div.box_two div.title { background: white url('http://www.ilisys.com.au/_lib/images/site/splash/box_two_top.gif') no-repeat top left; }
div.box_two div.content { background: url('http://www.ilisys.com.au/_lib/images/site/splash/box_two_bot.gif') no-repeat bottom left; }
div.box_three { background: url('http://www.ilisys.com.au/_lib/images/site/splash/box_three_mid_bg.gif') repeat-y top left; }
div.box_three div.title { background: white url('http://www.ilisys.com.au/_lib/images/site/splash/box_three_top.gif') no-repeat top left; }
div.box_three div.content { background: url('http://www.ilisys.com.au/_lib/images/site/splash/box_three_bot.gif') no-repeat bottom left; }
div.box_four { background: url('http://www.ilisys.com.au/_lib/images/site/splash/box_four_mid_bg.gif') repeat-y top left; }
div.box_four div.title { background: white url('http://www.ilisys.com.au/_lib/images/site/splash/box_four_top.gif') no-repeat top left; }
div.box_four div.content { background: url('http://www.ilisys.com.au/_lib/images/site/splash/box_four_bot.gif') no-repeat bottom left; }
 
 
/* Domain name box */
 div.content_blue {
	font-family: Verdana, sans-serif;
	color: #464646;
	font-size: 11px;
	margin: 0 0 1px 0;
	padding: 0;
	}
div.content img { border: 0; }
div.content_blue div.left { float: left; width: 10px; }
div.content_blue div.text { float: left; }
div.content_blue div.right { float: right; width: 10px; }
div.content_blue div.top {
	background: url('http://www.ilisys.com.au/_lib/images/site/content_blue/top_bg.gif') repeat-x top left;
	height: 33px;
	}
div.content_blue div.top div.left { height: 33px; background: url('http://www.ilisys.com.au/_lib/images/site/content_blue/top_left.gif') no-repeat top left; }

div.content_blue div.top div.text { 
	padding-top: 7px;
	}
div.content_blue div.top div.text h2 { 
	color: #0176C3;
	font-size: 12px;  
	font-weight: bold;
	letter-spacing: 0px;
	margin: 0;
	padding: 0;
	} 
div.content_blue div.top div.right { height: 33px; background: url('http://www.ilisys.com.au/_lib/images/site/content_blue/top_right.gif') no-repeat top left; }
div.content_blue div.content { background: url('http://www.ilisys.com.au/_lib/images/site/content_blue/middle_bg.gif') repeat; }
div.content_blue div.content div.left {	height: 100%; background: url('http://www.ilisys.com.au/_lib/images/site/content_blue/middle_left.gif') repeat-y top left; }
div.content_blue div.content div.right { height: 100%; background: url('http://www.ilisys.com.au/_lib/images/site/content_blue/middle_right.gif') repeat-y top left; }
div.content_blue div.bottom { height: 10px; background: url('http://www.ilisys.com.au/_lib/images/site/content_blue/bot_bg.gif') repeat; }
div.content_blue div.bottom div.left { height: 100%; background: url('http://www.ilisys.com.au/_lib/images/site/content_blue/bot_left.gif') no-repeat top left; }
div.content_blue div.bottom div.right { height: 100%; background: url('http://www.ilisys.com.au/_lib/images/site/content_blue/bot_right.gif') no-repeat top left; }




/* blue explore */
div.explore_blue_punnet {
	padding: 0;
	margin: 0;
	}
div.explore_blue_punnet div.punnet_row {
	padding-bottom: 10px;
}
div.explore_blue_punnet div.punnet_row div.explore_blue { float: left; }
div.explore_blue_punnet div.spacer { width: 100%; height: 1px; border: 0; clear: both;}
div.explore_blue_punnet div.punnet_row_hspacer { width: 20px; height: 100px; float: left;}

div.explore_blue {	width: 200px; font-family: Verdana, sans-serif; color: black; font-size: 11px; padding: 0; }
div.explore_blue div.top { height: 41px; background: url('http://www.ilisys.com.au/_lib/images/site/explore_blue/top_bg.gif') repeat-x top left; }
div.wide500 div.explore_blue div.top { background: url('http://www.ilisys.com.au/_lib/images/site/support/support_blue_top.gif') repeat-x top left; }

div.explore_blue div.top div.left { width: 10px; height: 41px; float: left; background: url('http://www.ilisys.com.au/_lib/images/site/explore_blue/top_left.gif') no-repeat top left; } 
div.explore_blue div.top div.text { 
	float: left; 
	padding-top: 18px;
	} 

div.explore_blue div.col { float: left; }
div.explore_blue div.top div.text h2, div.explore_blue div.top div.text a:link, div.explore_blue div.top div.text a:hover, div.explore_blue div.top div.text a:visited {
	font-weight: bold;
	color: #0176C3;
	font-size: 12px;  
	font-weight: bold;
	letter-spacing: 0px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	} 
div.explore_blue div.top div.right { width: 66px; height: 41px; float: right; } 
div.explore_blue div.bottom { background: url('http://www.ilisys.com.au/_lib/images/site/explore_blue/mid_bg.gif') repeat-y top left; }
#domain_search div.explore_blue div.bottom { background: url('http://www.ilisys.com.au/_lib/images/site/explore_blue/mid_bg_domain_search.gif') repeat-y top left; }
div.explore_blue div.bottom div.text { padding: 0px 0 6px 9px; height: 100%; background: url('http://www.ilisys.com.au/_lib/images/site/explore_blue/bot_bg.gif') no-repeat bottom left; }
#domain_search div.explore_blue div.bottom div.text { 
	background: url('http://www.ilisys.com.au/_lib/images/site/explore_blue/bot_bg_domain_search.gif') no-repeat bottom left; 
	font-size: 11px;
	color: #0176C3;
	font-weight: bold;
	vertical-align: top;
	padding-top: 6px;
	}

div.explore_blue div.row { float: none; clear: both; padding: 2px 15px 0 0px;}
div.explore_blue div.row div.left, div.explore_blue div.row div.right { background-image: none; float: left; vertical-align: top;}
div.explore_blue div.row div.right { width: 160px; }
div.explore_blue div.row div.left { font-weight: bold; letter-spacing: 1px; }
#content_content div.explore_blue div.row div.left { width: 15px; }
div.explore_blue div.row div.left {  background: url('http://www.ilisys.com.au/_lib/images/site/explore_blue/arrow.gif') no-repeat top left; }
#domain_search div.explore_blue div.row div.left { background: none; }
div.explore_blue div.spacer { width: 100%; height: 1px; border: 0; clear: both;}
div.explore_blue div.right a:link, div.explore_blue div.right a:hover, div.explore_blue div.right a:visited {
	color: #0176C3;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
	}

div.wide500 div.explore_blue div.bottom { background: url('http://www.ilisys.com.au/_lib/images/site/explore_blue/mid_bg_two_col_gray.gif') repeat-y top left; }
div.wide500 div.explore_blue div.bottom div.text { 
	background: url('http://www.ilisys.com.au/_lib/images/site/explore_blue/bot_bg_two_col_gray.gif') no-repeat bottom left; 
	font-size: 11px;
	color: #0176C3;
	font-weight: bold;
	vertical-align: top;
	padding-top: 6px;
	}
	

div.wide500 div.explore_blue div.bottom div.col a, div.wide500 div.explore_blue div.bottom div.col a:link, div.wide500 div.explore_blue div.bottom div.col a:visited, div.wide500 div.explore_blue div.bottom div.col a:hover {
	font-size: 11px;
	color: black;
	font-weight: bold;
	text-decoration: none;
	}
	
div.wide500 div.explore_blue div.row div.right { width: 248px; color: black; }
div.wide500 div.explore_blue div.row { padding-top: 0px; padding-bottom: 0px; }
div.wide500 div.explore_blue div.row div.left {  background: url('http://www.ilisys.com.au/_lib/images/site/explore_blue/arrow_outline.gif') no-repeat top left; }	
div.wide500 div.explore_blue div.row div.spacer { width: 100%; height: 4px; border: 0; clear: both;}
	
div.tld_plain div.explore_blue div.row div.left {  background: url('http://www.ilisys.com.au/_lib/images/site/explore_blue/arrow_box.gif') no-repeat top left; }
div.tld_plain div.explore_blue div.top, div.tld_plain div.explore_blue div.bottom, div.tld_plain div.explore_blue div.bottom div.text  { background: none; }
div.tld_plain div.explore_blue div.top div.text h2, div.tld_plain div.explore_blue div.row div.right h2 { color: black; }
div.tld_plain div.explore_blue div.bottom div.text { font-weight: normal; color: black; }
div.tld_plain div.explore_blue div.top { height: 28px; }
div.tld_plain div.explore_blue div.row { padding-top: 1px;}
div.tld_plain div.explore_blue div.row div.spacer { height: 4px;}

div.tld_reasons div.explore_blue div.top { background: url('http://www.ilisys.com.au/_lib/images/site/reasons/bg_one.gif') repeat-x top left; }
div.tld_reasons div.explore_blue div.row div.left {  background: url('http://www.ilisys.com.au/_lib/images/site/explore_blue/arrow_box.gif') no-repeat top left; }
div.tld_reasons div.explore_blue div.bottom div.text  { background: url('http://www.ilisys.com.au/_lib/images/site/explore_blue/mid_bg_two_col.gif') repeat-y top left; }
div.tld_reasons div.explore_blue div.bottom { background: url('http://www.ilisys.com.au/_lib/images/site/explore_blue/bot_bg_two_col.gif') no-repeat bottom left; }
div.tld_reasons div.explore_blue div.top div.text h2, div.tld_reasons div.explore_blue div.row div.right h2 { color: #0077C1; }
div.tld_reasons div.explore_blue div.bottom div.text { font-weight: normal; color: black; }
div.tld_reasons div.explore_blue div.top { height: 34px; }
div.tld_reasons div.explore_blue div.top div.text { padding-top: 10px;	} 
div.tld_reasons div.explore_blue div.row { padding: 0px;}
div.tld_reasons div.explore_blue div.bottom div.text div.spacer { height: 1px;}
div.tld_reasons div.explore_blue div.bottom div.spacer { height: 7px;}
div.tld_reasons div.explore_blue div.row div.spacer { height: 5px;}
div.tld_reasons div.explore_blue div.col div.row div.spacer { height: 5px;}




 

div.tld_reasons div.wide500 div.explore_blue div.row div.right { width: 265px;}
	
/* tld box */
 div.content_tld {
	font-family: Verdana, sans-serif;
	color: #464646;
	font-size: 11px;
	margin: 0;
	padding: 0;
	clear: both;
	}
div.content_tld img { border: 0; }
div.content_tld div.left { float: left; width: 10px; }
div.content_tld div.top div.text { float: left; }
div.content_tld div.right { float: right; width: 10px; }
div.content_tld div.top {
	background: url('http://www.ilisys.com.au/_lib/images/site/content_tld/top_bg.gif') repeat-x top left;
	height: 29px;
	}
div.content_tld div.top div.left { height: 100%; background: url('http://www.ilisys.com.au/_lib/images/site/content_tld/top_left.gif') no-repeat top left; }
div.content_tld div.top div.text { 
	font-weight: bold;
	letter-spacing: 1px;
	padding: 7px 0 0 5px;
	}
div.content_tld div.top div.text div.left, div.content_tld div.top div.text div.right { background-image: none; }
div.content_tld div.top div.right { height: 100%; background: url('http://www.ilisys.com.au/_lib/images/site/content_tld/top_right.gif') no-repeat top left; }
div.content_tld div.content { background: url('http://www.ilisys.com.au/_lib/images/site/content_tld/middle_crosssection_420.gif') repeat-y top left; }


#content_content div.content_tld  { width: 420px; }
#content_content div.content_tld div.row div.middle { width: 420px; }
#content_content div.content_tld div.content { background: url('http://www.ilisys.com.au/_lib/images/site/content_tld/middle_crosssection_420.gif') repeat; }

div.email { width: 500px; }
div.email div.content_tld  { width: 500px; }
div.email div.content_tld div.row div.middle { width: 500px; }
div.email div.content_tld div.content { background: url('http://www.ilisys.com.au/_lib/images/site/content_tld/middle_crosssection_500.gif') repeat; }

#wide500, #widefull { width: 500px; }
#wide500 div.content_tld, #widefull div.content_tld  { width: 500px; }
#wide500 div.content_tld div.row div.middle, #widefull div.content_tld div.row div.middle { width: 500px; }
#wide500 div.content_tld div.content, #widefull div.content_tld div.content { background: url('http://www.ilisys.com.au/_lib/images/site/content_tld/middle_crosssection_500.gif') repeat; }




div.content_tld div.bottom { height: 12px; background: url('http://www.ilisys.com.au/_lib/images/site/content_tld/bot_bg.gif') repeat; }
div.content_tld div.bottom div.left { height: 100%; background: url('http://www.ilisys.com.au/_lib/images/site/content_tld/bot_left.gif') repeat top left; }
div.content_tld div.bottom div.right { height: 100%; background: url('http://www.ilisys.com.au/_lib/images/site/content_tld/bot_right.gif') no-repeat top left; }
div.content_tld div.row { float: none; clear: both; padding: 5px 15px 0 15px;}
div.content_tld div.row div.left, div.content_tld div.row div.text, div.content_tld div.row div.right { overflow: hidden; background-image: none; float: left; vertical-align: top;}
div.content_tld div.row div.left { font-weight: normal; letter-spacing: 0px; }
div.content_tld div.spacer, div.content_tld div.spacer_dotted { width: 100%; height: 1px; border: 0; clear: both;}
div.content_tld div.spacer_dotted {  background: url('http://www.ilisys.com.au/_lib/images/site/content_tld/dotted_line.gif') repeat-x bottom left; height: 5px; }
div.content_tld a:link, div.content_tld a:visited, div.content_tld a:hover {
	color: black;
	font-size: 11px;
	}
div.content_tld div.row_lightblue { height: 24px; background: url('http://www.ilisys.com.au/_lib/images/site/content_tld/light_blue_row_420.gif') repeat-y top left; }
div.content_tld div.row_lightblue div.right { float: right; width: 55px; text-align:right; }
div.content_tld div.row_text { border-bottom: 1px dotted gainsboro; padding-bottom: 2px; }
div.content_tld div.row_text div.text, div.content_tld div.row_text_nb div.text { padding: 2px 0 0 7px; }
div.content_tld div.row_text div.text div.highlight { color: #0176C3; }
div.content_tld div.row_text_nb div.text div.right { float: right; width: 34px; padding-right: 2px; }
div.content_tld div.row_price { color: #0176C3; border-bottom: 1px solid gainsboro; padding-bottom: 2px; }
div.content_tld div.row_price div.text { padding: 2px 7px 0 0; text-align: right; }

div.content_tld div.text h3, div.content_tld div.row_lightblue div.right { padding: 4px 0 0 10px; font-weight: bold; color: #0176C3; font-size: 11px; font-weight: bold; margin: 0; }
div.content_tld div.row_lightblue div.right { padding-right: 7px; }
#content_right div.content_tld { width: 150px; }
#content_right div.content_tld div.content, #sales_right div.content_tld div.content { background: url('http://www.ilisys.com.au/_lib/images/site/content_tld/middle_crosssection_150.gif') repeat; }
#content_right div.content_tld div.content div.left { width: 10px; }
#content_right div.content_tld div.content div.right { width: 110px; }
#content_right div.content_tld div.content div.left {  background: url('http://www.ilisys.com.au/_lib/images/site/content_tld/arrow.gif') no-repeat top left; }




#sales div.content_tld, div.form div.content_tld  { width: 420px; }
#sales div.row { padding: 0 0 0 0px; height: 29px; border-bottom: 1px solid gainsboro; width: 420px; }
#sales #section_domain div.row { height: 55px; }
#sales div.content_tld div.row div.middle { width: 220px; }
#sales_left div.content_tld div.content { background: url('http://www.ilisys.com.au/_lib/images/site/content_tld/middle_crosssection_420.gif') repeat; }
#sales_right div.content_tld div.content { background: url('http://www.ilisys.com.au/_lib/images/site/content_tld/middle_crosssection_150.gif') repeat; }
#sales_left, #sales_right,  #sales_pad { float: left; }
#sales_pad { width: 20px; }
#sales_right div.content_tld { width: 150px; }
#sales_right div.content_tld div.row div.middle { width: 150px; }
#sales_right div.content_tld div.row_lightblue { height: 23px; background: url('http://www.ilisys.com.au/_lib/images/site/content_tld/light_blue_row_150.gif') no-repeat top left; }

#sales_left { width: 420px; padding: 0; margin: 0; }




div.sales div.content_tld div.row div.left { height: 100%; width: 42px; border-right: 1px dotted gainsboro; }
div.sales div.content_tld div.row div.middle { float: left; height: 100%; width: 220px;  border-right: 1px dotted gainsboro;}
div.sales div.content_tld div.row div.text { height: 100%; padding: 4px 0 0 5px; margin: 0; }
div.sales div.content_tld div.row div.middle h4 { padding-top: 4px; margin: 0; font-size: 11px;}
div.sales div.content_tld div.row div.right { height: 100%; width: 155px; }
div.sales div.content_tld div.top {
	background: url('https://secure2.ilisys.com.au/_lib/images/site/explore_blue/top_bg.gif') repeat-x top left;
	height: 41px;
	}
div.sales div.content_tld div.top div.left { width: 10px; height: 41px; float: left; background: url('https://secure2.ilisys.com.au/_lib/images/site/explore_blue/top_left.gif') no-repeat top left; } 
div.sales div.content_tld div.top div.right { width: 12px; background: url('https://secure2.ilisys.com.au/_lib/images/site/explore_blue/top_right.gif') no-repeat top right; }
div.sales div.content_tld div.top div.text { padding: 18px 0 0 0; }
div.sales div.content_tld div.top div.text h2 {
	font-weight: bold;
	color: #0176C3;
	font-size: 12px;  
	font-weight: bold;
	letter-spacing: 0px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	} 
div.sales div.content_tld div.blue_cell { height: 26px; background:url('https://secure2.ilisys.com.au/_lib/images/site/sales/tabs/blue_cell.gif')}
div.sales div.content_tld div.blue_cell h2 {
	font-weight: bold;
	color: #0176C3;
	font-size: 11px;  
	font-weight: normal;
	letter-spacing: 0px;
	margin: 0;
	padding: 4px 0 3px 11px;
	text-decoration: none;
	} 



div.rc_buildquote {	clear: both; font-family: Verdana, sans-serif; color: #464646; font-size: 11px; margin: 0 0 0px 0; padding: 0; }
div.rc_buildquote div.top { background: url('http://www.ilisys.com.au/_lib/images/site/rc/rc_buildquote_top.gif') no-repeat top left; }
div.rc_buildquote div.middle {background: url('http://www.ilisys.com.au/_lib/images/site/rc/rc_buildquote_bg.gif') repeat top left; }
div.rc_buildquote div.left { float: left }
div.rc_buildquote div.right { float: right }
div.rc_buildquote div.text { padding: 4px 6px 4px 6px; height: 100%; background: url('http://www.ilisys.com.au/_lib/images/site/rc/rc_buildquote_bot.gif') no-repeat bottom left; }
div.rc_buildquote a:link, div.rc_buildquote a:visited, div.rc_buildquote a:hover { text-decoration: none; font-size: 11px; color: #464646; }

div.rc_why { clear: both; font-family: Verdana, sans-serif; color: #464646; font-size: 11px; margin: 0 0 0px 0; padding: 0; }
div.rc_why div.top { background: url('http://www.ilisys.com.au/_lib/images/site/rc/rc_why_top.gif') no-repeat top left; }
div.rc_why div.middle {background: url('http://www.ilisys.com.au/_lib/images/site/rc/rc_why_bg.gif') repeat top left; }
div.rc_why div.left { float: left }
div.rc_why div.right { float: right }
div.rc_why div.text { padding: 4px 6px 4px 6px; height: 100%; background: url('http://www.ilisys.com.au/_lib/images/site/rc/rc_why_bot.gif') no-repeat bottom left; }
div.rc_why a:link, div.rc_why a:visited, div.rc_why a:hover { text-decoration: none; font-size: 11px; color: #464646; }


div.content_green {	width: 420px; font-family: Verdana, sans-serif; color: #0176C3; font-size: 11px; margin: 0 0 1px 0; padding: 10px 0 0 0; }
div.content_green div.top { padding-left: 9px; height: 32px; background: url('http://www.ilisys.com.au/_lib/images/site/content_green/top_bg.gif') no-repeat top left; }
div.content_green div.top a:link, div.content_green div.top a:hover, div.content_green div.top a:visited {
	font-weight: bold;
	color: #0176C3;
	font-size: 12px;  
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-decoration: none;
	}
div.content_green div.top div.left { padding: 9px 0 0 0px; } 
div.content_green div.bottom { background: url('http://www.ilisys.com.au/_lib/images/site/content_green/mid_bg.gif') repeat-y top left; }
div.content_green div.pad { float: left; width: 9px;}
div.content_green div.left { float: left; width: 128px;}
div.content_green div.text { padding: 3px 0 4px 9px; height: 100%; background: url('http://www.ilisys.com.au/_lib/images/site/content_green/bot_bg.gif') no-repeat bottom left; }
div.content_green div.spacer { width: 100%; height: 1px; border: 0; clear: both;}

div.content_green div.row { float: none; clear: both; padding-top: 2px;}
div.content_green div.row div.left, div.content_green div.row div.right { background-image: none; float: left; vertical-align: top; margin-bottom: 2px;}

div.content_green div.row div.left { width: 10px; }
div.content_green div.row div.left {  background: url('http://www.ilisys.com.au/_lib/images/site/content_green/arrow.gif') no-repeat top left; }
div.content_green div.right a:link, div.content_green div.right a:hover, div.content_green div.right a:visited {
	color: #0176C3;
	text-decoration: underline;
	font-size: 11px;
	 margin-bottom: 2px; 
	}

div.content_reseller {	width: 590px; font-family: Verdana, sans-serif; color: #0176C3; font-size: 11px; margin: 0 0 1px 0; padding: 10px 0 0 0; }
div.content_reseller div.top { padding-left: 9px; height: 62px; background: url('http://www.ilisys.com.au/_lib/images/site/content_reseller/top_bg.gif') no-repeat top left; }
div.content_reseller div.top a:link, div.content_reseller div.top a:hover, div.content_reseller div.top a:visited {
	font-weight: bold;
	color: #0176C3;
	font-size: 12px;  
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-decoration: none;
	}
div.content_reseller div.top div.left { padding: 9px 0 0 0px; } 
div.content_reseller div.bottom { background: url('http://www.ilisys.com.au/_lib/images/site/content_reseller/mid_bg.gif') repeat-y top left; }
div.content_reseller div.test { width: 291px; height: 186px; background: url('http://www.ilisys.com.au/_lib/images/site/content_reseller/test.jpg') no-repeat; }
div.content_reseller div.pad { float: left; width: 1px;}
div.content_reseller div.left2 { float: left; border:0px solid green; width: 287px;}
div.content_reseller div.left { float: left; border:0px solid green; width: 290px;}
div.content_reseller div.text { padding: 3px 0 4px 10px; height: 100%; background: url('http://www.ilisys.com.au/_lib/images/site/content_reseller/bot_bg.gif') no-repeat bottom left; }
div.content_reseller div.spacer { width: 100%; height: 1px; border: 0; clear: both;}

div.content_reseller div.bullets { padding-left: 5px; }
div.content_reseller div.bullets div.row div.left { margin-top: 5px; background: url('http://www.ilisys.com.au/_lib/images/site/explore_blue/arrow.gif') no-repeat top left; }
div.content_reseller div.bullets { color: black; }
div.content_reseller div.right a:link, div.content_reseller div.right a:hover, div.explore_blue div.right a:visited {
	color: #0176C3;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
	
	}
div.content_reseller div.rform { padding: 0; margin: 0; background: url('http://www.ilisys.com.au/_lib/images/site/content_reseller/form_bg.gif') repeat top left; }
div.content_reseller div.rform div.pad2, div.content_reseller div.rform div.pad { width: 100%; clear: both; height: 5px; padding: 0; margin: 0; background:  url('http://www.ilisys.com.au/_lib/images/site/content_reseller/form_pad.gif') no-repeat bottom left; }
div.content_reseller div.rform div.pad2 { height: 2px; } 
div.content_reseller div.rform div.top { padding: 0; margin: 0; height: 34px; background: url('http://www.ilisys.com.au/_lib/images/site/content_reseller/form_top_bg.gif') repeat-x top left; }
div.content_reseller div.rform div.top div.left { padding-top: 0; border: 0px solid blue; height: 30px; background: url('http://www.ilisys.com.au/_lib/images/site/content_reseller/form_top_title.gif') no-repeat; }

div.content_reseller div.row { float: none; clear: both; padding-top: 3px;}
div.content_reseller div.rform div.row div.left { width: 100px; }
div.content_reseller div.row div.left { padding-left: 5px; color: #0060B4; font-weight: bold; }
div.content_reseller div.row div.left, div.content_reseller div.row div.right {padding-top: 5px; padding-top: 5px; background-image: none; float: left; vertical-align: top; margin-bottom: 2px;}

div.content_reseller div.row div.left { width: 10px; }
div.content_reseller div.row div.left {  background: url('http://www.ilisys.com.au/_lib/images/site/content_reseller/arrow.gif') no-repeat top left; }
 div.content_reseller div.right a:visited, div.content_reseller div.right a:link, div.content_reseller div.right a:link, div.content_reseller div.right a:hover, div.content_reseller div.right a:visited {
	color: #0176C3;
	text-decoration: underline;
	font-size: 11px;
	 margin-bottom: 2px; 
	  font-weight: bold;
	}
	
	
div.support_blue {	width: 420px; font-family: Verdana, sans-serif; color: #0176C3; font-size: 11px; margin: 0 0 1px 0; padding: 10px 0 0 0; }
div.support_blue div.top { padding-left: 9px; height: 32px; background: url('http://www.ilisys.com.au/_lib/images/site/support/support_blue_top.gif') no-repeat top left; }
div.support_blue div.top {
	font-weight: bold;
	color: #0176C3;
	font-size: 12px;  
	font-weight: bold;
	text-decoration: none;
	}
div.support_blue div.top div.colleft, div.support_blue div.top div.colright { padding: 9px 0 0 0px; } 
div.support_blue div.top div.colright { font-weight: normal; } 
div.support_blue div.bottom { background: url('http://www.ilisys.com.au/_lib/images/site/support/support_blue_bg.gif') repeat-y top left; }
div.support_blue div.pad { float: left; width: 9px;}
div.support_blue div.colleft { float: left; width: 269px;}
div.support_blue div.colright { float: left; width: 130px;}
div.support_blue div.text { padding: 3px 0 4px 9px; height: 100%; background: url('http://www.ilisys.com.au/_lib/images/site/support/support_blue_bot.gif') no-repeat bottom left; }
div.support_blue div.spacer { width: 100%; height: 1px; border: 0; clear: both;}
div.support_blue div.bottom { color: black; }
div.support_blue div.bottom a:link, div.support_blue div.colright a:hover, div.support_blue div.colright a:visited {
	color: #0176C3;
	text-decoration: underline;
	font-size: 11px;
	 margin-bottom: 2px; 
	}
div.support_blue div.row { float: none; clear: both; padding: 2px 5px 0 0px;}
div.support_blue div.row div.left, div.support_blue div.row div.right { background-image: none; float: left; vertical-align: top;}
div.support_blue div.row div.right { width: 109px;}
#content_content div.support_blue div.row div.left { width: 15px; }
div.support_blue div.colright div.row div.left {  background: url('http://www.ilisys.com.au/_lib/images/site/explore_blue/arrow.gif') no-repeat top left; }

div.support_page_count {  
	height: 35px;
	background: url('http://www.ilisys.com.au/_lib/images/site/support/support_page.gif') no-repeat top left;  
	}
	div.support_page_count div.left { float: left; width: 300px; padding: 9px 0 0 10px; }
	div.support_page_count div.right {  
		padding: 9px 0 0 2px;
		float: left;
		}
		
/*--------------------------------------------
	New footer
----------------------------------------------*/
div.content_footer {	width: 759px; font-family: Verdana, sans-serif; color: #464646; font-size: 10px; margin: 0 0 1px 0; padding: 10px 0 0 0; }
div.content_footer div.bottom { background: url('http://www.ilisys.com.au/_lib/images/footer/20061120/mid.gif') repeat-y top left; }
div.content_footer div.pad { float: left; width: 7px;}
div.content_footer div.left { float: left; width: 145px; padding-left: 4px;}
div.content_footer div.left div.title { font-weight: bold; clear: both; text-align: left; padding-left: 3px; }
div.content_footer div.text { padding: 3px 0 4px 0px; height: 100%; }
div.content_footer div.spacer { width: 100%; height: 1px; border: 0; clear: both;}

div.content_footer div.row { float: none; clear: both; padding-top: 2px;}

div.content_footer div.row div.left, div.content_footer div.row div.right { background-image: none; float: left; text-align: left; vertical-align: top; margin-bottom: 2px;  }
div.content_footer div.row div.right { width: 130px;}
div.content_footer div.row div.left { width: 10px; }
div.content_footer div.row div.left {  background: url('http://www.ilisys.com.au/_lib/images/footer/20061120/bullet.gif') no-repeat top left; width: 10px;}
div.content_footer div.bottom div.text div.left div.row div.right a:link, 
div.content_footer div.bottom div.text div.left div.row div.right a:hover, 
div.content_footer div.bottom div.text div.left div.row div.right a:visited {
	color: #0070a4;
	text-decoration: underline;
	font-size: 11px;
	margin-bottom: 2px; 
}
	
/*--------------------------------------------
	Sales help bubble
----------------------------------------------*/
#help_description {
	font-size: 11px;
    display: none;
    position: absolute;
	text-align: center;
    top: 1px;
    left: 1px;
    width: 260px;
	overflow: hidden;
	z-index: 2;
	-moz-opacity:0;
}
#help_content {
	padding-left: 2px;
}

div.bubble_pointer {
	position: absolute;
	top: 15px;
	left:10px;
	z-index: 2;
	overflow: hidden;
}

div.help_content {
	padding-left: 10px;
}

div.bubble_top {
	background: url('/_lib/images/site/bubble/speech_top_179.png') no-repeat top left;
}

div.bubble_middle {
	padding: 2px 8px 2px 15px;
	background-image: url('/_lib/images/site/bubble/speech_middle_179.png');
	background-repeat: repeat-y;
	background-position: top left; 
}

div.bubble_bottom {
	background-image: url('/_lib/images/site/bubble/speech_bottom_179.png');
	background-repeat: no-repeat;
	background-position: top left; 
}

div.bubble_content {
	height: 76px;
	padding: 0px 0px 0px 15px;
	margin: 0;
	overflow: hidden;
}

div.bubble_content div {
	padding: 5px;
}

	
		
/* wordpress */
.narrowcolumn .postmetadata {
	text-align: center;

	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
	
.postmetadata ul, .postmetadata li {
	list-style-type: none;
	list-style-image: none;
	}
.narrowcolumn .postmetadata {
	padding-top: 5px;
	}
div.postmetadata_link a {
	font-size: 16px;
	}
	
	
div.email h1, div.email h2, div.email h3, div.email h4, div.email h5, div.email h6 {
	font-weight: normal;
	color: #333;
	margin-top: 7px;
	margin-bottom: 3px;
	/* letter-spacing: 1px; */
	}
div.email h1, div.email h2, div.email h3 {
	font-size: 14px;
	font-weight: bold;

	}
div.email h3 {
	font-size: 13px;
	}
div.email h4 {
	font-size: 12px;
	}
