/* Izilla CSS Template for Domains.com.au - */
/* http://www.izilla.com.au */

/* --------------------------------------------
	Conditional Browser Rules
----------------------------------------------- */

/*
	Usage: Apply each of these "hacks" after the initial incorrect value has been set.

	Child Selector for FF, IE7, Opera, Safari:
		html > body element {rule}
	
	Child Selector + Comment Hack, which IE7 ignores:
		html >/^^/ body element {rule}
	
	Comment Hack to hide from IE5x:
		element {selector/^^/:/^^/ value;}
	
	Replace ^ with *
*/




/* --------------------------------------------
	Colour Glossary
----------------------------------------------- */

/*
	Swatch - #000000
*/




/* --------------------------------------------
	Top-level Elements
----------------------------------------------- */

/* Top-level Elements

    * HTML - HTML document
          o BODY - Document body
*/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100.01%;	/* Creates scrollbar in FF */
}

body {
	background-color: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
}

body * {
	font-family: inherit;
	font-size: 100%;
}





/* --------------------------------------------
	Generic Classes
----------------------------------------------- */

.align_centre {
	text-align: center !important;
}

.align_justify {
	text-align: justify !important;
}

.align_left {
	text-align: left !important;
}

.align_right {
	text-align: right !important;
}

.centre_object {
	display: block;
	margin: 0 auto 1.4em auto;
}

.clear {
	clear: both;
}

div.clear {  /* for clearing divs if overflow doesn't work */
	font-size: 0;
	line-height: 0px;
}

.float_left {
	display: block;
	float: left;
}

.float_right {
	display: block;
	float: right;
}

.glossary {display: none;}	/* For use in conjunction with AddGlossary script */

img.float_left {
	margin: 0.5em 1em 0.5em 0;
}

img.float_right {
	margin: 0.5em 0 0.5em 1em;
}

img.float_left_border {		/* Rad doesn't allow multiple classes sadly */ 
	border: 1px solid #000;
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

img.float_right_border {
	border: 1px solid #000;
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

.hidden {
	left: -999px;
	position: absolute;
	width: 1px;
}

.invisable {
	visibility: hidden;
} 




/* --------------------------------------------
	Specific Classes
----------------------------------------------- */



/* --------------------------------------------
	Special Inline Elements
----------------------------------------------- */

/* Special Inline Elements

    * A - Anchor
    * BR - Line break
    * IFRAME - Inline frame
    * IMG - Inline image
    * MAP - Image map
          o AREA - Image map region
    * Q - Short quotation
    * SPAN - Generic inline container
    * SUB - Subscript
    * SUP - Superscript
*/

a img {border: none;}

a.anchor {
	background-color: inherit;
	border: inherit;
	color: inherit;
	display: inline;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-align: inherit;
	text-decoration: inherit;
	text-indent: inherit;
	text-transform: inherit;
	white-space: inherit;
	word-spacing: inherit;
}

a.izilla, a:hover.izilla {
	color: #00814f;
}

a.cognition, a:hover.cognition {
	color: #237eb8;
}

q:before, q:after { 
    content: ""; /* With IE's lack of support, remove quotes on all good browsers. Add them manually in the markup */
}



/* --------------------------------------------
	Generic Block-level Elements
----------------------------------------------- */

/* Generic Block-level Elements

    * ADDRESS - Address
    * BLOCKQUOTE - Block quotation
    * DEL - Deleted text
    * DIV - Generic block-level container
    * H1 - Level-one heading
    * H2 - Level-two heading
    * H3 - Level-three heading
    * H4 - Level-four heading
    * H5 - Level-five heading
    * H6 - Level-six heading
    * HR - Horizontal rule
    * INS - Inserted text
    * P - Paragraph
    * PRE - Preformatted text
*/

address {
	font-style: normal;
}

#content h1 {
	background-color: #f2f2f2;
	color: #f74007;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	margin-bottom: 0.2em;
	padding: 4px 6px 2px 6px;
	width: 637px;
	width/**/:/**/ 625px;
}

#content h1.minor {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	margin-bottom: 0.8em;
	margin-top: 20px;
}

