* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	font-family: verdana, arial, sans-serif;
	font-size: .8em;
  	background-color: #f4f4f4;
}
h1, h2, h3, h4, h5, h6 {
	color: #c79b5b;
	font-family: garamond, "times new roman", serif;
	margin-bottom: 6px;
}
h2 {
	font-size: 1.85em;
	margin-top: 24px;
}
h3 {
	font-size: 1.5em;
	margin-top: 18px;
}
h4 {
	font-size: 1.3em;
	margin-top: 14px;
}
p {
	margin-top: 4px;
	margin-bottom: 16px;
}
a {
	color: #ba3001;
}
ul, ol {
	margin-left: 18px;
}
table {
	border-collapse: collapse;
	border: 1px solid #ddc789;
	margin-bottom: 16px;
}
th {
	background-color: #f0de9d;
	padding: 4px;
}
td {
	border: 1px solid #ddc789;
	padding: 4px;
}
table.hostingplans {
	width: 100%;
}
table.hostingplans td {
	text-align: center;
	width: 25%;
}
table.hostingplans tbody th, table.hostingplans tfoot th {
	width: 25%;
	padding: 4px;
	text-align: left;
	border: 1px solid #ddc789;
	background-color: transparent;
}
table.hostingplans thead th {
	background-color: #f0de9d;
}
/*structural ids*/
#page {
	width: 800px;
	margin: 0 auto;
	margin-top: 3px;
	height: 100%;
}
#header {
	border-top: 1px solid #ab9666;
	background: url('/images/bg_header.png') no-repeat;
	overflow: hidden;
}
#header img {
	/*display: block;*/
}

table#wrapper {
	width: 800px;
	margin: 0 auto;
	border-left: 1px solid #ab9666;
	border-right: 1px solid #ab9666;
	border-top: 0;
	border-bottom: 0;
	border-spacing: 0px;
	border-collapse: separate;
}
table#wrapper td#content, table#wrapper td#rightside {
	border: 0;
}
#content {
	width: 454px;
	vertical-align: top;
	padding-left: 48px;
	padding-right: 48px;
	padding-bottom: 48px;
	background-color: #feefac;
}

#rightside {
	vertical-align: top;
	background-color: #efdd9c;
	background: url('/images/right_back.gif');
	background-repeat: repeat-y;
	width: 228px;
	padding: 10px;
}

/* overrides */
#rightside h2 {
	text-align: center;
}
#rightside .serviceslist {
	text-align: center;
}
#rightside .serviceslist img {
	margin-top: 24px;
	border: 0;
}
#header a img {
	border: 0;
}
#nav, #footer {
	background-color: #593e20;
	color: #feefac;
	padding: 3px;
}
#nav a, #footer a {
	color: #feefac;
	text-decoration: none;
}
#nav a:hover, #footer a:hover {
	text-decoration: underline;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav ul li {
	display: inline;
	margin-left: 32px;
	position: relative;
}
#nav ul li:first-child {
	margin-left: 24px;
}
#nav ul li ul {
	display: none;
	position: absolute;
	left: -4px;
	top: 16px;
	width: 200px;
	border: 2px solid #593e20;
	border-top-width: 4px;
	margin: 0;
	padding: 0;
	z-index: 100;
}
#nav ul li ul li {
	margin: 0;
	padding: 0;
	display: list-item;
}
#nav ul li ul li:first-child {
	margin-left: 0;
}
#nav ul li ul li a{
	display: block;
	background-color: #EFE4BE;
	padding: 10px;
	border-top: 1px solid #593e20;
	color:  #593e20;
	/*color: #ba3001;*/
}
#nav ul li ul li a:hover {
	background: #c8b897 url('/images/bg_ddhover.png') repeat-x bottom center;
}
#nav ul li:hover ul {
	display: block;
}
#miniportfolio {
	width: 800px;
	height: 233px; /* 251 - paddingtop */
	padding-top: 18px;
	background-color: #d1c29f;
	background: url('/images/index_portfolio_back.gif') no-repeat;
	margin-bottom: 0 !important;
	margin-bottom: -5px;
}
#miniportfolio table {
	text-align: center;
	/* margin-top: 18px; */
	border-collapse: collapse;
	border: 0;
}
#miniportfolio table td {
	border: 0;
	padding: 0;
}
#miniportfolio a img {
	border: 0;
}
#miniportfolio #pflink {
	text-align: right;
	margin-right: 24px;
}

#footer {
	text-align: center;
}

p.moreinfo {
	text-align: left;
	margin: 0;
	margin-top: -10px;
}

ul.features, ul.quickjump {
	margin: 0;
	list-style-type: none;
}

ul.quickjump li {
	line-height: 1.6em;
}
p.faqitem span.q {
	display: block;
	color: #c79b5b;
	font-family: garamond, "times new roman", serif;
	font-size: 17px;
}

div.newsitem {
	background-color: #f0de9d;
	border: 1px solid #ddc789;
}
div.newsitem div {
	padding: 8px;
}

ol.loweralpha {
	list-style-type: lower-alpha;
}
div.screenshots {
	text-align: center;
}
div.screenshots img {
	border: 1px solid #593e20;
	margin-bottom: 16px;
}

div.headerbuttons {
	float: right;
	width: 108px;
	margin-top: 70px;
}
a#logo {
	float: left;
	margin: 9px;
	margin-left: 48px;
}
table.contactform {
	width: 95%;
	margin: 0 auto;
}
table.contactform td {
	padding-top: 0px;
	padding-bottom: 0px;
}
table.contactform td.label {
	padding-top: 8px;
}
table.contactform input {
	width: 90%;
}
table.contactform select {
	width: 90%;
}
table.noborder {
	border: 0;
}
table.noborder td {
	border: 0;
}
/* sugarcrm form tables hack */
table.mceItemTable, table.mceItemTable td {
	/*border: 0;*/
}