a {
	color: blue;
}

a.next {
	margin-left: 440px;
	color: white;
}

a.previous {
	margin-left: 215px;
	color: white;
}

body {
	font-family: sans-serif;
	font-size: 12px;
	margin: 10px;
}

div#body {
	width: 1000px;
	height: 780px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

div.choose {
	text-align: center;
	font-weight: bold;
	color: #B81F3C;
	font-size: 14px;
	margin-top: 60px;
	margin-bottom: 40px;
}

div#content {
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline;
}

div#content.onecolumn {
	margin-left: 10px;
}

div#content.twocolumn {
	overflow-x: hidden;
	overflow-y: scroll;
	margin-left: 210px;
}

div#footer {
	display: none;
}

div.item {
	width: 500px;
	height: 36px;
	padding-right: 50px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-image: url(/images/item.png);
	background-repeat: no-repeat;
	background-position: 510px 5px;
	border-top: solid 1px silver;
	border-bottom: solid 1px silver;
	margin-bottom: 10px;
	cursor: pointer;
}

div.item:hover {
	border-top: solid 1px #B81F3C;
	border-bottom: solid 1px #B81F3C;
	background-image: url(/images/item_hover.png);
}

div.item a {
	text-decoration: none;
	color: black;
}

div.item h4 {
	margin: 0px;
	font-size: 14px;
	color: #B81F3C;
}

div.mailorder {
	width: 100px;
	height: 30px;
	padding-left: 75px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	background-image: url(/images/mailorder.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	border: solid 1px silver;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	color: #F1B326;
	margin-top: 20px;
	margin-left: 250px;
}

div.mailorder:hover {
	border: solid 1px #B81F3C;
}

div.mailorder a {
	text-decoration: none;
	color: #F1B326;
}

div#map {
	width: 750px;
	height: 550px;
}

div#menu {
	display: none;
}

div.notes {
	font-size: 10px;
	border-top: solid 1px #B81F3C;
	margin-top: 10px;
	padding-top: 5px;
}

div.notes sup {
	color: black;
}

div.options a {
	color: #B81F3C;
	text-decoration: none;
}

div.options div {
	width: 300px;		/* 220px */
	float: left;
	border: solid 1px silver;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 100px 30px;		/* 60px 30px */
	cursor: pointer;
	font-size: 14px;
	color: #B81F3C;
	padding-top: 160px;
	height: 200px;
}

div.options div h4 {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 20px;
}

div.options div:hover {
	border: solid 1px #B81F3C;
}

div.options div.development {
	margin-left: 10px;		/* 15px */
	background-image: url(/images/option_development.png);
}

div.options div.general {
	margin-left: 30px;		/* 20 px */
	background-image: url(/images/option_general.png);
}

div.options div.trading {
	margin-left: 20px;
	background-image: url(/images/option_trading.png);
}

div.options div.hosting {
	margin-left: 30px;		/* 20 px */
	background-image: url(/images/option_hosting.png);
}

div.order {
	width: 100px;
	height: 30px;
	padding-left: 75px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	background-image: url(/images/order.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	border: solid 1px silver;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	color: #F1B326;
	margin-top: 20px;
	margin-left: 250px;
}

div.order:hover {
	border: solid 1px #B81F3C;
}

div.order a {
	text-decoration: none;
	color: #F1B326;
}

div.portals {
	clear: both;
}

div.portals a {
	color: #B81F3C;
	text-decoration: none;
}

div.portals div {
	width: 200px;
	float: left;
	border: solid 1px silver;
	background-repeat: no-repeat;
	background-position: 20px 2px;
	cursor: pointer;
	font-size: 14px;
	color: #B81F3C;
	padding-top: 5px;
	height: 40px;
	margin-top: 20px;
	padding-left: 100px;
}

div.portals div h4 {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
}

div.portals div:hover {
	border: solid 1px #B81F3C;
}

div.portals div.customer {
	margin-left: 180px;
	background-image: url(/images/customer_portal.png);
}

div.portals div.reseller {
	margin-left: 30px;
	background-image: url(/images/reseller_portal.png);
}

div.printbreak {
	page-break-before: always;
	display: inline;
}

div.sales {
	float: right;
	width: 200px;
	height: 550px;
}

div.sales div.item {
	width: 180px;
	height: 100px;
	padding: 5px;
	background-image: url(/images/scissors.png);
	background-position: 145px 84px;
	border: dashed 2px black;
}

div.sales div.item:hover {
	background-color: #F1B326;
}

div#top {
	height: 130px;
	border-bottom: solid 1px #B81F3C;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
}