#content h1.minor a {
	text-decoration: none;
}

#content h2 {
	background-color: #f2f2f2;
	color: #f74007;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: normal;
	margin-bottom: 1.1em;
	padding: 4px 6px 2px 6px;
	width: 637px;
	width/**/:/**/ 625px;

}

#content h3 {
	background-color: #f2f2f2;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: normal;
	margin-bottom: 1em;
	padding: 4px 6px 2px 6px;
	width: 637px;
	width/**/:/**/ 625px;
}

#content h3.major {
	background-color: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 0.6em;
	padding: 0;
	white-space: nowrap;
}

#content h4 {
	background-color: #f2f2f2;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 0.4em;
	margin-top: 1.6em;
	padding: 4px 6px 2px 6px;
	width: 637px;
	width/**/:/**/ 625px;
}

#content h5 {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	margin-bottom: 0.8em;
}

#content h6 {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	margin-bottom: 0.7;
}

#content p {
	margin-bottom: 1.4em;
}

/* --------------------------------------------
	Lists
----------------------------------------------- */

/* Lists

    * DIR - Directory list
    * DL - Definition list
          o DT - Definition term
          o DD - Definition description
    * LI - List item
    * OL - Ordered list
    * UL - Unordered list
*/

/* Main Navigation ---------------------------- */

ul#nav_main {
	list-style-type: none;
	margin: 0;
	overflow: auto;
	padding: 0;
	width: 860px;
}

ul#nav_main li {
	float: left;
	padding-bottom: 8px;
	margin-right: 27px;
}

ul#nav_main a {
	color: #fff;
	font-size: 11px !important;
	font-weight: bold;
	text-decoration: none;
}

ul#nav_main h1 a:hover {
	color: #ccc;
}

/* Sub Navigation ----------------------------- */

#wrapper_nav_sub {
	display: inline;
	float: left;
	width: 212px;
}

#wrapper_nav_sub ul {
	list-style-type: none;
	margin-bottom: 20px;
}

#wrapper_nav_sub ul li {
	margin-bottom: 3px;
}

#wrapper_nav_sub a {
	color: #000;
	text-decoration: none;
}

#wrapper_nav_sub a:hover {
	color: #f30;
	text-decoration: underline;
}


/* Content Lists ------------------------------ */

#content ul {
	list-style-type: none;
	margin-bottom: 1.4em;
	padding-left: 2em;
	position: relative;
}

#content ul li {
	background: #fff url(/img/domains/bg_content_li.gif) no-repeat 2px 5px;
	margin-bottom: 0.4em;
	padding-left: 20px;
}

#content ol {
	list-style-type: decimal;
	margin-bottom: 1.4em;
	margin-left: 5px;
	padding-left: 3em;
}

#content ol.lower_aplha {list-style-type: lower-alpha;}
#content ol.upper_alpha {list-style-type: upper-alpha;}
#content ol.lower_roman {list-style-type: lower-roman;}
#content ol.upper_roman {list-style-type: upper-roman;}

#content ul ol li {
	background: none;
	padding-left: 0;
}

#content li ul {margin-top: 1.4em;}
#content li ol {margin-top: 1em;}

#content ol li {
	margin-bottom: 0.4em;
}


/* Domain Home Iframe ---------------------------- */

#domain_availability_iframe {
	background-color: #fff;
	margin-bottom: 5px;
	width: 100%;
}

#domain_availability_iframe iframe {
	height: 222px;
}

html >/**/ body #domain_availability_iframe iframe {
	height: 195px;
}




/* --------------------------------------------
	Tables
----------------------------------------------- */

/* Tables

    * TABLE - Table
          o CAPTION - Table caption
          o COLGROUP - Table column group
                + COL - Table column
          o THEAD - Table head
          o TFOOT - Table foot
          o TBODY - Table body
          o TR - Table row
                + TD - Table data cell
                + TH - Table header cell
*/


