/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif; color: #333;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 24px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 19px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

#main_content ol {
	list-style: decimal;
}

#main_content ul {
	list-style: disc;
}

#main_content li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,

h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 8px;
}

#domain_for_sale h1 {
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: normal;
	
	}
	
#domain_for_sale #primary h1, #domain_for_sale #primary p {
	color: #999;
	}
	
#domain_for_sale dl {
	padding: 10px 0 0 70px;
	border-top: 1px solid #f7f7f7;
	}
	
#domain_for_sale dl#cash {
	background: url(../img/structure/cash.png) no-repeat 0 10px;
	}

#domain_for_sale dl#transfer {
	background: url(../img/structure/transfer.png) no-repeat 0 10px;
	}
	
#domain_for_sale dl#access {
	background: url(../img/structure/access.png) no-repeat 0 10px;
	}
	
/* #domain_for_sale h1 {
	font-size: 14px;
	color: #292560;
	font-weight: normal;
	} */
	
#domain_for_sale dt {
	color: #60812c;
	font-size: 14px;
	font-weight: bold;
	}

#home #promo li {
	margin-left: 20px;
	}
	
#primary h1, #primary h2, #primary h3, #primary p, #primary ul, #primary ol, #primary table, #primary dl, #primary fieldset {
	margin-left: 30px;
	margin-right: 30px;
	}
	
#primary .secondary p, #primary .secondary h2, #primary .secondary ol {
	margin-left: 0;
	}
	
#primary .secondary li {
	margin-left: 0px;
	}