div#top div.ad {
	display: none;
}

div#top div.language {
	display: none;
}

div#top div.warning {
	display: none;
}

div#top img.logo {
	position: absolute;
	left: 50px;
	top: 10px;
}

h2 {
	color: #B81F3C;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 20px;
}

h2.hidden {
	visibility: hidden;
}

i.update {
	font-size: 10px;
}

img.directswitch {
	width: 30px;
	height: 30px;
	margin-left: 25px;	/* 15px */
}

img.directswitch {
	background-position: 0px -30px;
	background-repeat: no-repeat;
}

img.directswitch:hover {
	background-position: 0px 0px;
}

img.directswitch.development {
	background-image: url(/images/directswitch_development.png);
}

img.directswitch.general {
	background-image: url(/images/directswitch_general.png);
}

img.directswitch.selected {
	background-position: 0px 0px;
}

img.directswitch.trading {
	background-image: url(/images/directswitch_trading.png);
}

img.directswitch.hosting {
	background-image: url(/images/directswitch_hosting.png);
}

img.gadget {
	width: 104px;
	height: 17px;
	margin-left: 198px;
}

img.tldlogo {
	float: right;
	margin-right: 20px;
}

input {
	width: 200px;
}

input.checkbox {
	width: 15px;
}

input.submit {
	width: 100px;
	margin-left: 200px;
}

label.contact {
	display: block;
	float: left;
	width: 200px;
	cursor: text;
}

label.contact2 {
	display: block;
	float: left;
	width: 125px;
	cursor: text;
}

label.form {
	display: block;
	float: left;
	width: 175px;
	cursor: text;
}

label.newsdate {
	display: block;
	float: left;
	width: 200px;
	cursor: text;
}

label.uptime {
	display: block;
	float: left;
	width: 175px;
	cursor: text;
}

pre {
	color: #2F2F2F;
	display: inline;
}

select#tldselect {
	float: right;
	font-size: 10px;
	width: 65px;
	margin-right: 10px;
}

span.contacttimes {
	font-size: 10px;
	color: gray;
}

sup {
	color: silver;
	font-weight: normal;
}

sup.optional {
	color: #B81F3C;
}

table.index td {
	padding-right: 10px;
	padding-left: 2px;
	width: 150px;
	height: 25px;
	vertical-align: middle;
	border-bottom: dotted 1px #B81F3C;
}

table.index td img {
	margin-left: 30px;
}

table.index td.actions {
	width: 15px;
}

table.index td.label {
	font-weight: bold;
	width: 200px;
}

table.index td.lined {
	border-left: solid 1px #B81F3C;
}

table.index th {
	border-bottom: solid 1px #B81F3C;
	padding-right: 10px;
	padding-left: 2px;
	text-align: left;
	font-weight: bold;
}

table.index th a {
	color: black;
	text-decoration: none;
}

table.index tr.packets td {
	border-bottom: 0px;
}

table.index tr.packets td img {
	margin-left: 5px;
}

table.index .install_service a {
	color: black;
	text-decoration: none;
}

table.index .price {
	width: 125px !important;
}

table.index .tld {
	width: 75px !important;
}

table.index .tld a {
	color: black;
	text-decoration: none;
}

textarea {
	width: 200px;
	height: 50px;
}

ul.generaloptions {
	list-style-image: url(/images/included.png);
}

ul.generaloptions ul {
	list-style-image: none;
}

ul.sitemap li.spacer {
	margin-top: 5px;
}