table.data {
	border: 1px solid #aaa;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.3em;
	margin: 0 auto 1.4em auto;
}

table.data caption {
	border-bottom: 3px solid #fff;
	font-weight: bold;
	margin: auto;
	padding: 5px;
}

table.data td, table.data th, table.data td.th {
	border-bottom: 1px dashed #ccc;
	padding: 6px 9px;
}

table.data td.th, table.data th {
	background-color: #f2f2f2;
	border: 1px solid #fff;
	color: #333;
	font-weight: bold;
	line-height: 130%;
	vertical-align: middle;
}

table.data td {
	background-color: #fff;
	vertical-align: middle;
}

table.data tr.even td {
	background-color: #fbfbfb;
}


/* --------------------------------------------
	Forms
----------------------------------------------- */

/* Forms

    * FORM - Interactive form
          o BUTTON - Button
          o FIELDSET - Form control group
                + LEGEND - Fieldset caption
          o INPUT - Form input
          o LABEL - Form field label
          o SELECT - Option selector
                + OPTGROUP - Option group
                      # OPTION - Menu option
          o TEXTAREA - Multi-line text input
*/

fieldset {
	border: none;
	clear: both;
}

legend {
	display: none;
}

input.submit {			/* Ensure buttons behave the same across all browsers */	
	padding: 0 .25em;
    width: 0;  			/* IE width fix */
   	overflow: visible;
}

input.submit[class] {	/* IE ignores [class] (attribute selectors) */
   	width: auto;  		/* Cancel IE width fix for other browsers */
}


input.text:focus, select:focus, textarea:focus {
	background-color: #ffc;	/* Set accessibility :focus. Give text boxes a class of "text" in markup or dynamically */
}




/* --------------------------------------------
	Phrase Elements
----------------------------------------------- */

/* Phrase Elements

    * ABBR - Abbreviation
    * ACRONYM - Acronym
    * CITE - Citation
    * CODE - Computer code
    * DFN - Defined term
    * EM - Emphasis
    * INS - Inserted text
    * KBD - Text to be input
    * SAMP - Sample output
    * STRONG - Strong emphasis
    * VAR - Variable
*/




/* --------------------------------------------
	Font Style Elements
----------------------------------------------- */

/* Font Style Elements

    * SMALL - Small text
    * TT - Teletype text
*/




/* --------------------------------------------
	Specific Sections
----------------------------------------------- */

/* Header ------------------------------------- */

#wrapper_header {
	background-color: #000;
	border-bottom: 2px solid #f15f22;
	font-size: 110%;
	text-align: center;
}

#header {
	margin: auto;
	position: relative;
	text-align: left;
	width: 860px;
}

#header h1.logo, #header h1.logo a {
	display: block;
	height: 40px;
	width: 214px;
}

#header h1.logo {
	padding: 26px 0 22px 0;
}

#header h1.logo a {
	background: url(http://www.bulletproof.net/img/domains/domains_logo.gif) no-repeat 0 0;
	overflow: hidden;
	text-indent: -999em;
}

#header p#logo {
	display: none;
}

#header h3, #header h3 a {
	display: block;
	height: 23px;
	width: 132px;
}

#header h3 {
	position: absolute;
	right: 0;
	top: 34px;
}

#header h3 a {
	background: url(/images/bg_call_me.gif) no-repeat 0 0;
	overflow: hidden;
	text-indent: -999em;
}

/* Content ------------------------------------ */

#wrapper_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	margin: 15px auto;
	text-align: left;
	width: 860px;
}

#content {
	float: left;
	margin-left: 11px;
	width: 637px;
}

#content a {
	color: #f74007;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#content a:visited {
	color: #ff6600;
}

#wrapper_domain_registration .title{
	font-size: 28px; 
	line-height: 28px; 
	letter-spacing: 0.0em ; 
	font-weight: bold;
}



/* Package Panels ------------------------------------ */

