* {margin: 0; padding: 0; }
body {
	background: White url(../img/bg.jpg) repeat top center;
	text-align: center;
}

h1, h2, h3, h4, h5, h6, p, input, textarea, select, td, div {
	/*color: #8D8F8C;*/
	color: DimGray;
	font-family: "Trebuchet MS", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color: Black;
	clear: both;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
h1, h2 {
	border-bottom: 1px solid #E9E9E7;
}
h1 { font-size: 16px; }
h2 { font-size: 14px; }
h3 { font-size: 13px; }
h4 { font-size: 13px; font-style: italic;}
p, input, textarea, select, td, div {
	font-size: 13px;
}
p {
	margin: 0 0 10px 0;
}
table {
	border-right: 1px solid #E9E9E7;
	border-bottom: 1px solid #E9E9E7;
	margin: 0 0 10px 0;
}
td, th {
	padding: 3px;
	border-left: 1px solid #E9E9E7;
	border-top: 1px solid #E9E9E7;
	background-color: White;
}
tr.altrow td{
	background-color: #E9E9E7;
}
ul {
	margin: 0 0 10px 30px;
}
a:link {
	color: Navy;
}
a:visited {
	color: Navy;
}

a:active {
	color: Navy;
}
a:hover {
	color: Blue;
}
a img {
	border: none;
}
.search {
	clear: both;
}
.search input[type=text] {
	width: 400px;
	margin: 2px 2px 0 0;
}
.search div {
	float: left;
	clear: none;
}
.multiselect {
	max-height: 300px;
	display: block;
	overflow-x: hidden;
	overflow-y: scroll; 
	border: 1px solid Gray;
	padding: 10px 20px;
}
.multiselect .checkbox {
	float: left;
	clear: none;
	width: 25%;
	white-space: nowrap;
	overflow: hidden;
}
.filters {
	width: 200px;
	float: right;
	border: 1px solid #E9E9E7;
	margin: 0 0 10px 10px;
	padding: 0 20px ;
}
#main-nav {
	margin: 10px 0;
}
#main-nav ul { margin: 0; }
#main-nav li {
	display: inline;
	margin: 0 16px 0 0;
	font-weight: bold;
	font-size: 14px;
	color: Black;
}
#main-nav h2 {
	margin: 10px 0 10px 0;
}
ul#extension-nav { 
	margin: 0;
	padding: 0 0 45px 0; 
	clear: both;
	display: block;
	width: 100%;
}
ul#extension-nav li {
	display: block;
	float: left;
	margin: 0 20px 0 0;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 13px;
	white-space: nowrap;
	width: 65px;
}
#header {
	float: left;
	width: 620px;
}
#searchbox {
	float: left;
	width: 250px;
	padding: 10px 0 0 0;
}
#searchbox div {
	clear: none;
	float: left;
}
#searchbox input[type=text] {
	width: 120px;
	margin-top: 2px;
}
#searchbox input[type=submit] {
	margin-left: 5px;
}
#container {
	width: 870px;
	background-color: #F1F3F0;
	background-color: White;
	padding: 20px;
	border: 1px solid #E9E9E7;
	text-align: left;
	margin: 20px auto;
	clear: both;
}
#container.admin {
	width: 80%;
}
#content {
	clear: both;
}
#footer {
	border-top: 1px solid #E9E9E7;
	padding-top: 40px;
	clear: both;
	text-align: right;
}
#footer ul {
	margin: 0;
	display: inline;
}
#footer li {
	list-style: none;
	display: inline;
	margin: 0 0 0 20px;
}
.contactform input, .contactform textarea {
	width: 400px;
}
.noticered {
	font-style: italic;
	font-weight: bold;
	color: Red;
}

.noticeblue, #sold_domains h2, .sold_price {
	font-style: italic;
	font-weight: bold;
	color: Blue;
}

.bracket-middle {
	padding: 0 20px 0 0;
}
.bracket-top {
	background: url(../img/bracket-top.gif) no-repeat right;
	height: 5px;
}
.bracket-bottom {
	background: url(../img/bracket-bottom.gif) no-repeat right;
	height: 5px;
}
.bracket-line {
	background: url(../img/bracket-line.gif) repeat-y right;
}
.bracket-middle {
	background: url(../img/bracket-middle.gif) no-repeat right;
}

.testimonial {
	border: 1px solid #E9E9E7;
	background: White;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0 10px 0 10px;
}
.testimonial .byline {
	text-align: right;
	font-style: italic;
}

/* pagind and navigation */
.paging, .paging div {
	display: inline;
}
.paging .disabled {
	color: Gray;
}
.actions {
	/*margin: 10px 0 10px 30px;*/
}

/* Forms */
fieldset {
	border: 1px solid #ccc;
	margin-top: 10px;
	padding: 16px 20px;
}
fieldset legend {
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 10px;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
/*form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 20px;
}*/
label {
	display: block;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	padding: 2px;
	width: 100%;
}
select {
	clear: both;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	clear: both;
	background-color: #900;
	color: White;
	padding: 10px 20px;
	font-weight: bold;
	margin: 1em 0;
	border: 1px solid White;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}