#wrapper_package_panels {
	overflow: hidden;
	width: 637px;
}

.package_panel {
	background-color: #fff;
	border: 1px solid #ff6500;
	display: inline;
	float: left;
	margin-bottom: 20px;
	margin-left: 9px;
	width: 200px;
	width/**/:/**/ 198px;
}

#content .package_panel h5 {
	font-size: 100%;
}

#content .package_panel p {
	font-size: 80%;
}

.package_panel h5 {
	background: #ff6702 url(/images/bg_package_panel_topcorners.png) no-repeat left top;
	border-bottom: 1px solid #ec5e01;
	color: #fff !important;
	margin: -1px -1px 0 -1px;
	padding: 10px;
	position: relative;
	width: 200px;
	width/**/:/**/ 180px;
}

.package_panel h5 span {
	font-size: 90%;
}

.package_panel .bottom_corners {
	background: url(/images/bg_package_panel_bottomcorners.png) no-repeat left bottom;
	height: 230px;
	margin: 0 -1px -1px -1px;
	padding: 0 10px 10px 10px;
	position: relative;
	width: 200px;
	width/**/:/**/ 180px; 
}

html > body .package_panel .bottom_corners { 
	height: auto;
	min-height: 230px;
}

.package_panel .bottom_corners.minor {
	height: 100px;
}

html > body .package_panel .bottom_corners.minor {
	height: auto;
	min-height: 100px;
} 




#content .package_panel .bottom_corners ul {
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 180px;
}

#content .package_panel .bottom_corners li {
	background: url(/images/package_panel_li.png) no-repeat 0 3px; 
	display: inline;
	float: left;
	font-size: 80%;
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0 0 0 10px;
	width: 180px;
	width/**/:/**/ 170px;
}




/* Domain Registration Table ------------------------------------ */

#wrapper_domain_registration table#domain_selector input.FormSubmit {
	xborder: 1px solid #000;
	font-size: 12px;
}

#wrapper_domain_registration table#domain_selector tr td#wrapper_domain_name {
	padding: 10px 0;
}

#wrapper_domain_registration p#domain_name_entry {
	font-size: 12px;
	position: relative;
	margin: 0;
	left: 0;
	left/**/:/**/ -30px;
}


#wrapper_domain_registration input#domain_name_input {
	padding: 0 2px;
	font-size: 12px;
	width: 120px;
}

#wrapper_domain_registration .heading1{ 
font-size: 20px; 
color: #000000; 
line-height: 18px;
margin: 10px; 
letter-spacing: 0.0em; 
}

#wrapper_domain_registration .heading2{ 
font-size: 12px; 
color: #FF6600; 
line-height: 21px;
letter-spacing: 0.0em ; 
font-weight: bold;
}

#wrapper_domain_registration .heading2submenu{ 
font-size: 10px; 
color: #FF6600; 
line-height: 19px;
letter-spacing: 0.0em ; 
}

#wrapper_domain_registration .heading2 span {
padding: 5px;
}


#wrapper_domain_registration .FormField {
font-size: 10px;
border: 1px #747474 solid;
color: #000000; 
}

/*
#wrapper_domain_registration .FormSubmit {
	font-size: 10px;
	border: 1px #000000 solid;
	padding: 2px;
	background-color: #CCCCCC;
	color: #000000;
}
*/


#wrapper_domain_registration .tdbg1 {
background-color: #FF6600;
}

#wrapper_domain_registration .tdbg2 {
background-color: #000000}

#wrapper_domain_registration .tdbg3 {
background-color: #000000}

#wrapper_domain_registration .tdbg4 {
background-color: #FF6600}

#wrapper_domain_registration .tdbg5 {
background-color: #000000}

#wrapper_domain_registration .topfont1 {
font-size: 25px;
color: #FFFFFF;
letter-spacing: 0.0em;
line-height: 28px;
}

#wrapper_domain_registration .topfont2 {
font-size: 25px;
color: #FFFFFF;
letter-spacing: 0.0em;
line-height: 28px;
}

#wrapper_domain_registration .row1 {
background-color: #FFCC99;
font-size: 12px;
color: #000000;
letter-spacing: 0.0em;
}

#wrapper_domain_registration .newindentrow1 {
background-color: #FFCC99;
font-size: 12px;
color: #000000;
letter-spacing: 0.0em;
padding-left: 35px;
}

#wrapper_domain_registration .row2 {
background-color: #FFCC99;
font-size: 12px;
color: #000000;
letter-spacing: 0.0em;
}

#wrapper_domain_registration .info {
background-color: #FFFFFF;
font-size: 12px;
color: #000000;
letter-spacing: 0.0em;
}


#wrapper_domain_registration .bodytext{
font-size: 12px;
color: #000000;
letter-spacing: 0.0em;
}

#wrapper_domain_registration .menu{
font-size: 12px; 
color: #000000; 
line-height: 18px; 
letter-spacing: 0.0em 
}

#wrapper_domain_registration .heading2submenu .cantselectsubmenu { background-color: #fafafa; color: #c8c8c8; border: 1px solid #FF6600; border-top: none; padding: 2px; }
#wrapper_domain_registration .submenu { background-color: #FFFFFF; border: 1px solid #FF6600; border-top: none; }
#wrapper_domain_registration .selectedsubmenu { font-size: 12px; background-color: #FFFFFF; border: 1px solid #FF6600; border-top: none; border-bottom: none;  }
#wrapper_domain_registration .submenu1 { background-color: #ffffff; border: 1px solid #FF6600; border-top: none;   }

#wrapper_domain_registration .submenu1 a:link { color: #ff750f; text-decoration: none;  }
#wrapper_domain_registration .submenu1 a:visited { color: #ff750f;   }
#wrapper_domain_registration .submenu1 a:hover { color: #ff750f; text-decoration: underline;  }


#wrapper_domain_registration .submenu a:link { color: #FF6600; text-decoration: none;  }
#wrapper_domain_registration .submenu a:visited { color: #FF6600; ;  }
#wrapper_domain_registration .submenu a:hover  { color: #FF0000; text-decoration: underline;  }

#wrapper_domain_registration .selectedsubmenu a:link { color: #FF6600; text-decoration: none;  }
#wrapper_domain_registration .selectedsubmenu a:visited { color: #FF6600; ;  }
#wrapper_domain_registration .selectedsubmenu a:hover { color: #FF0000; text-decoration: underline;  }

#wrapper_domain_registration a.menu:link {  color: #000000; text-decoration: none}
#wrapper_domain_registration a.menu:visited {  color: #000000; text-decoration: none}
#wrapper_domain_registration a.menu:hover {  color: #FF0000; text-decoration: underline}

#wrapper_domain_registration a.topmenu:link {  color: #FF6600; text-decoration: none;}
#wrapper_domain_registration a.topmenu:visited {  color: #FF6600; text-decoration: none;}
#wrapper_domain_registration a.topmenu:hover {  color: #FF0000; text-decoration: underline;}

#wrapper_domain_registration ul.olist { list-style: circle; margin-left: 3px; }


#wrapper_domain_registration a:link {  color: #000000; text-decoration: none}
#wrapper_domain_registration a:visited {  color: #FF0000; text-decoration: none}
#wrapper_domain_registration a:hover {  color: #000000; text-decoration: underline}

#wrapper_domain_registration .helpbox { color: #000000; border: 1px #FFFFFF solid;  padding: 10px; display: block; font-size: 11px; margin-bottom: 8px; width: 120px; height: 160px; display: block; margin-top: 20x; }

#wrapper_domain_registration .tabular { border: 1px solid #FFCC99; font-size: 11px; }
#wrapper_domain_registration .tabular td, .tabular .th { border: 1px solid #FFCC99; padding: 2px; }

#wrapper_domain_registration table#domain_selector {
	clear: both;
}


#wrapper_domain_registration table#domain_selector tr td {
	padding: 5px;
}